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 ModelSummary = ModelSummary' {}
- newModelSummary :: ModelSummary
- modelSummary_status :: Lens' ModelSummary (Maybe ModelStatus)
- modelSummary_datasetArn :: Lens' ModelSummary (Maybe Text)
- modelSummary_modelArn :: Lens' ModelSummary (Maybe Text)
- modelSummary_createdAt :: Lens' ModelSummary (Maybe UTCTime)
- modelSummary_modelName :: Lens' ModelSummary (Maybe Text)
- modelSummary_datasetName :: Lens' ModelSummary (Maybe Text)
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.
ModelSummary' | |
|
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:status:ModelSummary'
, modelSummary_status
- Indicates the status of the ML model.
$sel:datasetArn:ModelSummary'
, modelSummary_datasetArn
- The Amazon Resource Name (ARN) of the dataset used to create the model.
$sel:modelArn:ModelSummary'
, modelSummary_modelArn
- The Amazon Resource Name (ARN) of the ML model.
$sel:createdAt:ModelSummary'
, modelSummary_createdAt
- The time at which the specific model was created.
$sel:modelName:ModelSummary'
, modelSummary_modelName
- The name of the ML model.
$sel:datasetName:ModelSummary'
, modelSummary_datasetName
- The name of the dataset being used for the ML model.
modelSummary_status :: Lens' ModelSummary (Maybe ModelStatus) Source #
Indicates the status of the ML model.
modelSummary_datasetArn :: Lens' ModelSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the dataset used to create the model.
modelSummary_modelArn :: Lens' ModelSummary (Maybe Text) Source #
The Amazon Resource Name (ARN) of the ML model.
modelSummary_createdAt :: Lens' ModelSummary (Maybe UTCTime) Source #
The time at which the specific model was created.
modelSummary_modelName :: Lens' ModelSummary (Maybe Text) Source #
The name of the ML model.
modelSummary_datasetName :: Lens' ModelSummary (Maybe Text) Source #
The name of the dataset being used for the ML model.