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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnModelCardExportJobPropsMixin.ModelCardExportOutputConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getS3OutputPath
The Amazon S3 output path to export your model card PDF.- See Also:
-
builder
@Stability(Stable) static CfnModelCardExportJobPropsMixin.ModelCardExportOutputConfigProperty.Builder builder()
-