Class: Aws::Types::CreateLanguageModelResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#base_model_name"NarrowBand", "WideBand"

Returns the value of attribute base_model_name.

Returns:

  • ("NarrowBand", "WideBand")


139
140
141
# File 'sig/types.rbs', line 139

def base_model_name
  @base_model_name
end

#input_data_configTypes::InputDataConfig

Returns the value of attribute input_data_config.



141
142
143
# File 'sig/types.rbs', line 141

def input_data_config
  @input_data_config
end

#language_code"en-US", ...

Returns the value of attribute language_code.

Returns:

  • ("en-US", "hi-IN", "es-US", "en-GB", "en-AU", "de-DE", "ja-JP")


138
139
140
# File 'sig/types.rbs', line 138

def language_code
  @language_code
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


140
141
142
# File 'sig/types.rbs', line 140

def model_name
  @model_name
end

#model_status"IN_PROGRESS", ...

Returns the value of attribute model_status.

Returns:

  • ("IN_PROGRESS", "FAILED", "COMPLETED")


142
143
144
# File 'sig/types.rbs', line 142

def model_status
  @model_status
end