Reference documentation and code samples for the AI Platform Notebooks V1beta1 API class Google::Cloud::Notebooks::V1beta1::SetInstanceMachineTypeRequest.
Request for setting instance machine type.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#machine_type
def machine_type() -> ::String
Returns
- (::String) — Required. The Compute Engine machine type.
#machine_type=
def machine_type=(value) -> ::String
Parameter
- value (::String) — Required. The Compute Engine machine type.
Returns
- (::String) — Required. The Compute Engine machine type.
#name
def name() -> ::String
Returns
-
(::String) — Required. Format:
projects/{project_id}/locations/{location}/instances/{instance_id}
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. Format:
projects/{project_id}/locations/{location}/instances/{instance_id}
Returns
-
(::String) — Required. Format:
projects/{project_id}/locations/{location}/instances/{instance_id}