aws-cdk-lib.aws_sagemaker.CfnModelCard.UserContextProperty

interface UserContextProperty

LanguageType name
.NETAmazon.CDK.AWS.Sagemaker.CfnModelCard.UserContextProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnModelCard_UserContextProperty
Javasoftware.amazon.awscdk.services.sagemaker.CfnModelCard.UserContextProperty
Pythonaws_cdk.aws_sagemaker.CfnModelCard.UserContextProperty
TypeScript aws-cdk-lib » aws_sagemaker » CfnModelCard » UserContextProperty

Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const userContextProperty: sagemaker.CfnModelCard.UserContextProperty = {
  domainId: 'domainId',
  userProfileArn: 'userProfileArn',
  userProfileName: 'userProfileName',
};

Properties

NameTypeDescription
domainId?stringThe domain associated with the user.
userProfileArn?stringThe Amazon Resource Name (ARN) of the user's profile.
userProfileName?stringThe name of the user's profile.

domainId?

Type: string (optional)

The domain associated with the user.


userProfileArn?

Type: string (optional)

The Amazon Resource Name (ARN) of the user's profile.


userProfileName?

Type: string (optional)

The name of the user's profile.