interface ModelCardExportOutputConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Sagemaker.CfnModelCardExportJob.ModelCardExportOutputConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnModelCardExportJob_ModelCardExportOutputConfigProperty |
Java | software.amazon.awscdk.services.sagemaker.CfnModelCardExportJob.ModelCardExportOutputConfigProperty |
Python | aws_cdk.aws_sagemaker.CfnModelCardExportJob.ModelCardExportOutputConfigProperty |
TypeScript | aws-cdk-lib » aws_sagemaker » CfnModelCardExportJob » ModelCardExportOutputConfigProperty |
Configure the export output details for an Amazon SageMaker Model Card.
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 modelCardExportOutputConfigProperty: sagemaker.CfnModelCardExportJob.ModelCardExportOutputConfigProperty = {
s3OutputPath: 's3OutputPath',
};
Properties
| Name | Type | Description |
|---|---|---|
| s3 | string | The Amazon S3 output path to export your model card PDF. |
s3OutputPath
Type:
string
The Amazon S3 output path to export your model card PDF.

.NET
Go
Java
Python
TypeScript