Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::CreateNotebookRuntimeTemplateRequest (v0.40.0)

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

Request message for NotebookService.CreateNotebookRuntimeTemplate.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#notebook_runtime_template

def notebook_runtime_template() -> ::Google::Cloud::AIPlatform::V1::NotebookRuntimeTemplate
Returns

#notebook_runtime_template=

def notebook_runtime_template=(value) -> ::Google::Cloud::AIPlatform::V1::NotebookRuntimeTemplate
Parameter
Returns

#notebook_runtime_template_id

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

#notebook_runtime_template_id=

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

#parent

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

#parent=

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