DeploymentModelArgs

data class DeploymentModelArgs(val format: Output<String>, val name: Output<String>, val version: Output<String>? = null) : ConvertibleToJava<DeploymentModelArgs>

Constructors

Link copied to clipboard
fun DeploymentModelArgs(format: Output<String>, name: Output<String>, version: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val format: Output<String>

The format of the Cognitive Services Account Deployment model. Changing this forces a new resource to be created. Possible value is OpenAI.

Link copied to clipboard
val name: Output<String>

The name of the Cognitive Services Account Deployment model. Changing this forces a new resource to be created.

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

The version of Cognitive Services Account Deployment model. If version is not specified, the default version of the model at the time will be assigned.