DeploymentPropertiesArgs

data class DeploymentPropertiesArgs(val model: Output<DeploymentModelArgs>? = 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(model: Output<DeploymentModelArgs>? = null, raiPolicyName: Output<String>? = null, scaleSettings: Output<DeploymentScaleSettingsArgs>? = null, versionUpgradeOption: Output<Either<String, DeploymentModelVersionUpgradeOption>>? = null)

Properties

Link copied to clipboard
val model: Output<DeploymentModelArgs>? = null

Properties of Cognitive Services account deployment model.

Link copied to clipboard
val raiPolicyName: Output<String>? = null

The name of RAI policy.

Link copied to clipboard

Properties of Cognitive Services account deployment model.

Link copied to clipboard

Deployment model version upgrade option.

Functions

Link copied to clipboard
open override fun toJava(): DeploymentPropertiesArgs