public interface ListTrialsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken() Pass this token as the page_token field of the request for a
subsequent call.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Type | Description |
| String | The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() Pass this token as the page_token field of the request for a
subsequent call.
If this field is omitted, there are no subsequent pages.
string next_page_token = 2;
| Type | Description |
| ByteString | The bytes for nextPageToken. |
getTrials(int index)
public abstract Trial getTrials(int index)The Trials associated with the Study.
repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;
| Name | Description |
| index | int |
| Type | Description |
| Trial |
getTrialsCount()
public abstract int getTrialsCount()The Trials associated with the Study.
repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;
| Type | Description |
| int |
getTrialsList()
public abstract List<Trial> getTrialsList()The Trials associated with the Study.
repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;
| Type | Description |
| List<Trial> |
getTrialsOrBuilder(int index)
public abstract TrialOrBuilder getTrialsOrBuilder(int index)The Trials associated with the Study.
repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;
| Name | Description |
| index | int |
| Type | Description |
| TrialOrBuilder |
getTrialsOrBuilderList()
public abstract List<? extends TrialOrBuilder> getTrialsOrBuilderList()The Trials associated with the Study.
repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;
| Type | Description |
| List<? extends com.google.cloud.aiplatform.v1beta1.TrialOrBuilder> |