Google Cloud Dialogflow V2 Client - Class EvaluationConfig (1.0.1)

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.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ datasets array<Google\Cloud\Dialogflow\V2\InputDataset>

Required. Datasets used for evaluation.

↳ 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];

Returns
TypeDescription
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];

Parameter
NameDescription
var array<Google\Cloud\Dialogflow\V2\InputDataset>
Returns
TypeDescription
$this

getSmartReplyConfig

Configuration for smart reply model evalution.

Generated from protobuf field .google.cloud.dialogflow.v2.EvaluationConfig.SmartReplyConfig smart_reply_config = 2;

Returns
TypeDescription
Google\Cloud\Dialogflow\V2\EvaluationConfig\SmartReplyConfig|null

hasSmartReplyConfig

setSmartReplyConfig

Configuration for smart reply model evalution.

Generated from protobuf field .google.cloud.dialogflow.v2.EvaluationConfig.SmartReplyConfig smart_reply_config = 2;

Parameter
NameDescription
var Google\Cloud\Dialogflow\V2\EvaluationConfig\SmartReplyConfig
Returns
TypeDescription
$this

getSmartComposeConfig

Configuration for smart compose model evalution.

Generated from protobuf field .google.cloud.dialogflow.v2.EvaluationConfig.SmartComposeConfig smart_compose_config = 4;

Returns
TypeDescription
Google\Cloud\Dialogflow\V2\EvaluationConfig\SmartComposeConfig|null

hasSmartComposeConfig

setSmartComposeConfig

Configuration for smart compose model evalution.

Generated from protobuf field .google.cloud.dialogflow.v2.EvaluationConfig.SmartComposeConfig smart_compose_config = 4;

Parameter
NameDescription
var Google\Cloud\Dialogflow\V2\EvaluationConfig\SmartComposeConfig
Returns
TypeDescription
$this

getModelSpecificConfig

Returns
TypeDescription
string