Evaluation Args
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
fun EvaluationArgs(conversationModelId: Output<String>? = null, displayName: Output<String>? = null, evaluationConfig: Output<GoogleCloudDialogflowV2EvaluationConfigArgs>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null)