Class: Google::Cloud::AIPlatform::V1::ListNotebookExecutionJobsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListNotebookExecutionJobsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/notebook_service.rb
Overview
Response message for [NotebookService.CreateNotebookExecutionJob]
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token to retrieve next page of results.
-
#notebook_execution_jobs ⇒ ::Array<::Google::Cloud::AIPlatform::V1::NotebookExecutionJob>
List of NotebookExecutionJobs in the requested page.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token to retrieve next page of results. Pass to ListNotebookExecutionJobsRequest.page_token to obtain that page.
518 519 520 521 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_service.rb', line 518 class ListNotebookExecutionJobsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#notebook_execution_jobs ⇒ ::Array<::Google::Cloud::AIPlatform::V1::NotebookExecutionJob>
Returns List of NotebookExecutionJobs in the requested page.
518 519 520 521 |
# File 'proto_docs/google/cloud/aiplatform/v1/notebook_service.rb', line 518 class ListNotebookExecutionJobsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |