EntityRecognizerInputDataConfig

Specifies the format and location of the input data.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String