Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::AssignNotebookRuntimeRequest (v0.39.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::AssignNotebookRuntimeRequest.

Request message for NotebookService.AssignNotebookRuntime.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#notebook_runtime

def notebook_runtime() -> ::Google::Cloud::AIPlatform::V1::NotebookRuntime
Returns

#notebook_runtime=

def notebook_runtime=(value) -> ::Google::Cloud::AIPlatform::V1::NotebookRuntime
Parameter
Returns

#notebook_runtime_id

def notebook_runtime_id() -> ::String
Returns
  • (::String) — Optional. User specified ID for the notebook runtime.

#notebook_runtime_id=

def notebook_runtime_id=(value) -> ::String
Parameter
  • value (::String) — Optional. User specified ID for the notebook runtime.
Returns
  • (::String) — Optional. User specified ID for the notebook runtime.

#notebook_runtime_template

def notebook_runtime_template() -> ::String
Returns
  • (::String) — Required. The resource name of the NotebookRuntimeTemplate based on which a NotebookRuntime will be assigned (reuse or create a new one).

#notebook_runtime_template=

def notebook_runtime_template=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the NotebookRuntimeTemplate based on which a NotebookRuntime will be assigned (reuse or create a new one).
Returns
  • (::String) — Required. The resource name of the NotebookRuntimeTemplate based on which a NotebookRuntime will be assigned (reuse or create a new one).

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The resource name of the Location to get the NotebookRuntime assignment. Format: projects/{project}/locations/{location}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the Location to get the NotebookRuntime assignment. Format: projects/{project}/locations/{location}
Returns
  • (::String) — Required. The resource name of the Location to get the NotebookRuntime assignment. Format: projects/{project}/locations/{location}