public interface ListTrialsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
Pass this token as the `page_token` field of the request for a
subsequent call.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Pass this token as the `page_token` field of the request for a
subsequent call.
|
Trial |
getTrials(int index)
The Trials associated with the Study.
|
int |
getTrialsCount()
The Trials associated with the Study.
|
List<Trial> |
getTrialsList()
The Trials associated with the Study.
|
TrialOrBuilder |
getTrialsOrBuilder(int index)
The Trials associated with the Study.
|
List<? extends TrialOrBuilder> |
getTrialsOrBuilderList()
The Trials associated with the Study.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Trial> getTrialsList()
The Trials associated with the Study.
repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;Trial getTrials(int index)
The Trials associated with the Study.
repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;int getTrialsCount()
The Trials associated with the Study.
repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;List<? extends TrialOrBuilder> getTrialsOrBuilderList()
The Trials associated with the Study.
repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;TrialOrBuilder getTrialsOrBuilder(int index)
The Trials associated with the Study.
repeated .google.cloud.aiplatform.v1beta1.Trial trials = 1;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;com.google.protobuf.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;Copyright © 2022 Google LLC. All rights reserved.