| 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.LookoutEquipment.Types.ModelSummary
Description
Synopsis
- data ModelSummary = ModelSummary' {}
- newModelSummary :: ModelSummary
- modelSummary_createdAt :: Lens' ModelSummary (Maybe UTCTime)
- modelSummary_datasetArn :: Lens' ModelSummary (Maybe Text)
- modelSummary_datasetName :: Lens' ModelSummary (Maybe Text)
- modelSummary_modelArn :: Lens' ModelSummary (Maybe Text)
- modelSummary_modelName :: Lens' ModelSummary (Maybe Text)
- modelSummary_status :: Lens' ModelSummary (Maybe ModelStatus)
Documentation
data ModelSummary Source #
Provides information about the specified ML model, including dataset and model names and ARNs, as well as status.
See: newModelSummary smart constructor.
Constructors
| ModelSummary' | |
Fields
| |
Instances
newModelSummary :: ModelSummary Source #
Create a value of ModelSummary 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:createdAt:ModelSummary', modelSummary_createdAt - The time at which the specific model was created.
$sel:datasetArn:ModelSummary', modelSummary_datasetArn - The Amazon Resource Name (ARN) of the dataset used to create the model.
$sel:datasetName:ModelSummary', modelSummary_datasetName - The name of the dataset being used for the ML model.
$sel:modelArn:ModelSummary', modelSummary_modelArn - The Amazon Resource Name (ARN) of the ML model.
$sel:modelName:ModelSummary', modelSummary_modelName - The name of the ML model.
$sel:status:ModelSummary', modelSummary_status - Indicates the status of the ML model.
modelSummary_createdAt :: Lens' ModelSummary (Maybe UTCTime) Source #
The time at which the specific model was created.
modelSummary_datasetArn :: Lens' ModelSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the dataset used to create the model.
modelSummary_datasetName :: Lens' ModelSummary (Maybe Text) Source #
The name of the dataset being used for the ML model.
modelSummary_modelArn :: Lens' ModelSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the ML model.
modelSummary_modelName :: Lens' ModelSummary (Maybe Text) Source #
The name of the ML model.
modelSummary_status :: Lens' ModelSummary (Maybe ModelStatus) Source #
Indicates the status of the ML model.