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