Interface TimeSeriesDataOrBuilder (3.42.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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
NameDescription
indexint
Returns
TypeDescription
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
TypeDescription
List<? extends com.google.cloud.aiplatform.v1beta1.TimeSeriesDataPointOrBuilder>