Google Cloud Ai Platform V1 Client - Class TimeSeriesData (0.37.1)

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 \ V1

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

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

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
Returns
Type Description
$this

getValues

Required. Data points in this time series.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setValues

Required. Data points in this time series.

Parameter
Name Description
var array<Google\Cloud\AIPlatform\V1\TimeSeriesDataPoint>
Returns
Type Description
$this