Class: Aws::Types::UpdateLanguageModelRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateLanguageModelRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
-
#model_name ⇒ ::String
Returns the value of attribute model_name.
Instance Attribute Details
#data_access_role_arn ⇒ ::String
Returns the value of attribute data_access_role_arn.
961 962 963 |
# File 'sig/types.rbs', line 961 def data_access_role_arn @data_access_role_arn end |
#encryption_configuration ⇒ Types::EncryptionConfiguration
Returns the value of attribute encryption_configuration.
962 963 964 |
# File 'sig/types.rbs', line 962 def encryption_configuration @encryption_configuration end |
#model_name ⇒ ::String
Returns the value of attribute model_name.
960 961 962 |
# File 'sig/types.rbs', line 960 def model_name @model_name end |