Class: Aws::TranscribeService::Types::DeleteLanguageModelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::DeleteLanguageModelRequest
- 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 to delete.
Instance Attribute Details
#model_name ⇒ String
The name of the custom language model you want to delete. Model names are case sensitive.
1278 1279 1280 1281 1282 |
# File 'lib/aws-sdk-transcribeservice/types.rb', line 1278 class DeleteLanguageModelRequest < Struct.new( :model_name) SENSITIVE = [] include Aws::Structure end |