data class DeploymentModelArgs(val format: Output<String>, val name: Output<String>, val version: Output<String>? = null) : ConvertibleToJava<DeploymentModelArgs>
The format of the Cognitive Services Account Deployment model. Possible values are OpenAI and Cohere. Changing this forces a new resource to be created.
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.