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

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
NameDescription
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
TypeDescription
string

setTensorboardTimeSeriesId

Required. The ID of the TensorboardTimeSeries, which will become the final component of the TensorboardTimeSeries' resource name

Parameter
NameDescription
var string
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var int
Returns
TypeDescription
$this

getValues

Required. Data points in this time series.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setValues

Required. Data points in this time series.

Parameter
NameDescription
var array<Google\Cloud\AIPlatform\V1\TimeSeriesDataPoint>
Returns
TypeDescription
$this