| 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.EdgePackagingJobSummary
Description
Synopsis
- data EdgePackagingJobSummary = EdgePackagingJobSummary' {}
 - newEdgePackagingJobSummary :: Text -> Text -> EdgePackagingJobStatus -> EdgePackagingJobSummary
 - edgePackagingJobSummary_compilationJobName :: Lens' EdgePackagingJobSummary (Maybe Text)
 - edgePackagingJobSummary_creationTime :: Lens' EdgePackagingJobSummary (Maybe UTCTime)
 - edgePackagingJobSummary_lastModifiedTime :: Lens' EdgePackagingJobSummary (Maybe UTCTime)
 - edgePackagingJobSummary_modelName :: Lens' EdgePackagingJobSummary (Maybe Text)
 - edgePackagingJobSummary_modelVersion :: Lens' EdgePackagingJobSummary (Maybe Text)
 - edgePackagingJobSummary_edgePackagingJobArn :: Lens' EdgePackagingJobSummary Text
 - edgePackagingJobSummary_edgePackagingJobName :: Lens' EdgePackagingJobSummary Text
 - edgePackagingJobSummary_edgePackagingJobStatus :: Lens' EdgePackagingJobSummary EdgePackagingJobStatus
 
Documentation
data EdgePackagingJobSummary Source #
Summary of edge packaging job.
See: newEdgePackagingJobSummary smart constructor.
Constructors
| EdgePackagingJobSummary' | |
Fields 
  | |
Instances
newEdgePackagingJobSummary Source #
Arguments
| :: Text | |
| -> Text | |
| -> EdgePackagingJobStatus | |
| -> EdgePackagingJobSummary | 
Create a value of EdgePackagingJobSummary 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:compilationJobName:EdgePackagingJobSummary', edgePackagingJobSummary_compilationJobName - The name of the SageMaker Neo compilation job.
$sel:creationTime:EdgePackagingJobSummary', edgePackagingJobSummary_creationTime - The timestamp of when the job was created.
$sel:lastModifiedTime:EdgePackagingJobSummary', edgePackagingJobSummary_lastModifiedTime - The timestamp of when the edge packaging job was last updated.
$sel:modelName:EdgePackagingJobSummary', edgePackagingJobSummary_modelName - The name of the model.
$sel:modelVersion:EdgePackagingJobSummary', edgePackagingJobSummary_modelVersion - The version of the model.
$sel:edgePackagingJobArn:EdgePackagingJobSummary', edgePackagingJobSummary_edgePackagingJobArn - The Amazon Resource Name (ARN) of the edge packaging job.
$sel:edgePackagingJobName:EdgePackagingJobSummary', edgePackagingJobSummary_edgePackagingJobName - The name of the edge packaging job.
$sel:edgePackagingJobStatus:EdgePackagingJobSummary', edgePackagingJobSummary_edgePackagingJobStatus - The status of the edge packaging job.
edgePackagingJobSummary_compilationJobName :: Lens' EdgePackagingJobSummary (Maybe Text) Source #
The name of the SageMaker Neo compilation job.
edgePackagingJobSummary_creationTime :: Lens' EdgePackagingJobSummary (Maybe UTCTime) Source #
The timestamp of when the job was created.
edgePackagingJobSummary_lastModifiedTime :: Lens' EdgePackagingJobSummary (Maybe UTCTime) Source #
The timestamp of when the edge packaging job was last updated.
edgePackagingJobSummary_modelName :: Lens' EdgePackagingJobSummary (Maybe Text) Source #
The name of the model.
edgePackagingJobSummary_modelVersion :: Lens' EdgePackagingJobSummary (Maybe Text) Source #
The version of the model.
edgePackagingJobSummary_edgePackagingJobArn :: Lens' EdgePackagingJobSummary Text Source #
The Amazon Resource Name (ARN) of the edge packaging job.
edgePackagingJobSummary_edgePackagingJobName :: Lens' EdgePackagingJobSummary Text Source #
The name of the edge packaging job.
edgePackagingJobSummary_edgePackagingJobStatus :: Lens' EdgePackagingJobSummary EdgePackagingJobStatus Source #
The status of the edge packaging job.