DeploymentModelArgs

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

Constructors

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

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>

The version of Cognitive Services Account Deployment model.