| 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.ModelCardExportJobSummary
Description
Synopsis
- data ModelCardExportJobSummary = ModelCardExportJobSummary' {}
 - newModelCardExportJobSummary :: Text -> Text -> ModelCardExportJobStatus -> Text -> Int -> UTCTime -> UTCTime -> ModelCardExportJobSummary
 - modelCardExportJobSummary_modelCardExportJobName :: Lens' ModelCardExportJobSummary Text
 - modelCardExportJobSummary_modelCardExportJobArn :: Lens' ModelCardExportJobSummary Text
 - modelCardExportJobSummary_status :: Lens' ModelCardExportJobSummary ModelCardExportJobStatus
 - modelCardExportJobSummary_modelCardName :: Lens' ModelCardExportJobSummary Text
 - modelCardExportJobSummary_modelCardVersion :: Lens' ModelCardExportJobSummary Int
 - modelCardExportJobSummary_createdAt :: Lens' ModelCardExportJobSummary UTCTime
 - modelCardExportJobSummary_lastModifiedAt :: Lens' ModelCardExportJobSummary UTCTime
 
Documentation
data ModelCardExportJobSummary Source #
The summary of the Amazon SageMaker Model Card export job.
See: newModelCardExportJobSummary smart constructor.
Constructors
| ModelCardExportJobSummary' | |
Fields 
  | |
Instances
newModelCardExportJobSummary Source #
Arguments
| :: Text | |
| -> Text | |
| -> ModelCardExportJobStatus | |
| -> Text | |
| -> Int | |
| -> UTCTime | |
| -> UTCTime | |
| -> ModelCardExportJobSummary | 
Create a value of ModelCardExportJobSummary 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:modelCardExportJobName:ModelCardExportJobSummary', modelCardExportJobSummary_modelCardExportJobName - The name of the model card export job.
$sel:modelCardExportJobArn:ModelCardExportJobSummary', modelCardExportJobSummary_modelCardExportJobArn - The Amazon Resource Name (ARN) of the model card export job.
$sel:status:ModelCardExportJobSummary', modelCardExportJobSummary_status - The completion status of the model card export job.
$sel:modelCardName:ModelCardExportJobSummary', modelCardExportJobSummary_modelCardName - The name of the model card that the export job exports.
$sel:modelCardVersion:ModelCardExportJobSummary', modelCardExportJobSummary_modelCardVersion - The version of the model card that the export job exports.
$sel:createdAt:ModelCardExportJobSummary', modelCardExportJobSummary_createdAt - The date and time that the model card export job was created.
$sel:lastModifiedAt:ModelCardExportJobSummary', modelCardExportJobSummary_lastModifiedAt - The date and time that the model card export job was last modified..
modelCardExportJobSummary_modelCardExportJobName :: Lens' ModelCardExportJobSummary Text Source #
The name of the model card export job.
modelCardExportJobSummary_modelCardExportJobArn :: Lens' ModelCardExportJobSummary Text Source #
The Amazon Resource Name (ARN) of the model card export job.
modelCardExportJobSummary_status :: Lens' ModelCardExportJobSummary ModelCardExportJobStatus Source #
The completion status of the model card export job.
modelCardExportJobSummary_modelCardName :: Lens' ModelCardExportJobSummary Text Source #
The name of the model card that the export job exports.
modelCardExportJobSummary_modelCardVersion :: Lens' ModelCardExportJobSummary Int Source #
The version of the model card that the export job exports.
modelCardExportJobSummary_createdAt :: Lens' ModelCardExportJobSummary UTCTime Source #
The date and time that the model card export job was created.
modelCardExportJobSummary_lastModifiedAt :: Lens' ModelCardExportJobSummary UTCTime Source #
The date and time that the model card export job was last modified..