Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.TrainedModelExportsMaxSizeUnitType
-
Packages that use TrainedModelExportsMaxSizeUnitType Package Description software.amazon.awssdk.services.cleanroomsml.model -
-
Uses of TrainedModelExportsMaxSizeUnitType in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return TrainedModelExportsMaxSizeUnitType Modifier and Type Method Description static TrainedModelExportsMaxSizeUnitTypeTrainedModelExportsMaxSizeUnitType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TrainedModelExportsMaxSizeUnitTypeTrainedModelExportsMaxSize. unit()The unit of measurement for the data size.static TrainedModelExportsMaxSizeUnitTypeTrainedModelExportsMaxSizeUnitType. valueOf(String name)Returns the enum constant of this type with the specified name.static TrainedModelExportsMaxSizeUnitType[]TrainedModelExportsMaxSizeUnitType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cleanroomsml.model that return types with arguments of type TrainedModelExportsMaxSizeUnitType Modifier and Type Method Description static Set<TrainedModelExportsMaxSizeUnitType>TrainedModelExportsMaxSizeUnitType. knownValues()Methods in software.amazon.awssdk.services.cleanroomsml.model with parameters of type TrainedModelExportsMaxSizeUnitType Modifier and Type Method Description TrainedModelExportsMaxSize.BuilderTrainedModelExportsMaxSize.Builder. unit(TrainedModelExportsMaxSizeUnitType unit)The unit of measurement for the data size.
-