| 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.ResamplingConfigInput
Description
Synopsis
- data ResamplingConfigInput = ResamplingConfigInput' {}
- newResamplingConfigInput :: OutputResolutionResamplingInput -> ResamplingConfigInput
- resamplingConfigInput_algorithmName :: Lens' ResamplingConfigInput (Maybe AlgorithmNameResampling)
- resamplingConfigInput_targetBands :: Lens' ResamplingConfigInput (Maybe (NonEmpty Text))
- resamplingConfigInput_outputResolution :: Lens' ResamplingConfigInput OutputResolutionResamplingInput
Documentation
data ResamplingConfigInput Source #
See: newResamplingConfigInput smart constructor.
Constructors
| ResamplingConfigInput' | |
Fields
| |
Instances
newResamplingConfigInput Source #
Arguments
| :: OutputResolutionResamplingInput | |
| -> ResamplingConfigInput |
Create a value of ResamplingConfigInput 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:ResamplingConfigInput', resamplingConfigInput_algorithmName - The name of the algorithm used for resampling.
$sel:targetBands:ResamplingConfigInput', resamplingConfigInput_targetBands -
$sel:outputResolution:ResamplingConfigInput', resamplingConfigInput_outputResolution -
resamplingConfigInput_algorithmName :: Lens' ResamplingConfigInput (Maybe AlgorithmNameResampling) Source #
The name of the algorithm used for resampling.