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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-comprehend/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 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)


3851
3852
3853
3854
3855
3856
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 3851

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

#test_s3_uriString

Specifies the Amazon S3 location where the test 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)


3851
3852
3853
3854
3855
3856
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 3851

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