Class: Aws::Comprehend::Types::StopTrainingDocumentClassifierRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#document_classifier_arnString

The Amazon Resource Name (ARN) that identifies the document classifier currently being trained.

Returns:

  • (String)


8022
8023
8024
8025
8026
# File 'lib/aws-sdk-comprehend/types.rb', line 8022

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