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)


1570
1571
1572
1573
1574
# File 'lib/aws-sdk-comprehend/types.rb', line 1570

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