Class: Google::Cloud::AIPlatform::V1::CreateNotebookRuntimeTemplateRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/notebook_service.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#notebook_runtime_template::Google::Cloud::AIPlatform::V1::NotebookRuntimeTemplate

Returns Required. The NotebookRuntimeTemplate to create.

Returns:



36
37
38
39
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_service.rb', line 36

class CreateNotebookRuntimeTemplateRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#notebook_runtime_template_id::String

Returns Optional. User specified ID for the notebook runtime template.

Returns:

  • (::String)

    Optional. User specified ID for the notebook runtime template.



36
37
38
39
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_service.rb', line 36

class CreateNotebookRuntimeTemplateRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns 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}



36
37
38
39
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_service.rb', line 36

class CreateNotebookRuntimeTemplateRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end