Class MachineSpec (1.24.1)

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

Specification of a single machine.

Attributes

NameDescription
machine_type str
Immutable. The type of the machine. See the `list of machine types supported for prediction
accelerator_type google.cloud.aiplatform_v1beta1.types.AcceleratorType
Immutable. The type of accelerator(s) that may be attached to the machine as per accelerator_count.
accelerator_count int
The number of accelerators to attach to the machine.

Inheritance

builtins.object > proto.message.Message > MachineSpec