Ai Index Endpoint Deployed Index Dedicated Resources Args
data class AiIndexEndpointDeployedIndexDedicatedResourcesArgs(val machineSpec: Output<AiIndexEndpointDeployedIndexDedicatedResourcesMachineSpecArgs>, val maxReplicaCount: Output<Int>? = null, val minReplicaCount: Output<Int>) : ConvertibleToJava<AiIndexEndpointDeployedIndexDedicatedResourcesArgs>
Constructors
Link copied to clipboard
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
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
The minimum number of machine replicas this DeployedModel will be always deployed on. This value must be greater than or equal to 1.