Uses of Class
software.amazon.awssdk.services.sagemaker.model.FillingType
-
Packages that use FillingType Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of FillingType in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return FillingType Modifier and Type Method Description static FillingTypeFillingType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static FillingTypeFillingType. valueOf(String name)Returns the enum constant of this type with the specified name.static FillingType[]FillingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type FillingType Modifier and Type Method Description Map<String,Map<FillingType,String>>TimeSeriesTransformations. filling()A key value pair defining the filling method for a column, where the key is the column name and the value is an object which defines the filling logic.static Set<FillingType>FillingType. knownValues()
-