![]() |
![]()
| ![]() |
![]()
NAMEPaws::Comprehend::EntityRecognizerInputDataConfig USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::Comprehend::EntityRecognizerInputDataConfig object: $service_obj->Method(Att1 => { Annotations => $value, ..., EntityTypes => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Comprehend::EntityRecognizerInputDataConfig object: $result = $service_obj->Method(...); $result->Att1->Annotations DESCRIPTIONSpecifies the format and location of the input data. ATTRIBUTESAnnotations => Paws::Comprehend::EntityRecognizerAnnotationsThe S3 location of the CSV file that annotates your training documents. AugmentedManifests => ArrayRef[Paws::Comprehend::AugmentedManifestsListItem]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. This parameter is required if you set "DataFormat" to "AUGMENTED_MANIFEST". DataFormat => StrThe format of your training data:
If you don't specify a value, Amazon Comprehend uses "COMPREHEND_CSV" as the default. Documents => Paws::Comprehend::EntityRecognizerDocumentsThe S3 location of the folder that contains the training documents for your custom entity recognizer. This parameter is required if you set "DataFormat" to "COMPREHEND_CSV". EntityList => Paws::Comprehend::EntityRecognizerEntityListThe S3 location of the CSV file that has the entity list for your custom entity recognizer. REQUIRED EntityTypes => ArrayRef[Paws::Comprehend::EntityTypesListItem]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. A maximum of 25 entity types can be used at one time to train an entity recognizer. Entity types must not contain the following invalid characters: \n (line break), \\n (escaped line break), \r (carriage return), \\r (escaped carriage return), \t (tab), \\t (escaped tab), space, and , (comma). SEE ALSOThis class forms part of Paws, describing an object used in Paws::Comprehend BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|