GoogleCloudDialogflowV2GeneratorEvaluation class
Represents evaluation result of a generator.
Constructors
- GoogleCloudDialogflowV2GeneratorEvaluation.new({String? completeTime, String? createTime, String? displayName, GoogleCloudDialogflowV2EvaluationStatus? evaluationStatus, GoogleCloudDialogflowV2GeneratorEvaluationConfig? generatorEvaluationConfig, GoogleCloudDialogflowV2Generator? initialGenerator, String? name, GoogleCloudDialogflowV2SummarizationEvaluationMetrics? summarizationMetrics})
- GoogleCloudDialogflowV2GeneratorEvaluation.fromJson(Map json_)
Properties
- completeTime ↔ String?
-
Completion time of this generator evaluation.
getter/setter pair
- createTime ↔ String?
-
Creation time of this generator evaluation.
getter/setter pair
- displayName ↔ String?
-
The display name of the generator evaluation.
getter/setter pair
- evaluationStatus ↔ GoogleCloudDialogflowV2EvaluationStatus?
-
The result status of the evaluation pipeline.
getter/setter pair
- generatorEvaluationConfig ↔ GoogleCloudDialogflowV2GeneratorEvaluationConfig?
-
The configuration of the evaluation task.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- initialGenerator ↔ GoogleCloudDialogflowV2Generator?
-
The initial generator that was used when creating this evaluation.
getter/setter pair
- name ↔ String?
-
Identifier.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- summarizationMetrics ↔ GoogleCloudDialogflowV2SummarizationEvaluationMetrics?
-
Only available when the summarization generator is provided.
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