Interface CfnModelCardExportJobPropsMixin.ModelCardExportOutputConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnModelCardExportJobPropsMixin.ModelCardExportOutputConfigProperty.Jsii$Proxy
Enclosing class:
CfnModelCardExportJobPropsMixin

@Stability(Stable) public static interface CfnModelCardExportJobPropsMixin.ModelCardExportOutputConfigProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.sagemaker.*;
 ModelCardExportOutputConfigProperty modelCardExportOutputConfigProperty = ModelCardExportOutputConfigProperty.builder()
         .s3OutputPath("s3OutputPath")
         .build();
 

See Also: