Class: Aws::Comprehend::Types::StopTrainingDocumentClassifierRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::StopTrainingDocumentClassifierRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#document_classifier_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the document classifier currently being trained.
Instance Attribute Details
#document_classifier_arn ⇒ String
The Amazon Resource Name (ARN) that identifies the document classifier currently being trained.
8076 8077 8078 8079 8080 |
# File 'lib/aws-sdk-comprehend/types.rb', line 8076 class StopTrainingDocumentClassifierRequest < Struct.new( :document_classifier_arn) SENSITIVE = [] include Aws::Structure end |