Class: Google::Cloud::AIPlatform::V1::ListNasJobsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/job_service.rb

Overview

Response message for JobService.ListNasJobs

Instance Attribute Summary collapse

Instance Attribute Details

#nas_jobs::Array<::Google::Cloud::AIPlatform::V1::NasJob>

Returns List of NasJobs in the requested page. NasJob.nas_job_output of the jobs will not be returned.

Returns:



454
455
456
457
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 454

class ListNasJobsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#next_page_token::String

Returns A token to retrieve the next page of results. Pass to ListNasJobsRequest.page_token to obtain that page.

Returns:



454
455
456
457
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 454

class ListNasJobsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end