Class SetInstanceAcceleratorRequest (1.4.0)

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

Request for setting instance accelerator.

Attributes

NameDescription
name str
Required. Format: ``projects/{project_id}/locations/{location}/instances/{instance_id}``
type_ google.cloud.notebooks_v1.types.Instance.AcceleratorType
Required. Type of this accelerator.
core_count int
Required. Count of cores of this accelerator. Note that not all combinations of ``type`` and ``core_count`` are valid. Check `GPUs on Compute Engine

Inheritance

builtins.object > proto.message.Message > SetInstanceAcceleratorRequest