Class Google::Cloud::AIPlatform::V1::TimeSeriesData (v0.1.0)

All the data stored in a TensorboardTimeSeries.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#tensorboard_time_series_id

def tensorboard_time_series_id() -> ::String
Returns
  • (::String) — Required. The ID of the TensorboardTimeSeries, which will become the final component of the TensorboardTimeSeries' resource name

#tensorboard_time_series_id=

def tensorboard_time_series_id=(value) -> ::String
Parameter
  • value (::String) — Required. The ID of the TensorboardTimeSeries, which will become the final component of the TensorboardTimeSeries' resource name
Returns
  • (::String) — Required. The ID of the TensorboardTimeSeries, which will become the final component of the TensorboardTimeSeries' resource name

#value_type

def value_type() -> ::Google::Cloud::AIPlatform::V1::TensorboardTimeSeries::ValueType
Returns

#value_type=

def value_type=(value) -> ::Google::Cloud::AIPlatform::V1::TensorboardTimeSeries::ValueType
Parameter
Returns

#values

def values() -> ::Array<::Google::Cloud::AIPlatform::V1::TimeSeriesDataPoint>
Returns

#values=

def values=(value) -> ::Array<::Google::Cloud::AIPlatform::V1::TimeSeriesDataPoint>
Parameter
Returns