Class: Google::Cloud::AIPlatform::V1::ListHyperparameterTuningJobsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ListHyperparameterTuningJobsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/job_service.rb
Overview
Response message for JobService.ListHyperparameterTuningJobs
Instance Attribute Summary collapse
-
#hyperparameter_tuning_jobs ⇒ ::Array<::Google::Cloud::AIPlatform::V1::HyperparameterTuningJob>
List of HyperparameterTuningJobs in the requested page.
-
#next_page_token ⇒ ::String
A token to retrieve the next page of results.
Instance Attribute Details
#hyperparameter_tuning_jobs ⇒ ::Array<::Google::Cloud::AIPlatform::V1::HyperparameterTuningJob>
Returns List of HyperparameterTuningJobs in the requested page. HyperparameterTuningJob.trials of the jobs will be not be returned.
339 340 341 342 |
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 339 class ListHyperparameterTuningJobsResponse 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 ListHyperparameterTuningJobsRequest.page_token to obtain that page.
339 340 341 342 |
# File 'proto_docs/google/cloud/aiplatform/v1/job_service.rb', line 339 class ListHyperparameterTuningJobsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |