Uses of Interface
software.amazon.awscdk.services.sagemaker.CfnModelCard.UserContextProperty
-
Uses of CfnModelCard.UserContextProperty in software.amazon.awscdk.services.sagemaker
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnModelCard.UserContextProperty
Modifier and TypeMethodDescriptionCfnModelCard.UserContextProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionCfnModelCard.Builder.createdBy
(CfnModelCard.UserContextProperty createdBy) Information about the user who created or modified one or more of the following:.CfnModelCardProps.Builder.createdBy
(CfnModelCard.UserContextProperty createdBy) Sets the value ofCfnModelCardProps.getCreatedBy()
CfnModelCard.Builder.lastModifiedBy
(CfnModelCard.UserContextProperty lastModifiedBy) AWS::SageMaker::ModelCard.LastModifiedBy
.CfnModelCardProps.Builder.lastModifiedBy
(CfnModelCard.UserContextProperty lastModifiedBy) Sets the value ofCfnModelCardProps.getLastModifiedBy()
void
CfnModelCard.setCreatedBy
(CfnModelCard.UserContextProperty value) Information about the user who created or modified one or more of the following:.void
CfnModelCard.setLastModifiedBy
(CfnModelCard.UserContextProperty value) AWS::SageMaker::ModelCard.LastModifiedBy
.