Interface CfnModelCardExportJob.ModelCardExportOutputConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnModelCardExportJob.ModelCardExportOutputConfigProperty.Jsii$Proxy
- Enclosing class:
CfnModelCardExportJob
@Stability(Stable)
public static interface CfnModelCardExportJob.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.services.sagemaker.*;
ModelCardExportOutputConfigProperty modelCardExportOutputConfigProperty = ModelCardExportOutputConfigProperty.builder()
.s3OutputPath("s3OutputPath")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnModelCardExportJob.ModelCardExportOutputConfigProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The Amazon S3 output path to export your model card PDF.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 CfnModelCardExportJob.ModelCardExportOutputConfigProperty.Builder builder()
-