Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class TimeSeriesData.
All the data stored in a TensorboardTimeSeries.
Generated from protobuf message google.cloud.aiplatform.v1.TimeSeriesData
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ tensorboard_time_series_id |
string
Required. The ID of the TensorboardTimeSeries, which will become the final component of the TensorboardTimeSeries' resource name |
↳ value_type |
int
Required. Immutable. The value type of this time series. All the values in this time series data must match this value type. |
↳ values |
array<Google\Cloud\AIPlatform\V1\TimeSeriesDataPoint>
Required. Data points in this time series. |
getTensorboardTimeSeriesId
Required. The ID of the TensorboardTimeSeries, which will become the final component of the TensorboardTimeSeries' resource name
Generated from protobuf field string tensorboard_time_series_id = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
string |
setTensorboardTimeSeriesId
Required. The ID of the TensorboardTimeSeries, which will become the final component of the TensorboardTimeSeries' resource name
Generated from protobuf field string tensorboard_time_series_id = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getValueType
Required. Immutable. The value type of this time series. All the values in this time series data must match this value type.
Generated from protobuf field .google.cloud.aiplatform.v1.TensorboardTimeSeries.ValueType value_type = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
Returns | |
---|---|
Type | Description |
int |
setValueType
Required. Immutable. The value type of this time series. All the values in this time series data must match this value type.
Generated from protobuf field .google.cloud.aiplatform.v1.TensorboardTimeSeries.ValueType value_type = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getValues
Required. Data points in this time series.
Generated from protobuf field repeated .google.cloud.aiplatform.v1.TimeSeriesDataPoint values = 3 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setValues
Required. Data points in this time series.
Generated from protobuf field repeated .google.cloud.aiplatform.v1.TimeSeriesDataPoint values = 3 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\AIPlatform\V1\TimeSeriesDataPoint>
|
Returns | |
---|---|
Type | Description |
$this |