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

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

Generator evaluation input config.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#input_data_config

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

#input_data_config=

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

#output_gcs_bucket_path

def output_gcs_bucket_path() -> ::String
Returns
  • (::String) — Required. The output Cloud Storage bucket path to store eval files, e.g. per_summary_accuracy_score report. This path is provided by customer and files stored in it are visible to customer, no internal data should be stored in this path.

#output_gcs_bucket_path=

def output_gcs_bucket_path=(value) -> ::String
Parameter
  • value (::String) — Required. The output Cloud Storage bucket path to store eval files, e.g. per_summary_accuracy_score report. This path is provided by customer and files stored in it are visible to customer, no internal data should be stored in this path.
Returns
  • (::String) — Required. The output Cloud Storage bucket path to store eval files, e.g. per_summary_accuracy_score report. This path is provided by customer and files stored in it are visible to customer, no internal data should be stored in this path.

#summarization_config

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

#summarization_config=

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