| 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.BatchDescribeModelPackageSummary
Description
Synopsis
- data BatchDescribeModelPackageSummary = BatchDescribeModelPackageSummary' {}
 - newBatchDescribeModelPackageSummary :: Text -> Text -> UTCTime -> InferenceSpecification -> ModelPackageStatus -> BatchDescribeModelPackageSummary
 - batchDescribeModelPackageSummary_modelApprovalStatus :: Lens' BatchDescribeModelPackageSummary (Maybe ModelApprovalStatus)
 - batchDescribeModelPackageSummary_modelPackageDescription :: Lens' BatchDescribeModelPackageSummary (Maybe Text)
 - batchDescribeModelPackageSummary_modelPackageVersion :: Lens' BatchDescribeModelPackageSummary (Maybe Natural)
 - batchDescribeModelPackageSummary_modelPackageGroupName :: Lens' BatchDescribeModelPackageSummary Text
 - batchDescribeModelPackageSummary_modelPackageArn :: Lens' BatchDescribeModelPackageSummary Text
 - batchDescribeModelPackageSummary_creationTime :: Lens' BatchDescribeModelPackageSummary UTCTime
 - batchDescribeModelPackageSummary_inferenceSpecification :: Lens' BatchDescribeModelPackageSummary InferenceSpecification
 - batchDescribeModelPackageSummary_modelPackageStatus :: Lens' BatchDescribeModelPackageSummary ModelPackageStatus
 
Documentation
data BatchDescribeModelPackageSummary Source #
Provides summary information about the model package.
See: newBatchDescribeModelPackageSummary smart constructor.
Constructors
| BatchDescribeModelPackageSummary' | |
Fields 
  | |
Instances
newBatchDescribeModelPackageSummary Source #
Arguments
Create a value of BatchDescribeModelPackageSummary 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:BatchDescribeModelPackageSummary', batchDescribeModelPackageSummary_modelApprovalStatus - The approval status of the model.
$sel:modelPackageDescription:BatchDescribeModelPackageSummary', batchDescribeModelPackageSummary_modelPackageDescription - The description of the model package.
$sel:modelPackageVersion:BatchDescribeModelPackageSummary', batchDescribeModelPackageSummary_modelPackageVersion - The version number of a versioned model.
$sel:modelPackageGroupName:BatchDescribeModelPackageSummary', batchDescribeModelPackageSummary_modelPackageGroupName - The group name for the model package
$sel:modelPackageArn:BatchDescribeModelPackageSummary', batchDescribeModelPackageSummary_modelPackageArn - The Amazon Resource Name (ARN) of the model package.
$sel:creationTime:BatchDescribeModelPackageSummary', batchDescribeModelPackageSummary_creationTime - The creation time of the mortgage package summary.
$sel:inferenceSpecification:BatchDescribeModelPackageSummary', batchDescribeModelPackageSummary_inferenceSpecification - Undocumented member.
$sel:modelPackageStatus:BatchDescribeModelPackageSummary', batchDescribeModelPackageSummary_modelPackageStatus - The status of the mortgage package.
batchDescribeModelPackageSummary_modelApprovalStatus :: Lens' BatchDescribeModelPackageSummary (Maybe ModelApprovalStatus) Source #
The approval status of the model.
batchDescribeModelPackageSummary_modelPackageDescription :: Lens' BatchDescribeModelPackageSummary (Maybe Text) Source #
The description of the model package.
batchDescribeModelPackageSummary_modelPackageVersion :: Lens' BatchDescribeModelPackageSummary (Maybe Natural) Source #
The version number of a versioned model.
batchDescribeModelPackageSummary_modelPackageGroupName :: Lens' BatchDescribeModelPackageSummary Text Source #
The group name for the model package
batchDescribeModelPackageSummary_modelPackageArn :: Lens' BatchDescribeModelPackageSummary Text Source #
The Amazon Resource Name (ARN) of the model package.
batchDescribeModelPackageSummary_creationTime :: Lens' BatchDescribeModelPackageSummary UTCTime Source #
The creation time of the mortgage package summary.
batchDescribeModelPackageSummary_inferenceSpecification :: Lens' BatchDescribeModelPackageSummary InferenceSpecification Source #
Undocumented member.
batchDescribeModelPackageSummary_modelPackageStatus :: Lens' BatchDescribeModelPackageSummary ModelPackageStatus Source #
The status of the mortgage package.