Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.ModelTrainingDataChannel
-
Packages that use ModelTrainingDataChannel Package Description software.amazon.awssdk.services.cleanroomsml.model -
-
Uses of ModelTrainingDataChannel in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return types with arguments of type ModelTrainingDataChannel Modifier and Type Method Description List<ModelTrainingDataChannel>CreateTrainedModelRequest. dataChannels()Defines the data channels that are used as input for the trained model request.List<ModelTrainingDataChannel>GetTrainedModelResponse. dataChannels()The data channels that were used for the trained model.Methods in software.amazon.awssdk.services.cleanroomsml.model with parameters of type ModelTrainingDataChannel Modifier and Type Method Description CreateTrainedModelRequest.BuilderCreateTrainedModelRequest.Builder. dataChannels(ModelTrainingDataChannel... dataChannels)Defines the data channels that are used as input for the trained model request.GetTrainedModelResponse.BuilderGetTrainedModelResponse.Builder. dataChannels(ModelTrainingDataChannel... dataChannels)The data channels that were used for the trained model.Method parameters in software.amazon.awssdk.services.cleanroomsml.model with type arguments of type ModelTrainingDataChannel Modifier and Type Method Description CreateTrainedModelRequest.BuilderCreateTrainedModelRequest.Builder. dataChannels(Collection<ModelTrainingDataChannel> dataChannels)Defines the data channels that are used as input for the trained model request.GetTrainedModelResponse.BuilderGetTrainedModelResponse.Builder. dataChannels(Collection<ModelTrainingDataChannel> dataChannels)The data channels that were used for the trained model.
-