Class: Google::Cloud::AIPlatform::V1::FulfillmentResult

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 fulfillment result.

Instance Attribute Summary collapse

Instance Attribute Details

#confidence::Float (readonly)

Returns Output only. Confidence for fulfillment score.

Returns:

  • (::Float)

    Output only. Confidence for fulfillment score.



591
592
593
594
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 591

class FulfillmentResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#explanation::String (readonly)

Returns Output only. Explanation for fulfillment score.

Returns:

  • (::String)

    Output only. Explanation for fulfillment score.



591
592
593
594
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 591

class FulfillmentResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#score::Float (readonly)

Returns Output only. Fulfillment score.

Returns:

  • (::Float)

    Output only. Fulfillment score.



591
592
593
594
# File 'proto_docs/google/cloud/aiplatform/v1/evaluation_service.rb', line 591

class FulfillmentResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end