Class: Aws::Comprehend::Types::StopTrainingEntityRecognizerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::StopTrainingEntityRecognizerRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#entity_recognizer_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the entity recognizer currently being trained.
Instance Attribute Details
#entity_recognizer_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the entity recognizer currently being trained.
8039 8040 8041 8042 8043 |
# File 'lib/aws-sdk-comprehend/types.rb', line 8039 class StopTrainingEntityRecognizerRequest < Struct.new( :entity_recognizer_arn) SENSITIVE = [] include Aws::Structure end |