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
- (::Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::InputDataConfig) — Required. The config/source of input data.
#input_data_config=
def input_data_config=(value) -> ::Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::InputDataConfig
Parameter
- value (::Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::InputDataConfig) — Required. The config/source of input data.
Returns
- (::Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::InputDataConfig) — Required. The config/source of input data.
#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
- (::Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::SummarizationConfig) — Evaluation configs for summarization generator.
#summarization_config=
def summarization_config=(value) -> ::Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::SummarizationConfig
Parameter
- value (::Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::SummarizationConfig) — Evaluation configs for summarization generator.
Returns
- (::Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::SummarizationConfig) — Evaluation configs for summarization generator.