Deployment Properties Args
data class DeploymentPropertiesArgs(val capacitySettings: Output<DeploymentCapacitySettingsArgs>? = null, val currentCapacity: Output<Int>? = null, val model: Output<DeploymentModelArgs>? = null, val parentDeploymentName: Output<String>? = null, val raiPolicyName: Output<String>? = null, val scaleSettings: Output<DeploymentScaleSettingsArgs>? = null, val versionUpgradeOption: Output<Either<String, DeploymentModelVersionUpgradeOption>>? = null) : ConvertibleToJava<DeploymentPropertiesArgs>
Properties of Cognitive Services account deployment.
Constructors
Link copied to clipboard
constructor(capacitySettings: Output<DeploymentCapacitySettingsArgs>? = null, currentCapacity: Output<Int>? = null, model: Output<DeploymentModelArgs>? = null, parentDeploymentName: Output<String>? = null, raiPolicyName: Output<String>? = null, scaleSettings: Output<DeploymentScaleSettingsArgs>? = null, versionUpgradeOption: Output<Either<String, DeploymentModelVersionUpgradeOption>>? = null)
Properties
Link copied to clipboard
Internal use only.
Link copied to clipboard
The current capacity.
Link copied to clipboard
Properties of Cognitive Services account deployment model.
Link copied to clipboard
The name of parent deployment.
Link copied to clipboard
The name of RAI policy.
Link copied to clipboard
Properties of Cognitive Services account deployment model. (Deprecated, please use Deployment.sku instead.)
Link copied to clipboard
Deployment model version upgrade option.