Class: Aws::Types::DescribeMlflowTrackingServerResponse
- Inherits:
-
Object
- Object
- Aws::Types::DescribeMlflowTrackingServerResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#artifact_store_uri ⇒ ::String
Returns the value of attribute artifact_store_uri.
-
#automatic_model_registration ⇒ Boolean
Returns the value of attribute automatic_model_registration.
-
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#is_active ⇒ "Active", "Inactive"
Returns the value of attribute is_active.
-
#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.
-
#mlflow_version ⇒ ::String
Returns the value of attribute mlflow_version.
-
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
-
#s3_bucket_owner_account_id ⇒ ::String
Returns the value of attribute s3_bucket_owner_account_id.
-
#s3_bucket_owner_verification ⇒ Boolean
Returns the value of attribute s3_bucket_owner_verification.
-
#tracking_server_arn ⇒ ::String
Returns the value of attribute tracking_server_arn.
-
#tracking_server_maintenance_status ⇒ "MaintenanceInProgress", ...
Returns the value of attribute tracking_server_maintenance_status.
-
#tracking_server_name ⇒ ::String
Returns the value of attribute tracking_server_name.
-
#tracking_server_size ⇒ "Small", ...
Returns the value of attribute tracking_server_size.
-
#tracking_server_status ⇒ "Creating", ...
Returns the value of attribute tracking_server_status.
-
#tracking_server_url ⇒ ::String
Returns the value of attribute tracking_server_url.
-
#weekly_maintenance_window_start ⇒ ::String
Returns the value of attribute weekly_maintenance_window_start.
Instance Attribute Details
#artifact_store_uri ⇒ ::String
Returns the value of attribute artifact_store_uri.
4673 4674 4675 |
# File 'sig/types.rbs', line 4673 def artifact_store_uri @artifact_store_uri end |
#automatic_model_registration ⇒ Boolean
Returns the value of attribute automatic_model_registration.
4682 4683 4684 |
# File 'sig/types.rbs', line 4682 def automatic_model_registration @automatic_model_registration end |
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
4684 4685 4686 |
# File 'sig/types.rbs', line 4684 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4683 4684 4685 |
# File 'sig/types.rbs', line 4683 def creation_time @creation_time end |
#is_active ⇒ "Active", "Inactive"
Returns the value of attribute is_active.
4679 4680 4681 |
# File 'sig/types.rbs', line 4679 def is_active @is_active end |
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
4686 4687 4688 |
# File 'sig/types.rbs', line 4686 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4685 4686 4687 |
# File 'sig/types.rbs', line 4685 def last_modified_time @last_modified_time end |
#mlflow_version ⇒ ::String
Returns the value of attribute mlflow_version.
4675 4676 4677 |
# File 'sig/types.rbs', line 4675 def mlflow_version @mlflow_version end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4676 4677 4678 |
# File 'sig/types.rbs', line 4676 def role_arn @role_arn end |
#s3_bucket_owner_account_id ⇒ ::String
Returns the value of attribute s3_bucket_owner_account_id.
4687 4688 4689 |
# File 'sig/types.rbs', line 4687 def s3_bucket_owner_account_id @s3_bucket_owner_account_id end |
#s3_bucket_owner_verification ⇒ Boolean
Returns the value of attribute s3_bucket_owner_verification.
4688 4689 4690 |
# File 'sig/types.rbs', line 4688 def s3_bucket_owner_verification @s3_bucket_owner_verification end |
#tracking_server_arn ⇒ ::String
Returns the value of attribute tracking_server_arn.
4671 4672 4673 |
# File 'sig/types.rbs', line 4671 def tracking_server_arn @tracking_server_arn end |
#tracking_server_maintenance_status ⇒ "MaintenanceInProgress", ...
Returns the value of attribute tracking_server_maintenance_status.
4678 4679 4680 |
# File 'sig/types.rbs', line 4678 def tracking_server_maintenance_status @tracking_server_maintenance_status end |
#tracking_server_name ⇒ ::String
Returns the value of attribute tracking_server_name.
4672 4673 4674 |
# File 'sig/types.rbs', line 4672 def tracking_server_name @tracking_server_name end |
#tracking_server_size ⇒ "Small", ...
Returns the value of attribute tracking_server_size.
4674 4675 4676 |
# File 'sig/types.rbs', line 4674 def tracking_server_size @tracking_server_size end |
#tracking_server_status ⇒ "Creating", ...
Returns the value of attribute tracking_server_status.
4677 4678 4679 |
# File 'sig/types.rbs', line 4677 def tracking_server_status @tracking_server_status end |
#tracking_server_url ⇒ ::String
Returns the value of attribute tracking_server_url.
4680 4681 4682 |
# File 'sig/types.rbs', line 4680 def tracking_server_url @tracking_server_url end |
#weekly_maintenance_window_start ⇒ ::String
Returns the value of attribute weekly_maintenance_window_start.
4681 4682 4683 |
# File 'sig/types.rbs', line 4681 def weekly_maintenance_window_start @weekly_maintenance_window_start end |