Interface TimeSeriesDataOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
TimeSeriesData, TimeSeriesData.Builder

@Generated public interface TimeSeriesDataOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getTensorboardTimeSeriesId

      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:
      The tensorboardTimeSeriesId.
    • getTensorboardTimeSeriesIdBytes

      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];
      Returns:
      The bytes for tensorboardTimeSeriesId.
    • getValueTypeValue

      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];
      Returns:
      The enum numeric value on the wire for 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];
      Returns:
      The valueType.
    • getValuesList

      List<TimeSeriesDataPoint> getValuesList()
       Required. Data points in this time series.
       
      repeated .google.cloud.aiplatform.v1.TimeSeriesDataPoint values = 3 [(.google.api.field_behavior) = REQUIRED];
    • getValues

      TimeSeriesDataPoint getValues(int index)
       Required. Data points in this time series.
       
      repeated .google.cloud.aiplatform.v1.TimeSeriesDataPoint values = 3 [(.google.api.field_behavior) = REQUIRED];
    • getValuesCount

      int getValuesCount()
       Required. Data points in this time series.
       
      repeated .google.cloud.aiplatform.v1.TimeSeriesDataPoint values = 3 [(.google.api.field_behavior) = REQUIRED];
    • getValuesOrBuilderList

      List<? extends TimeSeriesDataPointOrBuilder> getValuesOrBuilderList()
       Required. Data points in this time series.
       
      repeated .google.cloud.aiplatform.v1.TimeSeriesDataPoint values = 3 [(.google.api.field_behavior) = REQUIRED];
    • getValuesOrBuilder

      TimeSeriesDataPointOrBuilder getValuesOrBuilder(int index)
       Required. Data points in this time series.
       
      repeated .google.cloud.aiplatform.v1.TimeSeriesDataPoint values = 3 [(.google.api.field_behavior) = REQUIRED];