You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Comprehend::Types::EntityRecognizerDocuments

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing EntityRecognizerDocuments as input to an Aws::Client method, you can use a vanilla Hash:

{
  s3_uri: "S3Uri", # required
}

Describes the training documents submitted with an entity recognizer.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#s3_uriString

Specifies the Amazon S3 location where the training documents for an entity recognizer are located. The URI must be in the same region as the API endpoint that you are calling.

Returns:

  • (String)

    Specifies the Amazon S3 location where the training documents for an entity recognizer are located.