Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.TrainedModelInferenceMaxOutputSizeUnitType
-
Packages that use TrainedModelInferenceMaxOutputSizeUnitType Package Description software.amazon.awssdk.services.cleanroomsml.model -
-
Uses of TrainedModelInferenceMaxOutputSizeUnitType in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return TrainedModelInferenceMaxOutputSizeUnitType Modifier and Type Method Description static TrainedModelInferenceMaxOutputSizeUnitTypeTrainedModelInferenceMaxOutputSizeUnitType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TrainedModelInferenceMaxOutputSizeUnitTypeTrainedModelInferenceMaxOutputSize. unit()The measurement unit to use.static TrainedModelInferenceMaxOutputSizeUnitTypeTrainedModelInferenceMaxOutputSizeUnitType. valueOf(String name)Returns the enum constant of this type with the specified name.static TrainedModelInferenceMaxOutputSizeUnitType[]TrainedModelInferenceMaxOutputSizeUnitType. 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 TrainedModelInferenceMaxOutputSizeUnitType Modifier and Type Method Description static Set<TrainedModelInferenceMaxOutputSizeUnitType>TrainedModelInferenceMaxOutputSizeUnitType. knownValues()Methods in software.amazon.awssdk.services.cleanroomsml.model with parameters of type TrainedModelInferenceMaxOutputSizeUnitType Modifier and Type Method Description TrainedModelInferenceMaxOutputSize.BuilderTrainedModelInferenceMaxOutputSize.Builder. unit(TrainedModelInferenceMaxOutputSizeUnitType unit)The measurement unit to use.
-