Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnModelCardExportJobPropsMixin.Builder
Packages that use CfnModelCardExportJobPropsMixin.Builder
-
Uses of CfnModelCardExportJobPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.sagemaker
Methods in software.amazon.awscdk.cfnpropertymixins.services.sagemaker that return CfnModelCardExportJobPropsMixin.BuilderModifier and TypeMethodDescriptionCfnModelCardExportJobPropsMixin.Builder.create()CfnModelCardExportJobPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnModelCardExportJobPropsMixin.Builder.modelCardExportJobName(String modelCardExportJobName) The name of the model card export job.CfnModelCardExportJobPropsMixin.Builder.modelCardName(String modelCardName) The name or Amazon Resource Name (ARN) of the model card to export.CfnModelCardExportJobPropsMixin.Builder.modelCardVersion(Number modelCardVersion) The version of the model card to export.CfnModelCardExportJobPropsMixin.Builder.outputConfig(CfnModelCardExportJobPropsMixin.ModelCardExportOutputConfigProperty outputConfig) Configure the export output details for an Amazon SageMaker Model Card.CfnModelCardExportJobPropsMixin.Builder.outputConfig(IResolvable outputConfig) Configure the export output details for an Amazon SageMaker Model Card.