Show / Hide Table of Contents

Interface CfnFlywheel.IEntityRecognitionConfigProperty

Configuration required for an entity recognition model.

Namespace: Amazon.CDK.AWS.Comprehend
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnFlywheel.IEntityRecognitionConfigProperty
Syntax (vb)
Public Interface CfnFlywheel.IEntityRecognitionConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-comprehend-flywheel-entityrecognitionconfig.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.Comprehend;

             var entityRecognitionConfigProperty = new EntityRecognitionConfigProperty {
                 EntityTypes = new [] { new EntityTypesListItemProperty {
                     Type = "type"
                 } }
             };

Synopsis

Properties

EntityTypes

Up to 25 entity types that the model is trained to recognize.

Properties

EntityTypes

Up to 25 entity types that the model is trained to recognize.

object? EntityTypes { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-comprehend-flywheel-entityrecognitionconfig.html#cfn-comprehend-flywheel-entityrecognitionconfig-entitytypes

Back to top Generated by DocFX