AWSComprehendDatasetEntityRecognizerEntityList

Objective-C

@interface AWSComprehendDatasetEntityRecognizerEntityList

Swift

class AWSComprehendDatasetEntityRecognizerEntityList

Describes the dataset entity list for an entity recognizer model.

For more information on how the input file is formatted, see Preparing training data in the Comprehend Developer Guide.

Required parameters: [S3Uri]

  • Specifies the Amazon S3 location where the entity list is located.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable s3Uri;

    Swift

    var s3Uri: String? { get set }