Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.PutMlConfigurationResponse
-
Packages that use PutMlConfigurationResponse Package Description software.amazon.awssdk.services.cleanroomsml Welcome to the Amazon Web Services Clean Rooms ML API Reference. -
-
Uses of PutMlConfigurationResponse in software.amazon.awssdk.services.cleanroomsml
Methods in software.amazon.awssdk.services.cleanroomsml that return PutMlConfigurationResponse Modifier and Type Method Description default PutMlConfigurationResponseCleanRoomsMlClient. putMLConfiguration(Consumer<PutMlConfigurationRequest.Builder> putMlConfigurationRequest)Assigns information about an ML configuration.default PutMlConfigurationResponseCleanRoomsMlClient. putMLConfiguration(PutMlConfigurationRequest putMlConfigurationRequest)Assigns information about an ML configuration.Methods in software.amazon.awssdk.services.cleanroomsml that return types with arguments of type PutMlConfigurationResponse Modifier and Type Method Description default CompletableFuture<PutMlConfigurationResponse>CleanRoomsMlAsyncClient. putMLConfiguration(Consumer<PutMlConfigurationRequest.Builder> putMlConfigurationRequest)Assigns information about an ML configuration.default CompletableFuture<PutMlConfigurationResponse>CleanRoomsMlAsyncClient. putMLConfiguration(PutMlConfigurationRequest putMlConfigurationRequest)Assigns information about an ML configuration.
-