Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.TrainedModelExportsMaxSize
-
Packages that use TrainedModelExportsMaxSize Package Description software.amazon.awssdk.services.cleanroomsml.model -
-
Uses of TrainedModelExportsMaxSize in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return TrainedModelExportsMaxSize Modifier and Type Method Description TrainedModelExportsMaxSizeTrainedModelExportsConfigurationPolicy. maxSize()The maximum size of the data that can be exported.Methods in software.amazon.awssdk.services.cleanroomsml.model with parameters of type TrainedModelExportsMaxSize Modifier and Type Method Description TrainedModelExportsConfigurationPolicy.BuilderTrainedModelExportsConfigurationPolicy.Builder. maxSize(TrainedModelExportsMaxSize maxSize)The maximum size of the data that can be exported.
-