Uses of Class
com.google.cloud.aiplatform.v1.MetadataServiceClient.ListContextsPage
-
Packages that use MetadataServiceClient.ListContextsPage Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI API -
-
Uses of MetadataServiceClient.ListContextsPage in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return MetadataServiceClient.ListContextsPage Modifier and Type Method Description protected MetadataServiceClient.ListContextsPage
MetadataServiceClient.ListContextsPage. createPage(com.google.api.gax.rpc.PageContext<ListContextsRequest,ListContextsResponse,Context> context, ListContextsResponse response)
Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type MetadataServiceClient.ListContextsPage Modifier and Type Method Description com.google.api.core.ApiFuture<MetadataServiceClient.ListContextsPage>
MetadataServiceClient.ListContextsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListContextsRequest,ListContextsResponse,Context> context, com.google.api.core.ApiFuture<ListContextsResponse> futureResponse)
Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type MetadataServiceClient.ListContextsPage Modifier and Type Method Description protected MetadataServiceClient.ListContextsFixedSizeCollection
MetadataServiceClient.ListContextsFixedSizeCollection. createCollection(List<MetadataServiceClient.ListContextsPage> pages, int collectionSize)
-