Class: Google::Cloud::Dialogflow::V2::GeneratorEvaluation
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::GeneratorEvaluation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb
Overview
Represents evaluation result of a generator.
Instance Attribute Summary collapse
-
#complete_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#display_name ⇒ ::String
Optional.
-
#evaluation_status ⇒ ::Google::Cloud::Dialogflow::V2::EvaluationStatus
readonly
Output only.
-
#generator_evaluation_config ⇒ ::Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig
Required.
-
#initial_generator ⇒ ::Google::Cloud::Dialogflow::V2::Generator
Required.
-
#name ⇒ ::String
readonly
Output only.
-
#satisfies_pzi ⇒ ::Boolean
readonly
Output only.
-
#satisfies_pzs ⇒ ::Boolean
readonly
Output only.
-
#summarization_metrics ⇒ ::Google::Cloud::Dialogflow::V2::SummarizationEvaluationMetrics
readonly
Output only.
Instance Attribute Details
#complete_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Completion time of this generator evaluation.
135 136 137 138 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 135 class GeneratorEvaluation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Creation time of this generator evaluation.
135 136 137 138 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 135 class GeneratorEvaluation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns Optional. The display name of the generator evaluation. At most 64 bytes long.
135 136 137 138 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 135 class GeneratorEvaluation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#evaluation_status ⇒ ::Google::Cloud::Dialogflow::V2::EvaluationStatus (readonly)
Returns Output only. The result status of the evaluation pipeline. Provides the status information including if the evaluation is still in progress, completed or failed with certain error and user actionable message.
135 136 137 138 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 135 class GeneratorEvaluation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#generator_evaluation_config ⇒ ::Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig
Returns Required. The configuration of the evaluation task.
135 136 137 138 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 135 class GeneratorEvaluation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#initial_generator ⇒ ::Google::Cloud::Dialogflow::V2::Generator
Returns Required. The initial generator that was used when creating this evaluation. This is a copy of the generator read from storage when creating the evaluation.
135 136 137 138 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 135 class GeneratorEvaluation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
Returns Output only. Identifier. The resource name of the evaluation. Format:
projects/<Project ID>/locations/<Location ID>/generators/<Generator ID>/
evaluations/<Evaluation ID>.
135 136 137 138 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 135 class GeneratorEvaluation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#satisfies_pzi ⇒ ::Boolean (readonly)
Returns Output only. A read only boolean field reflecting Zone Isolation status of the model. The field is an aggregated value of ZI status of its underlying dependencies. See more details in go/zicy-resource-placement#resource-status.
135 136 137 138 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 135 class GeneratorEvaluation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#satisfies_pzs ⇒ ::Boolean (readonly)
Returns Output only. A read only boolean field reflecting Zone Separation status of the model. The field is an aggregated value of ZS status of its underlying dependencies. See more details in go/zicy-resource-placement#resource-status.
135 136 137 138 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 135 class GeneratorEvaluation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#summarization_metrics ⇒ ::Google::Cloud::Dialogflow::V2::SummarizationEvaluationMetrics (readonly)
Returns Output only. Only available when the summarization generator is provided.
135 136 137 138 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 135 class GeneratorEvaluation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |