Class: Google::Cloud::AIPlatform::V1::AssignNotebookRuntimeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::AssignNotebookRuntimeRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/notebook_service.rb
Overview
Request message for NotebookService.AssignNotebookRuntime.
Instance Attribute Summary collapse
-
#notebook_runtime ⇒ ::Google::Cloud::AIPlatform::V1::NotebookRuntime
Required.
-
#notebook_runtime_id ⇒ ::String
Optional.
-
#notebook_runtime_template ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#notebook_runtime ⇒ ::Google::Cloud::AIPlatform::V1::NotebookRuntime
Returns Required. Provide runtime specific information (e.g. runtime owner, notebook id) used for NotebookRuntime assignment.
185 186 187 188 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_service.rb', line 185 class AssignNotebookRuntimeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#notebook_runtime_id ⇒ ::String
Returns Optional. User specified ID for the notebook runtime.
185 186 187 188 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_service.rb', line 185 class AssignNotebookRuntimeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#notebook_runtime_template ⇒ ::String
Returns Required. The resource name of the NotebookRuntimeTemplate based on which a NotebookRuntime will be assigned (reuse or create a new one).
185 186 187 188 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_service.rb', line 185 class AssignNotebookRuntimeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. The resource name of the Location to get the NotebookRuntime
assignment. Format: projects/{project}/locations/{location}
.
185 186 187 188 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_service.rb', line 185 class AssignNotebookRuntimeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |