AWSComprehendDatasetEntityRecognizerInputDataConfig
Objective-C
@interface AWSComprehendDatasetEntityRecognizerInputDataConfig
Swift
class AWSComprehendDatasetEntityRecognizerInputDataConfig
Specifies the format and location of the input data. You must provide either the Annotations
parameter or the EntityList
parameter.
Required parameters: [Documents]
-
The S3 location of the annotation documents for your custom entity recognizer.
Declaration
Objective-C
@property (nonatomic, strong) AWSComprehendDatasetEntityRecognizerAnnotations *_Nullable annotations;
Swift
var annotations: AWSComprehendDatasetEntityRecognizerAnnotations? { get set }
-
The format and location of the training documents for your custom entity recognizer.
Declaration
Objective-C
@property (nonatomic, strong) AWSComprehendDatasetEntityRecognizerDocuments *_Nullable documents;
Swift
var documents: AWSComprehendDatasetEntityRecognizerDocuments? { get set }
-
The S3 location of the entity list for your custom entity recognizer.
Declaration
Objective-C
@property (nonatomic, strong) AWSComprehendDatasetEntityRecognizerEntityList *_Nullable entityList;
Swift
var entityList: AWSComprehendDatasetEntityRecognizerEntityList? { get set }