Class TensorboardServiceClient.ListTensorboardExperimentsPage (3.44.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
Name Description
context PageContext<ListTensorboardExperimentsRequest,ListTensorboardExperimentsResponse,TensorboardExperiment>
response ListTensorboardExperimentsResponse
Returns
Type Description
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
Name Description
context PageContext<ListTensorboardExperimentsRequest,ListTensorboardExperimentsResponse,TensorboardExperiment>
futureResponse ApiFuture<ListTensorboardExperimentsResponse>
Returns
Type Description
ApiFuture<ListTensorboardExperimentsPage>
Overrides