Class: Google::Cloud::AIPlatform::V1::Measurement::Metric
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::Measurement::Metric
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/study.rb
Overview
A message representing a metric in the measurement.
Instance Attribute Summary collapse
-
#metric_id ⇒ ::String
readonly
Output only.
-
#value ⇒ ::Float
readonly
Output only.
Instance Attribute Details
#metric_id ⇒ ::String (readonly)
Returns Output only. The ID of the Metric. The Metric should be defined in [StudySpec's Metrics][google.cloud.aiplatform.v1.StudySpec.metrics].
723 724 725 726 |
# File 'proto_docs/google/cloud/aiplatform/v1/study.rb', line 723 class Metric include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |