Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ModelPackageSummary = ModelPackageSummary' {}
- newModelPackageSummary :: Text -> Text -> UTCTime -> ModelPackageStatus -> ModelPackageSummary
- modelPackageSummary_modelApprovalStatus :: Lens' ModelPackageSummary (Maybe ModelApprovalStatus)
- modelPackageSummary_modelPackageDescription :: Lens' ModelPackageSummary (Maybe Text)
- modelPackageSummary_modelPackageVersion :: Lens' ModelPackageSummary (Maybe Natural)
- modelPackageSummary_modelPackageGroupName :: Lens' ModelPackageSummary (Maybe Text)
- modelPackageSummary_modelPackageName :: Lens' ModelPackageSummary Text
- modelPackageSummary_modelPackageArn :: Lens' ModelPackageSummary Text
- modelPackageSummary_creationTime :: Lens' ModelPackageSummary UTCTime
- modelPackageSummary_modelPackageStatus :: Lens' ModelPackageSummary ModelPackageStatus
Documentation
data ModelPackageSummary Source #
Provides summary information about a model package.
See: newModelPackageSummary
smart constructor.
ModelPackageSummary' | |
|
Instances
newModelPackageSummary Source #
:: Text | |
-> Text | |
-> UTCTime | |
-> ModelPackageStatus | |
-> ModelPackageSummary |
Create a value of ModelPackageSummary
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:modelApprovalStatus:ModelPackageSummary'
, modelPackageSummary_modelApprovalStatus
- The approval status of the model. This can be one of the following
values.
APPROVED
- The model is approvedREJECTED
- The model is rejected.PENDING_MANUAL_APPROVAL
- The model is waiting for manual approval.
$sel:modelPackageDescription:ModelPackageSummary'
, modelPackageSummary_modelPackageDescription
- A brief description of the model package.
$sel:modelPackageVersion:ModelPackageSummary'
, modelPackageSummary_modelPackageVersion
- If the model package is a versioned model, the version of the model.
$sel:modelPackageGroupName:ModelPackageSummary'
, modelPackageSummary_modelPackageGroupName
- If the model package is a versioned model, the model group that the
versioned model belongs to.
$sel:modelPackageName:ModelPackageSummary'
, modelPackageSummary_modelPackageName
- The name of the model package.
$sel:modelPackageArn:ModelPackageSummary'
, modelPackageSummary_modelPackageArn
- The Amazon Resource Name (ARN) of the model package.
$sel:creationTime:ModelPackageSummary'
, modelPackageSummary_creationTime
- A timestamp that shows when the model package was created.
$sel:modelPackageStatus:ModelPackageSummary'
, modelPackageSummary_modelPackageStatus
- The overall status of the model package.
modelPackageSummary_modelApprovalStatus :: Lens' ModelPackageSummary (Maybe ModelApprovalStatus) Source #
The approval status of the model. This can be one of the following values.
APPROVED
- The model is approvedREJECTED
- The model is rejected.PENDING_MANUAL_APPROVAL
- The model is waiting for manual approval.
modelPackageSummary_modelPackageDescription :: Lens' ModelPackageSummary (Maybe Text) Source #
A brief description of the model package.
modelPackageSummary_modelPackageVersion :: Lens' ModelPackageSummary (Maybe Natural) Source #
If the model package is a versioned model, the version of the model.
modelPackageSummary_modelPackageGroupName :: Lens' ModelPackageSummary (Maybe Text) Source #
If the model package is a versioned model, the model group that the versioned model belongs to.
modelPackageSummary_modelPackageName :: Lens' ModelPackageSummary Text Source #
The name of the model package.
modelPackageSummary_modelPackageArn :: Lens' ModelPackageSummary Text Source #
The Amazon Resource Name (ARN) of the model package.
modelPackageSummary_creationTime :: Lens' ModelPackageSummary UTCTime Source #
A timestamp that shows when the model package was created.
modelPackageSummary_modelPackageStatus :: Lens' ModelPackageSummary ModelPackageStatus Source #
The overall status of the model package.