Uses of Class
software.amazon.awssdk.services.bedrock.model.ListModelCustomizationJobsResponse
-
Packages that use ListModelCustomizationJobsResponse Package Description software.amazon.awssdk.services.bedrock Describes the API operations for creating and managing Amazon Bedrock models.software.amazon.awssdk.services.bedrock.paginators -
-
Uses of ListModelCustomizationJobsResponse in software.amazon.awssdk.services.bedrock
Methods in software.amazon.awssdk.services.bedrock that return ListModelCustomizationJobsResponse Modifier and Type Method Description default ListModelCustomizationJobsResponseBedrockClient. listModelCustomizationJobs(Consumer<ListModelCustomizationJobsRequest.Builder> listModelCustomizationJobsRequest)Returns a list of model customization jobs that you have submitted.default ListModelCustomizationJobsResponseBedrockClient. listModelCustomizationJobs(ListModelCustomizationJobsRequest listModelCustomizationJobsRequest)Returns a list of model customization jobs that you have submitted.Methods in software.amazon.awssdk.services.bedrock that return types with arguments of type ListModelCustomizationJobsResponse Modifier and Type Method Description default CompletableFuture<ListModelCustomizationJobsResponse>BedrockAsyncClient. listModelCustomizationJobs(Consumer<ListModelCustomizationJobsRequest.Builder> listModelCustomizationJobsRequest)Returns a list of model customization jobs that you have submitted.default CompletableFuture<ListModelCustomizationJobsResponse>BedrockAsyncClient. listModelCustomizationJobs(ListModelCustomizationJobsRequest listModelCustomizationJobsRequest)Returns a list of model customization jobs that you have submitted. -
Uses of ListModelCustomizationJobsResponse in software.amazon.awssdk.services.bedrock.paginators
Methods in software.amazon.awssdk.services.bedrock.paginators that return types with arguments of type ListModelCustomizationJobsResponse Modifier and Type Method Description Iterator<ListModelCustomizationJobsResponse>ListModelCustomizationJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.bedrock.paginators with type arguments of type ListModelCustomizationJobsResponse Modifier and Type Method Description voidListModelCustomizationJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListModelCustomizationJobsResponse> subscriber)
-