Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::GeneratorEvaluationConfig::SummarizationConfig.
Evaluation configs for summarization generator.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#accuracy_evaluation_version
def accuracy_evaluation_version() -> ::String
Returns
- (::String) — Optional. Version for summarization accuracy. This will determine the prompt and model used at backend.
#accuracy_evaluation_version=
def accuracy_evaluation_version=(value) -> ::String
Parameter
- value (::String) — Optional. Version for summarization accuracy. This will determine the prompt and model used at backend.
Returns
- (::String) — Optional. Version for summarization accuracy. This will determine the prompt and model used at backend.
#completeness_evaluation_version
def completeness_evaluation_version() -> ::String
Returns
- (::String) — Optional. Version for summarization completeness. This will determine the prompt and model used at backend.
#completeness_evaluation_version=
def completeness_evaluation_version=(value) -> ::String
Parameter
- value (::String) — Optional. Version for summarization completeness. This will determine the prompt and model used at backend.
Returns
- (::String) — Optional. Version for summarization completeness. This will determine the prompt and model used at backend.
#enable_accuracy_evaluation
def enable_accuracy_evaluation() -> ::Boolean
Returns
- (::Boolean) — Optional. Enable accuracy evaluation.
#enable_accuracy_evaluation=
def enable_accuracy_evaluation=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. Enable accuracy evaluation.
Returns
- (::Boolean) — Optional. Enable accuracy evaluation.
#enable_completeness_evaluation
def enable_completeness_evaluation() -> ::Boolean
Returns
- (::Boolean) — Optional. Enable completeness evaluation.
#enable_completeness_evaluation=
def enable_completeness_evaluation=(value) -> ::Boolean
Parameter
- value (::Boolean) — Optional. Enable completeness evaluation.
Returns
- (::Boolean) — Optional. Enable completeness evaluation.
#evaluator_version
def evaluator_version() -> ::String
Returns
- (::String) — Optional. Version for summarization evaluation.
#evaluator_version=
def evaluator_version=(value) -> ::String
Parameter
- value (::String) — Optional. Version for summarization evaluation.
Returns
- (::String) — Optional. Version for summarization evaluation.