EndpointDeploymentResourcePropertiesArgs

data class EndpointDeploymentResourcePropertiesArgs(val model: Output<EndpointDeploymentModelArgs>, val raiPolicyName: Output<String>? = null, val versionUpgradeOption: Output<Either<String, DeploymentModelVersionUpgradeOption>>? = null) : ConvertibleToJava<EndpointDeploymentResourcePropertiesArgs>

Constructors

Link copied to clipboard
constructor(model: Output<EndpointDeploymentModelArgs>, raiPolicyName: Output<String>? = null, versionUpgradeOption: Output<Either<String, DeploymentModelVersionUpgradeOption>>? = null)

Properties

Link copied to clipboard

Model used for the endpoint deployment.

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

The name of RAI policy.

Link copied to clipboard

Deployment model version upgrade option.

Functions

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