Class: Google::Cloud::AIPlatform::V1::ListNasJobsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListNasJobsResponse
- 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
-
#nas_jobs ⇒ ::Array<::Google::Cloud::AIPlatform::V1::NasJob>
List of NasJobs in the requested page.
-
#next_page_token ⇒ ::String
A token to retrieve the next page of results.
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.
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.
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 |