Class: Aws::TranscribeService::Types::DescribeLanguageModelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::DescribeLanguageModelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-transcribeservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_name ⇒ String
The name of the custom language model you want information about.
Instance Attribute Details
#model_name ⇒ String
The name of the custom language model you want information about. Model names are case sensitive.
1344 1345 1346 1347 1348 |
# File 'lib/aws-sdk-transcribeservice/types.rb', line 1344 class DescribeLanguageModelRequest < Struct.new( :model_name) SENSITIVE = [] include Aws::Structure end |