Interface CfnModelCard.FunctionProperty

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

@Stability(Stable) public static interface CfnModelCard.FunctionProperty extends software.amazon.jsii.JsiiSerializable
Function details.

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.*;
 FunctionProperty functionProperty = FunctionProperty.builder()
         .condition("condition")
         .facet("facet")
         .function("function")
         .build();
 

See Also: