Class: Google::Cloud::Ces::V1beta::EvaluationResult::EvaluationExpectationResult

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/ces/v1beta/evaluation.rb

Overview

The result of a single evaluation expectation.

Instance Attribute Summary collapse

Instance Attribute Details

#evaluation_expectation::String (readonly)

Returns Output only. The evaluation expectation. Format: projects/{project}/locations/{location}/apps/{app}/evaluationExpectations/{evaluation_expectation}.

Returns:

  • (::String)

    Output only. The evaluation expectation. Format: projects/{project}/locations/{location}/apps/{app}/evaluationExpectations/{evaluation_expectation}



627
628
629
630
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 627

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

#explanation::String (readonly)

Returns Output only. The explanation for the result.

Returns:

  • (::String)

    Output only. The explanation for the result.



627
628
629
630
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 627

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

#outcome::Google::Cloud::Ces::V1beta::EvaluationResult::Outcome (readonly)

Returns Output only. The outcome of the evaluation expectation.

Returns:



627
628
629
630
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 627

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

#prompt::String (readonly)

Returns Output only. The prompt that was used for the evaluation.

Returns:

  • (::String)

    Output only. The prompt that was used for the evaluation.



627
628
629
630
# File 'proto_docs/google/cloud/ces/v1beta/evaluation.rb', line 627

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