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