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
-
#custom_output ⇒ ::Google::Cloud::AIPlatform::V1::CustomOutput
readonly
Output only.
-
#explanation ⇒ ::String
readonly
Output only.
-
#pairwise_choice ⇒ ::Google::Cloud::AIPlatform::V1::PairwiseChoice
readonly
Output only.
Instance Attribute Details
#custom_output ⇒ ::Google::Cloud::AIPlatform::V1::CustomOutput (readonly)
Returns Output only. Spec for custom output.
1693 1694 1695 1696 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1693 class PairwiseMetricResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#explanation ⇒ ::String (readonly)
Returns Output only. Explanation for pairwise metric score.
1693 1694 1695 1696 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1693 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.
1693 1694 1695 1696 |
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 1693 class PairwiseMetricResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |