Uses of Class
software.amazon.awscdk.services.sagemaker.CfnModelCard.Builder
Packages that use CfnModelCard.Builder
-
Uses of CfnModelCard.Builder in software.amazon.awscdk.services.sagemaker
Methods in software.amazon.awscdk.services.sagemaker that return CfnModelCard.BuilderModifier and TypeMethodDescriptionCfnModelCard.Builder.content(IResolvable content) The content of the model card.CfnModelCard.Builder.content(CfnModelCard.ContentProperty content) The content of the model card.static CfnModelCard.BuilderCfnModelCard.Builder.createdBy(IResolvable createdBy) Information about the user who created or modified one or more of the following:.CfnModelCard.Builder.createdBy(CfnModelCard.UserContextProperty createdBy) Information about the user who created or modified one or more of the following:.CfnModelCard.Builder.lastModifiedBy(IResolvable lastModifiedBy) AWS::SageMaker::ModelCard.LastModifiedBy.CfnModelCard.Builder.lastModifiedBy(CfnModelCard.UserContextProperty lastModifiedBy) AWS::SageMaker::ModelCard.LastModifiedBy.CfnModelCard.Builder.modelCardName(String modelCardName) The unique name of the model card.CfnModelCard.Builder.modelCardStatus(String modelCardStatus) The approval status of the model card within your organization.CfnModelCard.Builder.securityConfig(IResolvable securityConfig) The security configuration used to protect model card data.CfnModelCard.Builder.securityConfig(CfnModelCard.SecurityConfigProperty securityConfig) The security configuration used to protect model card data.Key-value pairs used to manage metadata for the model card.