Class: Aws::Comprehend::Types::StopTrainingEntityRecognizerRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#entity_recognizer_arnString

The Amazon Resource Name (ARN) that identifies the entity recognizer currently being trained.

Returns:

  • (String)


8093
8094
8095
8096
8097
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 8093

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