Class CfnModelCardExportJob.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.CfnModelCardExportJob.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnModelCardExportJob>
- Enclosing class:
CfnModelCardExportJob
@Stability(Stable)
public static final class CfnModelCardExportJob.Builder
extends Object
implements software.amazon.jsii.Builder<CfnModelCardExportJob>
A fluent builder for
CfnModelCardExportJob.-
Method Summary
Modifier and TypeMethodDescriptionbuild()modelCardExportJobName(String modelCardExportJobName) The name of the model card export job.modelCardName(String modelCardName) The name or Amazon Resource Name (ARN) of the model card to export.modelCardVersion(Number modelCardVersion) The version of the model card to export.outputConfig(IResolvable outputConfig) Configure the export output details for an Amazon SageMaker Model Card.Configure the export output details for an Amazon SageMaker Model Card.
-
Method Details
-
create
@Stability(Stable) public static CfnModelCardExportJob.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnModelCardExportJob.Builder.
-
modelCardExportJobName
@Stability(Stable) public CfnModelCardExportJob.Builder modelCardExportJobName(String modelCardExportJobName) The name of the model card export job.- Parameters:
modelCardExportJobName- The name of the model card export job. This parameter is required.- Returns:
this- See Also:
-
modelCardName
The name or Amazon Resource Name (ARN) of the model card to export.- Parameters:
modelCardName- The name or Amazon Resource Name (ARN) of the model card to export. This parameter is required.- Returns:
this- See Also:
-
outputConfig
Configure the export output details for an Amazon SageMaker Model Card.- Parameters:
outputConfig- Configure the export output details for an Amazon SageMaker Model Card. This parameter is required.- Returns:
this- See Also:
-
outputConfig
@Stability(Stable) public CfnModelCardExportJob.Builder outputConfig(CfnModelCardExportJob.ModelCardExportOutputConfigProperty outputConfig) Configure the export output details for an Amazon SageMaker Model Card.- Parameters:
outputConfig- Configure the export output details for an Amazon SageMaker Model Card. This parameter is required.- Returns:
this- See Also:
-
modelCardVersion
The version of the model card to export.If a version is not provided, then the latest version of the model card is exported.
- Parameters:
modelCardVersion- The version of the model card to export. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnModelCardExportJob>- Returns:
- a newly built instance of
CfnModelCardExportJob.
-