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

Description

 
Synopsis

Documentation

data Operation Source #

See: newOperation smart constructor.

Constructors

Operation' 

Fields

Instances

Instances details
FromJSON Operation Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.Operation

ToJSON Operation Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.Operation

Generic Operation Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.Operation

Associated Types

type Rep Operation :: Type -> Type #

Read Operation Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.Operation

Show Operation Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.Operation

NFData Operation Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.Operation

Methods

rnf :: Operation -> () #

Eq Operation Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.Operation

Hashable Operation Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.Operation

type Rep Operation Source # 
Instance details

Defined in Amazonka.SageMakerGeoSpatial.Types.Operation

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

newOperation Source #

Create a value of Operation 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:outputType:Operation', operation_outputType - The type of the operation.

$sel:equation:Operation', operation_equation -

$sel:name:Operation', operation_name - The name of the operation.

operation_name :: Lens' Operation Text Source #

The name of the operation.