Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.InputChannel
-
Packages that use InputChannel Package Description software.amazon.awssdk.services.cleanroomsml.model -
-
Uses of InputChannel in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return InputChannel Modifier and Type Method Description InputChannelCreateMlInputChannelRequest. inputChannel()The input data that is used to create this ML input channel.InputChannelGetMlInputChannelResponse. inputChannel()The input channel that was used to create the ML input channel.Methods in software.amazon.awssdk.services.cleanroomsml.model with parameters of type InputChannel Modifier and Type Method Description CreateMlInputChannelRequest.BuilderCreateMlInputChannelRequest.Builder. inputChannel(InputChannel inputChannel)The input data that is used to create this ML input channel.GetMlInputChannelResponse.BuilderGetMlInputChannelResponse.Builder. inputChannel(InputChannel inputChannel)The input channel that was used to create the ML input channel.
-