DeploymentModel

data class DeploymentModel(val format: String, val name: String, val version: String? = null)

Constructors

Link copied to clipboard
constructor(format: String, name: String, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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

Link copied to clipboard
val version: 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.