DeploymentModel

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

Constructors

Link copied to clipboard
fun DeploymentModel(format: String, name: String, version: String)

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

The version of Cognitive Services Account Deployment model.