Uses of Class
com.google.cloud.aiplatform.v1beta1.JobServiceClient.ListNasJobsPagedResponse
Packages that use JobServiceClient.ListNasJobsPagedResponse
Package
Description
A client to Vertex AI API
-
Uses of JobServiceClient.ListNasJobsPagedResponse in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return JobServiceClient.ListNasJobsPagedResponseModifier and TypeMethodDescriptionJobServiceClient.listNasJobs(ListNasJobsRequest request) Lists NasJobs in a Location.JobServiceClient.listNasJobs(LocationName parent) Lists NasJobs in a Location.JobServiceClient.listNasJobs(String parent) Lists NasJobs in a Location.Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type JobServiceClient.ListNasJobsPagedResponseModifier and TypeMethodDescriptionJobServiceClient.ListNasJobsPagedResponse.createAsync(PageContext<ListNasJobsRequest, ListNasJobsResponse, NasJob> context, ApiFuture<ListNasJobsResponse> futureResponse) JobServiceClient.listNasJobsPagedCallable()Lists NasJobs in a Location.PagedCallSettings.Builder<ListNasJobsRequest,ListNasJobsResponse, JobServiceClient.ListNasJobsPagedResponse> JobServiceSettings.Builder.listNasJobsSettings()Returns the builder for the settings used for calls to listNasJobs.JobServiceSettings.listNasJobsSettings()Returns the object with the settings used for calls to listNasJobs. -
Uses of JobServiceClient.ListNasJobsPagedResponse in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type JobServiceClient.ListNasJobsPagedResponseModifier and TypeMethodDescriptionGrpcJobServiceStub.listNasJobsPagedCallable()JobServiceStub.listNasJobsPagedCallable()PagedCallSettings.Builder<ListNasJobsRequest,ListNasJobsResponse, JobServiceClient.ListNasJobsPagedResponse> JobServiceStubSettings.Builder.listNasJobsSettings()Returns the builder for the settings used for calls to listNasJobs.JobServiceStubSettings.listNasJobsSettings()Returns the object with the settings used for calls to listNasJobs.