Google Cloud Dialogflow V2Evaluation Config Args
data class GoogleCloudDialogflowV2EvaluationConfigArgs(val datasets: Output<List<GoogleCloudDialogflowV2InputDatasetArgs>>, val smartComposeConfig: Output<GoogleCloudDialogflowV2EvaluationConfigSmartComposeConfigArgs>? = null, val smartReplyConfig: Output<GoogleCloudDialogflowV2EvaluationConfigSmartReplyConfigArgs>? = null) : ConvertibleToJava<GoogleCloudDialogflowV2EvaluationConfigArgs>
The configuration for model evaluation.
Constructors
Link copied to clipboard
constructor(datasets: Output<List<GoogleCloudDialogflowV2InputDatasetArgs>>, smartComposeConfig: Output<GoogleCloudDialogflowV2EvaluationConfigSmartComposeConfigArgs>? = null, smartReplyConfig: Output<GoogleCloudDialogflowV2EvaluationConfigSmartReplyConfigArgs>? = null)
Properties
Link copied to clipboard
Datasets used for evaluation.
Link copied to clipboard
val smartComposeConfig: Output<GoogleCloudDialogflowV2EvaluationConfigSmartComposeConfigArgs>? = null
Configuration for smart compose model evalution.
Link copied to clipboard
Configuration for smart reply model evalution.