AiIndexEndpointDeployedIndexDedicatedResourcesArgs

data class AiIndexEndpointDeployedIndexDedicatedResourcesArgs(val machineSpec: Output<AiIndexEndpointDeployedIndexDedicatedResourcesMachineSpecArgs>, val maxReplicaCount: Output<Int>? = null, val minReplicaCount: Output<Int>) : ConvertibleToJava<AiIndexEndpointDeployedIndexDedicatedResourcesArgs>

Constructors

constructor(machineSpec: Output<AiIndexEndpointDeployedIndexDedicatedResourcesMachineSpecArgs>, maxReplicaCount: Output<Int>? = null, minReplicaCount: Output<Int>)

Properties

Link copied to clipboard

The minimum number of replicas this DeployedModel will be always deployed on. Structure is documented below.

Link copied to clipboard
val maxReplicaCount: Output<Int>? = null

The maximum number of replicas this DeployedModel may be deployed on when the traffic against it increases. If maxReplicaCount is not set, the default value is minReplicaCount

Link copied to clipboard
val minReplicaCount: Output<Int>

The minimum number of machine replicas this DeployedModel will be always deployed on. This value must be greater than or equal to 1.

Functions

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