Class SwitchRuntimeRequest (0.4.3)

Stay organized with collections Save and categorize content based on your preferences.
SwitchRuntimeRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request for switching a Managed Notebook Runtime. .. attribute:: name

Required. Format: projects/{project_id}/locations/{location}/runtimes/{runtime_id}

:type: str

Attributes

NameDescription
machine_type str
machine type.
accelerator_config google.cloud.notebooks_v1.types.RuntimeAcceleratorConfig
accelerator config.

Inheritance

builtins.object > proto.message.Message > SwitchRuntimeRequest