Class: Aws::TranscribeService::Types::DescribeLanguageModelRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#model_nameString

The name of the custom language model you want information about. Model names are case sensitive.

Returns:

  • (String)


1252
1253
1254
1255
1256
# File 'lib/aws-sdk-transcribeservice/types.rb', line 1252

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