DeploymentModelResponse

data class DeploymentModelResponse(val callRateLimit: CallRateLimitResponse, val format: String? = null, val name: String? = null, val publisher: String? = null, val source: String? = null, val sourceAccount: String? = null, val version: String? = null)

Properties of Cognitive Services account deployment model.

Constructors

Link copied to clipboard
constructor(callRateLimit: CallRateLimitResponse, format: String? = null, name: String? = null, publisher: String? = null, source: String? = null, sourceAccount: String? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The call rate limit Cognitive Services account.

Link copied to clipboard
val format: String? = null

Deployment model format.

Link copied to clipboard
val name: String? = null

Deployment model name.

Link copied to clipboard
val publisher: String? = null

Deployment model publisher.

Link copied to clipboard
val source: String? = null

Optional. Deployment model source ARM resource ID.

Link copied to clipboard
val sourceAccount: String? = null

Optional. Source of the model, another Microsoft.CognitiveServices accounts ARM resource ID.

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