Class: Google::Cloud::AIPlatform::V1::PairwiseMetricResult
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::PairwiseMetricResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb
Overview
Spec for pairwise metric result.
Instance Attribute Summary collapse
-
#explanation ⇒ ::String
readonly
Output only.
-
#pairwise_choice ⇒ ::Google::Cloud::AIPlatform::V1::PairwiseChoice
readonly
Output only.
Instance Attribute Details
#explanation ⇒ ::String (readonly)
Returns Output only. Explanation for pairwise metric score.
1209 1210 1211 1212 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1209 class PairwiseMetricResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#pairwise_choice ⇒ ::Google::Cloud::AIPlatform::V1::PairwiseChoice (readonly)
Returns Output only. Pairwise metric choice.
1209 1210 1211 1212 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1209 class PairwiseMetricResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |