EvaluationArgs

data class EvaluationArgs(val conversationModelId: Output<String>? = null, val displayName: Output<String>? = null, val evaluationConfig: Output<GoogleCloudDialogflowV2EvaluationConfigArgs>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<EvaluationArgs>

Creates evaluation of a conversation model. Note - this resource's API doesn't support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.

Constructors

Link copied to clipboard
constructor(conversationModelId: Output<String>? = null, displayName: Output<String>? = null, evaluationConfig: Output<GoogleCloudDialogflowV2EvaluationConfigArgs>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null)

Properties

Link copied to clipboard
val conversationModelId: Output<String>? = null
Link copied to clipboard
val displayName: Output<String>? = null

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
val location: Output<String>? = null
Link copied to clipboard
val name: Output<String>? = null

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

Link copied to clipboard
val project: Output<String>? = null

Functions

Link copied to clipboard
open override fun toJava(): EvaluationArgs