Class: Google::Cloud::AIPlatform::V1::MetricResult
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::MetricResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb
Overview
Result for a single metric on a single instance.
Instance Attribute Summary collapse
-
#error ⇒ ::Google::Rpc::Status
readonly
Output only.
-
#explanation ⇒ ::String
readonly
Output only.
-
#score ⇒ ::Float
readonly
Output only.
Instance Attribute Details
#error ⇒ ::Google::Rpc::Status (readonly)
Returns Output only. The error status for the metric result.
440 441 442 443 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 440 class MetricResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#explanation ⇒ ::String (readonly)
Returns Output only. The explanation for the metric result.
440 441 442 443 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 440 class MetricResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#score ⇒ ::Float (readonly)
Returns Output only. The score for the metric. Please refer to each metric's documentation for the meaning of the score.
440 441 442 443 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 440 class MetricResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |