Class CfnModelCardExportJobMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnModelCardExportJobMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnModelCardExportJobMixinProps>
- Enclosing interface:
CfnModelCardExportJobMixinProps
@Stability(Stable)
public static final class CfnModelCardExportJobMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnModelCardExportJobMixinProps>
A builder for
CfnModelCardExportJobMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.modelCardExportJobName(String modelCardExportJobName) Sets the value ofCfnModelCardExportJobMixinProps.getModelCardExportJobName()modelCardName(String modelCardName) Sets the value ofCfnModelCardExportJobMixinProps.getModelCardName()modelCardVersion(Number modelCardVersion) Sets the value ofCfnModelCardExportJobMixinProps.getModelCardVersion()Sets the value ofCfnModelCardExportJobMixinProps.getOutputConfig()outputConfig(IResolvable outputConfig) Sets the value ofCfnModelCardExportJobMixinProps.getOutputConfig()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
modelCardExportJobName
@Stability(Stable) public CfnModelCardExportJobMixinProps.Builder modelCardExportJobName(String modelCardExportJobName) Sets the value ofCfnModelCardExportJobMixinProps.getModelCardExportJobName()- Parameters:
modelCardExportJobName- The name of the model card export job.- Returns:
this
-
modelCardName
@Stability(Stable) public CfnModelCardExportJobMixinProps.Builder modelCardName(String modelCardName) Sets the value ofCfnModelCardExportJobMixinProps.getModelCardName()- Parameters:
modelCardName- The name or Amazon Resource Name (ARN) of the model card to export.- Returns:
this
-
modelCardVersion
@Stability(Stable) public CfnModelCardExportJobMixinProps.Builder modelCardVersion(Number modelCardVersion) Sets the value ofCfnModelCardExportJobMixinProps.getModelCardVersion()- Parameters:
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.- Returns:
this
-
outputConfig
@Stability(Stable) public CfnModelCardExportJobMixinProps.Builder outputConfig(IResolvable outputConfig) Sets the value ofCfnModelCardExportJobMixinProps.getOutputConfig()- Parameters:
outputConfig- Configure the export output details for an Amazon SageMaker Model Card.- Returns:
this
-
outputConfig
@Stability(Stable) public CfnModelCardExportJobMixinProps.Builder outputConfig(CfnModelCardExportJobPropsMixin.ModelCardExportOutputConfigProperty outputConfig) Sets the value ofCfnModelCardExportJobMixinProps.getOutputConfig()- Parameters:
outputConfig- Configure the export output details for an Amazon SageMaker Model Card.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnModelCardExportJobMixinProps>- Returns:
- a new instance of
CfnModelCardExportJobMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-