Deployment Properties Response
data class DeploymentPropertiesResponse(val model: DeploymentModelResponse? = null, val provisioningState: String, val scaleSettings: DeploymentScaleSettingsResponse? = null)
Properties of Cognitive Services account deployment.
Constructors
Link copied to clipboard
constructor(model: DeploymentModelResponse? = null, provisioningState: String, scaleSettings: DeploymentScaleSettingsResponse? = null)