Class: Google::Cloud::AIPlatform::V1::ListNotebookExecutionJobsResponse

Inherits:
Object
  • Object
show all
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

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.

Returns:



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.

Returns:



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