Class: Aws::Types::DescribeMlflowAppResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeMlflowAppResponse
- 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.
-
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#default_domain_id_list ⇒ ::Array[::String]
Returns the value of attribute default_domain_id_list.
-
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#maintenance_status ⇒ "MaintenanceInProgress", ...
Returns the value of attribute maintenance_status.
-
#mlflow_version ⇒ ::String
Returns the value of attribute mlflow_version.
-
#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.
-
#status ⇒ "Creating", ...
Returns the value of attribute status.
-
#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.
4651 4652 4653 |
# File 'sig/types.rbs', line 4651 def account_default_status @account_default_status end |
#arn ⇒ ::String
Returns the value of attribute arn.
4644 4645 4646 |
# File 'sig/types.rbs', line 4644 def arn @arn end |
#artifact_store_uri ⇒ ::String
Returns the value of attribute artifact_store_uri.
4646 4647 4648 |
# File 'sig/types.rbs', line 4646 def artifact_store_uri @artifact_store_uri end |
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
4654 4655 4656 |
# File 'sig/types.rbs', line 4654 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4653 4654 4655 |
# File 'sig/types.rbs', line 4653 def creation_time @creation_time end |
#default_domain_id_list ⇒ ::Array[::String]
Returns the value of attribute default_domain_id_list.
4652 4653 4654 |
# File 'sig/types.rbs', line 4652 def default_domain_id_list @default_domain_id_list end |
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
4656 4657 4658 |
# File 'sig/types.rbs', line 4656 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4655 4656 4657 |
# File 'sig/types.rbs', line 4655 def last_modified_time @last_modified_time end |
#maintenance_status ⇒ "MaintenanceInProgress", ...
Returns the value of attribute maintenance_status.
4658 4659 4660 |
# File 'sig/types.rbs', line 4658 def maintenance_status @maintenance_status end |
#mlflow_version ⇒ ::String
Returns the value of attribute mlflow_version.
4647 4648 4649 |
# File 'sig/types.rbs', line 4647 def mlflow_version @mlflow_version end |
#model_registration_mode ⇒ "AutoModelRegistrationEnabled", "AutoModelRegistrationDisabled"
Returns the value of attribute model_registration_mode.
4650 4651 4652 |
# File 'sig/types.rbs', line 4650 def model_registration_mode @model_registration_mode end |
#name ⇒ ::String
Returns the value of attribute name.
4645 4646 4647 |
# File 'sig/types.rbs', line 4645 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4648 4649 4650 |
# File 'sig/types.rbs', line 4648 def role_arn @role_arn end |
#status ⇒ "Creating", ...
Returns the value of attribute status.
4649 4650 4651 |
# File 'sig/types.rbs', line 4649 def status @status end |
#weekly_maintenance_window_start ⇒ ::String
Returns the value of attribute weekly_maintenance_window_start.
4657 4658 4659 |
# File 'sig/types.rbs', line 4657 def weekly_maintenance_window_start @weekly_maintenance_window_start end |