| 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.ModelCardExportArtifacts
Description
Documentation
data ModelCardExportArtifacts Source #
The artifacts of the model card export job.
See: newModelCardExportArtifacts smart constructor.
Constructors
| ModelCardExportArtifacts' | |
Fields 
  | |
Instances
newModelCardExportArtifacts Source #
Create a value of ModelCardExportArtifacts 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:s3ExportArtifacts:ModelCardExportArtifacts', modelCardExportArtifacts_s3ExportArtifacts - The Amazon S3 URI of the exported model artifacts.
modelCardExportArtifacts_s3ExportArtifacts :: Lens' ModelCardExportArtifacts Text Source #
The Amazon S3 URI of the exported model artifacts.