public interface ListTensorboardRunsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
A token, which can be sent as
[ListTensorboardRunsRequest.page_token][google.cloud.aiplatform.v1beta1.ListTensorboardRunsRequest.page_token]
to retrieve the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token, which can be sent as
[ListTensorboardRunsRequest.page_token][google.cloud.aiplatform.v1beta1.ListTensorboardRunsRequest.page_token]
to retrieve the next page.
|
TensorboardRun |
getTensorboardRuns(int index)
The TensorboardRuns mathching the request.
|
int |
getTensorboardRunsCount()
The TensorboardRuns mathching the request.
|
List<TensorboardRun> |
getTensorboardRunsList()
The TensorboardRuns mathching the request.
|
TensorboardRunOrBuilder |
getTensorboardRunsOrBuilder(int index)
The TensorboardRuns mathching the request.
|
List<? extends TensorboardRunOrBuilder> |
getTensorboardRunsOrBuilderList()
The TensorboardRuns mathching the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<TensorboardRun> getTensorboardRunsList()
The TensorboardRuns mathching the request.
repeated .google.cloud.aiplatform.v1beta1.TensorboardRun tensorboard_runs = 1;TensorboardRun getTensorboardRuns(int index)
The TensorboardRuns mathching the request.
repeated .google.cloud.aiplatform.v1beta1.TensorboardRun tensorboard_runs = 1;int getTensorboardRunsCount()
The TensorboardRuns mathching the request.
repeated .google.cloud.aiplatform.v1beta1.TensorboardRun tensorboard_runs = 1;List<? extends TensorboardRunOrBuilder> getTensorboardRunsOrBuilderList()
The TensorboardRuns mathching the request.
repeated .google.cloud.aiplatform.v1beta1.TensorboardRun tensorboard_runs = 1;TensorboardRunOrBuilder getTensorboardRunsOrBuilder(int index)
The TensorboardRuns mathching the request.
repeated .google.cloud.aiplatform.v1beta1.TensorboardRun tensorboard_runs = 1;String getNextPageToken()
A token, which can be sent as [ListTensorboardRunsRequest.page_token][google.cloud.aiplatform.v1beta1.ListTensorboardRunsRequest.page_token] to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token, which can be sent as [ListTensorboardRunsRequest.page_token][google.cloud.aiplatform.v1beta1.ListTensorboardRunsRequest.page_token] to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;Copyright © 2025 Google LLC. All rights reserved.