public interface ListTensorboardRunsResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |
getTensorboardRuns(int index)
public abstract TensorboardRun getTensorboardRuns(int index)
The TensorboardRuns mathching the request.
repeated .google.cloud.aiplatform.v1beta1.TensorboardRun tensorboard_runs = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
TensorboardRun |
getTensorboardRunsCount()
public abstract int getTensorboardRunsCount()
The TensorboardRuns mathching the request.
repeated .google.cloud.aiplatform.v1beta1.TensorboardRun tensorboard_runs = 1;
Returns | |
---|---|
Type | Description |
int |
getTensorboardRunsList()
public abstract List<TensorboardRun> getTensorboardRunsList()
The TensorboardRuns mathching the request.
repeated .google.cloud.aiplatform.v1beta1.TensorboardRun tensorboard_runs = 1;
Returns | |
---|---|
Type | Description |
List<TensorboardRun> |
getTensorboardRunsOrBuilder(int index)
public abstract TensorboardRunOrBuilder getTensorboardRunsOrBuilder(int index)
The TensorboardRuns mathching the request.
repeated .google.cloud.aiplatform.v1beta1.TensorboardRun tensorboard_runs = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
TensorboardRunOrBuilder |
getTensorboardRunsOrBuilderList()
public abstract List<? extends TensorboardRunOrBuilder> getTensorboardRunsOrBuilderList()
The TensorboardRuns mathching the request.
repeated .google.cloud.aiplatform.v1beta1.TensorboardRun tensorboard_runs = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.TensorboardRunOrBuilder> |