View Source GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2EvaluationConfig (google_api_dialogflow v0.88.3)

The 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 evalution.
  • smartReplyConfig (type: GoogleApi.Dialogflow.V2.Model.GoogleCloudDialogflowV2EvaluationConfigSmartReplyConfig.t, default: nil) - Configuration for smart reply model evalution.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@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
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.