| 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.Operation
Description
Synopsis
- data Operation = Operation' {
- outputType :: Maybe OutputType
- equation :: Text
- name :: Text
- newOperation :: Text -> Text -> Operation
- operation_outputType :: Lens' Operation (Maybe OutputType)
- operation_equation :: Lens' Operation Text
- operation_name :: Lens' Operation Text
Documentation
See: newOperation smart constructor.
Constructors
| Operation' | |
Fields
| |
Instances
| FromJSON Operation Source # | |
| ToJSON Operation Source # | |
Defined in Amazonka.SageMakerGeoSpatial.Types.Operation | |
| Generic Operation Source # | |
| Read Operation Source # | |
| Show Operation Source # | |
| NFData Operation Source # | |
Defined in Amazonka.SageMakerGeoSpatial.Types.Operation | |
| Eq Operation Source # | |
| Hashable Operation Source # | |
Defined in Amazonka.SageMakerGeoSpatial.Types.Operation | |
| type Rep Operation Source # | |
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)))) | |
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_outputType :: Lens' Operation (Maybe OutputType) Source #
The type of the operation.