Interface TimeSeriesDataOrBuilder (3.44.0)

public interface TimeSeriesDataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTensorboardTimeSeriesId()

public abstract String getTensorboardTimeSeriesId()

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

string tensorboard_time_series_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The tensorboardTimeSeriesId.

getTensorboardTimeSeriesIdBytes()

public abstract ByteString getTensorboardTimeSeriesIdBytes()

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

string tensorboard_time_series_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for tensorboardTimeSeriesId.

getValueType()

public abstract TensorboardTimeSeries.ValueType getValueType()

Required. Immutable. The value type of this time series. All the values in this time series data must match this value type.

.google.cloud.aiplatform.v1beta1.TensorboardTimeSeries.ValueType value_type = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
TensorboardTimeSeries.ValueType

The valueType.

getValueTypeValue()

public abstract int getValueTypeValue()

Required. Immutable. The value type of this time series. All the values in this time series data must match this value type.

.google.cloud.aiplatform.v1beta1.TensorboardTimeSeries.ValueType value_type = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];

Returns
Type Description
int

The enum numeric value on the wire for valueType.

getValues(int index)

public abstract TimeSeriesDataPoint getValues(int index)

Required. Data points in this time series.

repeated .google.cloud.aiplatform.v1beta1.TimeSeriesDataPoint values = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
TimeSeriesDataPoint

getValuesCount()

public abstract int getValuesCount()

Required. Data points in this time series.

repeated .google.cloud.aiplatform.v1beta1.TimeSeriesDataPoint values = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

getValuesList()

public abstract List<TimeSeriesDataPoint> getValuesList()

Required. Data points in this time series.

repeated .google.cloud.aiplatform.v1beta1.TimeSeriesDataPoint values = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<TimeSeriesDataPoint>

getValuesOrBuilder(int index)

public abstract TimeSeriesDataPointOrBuilder getValuesOrBuilder(int index)

Required. Data points in this time series.

repeated .google.cloud.aiplatform.v1beta1.TimeSeriesDataPoint values = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
TimeSeriesDataPointOrBuilder

getValuesOrBuilderList()

public abstract List<? extends TimeSeriesDataPointOrBuilder> getValuesOrBuilderList()

Required. Data points in this time series.

repeated .google.cloud.aiplatform.v1beta1.TimeSeriesDataPoint values = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<? extends com.google.cloud.aiplatform.v1beta1.TimeSeriesDataPointOrBuilder>