public interface ListTensorboardExperimentsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken()A token, which can be sent as ListTensorboardExperimentsRequest.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 ListTensorboardExperimentsRequest.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. |
getTensorboardExperiments(int index)
public abstract TensorboardExperiment getTensorboardExperiments(int index)The TensorboardExperiments mathching the request.
repeated .google.cloud.aiplatform.v1beta1.TensorboardExperiment tensorboard_experiments = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TensorboardExperiment |
|
getTensorboardExperimentsCount()
public abstract int getTensorboardExperimentsCount()The TensorboardExperiments mathching the request.
repeated .google.cloud.aiplatform.v1beta1.TensorboardExperiment tensorboard_experiments = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getTensorboardExperimentsList()
public abstract List<TensorboardExperiment> getTensorboardExperimentsList()The TensorboardExperiments mathching the request.
repeated .google.cloud.aiplatform.v1beta1.TensorboardExperiment tensorboard_experiments = 1;
| Returns | |
|---|---|
| Type | Description |
List<TensorboardExperiment> |
|
getTensorboardExperimentsOrBuilder(int index)
public abstract TensorboardExperimentOrBuilder getTensorboardExperimentsOrBuilder(int index)The TensorboardExperiments mathching the request.
repeated .google.cloud.aiplatform.v1beta1.TensorboardExperiment tensorboard_experiments = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
TensorboardExperimentOrBuilder |
|
getTensorboardExperimentsOrBuilderList()
public abstract List<? extends TensorboardExperimentOrBuilder> getTensorboardExperimentsOrBuilderList()The TensorboardExperiments mathching the request.
repeated .google.cloud.aiplatform.v1beta1.TensorboardExperiment tensorboard_experiments = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.TensorboardExperimentOrBuilder> |
|