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

Description

 
Synopsis

Documentation

data OutputBand Source #

A single EarthObservationJob output band.

See: newOutputBand smart constructor.

Constructors

OutputBand' 

Fields

Instances

Instances details
FromJSON OutputBand Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.OutputBand

Generic OutputBand Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.OutputBand

Associated Types

type Rep OutputBand :: Type -> Type #

Read OutputBand Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.OutputBand

Show OutputBand Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.OutputBand

NFData OutputBand Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.OutputBand

Methods

rnf :: OutputBand -> () #

Eq OutputBand Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.OutputBand

Hashable OutputBand Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.OutputBand

type Rep OutputBand Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.OutputBand

type Rep OutputBand = D1 ('MetaData "OutputBand" "Amazonka.SageMakerGeoSpatial.Types.OutputBand" "amazonka-sagemaker-geospatial-2.0-Fg7YtbyXAZrLwLaIITXFtu" 'False) (C1 ('MetaCons "OutputBand'" 'PrefixI 'True) (S1 ('MetaSel ('Just "bandName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "outputDataType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 OutputType)))

newOutputBand Source #

Create a value of OutputBand 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:bandName:OutputBand', outputBand_bandName - The name of the band.

$sel:outputDataType:OutputBand', outputBand_outputDataType - The datatype of the output band.

outputBand_outputDataType :: Lens' OutputBand OutputType Source #

The datatype of the output band.