Class CfnModelCardExportJob.ModelCardExportOutputConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnModelCardExportJob.ModelCardExportOutputConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnModelCardExportJob.ModelCardExportOutputConfigProperty>
- Enclosing interface:
CfnModelCardExportJob.ModelCardExportOutputConfigProperty
@Stability(Stable)
public static final class CfnModelCardExportJob.ModelCardExportOutputConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnModelCardExportJob.ModelCardExportOutputConfigProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.s3OutputPath(String s3OutputPath)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3OutputPath
@Stability(Stable) public CfnModelCardExportJob.ModelCardExportOutputConfigProperty.Builder s3OutputPath(String s3OutputPath) - Parameters:
s3OutputPath- The Amazon S3 output path to export your model card PDF. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnModelCardExportJob.ModelCardExportOutputConfigProperty>- Returns:
- a new instance of
CfnModelCardExportJob.ModelCardExportOutputConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-