aws-cdk-lib.aws_sagemaker.CfnModelCard.IntendedUsesProperty

interface IntendedUsesProperty

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

The intended uses of a 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 intendedUsesProperty: sagemaker.CfnModelCard.IntendedUsesProperty = {
  explanationsForRiskRating: 'explanationsForRiskRating',
  factorsAffectingModelEfficiency: 'factorsAffectingModelEfficiency',
  intendedUses: 'intendedUses',
  purposeOfModel: 'purposeOfModel',
  riskRating: 'riskRating',
};

Properties

NameTypeDescription
explanationsForRiskRating?stringAn explanation of why your organization categorizes the model with its risk rating.
factorsAffectingModelEfficiency?stringFactors affecting model efficacy.
intendedUses?stringThe intended use cases for the model.
purposeOfModel?stringThe general purpose of the model.
riskRating?stringYour organization's risk rating. You can specify one the following values as the risk rating:.

explanationsForRiskRating?

Type: string (optional)

An explanation of why your organization categorizes the model with its risk rating.


factorsAffectingModelEfficiency?

Type: string (optional)

Factors affecting model efficacy.


intendedUses?

Type: string (optional)

The intended use cases for the model.


purposeOfModel?

Type: string (optional)

The general purpose of the model.


riskRating?

Type: string (optional)

Your organization's risk rating. You can specify one the following values as the risk rating:.

  • High
  • Medium
  • Low
  • Unknown