Interface ListTensorboardRunsResponseOrBuilder (3.42.0)

public interface ListTensorboardRunsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

A token, which can be sent as ListTensorboardRunsRequest.page_token to retrieve the next page. 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()

A token, which can be sent as ListTensorboardRunsRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getTensorboardRuns(int index)

public abstract TensorboardRun getTensorboardRuns(int index)

The TensorboardRuns mathching the request.

repeated .google.cloud.aiplatform.v1.TensorboardRun tensorboard_runs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
TensorboardRun

getTensorboardRunsCount()

public abstract int getTensorboardRunsCount()

The TensorboardRuns mathching the request.

repeated .google.cloud.aiplatform.v1.TensorboardRun tensorboard_runs = 1;

Returns
TypeDescription
int

getTensorboardRunsList()

public abstract List<TensorboardRun> getTensorboardRunsList()

The TensorboardRuns mathching the request.

repeated .google.cloud.aiplatform.v1.TensorboardRun tensorboard_runs = 1;

Returns
TypeDescription
List<TensorboardRun>

getTensorboardRunsOrBuilder(int index)

public abstract TensorboardRunOrBuilder getTensorboardRunsOrBuilder(int index)

The TensorboardRuns mathching the request.

repeated .google.cloud.aiplatform.v1.TensorboardRun tensorboard_runs = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
TensorboardRunOrBuilder

getTensorboardRunsOrBuilderList()

public abstract List<? extends TensorboardRunOrBuilder> getTensorboardRunsOrBuilderList()

The TensorboardRuns mathching the request.

repeated .google.cloud.aiplatform.v1.TensorboardRun tensorboard_runs = 1;

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