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