Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.ListConfiguredModelAlgorithmsRequest
-
Packages that use ListConfiguredModelAlgorithmsRequest Package Description software.amazon.awssdk.services.cleanroomsml Welcome to the Amazon Web Services Clean Rooms ML API Reference.software.amazon.awssdk.services.cleanroomsml.paginators software.amazon.awssdk.services.cleanroomsml.transform -
-
Uses of ListConfiguredModelAlgorithmsRequest in software.amazon.awssdk.services.cleanroomsml
Methods in software.amazon.awssdk.services.cleanroomsml with parameters of type ListConfiguredModelAlgorithmsRequest Modifier and Type Method Description default CompletableFuture<ListConfiguredModelAlgorithmsResponse>CleanRoomsMlAsyncClient. listConfiguredModelAlgorithms(ListConfiguredModelAlgorithmsRequest listConfiguredModelAlgorithmsRequest)Returns a list of configured model algorithms.default ListConfiguredModelAlgorithmsResponseCleanRoomsMlClient. listConfiguredModelAlgorithms(ListConfiguredModelAlgorithmsRequest listConfiguredModelAlgorithmsRequest)Returns a list of configured model algorithms.default ListConfiguredModelAlgorithmsPublisherCleanRoomsMlAsyncClient. listConfiguredModelAlgorithmsPaginator(ListConfiguredModelAlgorithmsRequest listConfiguredModelAlgorithmsRequest)default ListConfiguredModelAlgorithmsIterableCleanRoomsMlClient. listConfiguredModelAlgorithmsPaginator(ListConfiguredModelAlgorithmsRequest listConfiguredModelAlgorithmsRequest) -
Uses of ListConfiguredModelAlgorithmsRequest in software.amazon.awssdk.services.cleanroomsml.paginators
Constructors in software.amazon.awssdk.services.cleanroomsml.paginators with parameters of type ListConfiguredModelAlgorithmsRequest Constructor Description ListConfiguredModelAlgorithmsIterable(CleanRoomsMlClient client, ListConfiguredModelAlgorithmsRequest firstRequest)ListConfiguredModelAlgorithmsPublisher(CleanRoomsMlAsyncClient client, ListConfiguredModelAlgorithmsRequest firstRequest) -
Uses of ListConfiguredModelAlgorithmsRequest in software.amazon.awssdk.services.cleanroomsml.transform
Methods in software.amazon.awssdk.services.cleanroomsml.transform with parameters of type ListConfiguredModelAlgorithmsRequest Modifier and Type Method Description SdkHttpFullRequestListConfiguredModelAlgorithmsRequestMarshaller. marshall(ListConfiguredModelAlgorithmsRequest listConfiguredModelAlgorithmsRequest)
-