aws-cdk-lib.aws_sagemaker.CfnModelCard.BusinessDetailsProperty

interface BusinessDetailsProperty

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

Information about how the model supports business goals.

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 businessDetailsProperty: sagemaker.CfnModelCard.BusinessDetailsProperty = {
  businessProblem: 'businessProblem',
  businessStakeholders: 'businessStakeholders',
  lineOfBusiness: 'lineOfBusiness',
};

Properties

NameTypeDescription
businessProblem?stringThe specific business problem that the model is trying to solve.
businessStakeholders?stringThe relevant stakeholders for the model.
lineOfBusiness?stringThe broader business need that the model is serving.

businessProblem?

Type: string (optional)

The specific business problem that the model is trying to solve.


businessStakeholders?

Type: string (optional)

The relevant stakeholders for the model.


lineOfBusiness?

Type: string (optional)

The broader business need that the model is serving.