| 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.Personalize.Types.DatasetSchema
Description
Synopsis
- data DatasetSchema = DatasetSchema' {}
- newDatasetSchema :: DatasetSchema
- datasetSchema_creationDateTime :: Lens' DatasetSchema (Maybe UTCTime)
- datasetSchema_domain :: Lens' DatasetSchema (Maybe Domain)
- datasetSchema_lastUpdatedDateTime :: Lens' DatasetSchema (Maybe UTCTime)
- datasetSchema_name :: Lens' DatasetSchema (Maybe Text)
- datasetSchema_schema :: Lens' DatasetSchema (Maybe Text)
- datasetSchema_schemaArn :: Lens' DatasetSchema (Maybe Text)
Documentation
data DatasetSchema Source #
Describes the schema for a dataset. For more information on schemas, see CreateSchema.
See: newDatasetSchema smart constructor.
Constructors
| DatasetSchema' | |
Fields
| |
Instances
newDatasetSchema :: DatasetSchema Source #
Create a value of DatasetSchema 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:creationDateTime:DatasetSchema', datasetSchema_creationDateTime - The date and time (in Unix time) that the schema was created.
$sel:domain:DatasetSchema', datasetSchema_domain - The domain of a schema that you created for a dataset in a Domain
dataset group.
$sel:lastUpdatedDateTime:DatasetSchema', datasetSchema_lastUpdatedDateTime - The date and time (in Unix time) that the schema was last updated.
$sel:name:DatasetSchema', datasetSchema_name - The name of the schema.
$sel:schema:DatasetSchema', datasetSchema_schema - The schema.
$sel:schemaArn:DatasetSchema', datasetSchema_schemaArn - The Amazon Resource Name (ARN) of the schema.
datasetSchema_creationDateTime :: Lens' DatasetSchema (Maybe UTCTime) Source #
The date and time (in Unix time) that the schema was created.
datasetSchema_domain :: Lens' DatasetSchema (Maybe Domain) Source #
The domain of a schema that you created for a dataset in a Domain dataset group.
datasetSchema_lastUpdatedDateTime :: Lens' DatasetSchema (Maybe UTCTime) Source #
The date and time (in Unix time) that the schema was last updated.
datasetSchema_name :: Lens' DatasetSchema (Maybe Text) Source #
The name of the schema.
datasetSchema_schema :: Lens' DatasetSchema (Maybe Text) Source #
The schema.
datasetSchema_schemaArn :: Lens' DatasetSchema (Maybe Text) Source #
The Amazon Resource Name (ARN) of the schema.