Class: Google::Cloud::AIPlatform::V1::ListNotebookRuntimeTemplatesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListNotebookRuntimeTemplatesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/notebook_service.rb
Overview
Response message for NotebookService.ListNotebookRuntimeTemplates.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token to retrieve next page of results.
-
#notebook_runtime_templates ⇒ ::Array<::Google::Cloud::AIPlatform::V1::NotebookRuntimeTemplate>
List of NotebookRuntimeTemplates in the requested page.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token to retrieve next page of results. Pass to ListNotebookRuntimeTemplatesRequest.page_token to obtain that page.
133 134 135 136 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_service.rb', line 133 class ListNotebookRuntimeTemplatesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#notebook_runtime_templates ⇒ ::Array<::Google::Cloud::AIPlatform::V1::NotebookRuntimeTemplate>
Returns List of NotebookRuntimeTemplates in the requested page.
133 134 135 136 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_service.rb', line 133 class ListNotebookRuntimeTemplatesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |