Interface CfnModelCardPropsMixin.FunctionProperty

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

@Stability(Stable) public static interface CfnModelCardPropsMixin.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.cfnpropertymixins.services.sagemaker.*;
 FunctionProperty functionProperty = FunctionProperty.builder()
         .condition("condition")
         .facet("facet")
         .function("function")
         .build();
 

See Also: