GoogleCloudDialogflowV2ConversationModelEvaluation class
Represents evaluation result of a conversation model.
Constructors
- GoogleCloudDialogflowV2ConversationModelEvaluation({String? createTime, String? displayName, GoogleCloudDialogflowV2EvaluationConfig? evaluationConfig, String? name, String? rawHumanEvalTemplateCsv, GoogleCloudDialogflowV2SmartReplyMetrics? smartReplyMetrics})
- GoogleCloudDialogflowV2ConversationModelEvaluation.fromJson(Map json_)
Properties
- createTime ↔ String?
-
Creation time of this model.
getter/setter pair
- displayName ↔ String?
-
The display name of the model evaluation.
getter/setter pair
- evaluationConfig ↔ GoogleCloudDialogflowV2EvaluationConfig?
-
The configuration of the evaluation task.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The resource name of the evaluation.
getter/setter pair
- rawHumanEvalTemplateCsv ↔ String?
-
Human eval template in csv format.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- smartReplyMetrics ↔ GoogleCloudDialogflowV2SmartReplyMetrics?
-
Only available when model is for smart reply.
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