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.
959 960 961 962 963 964 965 966 967 968 969 970 971 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 959 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.
959 960 961 962 963 964 965 966 967 968 969 970 971 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 959 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.
959 960 961 962 963 964 965 966 967 968 969 970 971 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 959 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.
959 960 961 962 963 964 965 966 967 968 969 970 971 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 959 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.
959 960 961 962 963 964 965 966 967 968 969 970 971 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 959 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.
959 960 961 962 963 964 965 966 967 968 969 970 971 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 959 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.
959 960 961 962 963 964 965 966 967 968 969 970 971 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 959 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.
959 960 961 962 963 964 965 966 967 968 969 970 971 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 959 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 true
then you are running the most
up-to-date version of the base model in your custom language model.
959 960 961 962 963 964 965 966 967 968 969 970 971 |
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 959 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 |