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.
-
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
-
#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.
4669 4670 4671 |
# File 'sig/types.rbs', line 4669 def account_default_status @account_default_status end |
#arn ⇒ ::String
Returns the value of attribute arn.
4661 4662 4663 |
# File 'sig/types.rbs', line 4661 def arn @arn end |
#artifact_store_uri ⇒ ::String
Returns the value of attribute artifact_store_uri.
4663 4664 4665 |
# File 'sig/types.rbs', line 4663 def artifact_store_uri @artifact_store_uri end |
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
4672 4673 4674 |
# File 'sig/types.rbs', line 4672 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4671 4672 4673 |
# File 'sig/types.rbs', line 4671 def creation_time @creation_time end |
#default_domain_id_list ⇒ ::Array[::String]
Returns the value of attribute default_domain_id_list.
4670 4671 4672 |
# File 'sig/types.rbs', line 4670 def default_domain_id_list @default_domain_id_list end |
#kms_key_id ⇒ ::String
Returns the value of attribute kms_key_id.
4666 4667 4668 |
# File 'sig/types.rbs', line 4666 def kms_key_id @kms_key_id end |
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
4674 4675 4676 |
# File 'sig/types.rbs', line 4674 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4673 4674 4675 |
# File 'sig/types.rbs', line 4673 def last_modified_time @last_modified_time end |
#maintenance_status ⇒ "MaintenanceInProgress", ...
Returns the value of attribute maintenance_status.
4676 4677 4678 |
# File 'sig/types.rbs', line 4676 def maintenance_status @maintenance_status end |
#mlflow_version ⇒ ::String
Returns the value of attribute mlflow_version.
4664 4665 4666 |
# File 'sig/types.rbs', line 4664 def mlflow_version @mlflow_version end |
#model_registration_mode ⇒ "AutoModelRegistrationEnabled", "AutoModelRegistrationDisabled"
Returns the value of attribute model_registration_mode.
4668 4669 4670 |
# File 'sig/types.rbs', line 4668 def model_registration_mode @model_registration_mode end |
#name ⇒ ::String
Returns the value of attribute name.
4662 4663 4664 |
# File 'sig/types.rbs', line 4662 def name @name end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4665 4666 4667 |
# File 'sig/types.rbs', line 4665 def role_arn @role_arn end |
#status ⇒ "Creating", ...
Returns the value of attribute status.
4667 4668 4669 |
# File 'sig/types.rbs', line 4667 def status @status end |
#weekly_maintenance_window_start ⇒ ::String
Returns the value of attribute weekly_maintenance_window_start.
4675 4676 4677 |
# File 'sig/types.rbs', line 4675 def weekly_maintenance_window_start @weekly_maintenance_window_start end |