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