Class: Google::Cloud::AIPlatform::V1::Scalar

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

One point viewable on a scalar metric plot.

Instance Attribute Summary collapse

Instance Attribute Details

#value::Float

Returns Value of the point at this step / timestamp.

Returns:

  • (::Float)

    Value of the point at this step / timestamp.



66
67
68
69
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_data.rb', line 66

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