Class: Aws::Types::LanguageModel

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")


410
411
412
# File 'sig/types.rbs', line 410

def base_model_name
  @base_model_name
end

#create_time::Time

Returns the value of attribute create_time.

Returns:

  • (::Time)


407
408
409
# File 'sig/types.rbs', line 407

def create_time
  @create_time
end

#encryption_configurationTypes::EncryptionConfiguration

Returns the value of attribute encryption_configuration.



415
416
417
# File 'sig/types.rbs', line 415

def encryption_configuration
  @encryption_configuration
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


413
414
415
# File 'sig/types.rbs', line 413

def failure_reason
  @failure_reason
end

#input_data_configTypes::InputDataConfig

Returns the value of attribute input_data_config.



414
415
416
# File 'sig/types.rbs', line 414

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")


409
410
411
# File 'sig/types.rbs', line 409

def language_code
  @language_code
end

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


408
409
410
# File 'sig/types.rbs', line 408

def last_modified_time
  @last_modified_time
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


406
407
408
# File 'sig/types.rbs', line 406

def model_name
  @model_name
end

#model_status"IN_PROGRESS", ...

Returns the value of attribute model_status.

Returns:

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


411
412
413
# File 'sig/types.rbs', line 411

def model_status
  @model_status
end

#upgrade_availabilityBoolean

Returns the value of attribute upgrade_availability.

Returns:

  • (Boolean)


412
413
414
# File 'sig/types.rbs', line 412

def upgrade_availability
  @upgrade_availability
end