Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.CreateMlInputChannelResponse
-
Packages that use CreateMlInputChannelResponse Package Description software.amazon.awssdk.services.cleanroomsml Welcome to the Amazon Web Services Clean Rooms ML API Reference. -
-
Uses of CreateMlInputChannelResponse in software.amazon.awssdk.services.cleanroomsml
Methods in software.amazon.awssdk.services.cleanroomsml that return CreateMlInputChannelResponse Modifier and Type Method Description default CreateMlInputChannelResponseCleanRoomsMlClient. createMLInputChannel(Consumer<CreateMlInputChannelRequest.Builder> createMlInputChannelRequest)Provides the information to create an ML input channel.default CreateMlInputChannelResponseCleanRoomsMlClient. createMLInputChannel(CreateMlInputChannelRequest createMlInputChannelRequest)Provides the information to create an ML input channel.Methods in software.amazon.awssdk.services.cleanroomsml that return types with arguments of type CreateMlInputChannelResponse Modifier and Type Method Description default CompletableFuture<CreateMlInputChannelResponse>CleanRoomsMlAsyncClient. createMLInputChannel(Consumer<CreateMlInputChannelRequest.Builder> createMlInputChannelRequest)Provides the information to create an ML input channel.default CompletableFuture<CreateMlInputChannelResponse>CleanRoomsMlAsyncClient. createMLInputChannel(CreateMlInputChannelRequest createMlInputChannelRequest)Provides the information to create an ML input channel.
-