Class: Aws::TranscribeService::Types::CreateLanguageModelResponse

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

#base_model_nameString

The Amazon Transcribe standard language model, or base model, you specified when creating your custom language model.

Returns:

  • (String)


758
759
760
761
762
763
764
765
766
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 758

class CreateLanguageModelResponse < Struct.new(
  :language_code,
  :base_model_name,
  :model_name,
  :input_data_config,
  :model_status)
  SENSITIVE = []
  include Aws::Structure
end

#input_data_configTypes::InputDataConfig

Lists your data access role ARN (Amazon Resource Name) and the Amazon S3 locations you provided for your training (S3Uri) and tuning (TuningDataS3Uri) data.



758
759
760
761
762
763
764
765
766
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 758

class CreateLanguageModelResponse < Struct.new(
  :language_code,
  :base_model_name,
  :model_name,
  :input_data_config,
  :model_status)
  SENSITIVE = []
  include Aws::Structure
end

#language_codeString

The language code you selected for your custom language model.

Returns:

  • (String)


758
759
760
761
762
763
764
765
766
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 758

class CreateLanguageModelResponse < Struct.new(
  :language_code,
  :base_model_name,
  :model_name,
  :input_data_config,
  :model_status)
  SENSITIVE = []
  include Aws::Structure
end

#model_nameString

The name of your custom language model.

Returns:

  • (String)


758
759
760
761
762
763
764
765
766
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 758

class CreateLanguageModelResponse < Struct.new(
  :language_code,
  :base_model_name,
  :model_name,
  :input_data_config,
  :model_status)
  SENSITIVE = []
  include Aws::Structure
end

#model_statusString

The status of your custom language model. When the status displays as COMPLETED, your model is ready to use.

Returns:

  • (String)


758
759
760
761
762
763
764
765
766
# File 'gems/aws-sdk-transcribeservice/lib/aws-sdk-transcribeservice/types.rb', line 758

class CreateLanguageModelResponse < Struct.new(
  :language_code,
  :base_model_name,
  :model_name,
  :input_data_config,
  :model_status)
  SENSITIVE = []
  include Aws::Structure
end