Class CfnModelCardExportJobPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnModelCardExportJobPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnModelCardExportJobPropsMixin>
- Enclosing class:
CfnModelCardExportJobPropsMixin
@Stability(Stable)
public static final class CfnModelCardExportJobPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnModelCardExportJobPropsMixin>
A fluent builder for
CfnModelCardExportJobPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) 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.Configure the export output details for an Amazon SageMaker Model Card.outputConfig(IResolvable outputConfig) Configure the export output details for an Amazon SageMaker Model Card.
-
Method Details
-
create
@Stability(Stable) public static CfnModelCardExportJobPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnModelCardExportJobPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnModelCardExportJobPropsMixin.Builder.
-
modelCardExportJobName
@Stability(Stable) public CfnModelCardExportJobPropsMixin.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
@Stability(Stable) public CfnModelCardExportJobPropsMixin.Builder modelCardName(String 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:
-
modelCardVersion
@Stability(Stable) public CfnModelCardExportJobPropsMixin.Builder modelCardVersion(Number 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:
-
outputConfig
@Stability(Stable) public CfnModelCardExportJobPropsMixin.Builder outputConfig(IResolvable 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 CfnModelCardExportJobPropsMixin.Builder outputConfig(CfnModelCardExportJobPropsMixin.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:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnModelCardExportJobPropsMixin>- Returns:
- a newly built instance of
CfnModelCardExportJobPropsMixin.
-