public interface TimeSeriesDataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getTensorboardTimeSeriesId()
Required.
|
com.google.protobuf.ByteString |
getTensorboardTimeSeriesIdBytes()
Required.
|
TimeSeriesDataPoint |
getValues(int index)
Required.
|
int |
getValuesCount()
Required.
|
List<TimeSeriesDataPoint> |
getValuesList()
Required.
|
TimeSeriesDataPointOrBuilder |
getValuesOrBuilder(int index)
Required.
|
List<? extends TimeSeriesDataPointOrBuilder> |
getValuesOrBuilderList()
Required.
|
TensorboardTimeSeries.ValueType |
getValueType()
Required.
|
int |
getValueTypeValue()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString 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];com.google.protobuf.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];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.v1.TensorboardTimeSeries.ValueType value_type = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
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.v1.TensorboardTimeSeries.ValueType value_type = 2 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];
List<TimeSeriesDataPoint> getValuesList()
Required. Data points in this time series.
repeated .google.cloud.aiplatform.v1.TimeSeriesDataPoint values = 3 [(.google.api.field_behavior) = REQUIRED];
TimeSeriesDataPoint getValues(int index)
Required. Data points in this time series.
repeated .google.cloud.aiplatform.v1.TimeSeriesDataPoint values = 3 [(.google.api.field_behavior) = REQUIRED];
int getValuesCount()
Required. Data points in this time series.
repeated .google.cloud.aiplatform.v1.TimeSeriesDataPoint values = 3 [(.google.api.field_behavior) = REQUIRED];
List<? extends TimeSeriesDataPointOrBuilder> getValuesOrBuilderList()
Required. Data points in this time series.
repeated .google.cloud.aiplatform.v1.TimeSeriesDataPoint values = 3 [(.google.api.field_behavior) = REQUIRED];
TimeSeriesDataPointOrBuilder getValuesOrBuilder(int index)
Required. Data points in this time series.
repeated .google.cloud.aiplatform.v1.TimeSeriesDataPoint values = 3 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2024 Google LLC. All rights reserved.