| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SageMakerGeoSpatial.Types.GeoMosaicConfigInput
Description
Documentation
data GeoMosaicConfigInput Source #
Input configuration information for the geomosaic.
See: newGeoMosaicConfigInput smart constructor.
Constructors
| GeoMosaicConfigInput' | |
Fields
| |
Instances
newGeoMosaicConfigInput :: GeoMosaicConfigInput Source #
Create a value of GeoMosaicConfigInput with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:algorithmName:GeoMosaicConfigInput', geoMosaicConfigInput_algorithmName - The name of the algorithm being used for geomosaic.
$sel:targetBands:GeoMosaicConfigInput', geoMosaicConfigInput_targetBands - The target bands for geomosaic.
geoMosaicConfigInput_algorithmName :: Lens' GeoMosaicConfigInput (Maybe AlgorithmNameGeoMosaic) Source #
The name of the algorithm being used for geomosaic.
geoMosaicConfigInput_targetBands :: Lens' GeoMosaicConfigInput (Maybe (NonEmpty Text)) Source #
The target bands for geomosaic.