Class: Google::Cloud::AIPlatform::V1::PairwiseMetricResult

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 pairwise metric result.

Instance Attribute Summary collapse

Instance Attribute Details

#explanation::String (readonly)

Returns Output only. Explanation for pairwise metric score.

Returns:

  • (::String)

    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.

Returns:



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