Class: Google::Cloud::AIPlatform::V1::Measurement::Metric

Inherits:
Object
  • Object
show all
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

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].

Returns:

  • (::String)

    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

#value::Float (readonly)

Returns Output only. The value for this metric.

Returns:

  • (::Float)

    Output only. The value for this metric.



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