aws-cdk-lib.aws_sagemaker.CfnModelCard.AdditionalInformationProperty

interface AdditionalInformationProperty

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

Additional information about the model.

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 additionalInformationProperty: sagemaker.CfnModelCard.AdditionalInformationProperty = {
  caveatsAndRecommendations: 'caveatsAndRecommendations',
  customDetails: {
    customDetailsKey: 'customDetails',
  },
  ethicalConsiderations: 'ethicalConsiderations',
};

Properties

NameTypeDescription
caveatsAndRecommendations?stringCaveats and recommendations for those who might use this model in their applications.
customDetails?IResolvable | { [string]: string }Any additional information to document about the model.
ethicalConsiderations?stringAny ethical considerations documented by the model card author.

caveatsAndRecommendations?

Type: string (optional)

Caveats and recommendations for those who might use this model in their applications.


customDetails?

Type: IResolvable | { [string]: string } (optional)

Any additional information to document about the model.


ethicalConsiderations?

Type: string (optional)

Any ethical considerations documented by the model card author.