Dialogflow V2 API - Class Google::Cloud::Dialogflow::V2::GeneratorEvaluation (v1.13.0)

Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::GeneratorEvaluation.

Represents evaluation result of a generator.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#complete_time

def complete_time() -> ::Google::Protobuf::Timestamp
Returns

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#display_name

def display_name() -> ::String
Returns
  • (::String) — Optional. The display name of the generator evaluation. At most 64 bytes long.

#display_name=

def display_name=(value) -> ::String
Parameter
  • value (::String) — Optional. The display name of the generator evaluation. At most 64 bytes long.
Returns
  • (::String) — Optional. The display name of the generator evaluation. At most 64 bytes long.

#evaluation_status

def evaluation_status() -> ::Google::Cloud::Dialogflow::V2::EvaluationStatus
Returns
  • (::Google::Cloud::Dialogflow::V2::EvaluationStatus) — 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.

#generator_evaluation_config

def generator_evaluation_config() -> ::Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig
Returns

#generator_evaluation_config=

def generator_evaluation_config=(value) -> ::Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig
Parameter
Returns

#initial_generator

def initial_generator() -> ::Google::Cloud::Dialogflow::V2::Generator
Returns

#initial_generator=

def initial_generator=(value) -> ::Google::Cloud::Dialogflow::V2::Generator
Parameter
  • value (::Google::Cloud::Dialogflow::V2::Generator) — 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.
Returns

#name

def name() -> ::String
Returns
  • (::String) — Output only. Identifier. The resource name of the evaluation. Format: projects/<Project ID>/locations/<Location ID>/generators/<Generator ID>/ evaluations/<Evaluation ID>

#satisfies_pzi

def satisfies_pzi() -> ::Boolean
Returns
  • (::Boolean) — 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

#satisfies_pzs

def satisfies_pzs() -> ::Boolean
Returns
  • (::Boolean) — 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

#summarization_metrics

def summarization_metrics() -> ::Google::Cloud::Dialogflow::V2::SummarizationEvaluationMetrics
Returns