Interface CfnFlywheelPropsMixin.DocumentClassificationConfigProperty

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

@Stability(Stable) public static interface CfnFlywheelPropsMixin.DocumentClassificationConfigProperty extends software.amazon.jsii.JsiiSerializable
Configuration required for a document classification model.

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.comprehend.*;
 DocumentClassificationConfigProperty documentClassificationConfigProperty = DocumentClassificationConfigProperty.builder()
         .labels(List.of("labels"))
         .mode("mode")
         .build();
 

See Also: