| 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.SageMaker.Types.EdgeModelSummary
Description
Documentation
data EdgeModelSummary Source #
Summary of model on edge device.
See: newEdgeModelSummary smart constructor.
Constructors
| EdgeModelSummary' | |
Fields 
  | |
Instances
Arguments
| :: Text | |
| -> Text | |
| -> EdgeModelSummary | 
Create a value of EdgeModelSummary 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:modelName:EdgeModelSummary', edgeModelSummary_modelName - The name of the model.
$sel:modelVersion:EdgeModelSummary', edgeModelSummary_modelVersion - The version model.
edgeModelSummary_modelName :: Lens' EdgeModelSummary Text Source #
The name of the model.
edgeModelSummary_modelVersion :: Lens' EdgeModelSummary Text Source #
The version model.