GoogleCloudDialogflowV2GeneratorEvaluationConfig class
Generator evaluation input config.
Constructors
- GoogleCloudDialogflowV2GeneratorEvaluationConfig.new({GoogleCloudDialogflowV2GeneratorEvaluationConfigInputDataConfig? inputDataConfig, String? outputGcsBucketPath, GoogleCloudDialogflowV2GeneratorEvaluationConfigSummarizationConfig? summarizationConfig})
- GoogleCloudDialogflowV2GeneratorEvaluationConfig.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- inputDataConfig ↔ GoogleCloudDialogflowV2GeneratorEvaluationConfigInputDataConfig?
-
The config/source of input data.
getter/setter pair
- outputGcsBucketPath ↔ String?
-
The output Cloud Storage bucket path to store eval files, e.g.
per_summary_accuracy_score report.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- summarizationConfig ↔ GoogleCloudDialogflowV2GeneratorEvaluationConfigSummarizationConfig?
-
Evaluation configs for summarization generator.
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