Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnModelCardPropsMixin.Builder
Packages that use CfnModelCardPropsMixin.Builder
-
Uses of CfnModelCardPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.sagemaker
Methods in software.amazon.awscdk.cfnpropertymixins.services.sagemaker that return CfnModelCardPropsMixin.BuilderModifier and TypeMethodDescriptionCfnModelCardPropsMixin.Builder.content(CfnModelCardPropsMixin.ContentProperty content) The content of the model card.CfnModelCardPropsMixin.Builder.content(IResolvable content) The content of the model card.CfnModelCardPropsMixin.Builder.create()CfnModelCardPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnModelCardPropsMixin.Builder.createdBy(CfnModelCardPropsMixin.UserContextProperty createdBy) Information about the user who created or modified one or more of the following:.CfnModelCardPropsMixin.Builder.createdBy(IResolvable createdBy) Information about the user who created or modified one or more of the following:.CfnModelCardPropsMixin.Builder.lastModifiedBy(CfnModelCardPropsMixin.UserContextProperty lastModifiedBy) Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.CfnModelCardPropsMixin.Builder.lastModifiedBy(IResolvable lastModifiedBy) Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.CfnModelCardPropsMixin.Builder.modelCardName(String modelCardName) The unique name of the model card.CfnModelCardPropsMixin.Builder.modelCardStatus(String modelCardStatus) The approval status of the model card within your organization.CfnModelCardPropsMixin.Builder.securityConfig(CfnModelCardPropsMixin.SecurityConfigProperty securityConfig) The security configuration used to protect model card data.CfnModelCardPropsMixin.Builder.securityConfig(IResolvable securityConfig) The security configuration used to protect model card data.Key-value pairs used to manage metadata for the model card.