public interface ListTensorboardExperimentsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
A token, which can be sent as
[ListTensorboardExperimentsRequest.page_token][google.cloud.aiplatform.v1beta1.ListTensorboardExperimentsRequest.page_token]
to retrieve the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token, which can be sent as
[ListTensorboardExperimentsRequest.page_token][google.cloud.aiplatform.v1beta1.ListTensorboardExperimentsRequest.page_token]
to retrieve the next page.
|
TensorboardExperiment |
getTensorboardExperiments(int index)
The TensorboardExperiments mathching the request.
|
int |
getTensorboardExperimentsCount()
The TensorboardExperiments mathching the request.
|
List<TensorboardExperiment> |
getTensorboardExperimentsList()
The TensorboardExperiments mathching the request.
|
TensorboardExperimentOrBuilder |
getTensorboardExperimentsOrBuilder(int index)
The TensorboardExperiments mathching the request.
|
List<? extends TensorboardExperimentOrBuilder> |
getTensorboardExperimentsOrBuilderList()
The TensorboardExperiments mathching the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<TensorboardExperiment> getTensorboardExperimentsList()
The TensorboardExperiments mathching the request.
repeated .google.cloud.aiplatform.v1beta1.TensorboardExperiment tensorboard_experiments = 1;
TensorboardExperiment getTensorboardExperiments(int index)
The TensorboardExperiments mathching the request.
repeated .google.cloud.aiplatform.v1beta1.TensorboardExperiment tensorboard_experiments = 1;
int getTensorboardExperimentsCount()
The TensorboardExperiments mathching the request.
repeated .google.cloud.aiplatform.v1beta1.TensorboardExperiment tensorboard_experiments = 1;
List<? extends TensorboardExperimentOrBuilder> getTensorboardExperimentsOrBuilderList()
The TensorboardExperiments mathching the request.
repeated .google.cloud.aiplatform.v1beta1.TensorboardExperiment tensorboard_experiments = 1;
TensorboardExperimentOrBuilder getTensorboardExperimentsOrBuilder(int index)
The TensorboardExperiments mathching the request.
repeated .google.cloud.aiplatform.v1beta1.TensorboardExperiment tensorboard_experiments = 1;
String getNextPageToken()
A token, which can be sent as [ListTensorboardExperimentsRequest.page_token][google.cloud.aiplatform.v1beta1.ListTensorboardExperimentsRequest.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 [ListTensorboardExperimentsRequest.page_token][google.cloud.aiplatform.v1beta1.ListTensorboardExperimentsRequest.page_token] to retrieve the next page. If this field is omitted, there are no subsequent pages.
string next_page_token = 2;Copyright © 2024 Google LLC. All rights reserved.