GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2EvaluationConfig (google_api_dialogflow v0.89.0)
View SourceThe configuration for model evaluation.
Attributes
-
datasets(type:list(GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2InputDataset.t), default:nil) - Required. Datasets used for evaluation. -
smartComposeConfig(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2EvaluationConfigSmartComposeConfig.t, default:nil) - Configuration for smart compose model evaluation. -
smartReplyConfig(type:GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2EvaluationConfigSmartReplyConfig.t, default:nil) - Configuration for smart reply model evaluation.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2EvaluationConfig{ datasets: [GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2InputDataset.t()] | nil, smartComposeConfig: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2EvaluationConfigSmartComposeConfig.t() | nil, smartReplyConfig: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2EvaluationConfigSmartReplyConfig.t() | nil }