Class: Aws::Comprehend::Types::ImportModelResponse

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

#model_arnString

The Amazon Resource Name (ARN) of the custom model being imported.

Returns:

  • (String)


5025
5026
5027
5028
5029
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 5025

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