AcceleratorConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A specification of the type and number of accelerator cards attached to the instance.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
accelerator_type |
str
Optional. Full or partial URL of the accelerator type resource to attach to this instance. This field is a member of oneof _ _accelerator_type .
|
accelerator_count |
int
Optional. The number of the guest accelerator cards exposed to this instance. This field is a member of oneof _ _accelerator_count .
|