Uses of Class
software.amazon.awssdk.services.sagemakergeospatial.model.AlgorithmNameGeoMosaic
-
Packages that use AlgorithmNameGeoMosaic Package Description software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of AlgorithmNameGeoMosaic in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return AlgorithmNameGeoMosaic Modifier and Type Method Description AlgorithmNameGeoMosaicGeoMosaicConfigInput. algorithmName()The name of the algorithm being used for geomosaic.static AlgorithmNameGeoMosaicAlgorithmNameGeoMosaic. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AlgorithmNameGeoMosaicAlgorithmNameGeoMosaic. valueOf(String name)Returns the enum constant of this type with the specified name.static AlgorithmNameGeoMosaic[]AlgorithmNameGeoMosaic. 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 AlgorithmNameGeoMosaic Modifier and Type Method Description static Set<AlgorithmNameGeoMosaic>AlgorithmNameGeoMosaic. knownValues()Methods in software.amazon.awssdk.services.sagemakergeospatial.model with parameters of type AlgorithmNameGeoMosaic Modifier and Type Method Description GeoMosaicConfigInput.BuilderGeoMosaicConfigInput.Builder. algorithmName(AlgorithmNameGeoMosaic algorithmName)The name of the algorithm being used for geomosaic.
-