| 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.ModelCardVersionSummary
Description
Synopsis
- data ModelCardVersionSummary = ModelCardVersionSummary' {}
 - newModelCardVersionSummary :: Text -> Text -> ModelCardStatus -> Int -> UTCTime -> ModelCardVersionSummary
 - modelCardVersionSummary_lastModifiedTime :: Lens' ModelCardVersionSummary (Maybe UTCTime)
 - modelCardVersionSummary_modelCardName :: Lens' ModelCardVersionSummary Text
 - modelCardVersionSummary_modelCardArn :: Lens' ModelCardVersionSummary Text
 - modelCardVersionSummary_modelCardStatus :: Lens' ModelCardVersionSummary ModelCardStatus
 - modelCardVersionSummary_modelCardVersion :: Lens' ModelCardVersionSummary Int
 - modelCardVersionSummary_creationTime :: Lens' ModelCardVersionSummary UTCTime
 
Documentation
data ModelCardVersionSummary Source #
A summary of a specific version of the model card.
See: newModelCardVersionSummary smart constructor.
Constructors
| ModelCardVersionSummary' | |
Fields 
  | |
Instances
newModelCardVersionSummary Source #
Arguments
| :: Text | |
| -> Text | |
| -> ModelCardStatus | |
| -> Int | |
| -> UTCTime | |
| -> ModelCardVersionSummary | 
Create a value of ModelCardVersionSummary 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:lastModifiedTime:ModelCardVersionSummary', modelCardVersionSummary_lastModifiedTime - The time date and time that the model card version was last modified.
$sel:modelCardName:ModelCardVersionSummary', modelCardVersionSummary_modelCardName - The name of the model card.
$sel:modelCardArn:ModelCardVersionSummary', modelCardVersionSummary_modelCardArn - The Amazon Resource Name (ARN) of the model card.
$sel:modelCardStatus:ModelCardVersionSummary', modelCardVersionSummary_modelCardStatus - The approval status of the model card version within your organization.
 Different organizations might have different criteria for model card
 review and approval.
Draft: The model card is a work in progress.PendingReview: The model card is pending review.Approved: The model card is approved.Archived: The model card is archived. No more updates should be made to the model card, but it can still be exported.
$sel:modelCardVersion:ModelCardVersionSummary', modelCardVersionSummary_modelCardVersion - A version of the model card.
$sel:creationTime:ModelCardVersionSummary', modelCardVersionSummary_creationTime - The date and time that the model card version was created.
modelCardVersionSummary_lastModifiedTime :: Lens' ModelCardVersionSummary (Maybe UTCTime) Source #
The time date and time that the model card version was last modified.
modelCardVersionSummary_modelCardName :: Lens' ModelCardVersionSummary Text Source #
The name of the model card.
modelCardVersionSummary_modelCardArn :: Lens' ModelCardVersionSummary Text Source #
The Amazon Resource Name (ARN) of the model card.
modelCardVersionSummary_modelCardStatus :: Lens' ModelCardVersionSummary ModelCardStatus Source #
The approval status of the model card version within your organization. Different organizations might have different criteria for model card review and approval.
Draft: The model card is a work in progress.PendingReview: The model card is pending review.Approved: The model card is approved.Archived: The model card is archived. No more updates should be made to the model card, but it can still be exported.
modelCardVersionSummary_modelCardVersion :: Lens' ModelCardVersionSummary Int Source #
A version of the model card.
modelCardVersionSummary_creationTime :: Lens' ModelCardVersionSummary UTCTime Source #
The date and time that the model card version was created.