DeploymentModelResponse

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

Properties of Cognitive Services account deployment model.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

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 version: String? = null

Deployment model version.