Uses of Class
com.google.cloud.aiplatform.v1.JobServiceClient.ListCustomJobsPagedResponse
Packages that use JobServiceClient.ListCustomJobsPagedResponse
Package
Description
A client to Vertex AI API
-
Uses of JobServiceClient.ListCustomJobsPagedResponse in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return JobServiceClient.ListCustomJobsPagedResponseModifier and TypeMethodDescriptionJobServiceClient.listCustomJobs(ListCustomJobsRequest request) Lists CustomJobs in a Location.JobServiceClient.listCustomJobs(LocationName parent) Lists CustomJobs in a Location.JobServiceClient.listCustomJobs(String parent) Lists CustomJobs in a Location.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type JobServiceClient.ListCustomJobsPagedResponseModifier and TypeMethodDescriptionJobServiceClient.ListCustomJobsPagedResponse.createAsync(PageContext<ListCustomJobsRequest, ListCustomJobsResponse, CustomJob> context, ApiFuture<ListCustomJobsResponse> futureResponse) JobServiceClient.listCustomJobsPagedCallable()Lists CustomJobs in a Location.PagedCallSettings.Builder<ListCustomJobsRequest,ListCustomJobsResponse, JobServiceClient.ListCustomJobsPagedResponse> JobServiceSettings.Builder.listCustomJobsSettings()Returns the builder for the settings used for calls to listCustomJobs.PagedCallSettings<ListCustomJobsRequest,ListCustomJobsResponse, JobServiceClient.ListCustomJobsPagedResponse> JobServiceSettings.listCustomJobsSettings()Returns the object with the settings used for calls to listCustomJobs. -
Uses of JobServiceClient.ListCustomJobsPagedResponse in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type JobServiceClient.ListCustomJobsPagedResponseModifier and TypeMethodDescriptionGrpcJobServiceStub.listCustomJobsPagedCallable()JobServiceStub.listCustomJobsPagedCallable()PagedCallSettings.Builder<ListCustomJobsRequest,ListCustomJobsResponse, JobServiceClient.ListCustomJobsPagedResponse> JobServiceStubSettings.Builder.listCustomJobsSettings()Returns the builder for the settings used for calls to listCustomJobs.PagedCallSettings<ListCustomJobsRequest,ListCustomJobsResponse, JobServiceClient.ListCustomJobsPagedResponse> JobServiceStubSettings.listCustomJobsSettings()Returns the object with the settings used for calls to listCustomJobs.