EntityRecognizerInputDataConfig
Specifies the format and location of the input data.
Types
Properties
Link copied to clipboard
The S3 location of the CSV file that annotates your training documents.
Link copied to clipboard
A list of augmented manifest files that provide training data for your custom model. An augmented manifest file is a labeled dataset that is produced by Amazon SageMaker Ground Truth.
Link copied to clipboard
The format of your training data:
Link copied to clipboard
The S3 location of the folder that contains the training documents for your custom entity recognizer.
Link copied to clipboard
The S3 location of the CSV file that has the entity list for your custom entity recognizer.
Link copied to clipboard
The entity types in the labeled training data that Amazon Comprehend uses to train the custom entity recognizer. Any entity types that you don't specify are ignored.
Functions
Link copied to clipboard
inline fun copy(block: EntityRecognizerInputDataConfig.Builder.() -> Unit = {}): EntityRecognizerInputDataConfig