Interface ListTrialsResponseOrBuilder (2.8.9)

public interface ListTrialsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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;

Returns
TypeDescription
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;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getTrials(int index)

public abstract Trial getTrials(int index)

The Trials associated with the Study.

repeated .google.cloud.aiplatform.v1.Trial trials = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Trial

getTrialsCount()

public abstract int getTrialsCount()

The Trials associated with the Study.

repeated .google.cloud.aiplatform.v1.Trial trials = 1;

Returns
TypeDescription
int

getTrialsList()

public abstract List<Trial> getTrialsList()

The Trials associated with the Study.

repeated .google.cloud.aiplatform.v1.Trial trials = 1;

Returns
TypeDescription
List<Trial>

getTrialsOrBuilder(int index)

public abstract TrialOrBuilder getTrialsOrBuilder(int index)

The Trials associated with the Study.

repeated .google.cloud.aiplatform.v1.Trial trials = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
TrialOrBuilder

getTrialsOrBuilderList()

public abstract List<? extends TrialOrBuilder> getTrialsOrBuilderList()

The Trials associated with the Study.

repeated .google.cloud.aiplatform.v1.Trial trials = 1;

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1.TrialOrBuilder>