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