Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::EvaluationConfig.
The configuration for model evaluation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#datasets
def datasets() -> ::Array<::Google::Cloud::Dialogflow::V2::InputDataset>
Returns
- (::Array<::Google::Cloud::Dialogflow::V2::InputDataset>) — Required. Datasets used for evaluation.
#datasets=
def datasets=(value) -> ::Array<::Google::Cloud::Dialogflow::V2::InputDataset>
Parameter
- value (::Array<::Google::Cloud::Dialogflow::V2::InputDataset>) — Required. Datasets used for evaluation.
Returns
- (::Array<::Google::Cloud::Dialogflow::V2::InputDataset>) — Required. Datasets used for evaluation.
#smart_compose_config
def smart_compose_config() -> ::Google::Cloud::Dialogflow::V2::EvaluationConfig::SmartComposeConfig
Returns
- (::Google::Cloud::Dialogflow::V2::EvaluationConfig::SmartComposeConfig) — Configuration for smart compose model evalution.
#smart_compose_config=
def smart_compose_config=(value) -> ::Google::Cloud::Dialogflow::V2::EvaluationConfig::SmartComposeConfig
Parameter
- value (::Google::Cloud::Dialogflow::V2::EvaluationConfig::SmartComposeConfig) — Configuration for smart compose model evalution.
Returns
- (::Google::Cloud::Dialogflow::V2::EvaluationConfig::SmartComposeConfig) — Configuration for smart compose model evalution.
#smart_reply_config
def smart_reply_config() -> ::Google::Cloud::Dialogflow::V2::EvaluationConfig::SmartReplyConfig
Returns
- (::Google::Cloud::Dialogflow::V2::EvaluationConfig::SmartReplyConfig) — Configuration for smart reply model evalution.
#smart_reply_config=
def smart_reply_config=(value) -> ::Google::Cloud::Dialogflow::V2::EvaluationConfig::SmartReplyConfig
Parameter
- value (::Google::Cloud::Dialogflow::V2::EvaluationConfig::SmartReplyConfig) — Configuration for smart reply model evalution.
Returns
- (::Google::Cloud::Dialogflow::V2::EvaluationConfig::SmartReplyConfig) — Configuration for smart reply model evalution.