Class TensorboardServiceClient.ListTensorboardExperimentsPage (3.96.0)

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

Inheritance

java.lang.Object > AbstractPage > TensorboardServiceClient.ListTensorboardExperimentsPage

Methods

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

protected TensorboardServiceClient.ListTensorboardExperimentsPage createPage(@Nullable PageContext<ListTensorboardExperimentsRequest,ListTensorboardExperimentsResponse,TensorboardExperiment> context, @Nullable ListTensorboardExperimentsResponse response)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListTensorboardExperimentsRequest,ListTensorboardExperimentsResponse,TensorboardExperiment>
response @org.jspecify.annotations.Nullable com.google.cloud.aiplatform.v1.ListTensorboardExperimentsResponse
Returns
Type Description
TensorboardServiceClient.ListTensorboardExperimentsPage
Overrides

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

public ApiFuture<TensorboardServiceClient.ListTensorboardExperimentsPage> createPageAsync(@Nullable PageContext<ListTensorboardExperimentsRequest,ListTensorboardExperimentsResponse,TensorboardExperiment> context, ApiFuture<ListTensorboardExperimentsResponse> futureResponse)
Parameters
Name Description
context @org.jspecify.annotations.Nullable com.google.api.gax.rpc.PageContext<ListTensorboardExperimentsRequest,ListTensorboardExperimentsResponse,TensorboardExperiment>
futureResponse ApiFuture<ListTensorboardExperimentsResponse>
Returns
Type Description
ApiFuture<ListTensorboardExperimentsPage>
Overrides