Class: Aws::TranscribeService::Types::LanguageModel
- Inherits:
-
Struct
- Object
- Struct
- Aws::TranscribeService::Types::LanguageModel
- Defined in:
- gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb
Overview
The structure used to describe a custom language model.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#base_model_name ⇒ String
The Amazon Transcribe standard language model, or base model used to create the custom language model.
-
#create_time ⇒ Time
The time the custom language model was created.
-
#failure_reason ⇒ String
The reason why the custom language model couldn't be created.
-
#input_data_config ⇒ Types::InputDataConfig
The data access role and Amazon S3 prefixes for the input files used to train the custom language model.
-
#language_code ⇒ String
The language code you used to create your custom language model.
-
#last_modified_time ⇒ Time
The most recent time the custom language model was modified.
-
#model_name ⇒ String
The name of the custom language model.
-
#model_status ⇒ String
The creation status of a custom language model.
-
#upgrade_availability ⇒ Boolean
Whether the base model used for the custom language model is up to date.
Instance Attribute Details
#base_model_name ⇒ String
The Amazon Transcribe standard language model, or base model used to create the custom language model.
1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 1795 class LanguageModel < Struct.new( :model_name, :create_time, :last_modified_time, :language_code, :base_model_name, :model_status, :upgrade_availability, :failure_reason, :input_data_config) SENSITIVE = [] include Aws::Structure end |
#create_time ⇒ Time
The time the custom language model was created.
1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 1795 class LanguageModel < Struct.new( :model_name, :create_time, :last_modified_time, :language_code, :base_model_name, :model_status, :upgrade_availability, :failure_reason, :input_data_config) SENSITIVE = [] include Aws::Structure end |
#failure_reason ⇒ String
The reason why the custom language model couldn't be created.
1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 1795 class LanguageModel < Struct.new( :model_name, :create_time, :last_modified_time, :language_code, :base_model_name, :model_status, :upgrade_availability, :failure_reason, :input_data_config) SENSITIVE = [] include Aws::Structure end |
#input_data_config ⇒ Types::InputDataConfig
The data access role and Amazon S3 prefixes for the input files used to train the custom language model.
1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 1795 class LanguageModel < Struct.new( :model_name, :create_time, :last_modified_time, :language_code, :base_model_name, :model_status, :upgrade_availability, :failure_reason, :input_data_config) SENSITIVE = [] include Aws::Structure end |
#language_code ⇒ String
The language code you used to create your custom language model.
1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 1795 class LanguageModel < Struct.new( :model_name, :create_time, :last_modified_time, :language_code, :base_model_name, :model_status, :upgrade_availability, :failure_reason, :input_data_config) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The most recent time the custom language model was modified.
1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 1795 class LanguageModel < Struct.new( :model_name, :create_time, :last_modified_time, :language_code, :base_model_name, :model_status, :upgrade_availability, :failure_reason, :input_data_config) SENSITIVE = [] include Aws::Structure end |
#model_name ⇒ String
The name of the custom language model.
1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 1795 class LanguageModel < Struct.new( :model_name, :create_time, :last_modified_time, :language_code, :base_model_name, :model_status, :upgrade_availability, :failure_reason, :input_data_config) SENSITIVE = [] include Aws::Structure end |
#model_status ⇒ String
The creation status of a custom language model. When the status is
COMPLETED
the model is ready for use.
1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 1795 class LanguageModel < Struct.new( :model_name, :create_time, :last_modified_time, :language_code, :base_model_name, :model_status, :upgrade_availability, :failure_reason, :input_data_config) SENSITIVE = [] include Aws::Structure end |
#upgrade_availability ⇒ Boolean
Whether the base model used for the custom language model is up to
date. If this field is false
then you are running the most
up-to-date version of the base model in your custom language model.
1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 1795 class LanguageModel < Struct.new( :model_name, :create_time, :last_modified_time, :language_code, :base_model_name, :model_status, :upgrade_availability, :failure_reason, :input_data_config) SENSITIVE = [] include Aws::Structure end |