Uses of Class
software.amazon.awssdk.services.sagemakergeospatial.model.AlgorithmNameResampling
-
Packages that use AlgorithmNameResampling Package Description software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of AlgorithmNameResampling in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return AlgorithmNameResampling Modifier and Type Method Description AlgorithmNameResamplingResamplingConfigInput. algorithmName()The name of the algorithm used for resampling.static AlgorithmNameResamplingAlgorithmNameResampling. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AlgorithmNameResamplingAlgorithmNameResampling. valueOf(String name)Returns the enum constant of this type with the specified name.static AlgorithmNameResampling[]AlgorithmNameResampling. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return types with arguments of type AlgorithmNameResampling Modifier and Type Method Description static Set<AlgorithmNameResampling>AlgorithmNameResampling. knownValues()Methods in software.amazon.awssdk.services.sagemakergeospatial.model with parameters of type AlgorithmNameResampling Modifier and Type Method Description ResamplingConfigInput.BuilderResamplingConfigInput.Builder. algorithmName(AlgorithmNameResampling algorithmName)The name of the algorithm used for resampling.
-