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.VectorEnrichmentJobConfig

Description

 
Synopsis

Documentation

data VectorEnrichmentJobConfig Source #

It contains configs such as ReverseGeocodingConfig and MapMatchingConfig.

See: newVectorEnrichmentJobConfig smart constructor.

Instances

Instances details
FromJSON VectorEnrichmentJobConfig Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.VectorEnrichmentJobConfig

ToJSON VectorEnrichmentJobConfig Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.VectorEnrichmentJobConfig

Generic VectorEnrichmentJobConfig Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.VectorEnrichmentJobConfig

Associated Types

type Rep VectorEnrichmentJobConfig :: Type -> Type #

Read VectorEnrichmentJobConfig Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.VectorEnrichmentJobConfig

Show VectorEnrichmentJobConfig Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.VectorEnrichmentJobConfig

NFData VectorEnrichmentJobConfig Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.VectorEnrichmentJobConfig

Eq VectorEnrichmentJobConfig Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.VectorEnrichmentJobConfig

Hashable VectorEnrichmentJobConfig Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.VectorEnrichmentJobConfig

type Rep VectorEnrichmentJobConfig Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.VectorEnrichmentJobConfig

type Rep VectorEnrichmentJobConfig = D1 ('MetaData "VectorEnrichmentJobConfig" "Amazonka.SageMakerGeoSpatial.Types.VectorEnrichmentJobConfig" "amazonka-sagemaker-geospatial-2.0-Fg7YtbyXAZrLwLaIITXFtu" 'False) (C1 ('MetaCons "VectorEnrichmentJobConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "mapMatchingConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MapMatchingConfig)) :*: S1 ('MetaSel ('Just "reverseGeocodingConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReverseGeocodingConfig))))

newVectorEnrichmentJobConfig :: VectorEnrichmentJobConfig Source #

Create a value of VectorEnrichmentJobConfig 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:mapMatchingConfig:VectorEnrichmentJobConfig', vectorEnrichmentJobConfig_mapMatchingConfig -

$sel:reverseGeocodingConfig:VectorEnrichmentJobConfig', vectorEnrichmentJobConfig_reverseGeocodingConfig -