| 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.EdgePresetDeploymentOutput
Description
Synopsis
- data EdgePresetDeploymentOutput = EdgePresetDeploymentOutput' {}
 - newEdgePresetDeploymentOutput :: EdgePresetDeploymentType -> EdgePresetDeploymentOutput
 - edgePresetDeploymentOutput_artifact :: Lens' EdgePresetDeploymentOutput (Maybe Text)
 - edgePresetDeploymentOutput_status :: Lens' EdgePresetDeploymentOutput (Maybe EdgePresetDeploymentStatus)
 - edgePresetDeploymentOutput_statusMessage :: Lens' EdgePresetDeploymentOutput (Maybe Text)
 - edgePresetDeploymentOutput_type :: Lens' EdgePresetDeploymentOutput EdgePresetDeploymentType
 
Documentation
data EdgePresetDeploymentOutput Source #
The output of a SageMaker Edge Manager deployable resource.
See: newEdgePresetDeploymentOutput smart constructor.
Constructors
| EdgePresetDeploymentOutput' | |
Fields 
  | |
Instances
newEdgePresetDeploymentOutput Source #
Arguments
| :: EdgePresetDeploymentType | |
| -> EdgePresetDeploymentOutput | 
Create a value of EdgePresetDeploymentOutput 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:artifact:EdgePresetDeploymentOutput', edgePresetDeploymentOutput_artifact - The Amazon Resource Name (ARN) of the generated deployable resource.
$sel:status:EdgePresetDeploymentOutput', edgePresetDeploymentOutput_status - The status of the deployable resource.
$sel:statusMessage:EdgePresetDeploymentOutput', edgePresetDeploymentOutput_statusMessage - Returns a message describing the status of the deployed resource.
$sel:type':EdgePresetDeploymentOutput', edgePresetDeploymentOutput_type - The deployment type created by SageMaker Edge Manager. Currently only
 supports Amazon Web Services IoT Greengrass Version 2 components.
edgePresetDeploymentOutput_artifact :: Lens' EdgePresetDeploymentOutput (Maybe Text) Source #
The Amazon Resource Name (ARN) of the generated deployable resource.
edgePresetDeploymentOutput_status :: Lens' EdgePresetDeploymentOutput (Maybe EdgePresetDeploymentStatus) Source #
The status of the deployable resource.
edgePresetDeploymentOutput_statusMessage :: Lens' EdgePresetDeploymentOutput (Maybe Text) Source #
Returns a message describing the status of the deployed resource.
edgePresetDeploymentOutput_type :: Lens' EdgePresetDeploymentOutput EdgePresetDeploymentType Source #
The deployment type created by SageMaker Edge Manager. Currently only supports Amazon Web Services IoT Greengrass Version 2 components.