amazonka-sagemaker-geospatial-2.0: Amazon SageMaker geospatial capabilities SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SageMakerGeoSpatial.Types.ResamplingConfigInput

Description

 
Synopsis

Documentation

data ResamplingConfigInput Source #

See: newResamplingConfigInput smart constructor.

Instances

Instances details
FromJSON ResamplingConfigInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ResamplingConfigInput

ToJSON ResamplingConfigInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ResamplingConfigInput

Generic ResamplingConfigInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ResamplingConfigInput

Associated Types

type Rep ResamplingConfigInput :: Type -> Type #

Read ResamplingConfigInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ResamplingConfigInput

Show ResamplingConfigInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ResamplingConfigInput

NFData ResamplingConfigInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ResamplingConfigInput

Methods

rnf :: ResamplingConfigInput -> () #

Eq ResamplingConfigInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ResamplingConfigInput

Hashable ResamplingConfigInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ResamplingConfigInput

type Rep ResamplingConfigInput Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.ResamplingConfigInput

type Rep ResamplingConfigInput = D1 ('MetaData "ResamplingConfigInput" "Amazonka.SageMakerGeoSpatial.Types.ResamplingConfigInput" "amazonka-sagemaker-geospatial-2.0-Fg7YtbyXAZrLwLaIITXFtu" 'False) (C1 ('MetaCons "ResamplingConfigInput'" 'PrefixI 'True) (S1 ('MetaSel ('Just "algorithmName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe AlgorithmNameResampling)) :*: (S1 ('MetaSel ('Just "targetBands") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: S1 ('MetaSel ('Just "outputResolution") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OutputResolutionResamplingInput))))

newResamplingConfigInput Source #

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 -