Class: Google::Cloud::AIPlatform::V1::MetricxResult

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb

Overview

Spec for MetricX result - calculates the MetricX score for the given instance using the version specified in the spec.

Instance Attribute Summary collapse

Instance Attribute Details

#score::Float (readonly)

Returns Output only. MetricX score. Range depends on version.

Returns:

  • (::Float)

    Output only. MetricX score. Range depends on version.



1538
1539
1540
1541
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1538

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