| 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.SageMakerEdge.Types.Definition
Description
Synopsis
Documentation
data Definition Source #
See: newDefinition smart constructor.
Constructors
| Definition' | |
Instances
newDefinition :: Definition Source #
Create a value of Definition 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:checksum:Definition', definition_checksum - The checksum information of the model.
$sel:modelHandle:Definition', definition_modelHandle - The unique model handle.
$sel:s3Url:Definition', definition_s3Url - The absolute S3 location of the model.
$sel:state:Definition', definition_state - The desired state of the model.
definition_checksum :: Lens' Definition (Maybe Checksum) Source #
The checksum information of the model.
definition_modelHandle :: Lens' Definition (Maybe Text) Source #
The unique model handle.
definition_s3Url :: Lens' Definition (Maybe Text) Source #
The absolute S3 location of the model.
definition_state :: Lens' Definition (Maybe ModelState) Source #
The desired state of the model.