public interface ListTuningJobsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
A token to retrieve the next page of results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token to retrieve the next page of results.
|
TuningJob |
getTuningJobs(int index)
List of TuningJobs in the requested page.
|
int |
getTuningJobsCount()
List of TuningJobs in the requested page.
|
List<TuningJob> |
getTuningJobsList()
List of TuningJobs in the requested page.
|
TuningJobOrBuilder |
getTuningJobsOrBuilder(int index)
List of TuningJobs in the requested page.
|
List<? extends TuningJobOrBuilder> |
getTuningJobsOrBuilderList()
List of TuningJobs in the requested page.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<TuningJob> getTuningJobsList()
List of TuningJobs in the requested page.
repeated .google.cloud.aiplatform.v1.TuningJob tuning_jobs = 1;TuningJob getTuningJobs(int index)
List of TuningJobs in the requested page.
repeated .google.cloud.aiplatform.v1.TuningJob tuning_jobs = 1;int getTuningJobsCount()
List of TuningJobs in the requested page.
repeated .google.cloud.aiplatform.v1.TuningJob tuning_jobs = 1;List<? extends TuningJobOrBuilder> getTuningJobsOrBuilderList()
List of TuningJobs in the requested page.
repeated .google.cloud.aiplatform.v1.TuningJob tuning_jobs = 1;TuningJobOrBuilder getTuningJobsOrBuilder(int index)
List of TuningJobs in the requested page.
repeated .google.cloud.aiplatform.v1.TuningJob tuning_jobs = 1;String getNextPageToken()
A token to retrieve the next page of results. Pass to [ListTuningJobsRequest.page_token][google.cloud.aiplatform.v1.ListTuningJobsRequest.page_token] to obtain that page.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token to retrieve the next page of results. Pass to [ListTuningJobsRequest.page_token][google.cloud.aiplatform.v1.ListTuningJobsRequest.page_token] to obtain that page.
string next_page_token = 2;Copyright © 2024 Google LLC. All rights reserved.