Class: Google::Cloud::AIPlatform::V1::ListNotebookRuntimesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListNotebookRuntimesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/notebook_service.rb
Overview
Response message for NotebookService.ListNotebookRuntimes.
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token to retrieve next page of results.
-
#notebook_runtimes ⇒ ::Array<::Google::Cloud::AIPlatform::V1::NotebookRuntime>
List of NotebookRuntimes in the requested page.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token to retrieve next page of results. Pass to ListNotebookRuntimesRequest.page_token to obtain that page.
301 302 303 304 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_service.rb', line 301 class ListNotebookRuntimesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#notebook_runtimes ⇒ ::Array<::Google::Cloud::AIPlatform::V1::NotebookRuntime>
Returns List of NotebookRuntimes in the requested page.
301 302 303 304 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_service.rb', line 301 class ListNotebookRuntimesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |