Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class EvaluationConfig.
The configuration for model evaluation.
Generated from protobuf message google.cloud.dialogflow.v2.EvaluationConfig
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ datasets
↳ smart_reply_config
Google\Cloud\Dialogflow\V2\EvaluationConfig\SmartReplyConfig
Configuration for smart reply model evalution.
↳ smart_compose_config
Google\Cloud\Dialogflow\V2\EvaluationConfig\SmartComposeConfig
Configuration for smart compose model evalution.
getDatasets
Required. Datasets used for evaluation.
Generated from protobuf field repeated .google.cloud.dialogflow.v2.InputDataset datasets = 3 [(.google.api.field_behavior) = REQUIRED];
Google\Protobuf\Internal\RepeatedField
setDatasets
Required. Datasets used for evaluation.
Generated from protobuf field repeated .google.cloud.dialogflow.v2.InputDataset datasets = 3 [(.google.api.field_behavior) = REQUIRED];
$this
getSmartReplyConfig
Configuration for smart reply model evalution.
Generated from protobuf field .google.cloud.dialogflow.v2.EvaluationConfig.SmartReplyConfig smart_reply_config = 2;
hasSmartReplyConfig
setSmartReplyConfig
Configuration for smart reply model evalution.
Generated from protobuf field .google.cloud.dialogflow.v2.EvaluationConfig.SmartReplyConfig smart_reply_config = 2;
$this
getSmartComposeConfig
Configuration for smart compose model evalution.
Generated from protobuf field .google.cloud.dialogflow.v2.EvaluationConfig.SmartComposeConfig smart_compose_config = 4;
hasSmartComposeConfig
setSmartComposeConfig
Configuration for smart compose model evalution.
Generated from protobuf field .google.cloud.dialogflow.v2.EvaluationConfig.SmartComposeConfig smart_compose_config = 4;
$this
getModelSpecificConfig
string