Reference documentation and code samples for the AI Platform Notebooks V1 API class Google::Cloud::Notebooks::V1::CreateRuntimeRequest.
Request for creating a Managed Notebook Runtime.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String
Returns
-
(::String) — Required. Format:
parent=projects/{project_id}/locations/{location}
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. Format:
parent=projects/{project_id}/locations/{location}
Returns
-
(::String) — Required. Format:
parent=projects/{project_id}/locations/{location}
#request_id
def request_id() -> ::String
Returns
- (::String) — Idempotent request UUID.
#request_id=
def request_id=(value) -> ::String
Parameter
- value (::String) — Idempotent request UUID.
Returns
- (::String) — Idempotent request UUID.
#runtime
def runtime() -> ::Google::Cloud::Notebooks::V1::Runtime
Returns
- (::Google::Cloud::Notebooks::V1::Runtime) — Required. The Runtime to be created.
#runtime=
def runtime=(value) -> ::Google::Cloud::Notebooks::V1::Runtime
Parameter
- value (::Google::Cloud::Notebooks::V1::Runtime) — Required. The Runtime to be created.
Returns
- (::Google::Cloud::Notebooks::V1::Runtime) — Required. The Runtime to be created.
#runtime_id
def runtime_id() -> ::String
Returns
- (::String) — Required. User-defined unique ID of this Runtime.
#runtime_id=
def runtime_id=(value) -> ::String
Parameter
- value (::String) — Required. User-defined unique ID of this Runtime.
Returns
- (::String) — Required. User-defined unique ID of this Runtime.