Class: Google::Cloud::Ces::V1beta::EvaluationResult::EvaluationExpectationResult
- Inherits:
-
Object
- Object
- Google::Cloud::Ces::V1beta::EvaluationResult::EvaluationExpectationResult
- 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
-
#evaluation_expectation ⇒ ::String
readonly
Output only.
-
#explanation ⇒ ::String
readonly
Output only.
-
#outcome ⇒ ::Google::Cloud::Ces::V1beta::EvaluationResult::Outcome
readonly
Output only.
-
#prompt ⇒ ::String
readonly
Output only.
Instance Attribute Details
#evaluation_expectation ⇒ ::String (readonly)
Returns 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.
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.
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.
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 |