GoogleCloudDialogflowV2EvaluationConfig class
The configuration for model evaluation.
Constructors
-
GoogleCloudDialogflowV2EvaluationConfig({List<
GoogleCloudDialogflowV2InputDataset> ? datasets, GoogleCloudDialogflowV2EvaluationConfigSmartComposeConfig? smartComposeConfig, GoogleCloudDialogflowV2EvaluationConfigSmartReplyConfig? smartReplyConfig}) - GoogleCloudDialogflowV2EvaluationConfig.fromJson(Map json_)
Properties
-
datasets
↔ List<
GoogleCloudDialogflowV2InputDataset> ? -
Datasets used for evaluation.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- smartComposeConfig ↔ GoogleCloudDialogflowV2EvaluationConfigSmartComposeConfig?
-
Configuration for smart compose model evalution.
getter/setter pair
- smartReplyConfig ↔ GoogleCloudDialogflowV2EvaluationConfigSmartReplyConfig?
-
Configuration for smart reply model evalution.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited