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

Class: Aws::Comprehend::Types::EntityRecognizerAnnotations

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

Overview

Note:

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

{
  s3_uri: "S3Uri", # required
}

Describes the annotations associated with a entity recognizer.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#s3_uriString

Specifies the Amazon S3 location where the annotations 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 annotations for an entity recognizer are located.