interface ModelCardExportArtifactsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Sagemaker.CfnModelCardExportJob.ModelCardExportArtifactsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnModelCardExportJob_ModelCardExportArtifactsProperty |
Java | software.amazon.awscdk.services.sagemaker.CfnModelCardExportJob.ModelCardExportArtifactsProperty |
Python | aws_cdk.aws_sagemaker.CfnModelCardExportJob.ModelCardExportArtifactsProperty |
TypeScript | aws-cdk-lib » aws_sagemaker » CfnModelCardExportJob » ModelCardExportArtifactsProperty |
The artifacts of the model card export job.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const modelCardExportArtifactsProperty: sagemaker.CfnModelCardExportJob.ModelCardExportArtifactsProperty = {
s3ExportArtifacts: 's3ExportArtifacts',
};
Properties
| Name | Type | Description |
|---|---|---|
| s3 | string | The Amazon S3 URI of the exported model artifacts. |
s3ExportArtifacts
Type:
string
The Amazon S3 URI of the exported model artifacts.

.NET
Go
Java
Python
TypeScript