OpenAIEndpointDeploymentResourcePropertiesResponse

data class OpenAIEndpointDeploymentResourcePropertiesResponse(val failureReason: String? = null, val model: EndpointDeploymentModelResponse, val provisioningState: String, val raiPolicyName: String? = null, val sku: CognitiveServicesSkuResponse? = null, val type: String, val versionUpgradeOption: String? = null)

Constructors

constructor(failureReason: String? = null, model: EndpointDeploymentModelResponse, provisioningState: String, raiPolicyName: String? = null, sku: CognitiveServicesSkuResponse? = null, type: String, versionUpgradeOption: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val failureReason: String? = null

The failure reason if the creation failed.

Link copied to clipboard

Model used for the endpoint deployment.

Link copied to clipboard

Read-only provision state status property.

Link copied to clipboard
val raiPolicyName: String? = null

The name of RAI policy.

Link copied to clipboard
Link copied to clipboard

Kind of the deployment. Expected value is 'Azure.OpenAI'.

Link copied to clipboard

Deployment model version upgrade option.