Class: Aws::Comprehend::Types::DatasetEntityRecognizerAnnotations

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-comprehend/types.rb

Overview

Describes the annotations associated with a entity recognizer.

Constant Summary collapse

SENSITIVE =
[]

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)


1591
1592
1593
1594
1595
# File 'lib/aws-sdk-comprehend/types.rb', line 1591

class DatasetEntityRecognizerAnnotations < Struct.new(
  :s3_uri)
  SENSITIVE = []
  include Aws::Structure
end