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

Class: Aws::Comprehend::Types::EntityRecognizerEntityList

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

Overview

Note:

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

{
  s3_uri: "S3Uri", # required
}

Describes the entity recognizer submitted with an entity recognizer.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#s3_uriString

Specifies the Amazon S3 location where the entity list is 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 entity list is located.