DeploymentModelArgs

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

Properties of Cognitive Services account deployment model.

Constructors

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

Properties

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

Deployment model format.

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

Deployment model name.

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

Optional. Deployment model source ARM resource ID.

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

Optional. Deployment model version. If version is not specified, a default version will be assigned. The default version is different for different models and might change when there is new version available for a model. Default version for a model could be found from list models API.

Functions

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