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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnFlywheelPropsMixin.DocumentClassificationConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLabels
One or more labels to associate with the custom classifier.- See Also:
-
getMode
Classification mode indicates whether the documents areMULTI_CLASSorMULTI_LABEL.- See Also:
-
builder
@Stability(Stable) static CfnFlywheelPropsMixin.DocumentClassificationConfigProperty.Builder builder()
-