| 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.FraudDetector.Types.Model
Description
Synopsis
- data Model = Model' {}
- newModel :: Model
- model_arn :: Lens' Model (Maybe Text)
- model_createdTime :: Lens' Model (Maybe Text)
- model_description :: Lens' Model (Maybe Text)
- model_eventTypeName :: Lens' Model (Maybe Text)
- model_lastUpdatedTime :: Lens' Model (Maybe Text)
- model_modelId :: Lens' Model (Maybe Text)
- model_modelType :: Lens' Model (Maybe ModelTypeEnum)
Documentation
The model.
See: newModel smart constructor.
Constructors
| Model' | |
Fields
| |
Instances
Create a value of Model 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:arn:Model', model_arn - The ARN of the model.
$sel:createdTime:Model', model_createdTime - Timestamp of when the model was created.
$sel:description:Model', model_description - The model description.
$sel:eventTypeName:Model', model_eventTypeName - The name of the event type.
$sel:lastUpdatedTime:Model', model_lastUpdatedTime - Timestamp of last time the model was updated.
$sel:modelId:Model', model_modelId - The model ID.
$sel:modelType:Model', model_modelType - The model type.
model_lastUpdatedTime :: Lens' Model (Maybe Text) Source #
Timestamp of last time the model was updated.
model_modelType :: Lens' Model (Maybe ModelTypeEnum) Source #
The model type.