Class: Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::InputDataConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::InputDataConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb
Overview
Input data config details
Defined Under Namespace
Modules: SummaryGenerationOption
Instance Attribute Summary collapse
-
#agent_assist_input_data_config ⇒ ::Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::AgentAssistInputDataConfig
The distinctive configs for Agent Assist conversations as the conversation source.
-
#dataset_input_data_config ⇒ ::Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::DatasetInputDataConfig
The distinctive configs for dataset as the conversation source.
-
#end_time ⇒ ::Google::Protobuf::Timestamp
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#input_data_source_type ⇒ ::Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::InputDataSourceType
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#is_summary_generation_allowed ⇒ ::Boolean
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#sample_size ⇒ ::Integer
Optional.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#summary_generation_option ⇒ ::Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::InputDataConfig::SummaryGenerationOption
Optional.
Instance Attribute Details
#agent_assist_input_data_config ⇒ ::Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::AgentAssistInputDataConfig
Returns The distinctive configs for Agent Assist conversations as the conversation source.
Note: The following fields are mutually exclusive: agent_assist_input_data_config, dataset_input_data_config. If a field in that set is populated, all other fields in the set will automatically be cleared.
458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 458 class InputDataConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Summary generation options. module SummaryGenerationOption # Default option will not be used SUMMARY_GENERATION_OPTION_UNSPECIFIED = 0 # Always Generate summary for all conversations. ALWAYS_GENERATE = 1 # Gnerate only missing summaries. GENERATE_IF_MISSING = 2 # Do not generate new summaries. Only use existing summaries found. DO_NOT_GENERATE = 3 end end |
#dataset_input_data_config ⇒ ::Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::DatasetInputDataConfig
Returns The distinctive configs for dataset as the conversation source.
Note: The following fields are mutually exclusive: dataset_input_data_config, agent_assist_input_data_config. If a field in that set is populated, all other fields in the set will automatically be cleared.
458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 458 class InputDataConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Summary generation options. module SummaryGenerationOption # Default option will not be used SUMMARY_GENERATION_OPTION_UNSPECIFIED = 0 # Always Generate summary for all conversations. ALWAYS_GENERATE = 1 # Gnerate only missing summaries. GENERATE_IF_MISSING = 2 # Do not generate new summaries. Only use existing summaries found. DO_NOT_GENERATE = 3 end end |
#end_time ⇒ ::Google::Protobuf::Timestamp
This field is deprecated and may be removed in the next major version update.
Returns Optional. The end timestamp to fetch conversation data.
458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 458 class InputDataConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Summary generation options. module SummaryGenerationOption # Default option will not be used SUMMARY_GENERATION_OPTION_UNSPECIFIED = 0 # Always Generate summary for all conversations. ALWAYS_GENERATE = 1 # Gnerate only missing summaries. GENERATE_IF_MISSING = 2 # Do not generate new summaries. Only use existing summaries found. DO_NOT_GENERATE = 3 end end |
#input_data_source_type ⇒ ::Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::InputDataSourceType
This field is deprecated and may be removed in the next major version update.
Returns Required. The source type of input data.
458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 458 class InputDataConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Summary generation options. module SummaryGenerationOption # Default option will not be used SUMMARY_GENERATION_OPTION_UNSPECIFIED = 0 # Always Generate summary for all conversations. ALWAYS_GENERATE = 1 # Gnerate only missing summaries. GENERATE_IF_MISSING = 2 # Do not generate new summaries. Only use existing summaries found. DO_NOT_GENERATE = 3 end end |
#is_summary_generation_allowed ⇒ ::Boolean
This field is deprecated and may be removed in the next major version update.
Returns Optional. Whether the summary generation is allowed when the pre-existing qualified summaries are insufficient to cover the sample size.
458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 458 class InputDataConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Summary generation options. module SummaryGenerationOption # Default option will not be used SUMMARY_GENERATION_OPTION_UNSPECIFIED = 0 # Always Generate summary for all conversations. ALWAYS_GENERATE = 1 # Gnerate only missing summaries. GENERATE_IF_MISSING = 2 # Do not generate new summaries. Only use existing summaries found. DO_NOT_GENERATE = 3 end end |
#sample_size ⇒ ::Integer
Returns Optional. Desired number of conversation-summary pairs to be evaluated.
458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 458 class InputDataConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Summary generation options. module SummaryGenerationOption # Default option will not be used SUMMARY_GENERATION_OPTION_UNSPECIFIED = 0 # Always Generate summary for all conversations. ALWAYS_GENERATE = 1 # Gnerate only missing summaries. GENERATE_IF_MISSING = 2 # Do not generate new summaries. Only use existing summaries found. DO_NOT_GENERATE = 3 end end |
#start_time ⇒ ::Google::Protobuf::Timestamp
This field is deprecated and may be removed in the next major version update.
Returns Optional. The start timestamp to fetch conversation data.
458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 458 class InputDataConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Summary generation options. module SummaryGenerationOption # Default option will not be used SUMMARY_GENERATION_OPTION_UNSPECIFIED = 0 # Always Generate summary for all conversations. ALWAYS_GENERATE = 1 # Gnerate only missing summaries. GENERATE_IF_MISSING = 2 # Do not generate new summaries. Only use existing summaries found. DO_NOT_GENERATE = 3 end end |
#summary_generation_option ⇒ ::Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::InputDataConfig::SummaryGenerationOption
Returns Optional. Option to control whether summaries are generated during evaluation.
458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 |
# File 'proto_docs/google/cloud/dialogflow/v2/generator_evaluation.rb', line 458 class InputDataConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Summary generation options. module SummaryGenerationOption # Default option will not be used SUMMARY_GENERATION_OPTION_UNSPECIFIED = 0 # Always Generate summary for all conversations. ALWAYS_GENERATE = 1 # Gnerate only missing summaries. GENERATE_IF_MISSING = 2 # Do not generate new summaries. Only use existing summaries found. DO_NOT_GENERATE = 3 end end |