Class TensorboardServiceClient.ListTensorboardExperimentsPage (3.42.0)

public static class TensorboardServiceClient.ListTensorboardExperimentsPage extends AbstractPage<ListTensorboardExperimentsRequest,ListTensorboardExperimentsResponse,TensorboardExperiment,TensorboardServiceClient.ListTensorboardExperimentsPage>

Inheritance

java.lang.Object > AbstractPage > TensorboardServiceClient.ListTensorboardExperimentsPage

Methods

createPage(PageContext<ListTensorboardExperimentsRequest,ListTensorboardExperimentsResponse,TensorboardExperiment> context, ListTensorboardExperimentsResponse response)

protected TensorboardServiceClient.ListTensorboardExperimentsPage createPage(PageContext<ListTensorboardExperimentsRequest,ListTensorboardExperimentsResponse,TensorboardExperiment> context, ListTensorboardExperimentsResponse response)
Parameters
NameDescription
contextPageContext<ListTensorboardExperimentsRequest,ListTensorboardExperimentsResponse,TensorboardExperiment>
responseListTensorboardExperimentsResponse
Returns
TypeDescription
TensorboardServiceClient.ListTensorboardExperimentsPage
Overrides

createPageAsync(PageContext<ListTensorboardExperimentsRequest,ListTensorboardExperimentsResponse,TensorboardExperiment> context, ApiFuture<ListTensorboardExperimentsResponse> futureResponse)

public ApiFuture<TensorboardServiceClient.ListTensorboardExperimentsPage> createPageAsync(PageContext<ListTensorboardExperimentsRequest,ListTensorboardExperimentsResponse,TensorboardExperiment> context, ApiFuture<ListTensorboardExperimentsResponse> futureResponse)
Parameters
NameDescription
contextPageContext<ListTensorboardExperimentsRequest,ListTensorboardExperimentsResponse,TensorboardExperiment>
futureResponseApiFuture<ListTensorboardExperimentsResponse>
Returns
TypeDescription
ApiFuture<ListTensorboardExperimentsPage>
Overrides