| 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.LookoutVision.Types.ModelMetadata
Description
Synopsis
- data ModelMetadata = ModelMetadata' {}
- newModelMetadata :: ModelMetadata
- modelMetadata_creationTimestamp :: Lens' ModelMetadata (Maybe UTCTime)
- modelMetadata_description :: Lens' ModelMetadata (Maybe Text)
- modelMetadata_modelArn :: Lens' ModelMetadata (Maybe Text)
- modelMetadata_modelVersion :: Lens' ModelMetadata (Maybe Text)
- modelMetadata_performance :: Lens' ModelMetadata (Maybe ModelPerformance)
- modelMetadata_status :: Lens' ModelMetadata (Maybe ModelStatus)
- modelMetadata_statusMessage :: Lens' ModelMetadata (Maybe Text)
Documentation
data ModelMetadata Source #
Describes an Amazon Lookout for Vision model.
See: newModelMetadata smart constructor.
Constructors
| ModelMetadata' | |
Fields
| |
Instances
newModelMetadata :: ModelMetadata Source #
Create a value of ModelMetadata 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:creationTimestamp:ModelMetadata', modelMetadata_creationTimestamp - The unix timestamp for the date and time that the model was created.
$sel:description:ModelMetadata', modelMetadata_description - The description for the model.
$sel:modelArn:ModelMetadata', modelMetadata_modelArn - The Amazon Resource Name (ARN) of the model.
$sel:modelVersion:ModelMetadata', modelMetadata_modelVersion - The version of the model.
$sel:performance:ModelMetadata', modelMetadata_performance - Performance metrics for the model. Not available until training has
successfully completed.
$sel:status:ModelMetadata', modelMetadata_status - The status of the model.
$sel:statusMessage:ModelMetadata', modelMetadata_statusMessage - The status message for the model.
modelMetadata_creationTimestamp :: Lens' ModelMetadata (Maybe UTCTime) Source #
The unix timestamp for the date and time that the model was created.
modelMetadata_description :: Lens' ModelMetadata (Maybe Text) Source #
The description for the model.
modelMetadata_modelArn :: Lens' ModelMetadata (Maybe Text) Source #
The Amazon Resource Name (ARN) of the model.
modelMetadata_modelVersion :: Lens' ModelMetadata (Maybe Text) Source #
The version of the model.
modelMetadata_performance :: Lens' ModelMetadata (Maybe ModelPerformance) Source #
Performance metrics for the model. Not available until training has successfully completed.
modelMetadata_status :: Lens' ModelMetadata (Maybe ModelStatus) Source #
The status of the model.
modelMetadata_statusMessage :: Lens' ModelMetadata (Maybe Text) Source #
The status message for the model.