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>
- (::Array<::Google::Cloud::Dialogflow::V2::InputDataset>) — Required. Datasets used for evaluation.
#datasets=
def datasets=(value) -> ::Array<::Google::Cloud::Dialogflow::V2::InputDataset>
- value (::Array<::Google::Cloud::Dialogflow::V2::InputDataset>) — Required. Datasets used for evaluation.
- (::Array<::Google::Cloud::Dialogflow::V2::InputDataset>) — Required. Datasets used for evaluation.
#smart_compose_config
def smart_compose_config() -> ::Google::Cloud::Dialogflow::V2::EvaluationConfig::SmartComposeConfig
-
(::Google::Cloud::Dialogflow::V2::EvaluationConfig::SmartComposeConfig) — Configuration for smart compose model evalution.
Note: The following fields are mutually exclusive:
smart_compose_config
,smart_reply_config
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#smart_compose_config=
def smart_compose_config=(value) -> ::Google::Cloud::Dialogflow::V2::EvaluationConfig::SmartComposeConfig
-
value (::Google::Cloud::Dialogflow::V2::EvaluationConfig::SmartComposeConfig) — Configuration for smart compose model evalution.
Note: The following fields are mutually exclusive:
smart_compose_config
,smart_reply_config
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Dialogflow::V2::EvaluationConfig::SmartComposeConfig) — Configuration for smart compose model evalution.
Note: The following fields are mutually exclusive:
smart_compose_config
,smart_reply_config
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#smart_reply_config
def smart_reply_config() -> ::Google::Cloud::Dialogflow::V2::EvaluationConfig::SmartReplyConfig
-
(::Google::Cloud::Dialogflow::V2::EvaluationConfig::SmartReplyConfig) — Configuration for smart reply model evalution.
Note: The following fields are mutually exclusive:
smart_reply_config
,smart_compose_config
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#smart_reply_config=
def smart_reply_config=(value) -> ::Google::Cloud::Dialogflow::V2::EvaluationConfig::SmartReplyConfig
-
value (::Google::Cloud::Dialogflow::V2::EvaluationConfig::SmartReplyConfig) — Configuration for smart reply model evalution.
Note: The following fields are mutually exclusive:
smart_reply_config
,smart_compose_config
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Dialogflow::V2::EvaluationConfig::SmartReplyConfig) — Configuration for smart reply model evalution.
Note: The following fields are mutually exclusive:
smart_reply_config
,smart_compose_config
. If a field in that set is populated, all other fields in the set will automatically be cleared.