DeploymentPropertiesArgs

data class DeploymentPropertiesArgs(val model: Output<DeploymentModelArgs>? = null, val scaleSettings: Output<DeploymentScaleSettingsArgs>? = null) : ConvertibleToJava<DeploymentPropertiesArgs>

Properties of Cognitive Services account deployment.

Constructors

Link copied to clipboard
constructor(model: Output<DeploymentModelArgs>? = null, scaleSettings: Output<DeploymentScaleSettingsArgs>? = null)

Properties

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

Properties of Cognitive Services account deployment model.

Link copied to clipboard

Properties of Cognitive Services account deployment model.

Functions

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