Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.GetMlInputChannelResponse
-
Packages that use GetMlInputChannelResponse Package Description software.amazon.awssdk.services.cleanroomsml Welcome to the Amazon Web Services Clean Rooms ML API Reference. -
-
Uses of GetMlInputChannelResponse in software.amazon.awssdk.services.cleanroomsml
Methods in software.amazon.awssdk.services.cleanroomsml that return GetMlInputChannelResponse Modifier and Type Method Description default GetMlInputChannelResponseCleanRoomsMlClient. getMLInputChannel(Consumer<GetMlInputChannelRequest.Builder> getMlInputChannelRequest)Returns information about an ML input channel.default GetMlInputChannelResponseCleanRoomsMlClient. getMLInputChannel(GetMlInputChannelRequest getMlInputChannelRequest)Returns information about an ML input channel.Methods in software.amazon.awssdk.services.cleanroomsml that return types with arguments of type GetMlInputChannelResponse Modifier and Type Method Description default CompletableFuture<GetMlInputChannelResponse>CleanRoomsMlAsyncClient. getMLInputChannel(Consumer<GetMlInputChannelRequest.Builder> getMlInputChannelRequest)Returns information about an ML input channel.default CompletableFuture<GetMlInputChannelResponse>CleanRoomsMlAsyncClient. getMLInputChannel(GetMlInputChannelRequest getMlInputChannelRequest)Returns information about an ML input channel.
-