Get Deployment Result
data class GetDeploymentResult(val etag: String, val id: String, val name: String, val properties: DeploymentPropertiesResponse, val systemData: SystemDataResponse, val type: String)
Cognitive Services account deployment.
Constructors
Link copied to clipboard
constructor(etag: String, id: String, name: String, properties: DeploymentPropertiesResponse, systemData: SystemDataResponse, type: String)