Class: Google::Cloud::AIPlatform::V1::MetricxResult
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::MetricxResult
- 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
-
#score ⇒ ::Float
readonly
Output only.
Instance Attribute Details
#score ⇒ ::Float (readonly)
Returns 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 |