Class TensorboardServiceClient.ListTensorboardExperimentsPage
java.lang.Object
com.google.api.gax.paging.AbstractPage<ListTensorboardExperimentsRequest,ListTensorboardExperimentsResponse,TensorboardExperiment,TensorboardServiceClient.ListTensorboardExperimentsPage>
com.google.cloud.aiplatform.v1beta1.TensorboardServiceClient.ListTensorboardExperimentsPage
- All Implemented Interfaces:
AsyncPage<TensorboardExperiment>,Page<TensorboardExperiment>
- Enclosing class:
- TensorboardServiceClient
public static class TensorboardServiceClient.ListTensorboardExperimentsPage
extends AbstractPage<ListTensorboardExperimentsRequest,ListTensorboardExperimentsResponse,TensorboardExperiment,TensorboardServiceClient.ListTensorboardExperimentsPage>
-
Method Summary
Modifier and TypeMethodDescriptioncreatePage(PageContext<ListTensorboardExperimentsRequest, ListTensorboardExperimentsResponse, TensorboardExperiment> context, ListTensorboardExperimentsResponse response) createPageAsync(PageContext<ListTensorboardExperimentsRequest, ListTensorboardExperimentsResponse, TensorboardExperiment> context, ApiFuture<ListTensorboardExperimentsResponse> futureResponse) Methods inherited from class com.google.api.gax.paging.AbstractPage
getNextPage, getNextPage, getNextPageAsync, getNextPageToken, getPageElementCount, getRequest, getResponse, getValues, hasNextPage, iterateAllMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.api.gax.paging.Page
streamAll, streamValues
-
Method Details
-
createPage
-
createPageAsync
public ApiFuture<TensorboardServiceClient.ListTensorboardExperimentsPage> createPageAsync(PageContext<ListTensorboardExperimentsRequest, ListTensorboardExperimentsResponse, TensorboardExperiment> context, ApiFuture<ListTensorboardExperimentsResponse> futureResponse)
-