Class: Google::Cloud::AIPlatform::V1::ListDataLabelingJobsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListDataLabelingJobsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/job_service.rb
Overview
Response message for JobService.ListDataLabelingJobs.
Instance Attribute Summary collapse
-
#data_labeling_jobs ⇒ ::Array<::Google::Cloud::AIPlatform::V1::DataLabelingJob>
A list of DataLabelingJobs that matches the specified filter in the request.
-
#next_page_token ⇒ ::String
The standard List next-page token.
Instance Attribute Details
#data_labeling_jobs ⇒ ::Array<::Google::Cloud::AIPlatform::V1::DataLabelingJob>
Returns A list of DataLabelingJobs that matches the specified filter in the request.
222 223 224 225 |
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 222 class ListDataLabelingJobsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns The standard List next-page token.
222 223 224 225 |
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 222 class ListDataLabelingJobsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |