Interface CfnFlywheelPropsMixin.EntityRecognitionConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFlywheelPropsMixin.EntityRecognitionConfigProperty.Jsii$Proxy
- Enclosing class:
CfnFlywheelPropsMixin
@Stability(Stable)
public static interface CfnFlywheelPropsMixin.EntityRecognitionConfigProperty
extends software.amazon.jsii.JsiiSerializable
Configuration required for an entity recognition 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.*;
EntityRecognitionConfigProperty entityRecognitionConfigProperty = EntityRecognitionConfigProperty.builder()
.entityTypes(List.of(EntityTypesListItemProperty.builder()
.type("type")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnFlywheelPropsMixin.EntityRecognitionConfigPropertystatic final classAn implementation forCfnFlywheelPropsMixin.EntityRecognitionConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEntityTypes
Up to 25 entity types that the model is trained to recognize.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnFlywheelPropsMixin.EntityTypesListItemProperty>- See Also:
-
builder
-