Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.InputChannelDataSource
-
Packages that use InputChannelDataSource Package Description software.amazon.awssdk.services.cleanroomsml.model -
-
Uses of InputChannelDataSource in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return InputChannelDataSource Modifier and Type Method Description InputChannelDataSourceInputChannel. dataSource()The data source that is used to create the ML input channel.static InputChannelDataSourceInputChannelDataSource. fromProtectedQueryInputParameters(Consumer<ProtectedQueryInputParameters.Builder> protectedQueryInputParameters)Create an instance of this class withprotectedQueryInputParameters()initialized to the given value.static InputChannelDataSourceInputChannelDataSource. fromProtectedQueryInputParameters(ProtectedQueryInputParameters protectedQueryInputParameters)Create an instance of this class withprotectedQueryInputParameters()initialized to the given value.Methods in software.amazon.awssdk.services.cleanroomsml.model with parameters of type InputChannelDataSource Modifier and Type Method Description InputChannel.BuilderInputChannel.Builder. dataSource(InputChannelDataSource dataSource)The data source that is used to create the ML input channel.
-