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)


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