Class: Google::Cloud::AIPlatform::V1::MetricResult

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

Result for a single metric on a single instance.

Instance Attribute Summary collapse

Instance Attribute Details

#error::Google::Rpc::Status (readonly)

Returns Output only. The error status for the metric result.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:

  • (::Float)

    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