Class: Google::Cloud::AIPlatform::V1::TimeSeriesDataPoint

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

A TensorboardTimeSeries data point.

Instance Attribute Summary collapse

Instance Attribute Details

#blobs::Google::Cloud::AIPlatform::V1::TensorboardBlobSequence

Returns A blob sequence value.

Returns:



57
58
59
60
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_data.rb', line 57

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

#scalar::Google::Cloud::AIPlatform::V1::Scalar

Returns A scalar value.

Returns:



57
58
59
60
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_data.rb', line 57

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

#step::Integer

Returns Step index of this data point within the run.

Returns:

  • (::Integer)

    Step index of this data point within the run.



57
58
59
60
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_data.rb', line 57

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

#tensor::Google::Cloud::AIPlatform::V1::TensorboardTensor

Returns A tensor value.



57
58
59
60
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_data.rb', line 57

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

#wall_time::Google::Protobuf::Timestamp

Returns Wall clock timestamp when this data point is generated by the end user.

Returns:



57
58
59
60
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_data.rb', line 57

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