Interface CfnModelCard.BusinessDetailsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnModelCard.BusinessDetailsProperty.Jsii$Proxy
Enclosing class:
CfnModelCard

@Stability(Stable) public static interface CfnModelCard.BusinessDetailsProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.sagemaker.*;
 BusinessDetailsProperty businessDetailsProperty = BusinessDetailsProperty.builder()
         .businessProblem("businessProblem")
         .businessStakeholders("businessStakeholders")
         .lineOfBusiness("lineOfBusiness")
         .build();
 

See Also: