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.ModelCardSummary
Description
Synopsis
- data ModelCardSummary = ModelCardSummary' {}
- newModelCardSummary :: Text -> Text -> ModelCardStatus -> UTCTime -> ModelCardSummary
- modelCardSummary_lastModifiedTime :: Lens' ModelCardSummary (Maybe UTCTime)
- modelCardSummary_modelCardName :: Lens' ModelCardSummary Text
- modelCardSummary_modelCardArn :: Lens' ModelCardSummary Text
- modelCardSummary_modelCardStatus :: Lens' ModelCardSummary ModelCardStatus
- modelCardSummary_creationTime :: Lens' ModelCardSummary UTCTime
Documentation
data ModelCardSummary Source #
A summary of the model card.
See: newModelCardSummary
smart constructor.
Constructors
ModelCardSummary' | |
Fields
|
Instances
Arguments
:: Text | |
-> Text | |
-> ModelCardStatus | |
-> UTCTime | |
-> ModelCardSummary |
Create a value of ModelCardSummary
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:ModelCardSummary'
, modelCardSummary_lastModifiedTime
- The date and time that the model card was last modified.
$sel:modelCardName:ModelCardSummary'
, modelCardSummary_modelCardName
- The name of the model card.
$sel:modelCardArn:ModelCardSummary'
, modelCardSummary_modelCardArn
- The Amazon Resource Name (ARN) of the model card.
$sel:modelCardStatus:ModelCardSummary'
, modelCardSummary_modelCardStatus
- The approval status of the model card 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:creationTime:ModelCardSummary'
, modelCardSummary_creationTime
- The date and time that the model card was created.
modelCardSummary_lastModifiedTime :: Lens' ModelCardSummary (Maybe UTCTime) Source #
The date and time that the model card was last modified.
modelCardSummary_modelCardName :: Lens' ModelCardSummary Text Source #
The name of the model card.
modelCardSummary_modelCardArn :: Lens' ModelCardSummary Text Source #
The Amazon Resource Name (ARN) of the model card.
modelCardSummary_modelCardStatus :: Lens' ModelCardSummary ModelCardStatus Source #
The approval status of the model card 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.
modelCardSummary_creationTime :: Lens' ModelCardSummary UTCTime Source #
The date and time that the model card was created.