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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-transcribeservice/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)


1275
1276
1277
1278
1279
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 1275

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