Class: Google::Cloud::AIPlatform::V1::ListBatchPredictionJobsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListBatchPredictionJobsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/job_service.rb
Overview
Response message for JobService.ListBatchPredictionJobs
Instance Attribute Summary collapse
-
#batch_prediction_jobs ⇒ ::Array<::Google::Cloud::AIPlatform::V1::BatchPredictionJob>
List of BatchPredictionJobs in the requested page.
-
#next_page_token ⇒ ::String
A token to retrieve the next page of results.
Instance Attribute Details
#batch_prediction_jobs ⇒ ::Array<::Google::Cloud::AIPlatform::V1::BatchPredictionJob>
Returns List of BatchPredictionJobs in the requested page.
619 620 621 622 |
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 619 class ListBatchPredictionJobsResponse 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 ListBatchPredictionJobsRequest.page_token to obtain that page.
619 620 621 622 |
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 619 class ListBatchPredictionJobsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |