Class: Google::Cloud::AIPlatform::V1::ListCustomJobsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListCustomJobsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/job_service.rb
Overview
Response message for JobService.ListCustomJobs
Instance Attribute Summary collapse
-
#custom_jobs ⇒ ::Array<::Google::Cloud::AIPlatform::V1::CustomJob>
List of CustomJobs in the requested page.
-
#next_page_token ⇒ ::String
A token to retrieve the next page of results.
Instance Attribute Details
#custom_jobs ⇒ ::Array<::Google::Cloud::AIPlatform::V1::CustomJob>
Returns List of CustomJobs in the requested page.
108 109 110 111 |
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 108 class ListCustomJobsResponse 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 ListCustomJobsRequest.page_token to obtain that page.
108 109 110 111 |
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 108 class ListCustomJobsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |