Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data Schema = Schema' {}
- newSchema :: Schema
- schema_attributes :: Lens' Schema (Maybe (NonEmpty SchemaAttribute))
Documentation
Defines the fields of a dataset. You specify this object in the CreateDataset request.
See: newSchema
smart constructor.
Schema' | |
|
Instances
Eq Schema Source # | |
Read Schema Source # | |
Show Schema Source # | |
Generic Schema Source # | |
NFData Schema Source # | |
Defined in Amazonka.Forecast.Types.Schema | |
Hashable Schema Source # | |
Defined in Amazonka.Forecast.Types.Schema | |
ToJSON Schema Source # | |
Defined in Amazonka.Forecast.Types.Schema | |
FromJSON Schema Source # | |
type Rep Schema Source # | |
Defined in Amazonka.Forecast.Types.Schema type Rep Schema = D1 ('MetaData "Schema" "Amazonka.Forecast.Types.Schema" "libZSservicesZSamazonka-forecastZSamazonka-forecast" 'False) (C1 ('MetaCons "Schema'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty SchemaAttribute))))) |
Create a value of Schema
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:attributes:Schema'
, schema_attributes
- An array of attributes specifying the name and type of each field in a
dataset.
schema_attributes :: Lens' Schema (Maybe (NonEmpty SchemaAttribute)) Source #
An array of attributes specifying the name and type of each field in a dataset.