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