Class BatchDedicatedResources (1.23.0)

  BatchDedicatedResources 
 ( 
 mapping 
 = 
 None 
 , 
 * 
 , 
 ignore_unknown_fields 
 = 
 False 
 , 
 ** 
 kwargs 
 ) 
 

A description of resources that are used for performing batch operations, are dedicated to a Model, and need manual configuration.

Attributes

Name
Description
machine_spec
google.cloud.aiplatform_v1.types.MachineSpec
Required. Immutable. The specification of a single machine.
starting_replica_count
int
Immutable. The number of machine replicas used at the start of the batch operation. If not set, Vertex AI decides starting number, not greater than max_replica_count
max_replica_count
int
Immutable. The maximum number of machine replicas the batch operation may be scaled to. The default value is 10.

Inheritance

builtins.object > proto.message.Message > BatchDedicatedResources