Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::ListNotebookExecutionJobsResponse (v0.51.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::ListNotebookExecutionJobsResponse.

Response message for [NotebookService.CreateNotebookExecutionJob]

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#next_page_token

def next_page_token() -> ::String
Returns
  • (::String) — A token to retrieve next page of results. Pass to [ListNotebookExecutionJobs.page_token][] to obtain that page.

#next_page_token=

def next_page_token=(value) -> ::String
Parameter
  • value (::String) — A token to retrieve next page of results. Pass to [ListNotebookExecutionJobs.page_token][] to obtain that page.
Returns
  • (::String) — A token to retrieve next page of results. Pass to [ListNotebookExecutionJobs.page_token][] to obtain that page.

#notebook_execution_jobs

def notebook_execution_jobs() -> ::Array<::Google::Cloud::AIPlatform::V1::NotebookExecutionJob>
Returns

#notebook_execution_jobs=

def notebook_execution_jobs=(value) -> ::Array<::Google::Cloud::AIPlatform::V1::NotebookExecutionJob>
Parameter
Returns