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.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#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.
2464 2465 2466 |
# File 'sig/types.rbs', line 2464 def account_default_status @account_default_status end |
#artifact_store_uri ⇒ ::String
Returns the value of attribute artifact_store_uri.
2459 2460 2461 |
# File 'sig/types.rbs', line 2459 def artifact_store_uri @artifact_store_uri end |
#default_domain_id_list ⇒ ::Array[::String]
Returns the value of attribute default_domain_id_list.
2465 2466 2467 |
# File 'sig/types.rbs', line 2465 def default_domain_id_list @default_domain_id_list end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
2461 2462 2463 |
# File 'sig/types.rbs', line 2461 def kms_key_id @kms_key_id end |
#model_registration_mode ⇒ "AutoModelRegistrationEnabled", "AutoModelRegistrationDisabled"
Returns the value of attribute model_registration_mode.
2462 2463 2464 |
# File 'sig/types.rbs', line 2462 def model_registration_mode @model_registration_mode end |
#name ⇒ ::String
Returns the value of attribute name.
2458 2459 2460 |
# File 'sig/types.rbs', line 2458 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
2460 2461 2462 |
# File 'sig/types.rbs', line 2460 def role_arn @role_arn end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
2466 2467 2468 |
# File 'sig/types.rbs', line 2466 def @tags end |
#weekly_maintenance_window_start ⇒ ::String
Returns the value of attribute weekly_maintenance_window_start.
2463 2464 2465 |
# File 'sig/types.rbs', line 2463 def weekly_maintenance_window_start @weekly_maintenance_window_start end |