Class: Google::Cloud::AIPlatform::V1::TimeSeriesData

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/tensorboard_data.rb

Overview

All the data stored in a TensorboardTimeSeries.

Instance Attribute Summary collapse

Instance Attribute Details

#tensorboard_time_series_id::String

Returns 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



36
37
38
39
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_data.rb', line 36

class TimeSeriesData
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#value_type::Google::Cloud::AIPlatform::V1::TensorboardTimeSeries::ValueType

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

Returns:



36
37
38
39
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_data.rb', line 36

class TimeSeriesData
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#values::Array<::Google::Cloud::AIPlatform::V1::TimeSeriesDataPoint>

Returns Required. Data points in this time series.

Returns:



36
37
38
39
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_data.rb', line 36

class TimeSeriesData
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end