Class: Google::Cloud::AIPlatform::V1::CreateNotebookRuntimeTemplateRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::CreateNotebookRuntimeTemplateRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/notebook_service.rb
Overview
Request message for NotebookService.CreateNotebookRuntimeTemplate.
Instance Attribute Summary collapse
-
#notebook_runtime_template ⇒ ::Google::Cloud::AIPlatform::V1::NotebookRuntimeTemplate
Required.
-
#notebook_runtime_template_id ⇒ ::String
Optional.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#notebook_runtime_template ⇒ ::Google::Cloud::AIPlatform::V1::NotebookRuntimeTemplate
Returns Required. The NotebookRuntimeTemplate to create.
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.
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}
.
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 |