GetEvaluationResult

data class GetEvaluationResult(val createTime: String, val displayName: String, val evaluationConfig: GoogleCloudDialogflowV2EvaluationConfigResponse, val name: String, val rawHumanEvalTemplateCsv: String, val smartReplyMetrics: GoogleCloudDialogflowV2SmartReplyMetricsResponse)

Constructors

Link copied to clipboard
fun GetEvaluationResult(createTime: String, displayName: String, evaluationConfig: GoogleCloudDialogflowV2EvaluationConfigResponse, name: String, rawHumanEvalTemplateCsv: String, smartReplyMetrics: GoogleCloudDialogflowV2SmartReplyMetricsResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Creation time of this model.

Link copied to clipboard

Optional. The display name of the model evaluation. At most 64 bytes long.

Link copied to clipboard

Optional. The configuration of the evaluation task.

Link copied to clipboard

The resource name of the evaluation. Format: projects//conversationModels//evaluations/

Link copied to clipboard

Human eval template in csv format. It tooks real-world conversations provided through input dataset, generates example suggestions for customer to verify quality of the model. For Smart Reply, the generated csv file contains columns of Context, (Suggestions,Q1,Q2)*3, Actual reply. Context contains at most 10 latest messages in the conversation prior to the current suggestion. Q1: "Would you send it as the next message of agent?" Evaluated based on whether the suggest is appropriate to be sent by agent in current context. Q2: "Does the suggestion move the conversation closer to resolution?" Evaluated based on whether the suggestion provide solutions, or answers customer's question or collect information from customer to resolve the customer's issue. Actual reply column contains the actual agent reply sent in the context.

Link copied to clipboard

Only available when model is for smart reply.