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
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__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<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
| Returns | |
|---|---|
| Type | Description |
string |
|
setTensorboardTimeSeriesId
Required. The ID of the TensorboardTimeSeries, which will become the final component of the TensorboardTimeSeries' resource name
| 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.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type ValueType. |
setValueType
Required. Immutable. The value type of this time series. All the values in this time series data must match this value type.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type ValueType. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getValues
Required. Data points in this time series.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<TimeSeriesDataPoint> |
|
setValues
Required. Data points in this time series.
| Parameter | |
|---|---|
| Name | Description |
var |
array<TimeSeriesDataPoint>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|