Class: Aws::Types::UpdateLanguageModelResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#last_modified_time::Time

Returns the value of attribute last_modified_time.

Returns:

  • (::Time)


969
970
971
# File 'sig/types.rbs', line 969

def last_modified_time
  @last_modified_time
end

#model_name::String

Returns the value of attribute model_name.

Returns:

  • (::String)


967
968
969
# File 'sig/types.rbs', line 967

def model_name
  @model_name
end

#model_status"IN_PROGRESS", ...

Returns the value of attribute model_status.

Returns:

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


968
969
970
# File 'sig/types.rbs', line 968

def model_status
  @model_status
end