Class: Google::Cloud::AIPlatform::V1::Scalar
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::Scalar
- 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
-
#value ⇒ ::Float
Value of the point at this step / timestamp.
Instance Attribute Details
#value ⇒ ::Float
Returns Value of the point at this step / timestamp.
72 73 74 75 |
# File 'proto_docs/google/cloud/aiplatform/v1/tensorboard_data.rb', line 72 class Scalar include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |