public interface ListNasTrialDetailsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNasTrialDetails(int index)
public abstract NasTrialDetail getNasTrialDetails(int index)List of top NasTrials in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NasTrialDetail nas_trial_details = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
NasTrialDetail |
|
getNasTrialDetailsCount()
public abstract int getNasTrialDetailsCount()List of top NasTrials in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NasTrialDetail nas_trial_details = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getNasTrialDetailsList()
public abstract List<NasTrialDetail> getNasTrialDetailsList()List of top NasTrials in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NasTrialDetail nas_trial_details = 1;
| Returns | |
|---|---|
| Type | Description |
List<NasTrialDetail> |
|
getNasTrialDetailsOrBuilder(int index)
public abstract NasTrialDetailOrBuilder getNasTrialDetailsOrBuilder(int index)List of top NasTrials in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NasTrialDetail nas_trial_details = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
NasTrialDetailOrBuilder |
|
getNasTrialDetailsOrBuilderList()
public abstract List<? extends NasTrialDetailOrBuilder> getNasTrialDetailsOrBuilderList()List of top NasTrials in the requested page.
repeated .google.cloud.aiplatform.v1beta1.NasTrialDetail nas_trial_details = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.NasTrialDetailOrBuilder> |
|
getNextPageToken()
public abstract String getNextPageToken()A token to retrieve the next page of results. Pass to ListNasTrialDetailsRequest.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 ListNasTrialDetailsRequest.page_token to obtain that page.
string next_page_token = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for nextPageToken. |