Uses of Class
com.google.cloud.aiplatform.v1beta1.JobServiceClient.ListNasJobsPagedResponse
-
Packages that use JobServiceClient.ListNasJobsPagedResponse Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of JobServiceClient.ListNasJobsPagedResponse in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return JobServiceClient.ListNasJobsPagedResponse Modifier and Type Method Description JobServiceClient.ListNasJobsPagedResponse
JobServiceClient. listNasJobs(ListNasJobsRequest request)
Lists NasJobs in a Location.JobServiceClient.ListNasJobsPagedResponse
JobServiceClient. listNasJobs(LocationName parent)
Lists NasJobs in a Location.JobServiceClient.ListNasJobsPagedResponse
JobServiceClient. listNasJobs(String parent)
Lists NasJobs in a Location.Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type JobServiceClient.ListNasJobsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<JobServiceClient.ListNasJobsPagedResponse>
JobServiceClient.ListNasJobsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListNasJobsRequest,ListNasJobsResponse,NasJob> context, com.google.api.core.ApiFuture<ListNasJobsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListNasJobsRequest,JobServiceClient.ListNasJobsPagedResponse>
JobServiceClient. listNasJobsPagedCallable()
Lists NasJobs in a Location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListNasJobsRequest,ListNasJobsResponse,JobServiceClient.ListNasJobsPagedResponse>
JobServiceSettings.Builder. listNasJobsSettings()
Returns the builder for the settings used for calls to listNasJobs.com.google.api.gax.rpc.PagedCallSettings<ListNasJobsRequest,ListNasJobsResponse,JobServiceClient.ListNasJobsPagedResponse>
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.ListNasJobsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListNasJobsRequest,JobServiceClient.ListNasJobsPagedResponse>
GrpcJobServiceStub. listNasJobsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListNasJobsRequest,JobServiceClient.ListNasJobsPagedResponse>
JobServiceStub. listNasJobsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListNasJobsRequest,ListNasJobsResponse,JobServiceClient.ListNasJobsPagedResponse>
JobServiceStubSettings.Builder. listNasJobsSettings()
Returns the builder for the settings used for calls to listNasJobs.com.google.api.gax.rpc.PagedCallSettings<ListNasJobsRequest,ListNasJobsResponse,JobServiceClient.ListNasJobsPagedResponse>
JobServiceStubSettings. listNasJobsSettings()
Returns the object with the settings used for calls to listNasJobs.
-