Class: Aws::Types::CreateMlflowAppRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateMlflowAppRequest
- 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.
-
#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.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#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.
2448 2449 2450 |
# File 'sig/types.rbs', line 2448 def account_default_status @account_default_status end |
#artifact_store_uri ⇒ ::String
Returns the value of attribute artifact_store_uri.
2444 2445 2446 |
# File 'sig/types.rbs', line 2444 def artifact_store_uri @artifact_store_uri end |
#default_domain_id_list ⇒ ::Array[::String]
Returns the value of attribute default_domain_id_list.
2449 2450 2451 |
# File 'sig/types.rbs', line 2449 def default_domain_id_list @default_domain_id_list end |
#model_registration_mode ⇒ "AutoModelRegistrationEnabled", "AutoModelRegistrationDisabled"
Returns the value of attribute model_registration_mode.
2446 2447 2448 |
# File 'sig/types.rbs', line 2446 def model_registration_mode @model_registration_mode end |
#name ⇒ ::String
Returns the value of attribute name.
2443 2444 2445 |
# File 'sig/types.rbs', line 2443 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2445 2446 2447 |
# File 'sig/types.rbs', line 2445 def role_arn @role_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2450 2451 2452 |
# File 'sig/types.rbs', line 2450 def @tags end |
#weekly_maintenance_window_start ⇒ ::String
Returns the value of attribute weekly_maintenance_window_start.
2447 2448 2449 |
# File 'sig/types.rbs', line 2447 def weekly_maintenance_window_start @weekly_maintenance_window_start end |