interface ModelCardExportOutputConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SageMaker.CfnModelCardExportJobPropsMixin.ModelCardExportOutputConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssagemaker#CfnModelCardExportJobPropsMixin_ModelCardExportOutputConfigProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnModelCardExportJobPropsMixin.ModelCardExportOutputConfigProperty |
Python | aws_cdk.cfn_property_mixins.aws_sagemaker.CfnModelCardExportJobPropsMixin.ModelCardExportOutputConfigProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_sagemaker » CfnModelCardExportJobPropsMixin » 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/cfn-property-mixins';
const modelCardExportOutputConfigProperty: sagemaker.CfnModelCardExportJobPropsMixin.ModelCardExportOutputConfigProperty = {
s3OutputPath: 's3OutputPath',
};
Properties
| Name | Type | Description |
|---|---|---|
| s3 | string | The Amazon S3 output path to export your model card PDF. |
s3OutputPath?
Type:
string
(optional)
The Amazon S3 output path to export your model card PDF.

.NET
Go
Java
Python
TypeScript