Class: Aws::Types::UpdateMlflowAppRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateMlflowAppRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_default_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute account_default_status.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#artifact_store_uri ⇒ ::String
Returns the value of attribute artifact_store_uri.
-
#default_domain_id_list ⇒ ::Array[::String]
Returns the value of attribute default_domain_id_list.
-
#model_registration_mode ⇒ "AutoModelRegistrationEnabled", "AutoModelRegistrationDisabled"
Returns the value of attribute model_registration_mode.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#weekly_maintenance_window_start ⇒ ::String
Returns the value of attribute weekly_maintenance_window_start.
Instance Attribute Details
#account_default_status ⇒ "ENABLED", "DISABLED"
Returns the value of attribute account_default_status.
12293 12294 12295 |
# File 'sig/types.rbs', line 12293 def account_default_status @account_default_status end |
#arn ⇒ ::String
Returns the value of attribute arn.
12287 12288 12289 |
# File 'sig/types.rbs', line 12287 def arn @arn end |
#artifact_store_uri ⇒ ::String
Returns the value of attribute artifact_store_uri.
12289 12290 12291 |
# File 'sig/types.rbs', line 12289 def artifact_store_uri @artifact_store_uri end |
#default_domain_id_list ⇒ ::Array[::String]
Returns the value of attribute default_domain_id_list.
12292 12293 12294 |
# File 'sig/types.rbs', line 12292 def default_domain_id_list @default_domain_id_list end |
#model_registration_mode ⇒ "AutoModelRegistrationEnabled", "AutoModelRegistrationDisabled"
Returns the value of attribute model_registration_mode.
12290 12291 12292 |
# File 'sig/types.rbs', line 12290 def model_registration_mode @model_registration_mode end |
#name ⇒ ::String
Returns the value of attribute name.
12288 12289 12290 |
# File 'sig/types.rbs', line 12288 def name @name end |
#weekly_maintenance_window_start ⇒ ::String
Returns the value of attribute weekly_maintenance_window_start.
12291 12292 12293 |
# File 'sig/types.rbs', line 12291 def weekly_maintenance_window_start @weekly_maintenance_window_start end |