Class: Google::Cloud::AIPlatform::V1::ListTuningJobsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListTuningJobsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/genai_tuning_service.rb
Overview
Response message for GenAiTuningService.ListTuningJobs
Instance Attribute Summary collapse
-
#next_page_token ⇒ ::String
A token to retrieve the next page of results.
-
#tuning_jobs ⇒ ::Array<::Google::Cloud::AIPlatform::V1::TuningJob>
List of TuningJobs in the requested page.
Instance Attribute Details
#next_page_token ⇒ ::String
Returns A token to retrieve the next page of results. Pass to ListTuningJobsRequest.page_token to obtain that page.
83 84 85 86 |
# File 'proto_docs/google/cloud/aiplatform/v1/genai_tuning_service.rb', line 83 class ListTuningJobsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tuning_jobs ⇒ ::Array<::Google::Cloud::AIPlatform::V1::TuningJob>
Returns List of TuningJobs in the requested page.
83 84 85 86 |
# File 'proto_docs/google/cloud/aiplatform/v1/genai_tuning_service.rb', line 83 class ListTuningJobsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |