public interface ListNasJobsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getNasJobs(int index)
public abstract NasJob getNasJobs(int index)
List of NasJobs in the requested page. NasJob.nas_job_output of the jobs will not be returned.
repeated .google.cloud.aiplatform.v1beta1.NasJob nas_jobs = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
NasJob |
getNasJobsCount()
public abstract int getNasJobsCount()
List of NasJobs in the requested page. NasJob.nas_job_output of the jobs will not be returned.
repeated .google.cloud.aiplatform.v1beta1.NasJob nas_jobs = 1;
Returns | |
---|---|
Type | Description |
int |
getNasJobsList()
public abstract List<NasJob> getNasJobsList()
List of NasJobs in the requested page. NasJob.nas_job_output of the jobs will not be returned.
repeated .google.cloud.aiplatform.v1beta1.NasJob nas_jobs = 1;
Returns | |
---|---|
Type | Description |
List<NasJob> |
getNasJobsOrBuilder(int index)
public abstract NasJobOrBuilder getNasJobsOrBuilder(int index)
List of NasJobs in the requested page. NasJob.nas_job_output of the jobs will not be returned.
repeated .google.cloud.aiplatform.v1beta1.NasJob nas_jobs = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
NasJobOrBuilder |
getNasJobsOrBuilderList()
public abstract List<? extends NasJobOrBuilder> getNasJobsOrBuilderList()
List of NasJobs in the requested page. NasJob.nas_job_output of the jobs will not be returned.
repeated .google.cloud.aiplatform.v1beta1.NasJob nas_jobs = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.NasJobOrBuilder> |
getNextPageToken()
public abstract String getNextPageToken()
A token to retrieve the next page of results. Pass to ListNasJobsRequest.page_token to obtain that page.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()
A token to retrieve the next page of results. Pass to ListNasJobsRequest.page_token to obtain that page.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |