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.
4670 4671 4672 |
# File 'sig/types.rbs', line 4670 def artifact_store_uri @artifact_store_uri end |
#automatic_model_registration ⇒ Boolean
Returns the value of attribute automatic_model_registration.
4679 4680 4681 |
# File 'sig/types.rbs', line 4679 def automatic_model_registration @automatic_model_registration end |
#created_by ⇒ Types::UserContext
Returns the value of attribute created_by.
4681 4682 4683 |
# File 'sig/types.rbs', line 4681 def created_by @created_by end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
4680 4681 4682 |
# File 'sig/types.rbs', line 4680 def creation_time @creation_time end |
#is_active ⇒ "Active", "Inactive"
Returns the value of attribute is_active.
4676 4677 4678 |
# File 'sig/types.rbs', line 4676 def is_active @is_active end |
#last_modified_by ⇒ Types::UserContext
Returns the value of attribute last_modified_by.
4683 4684 4685 |
# File 'sig/types.rbs', line 4683 def last_modified_by @last_modified_by end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
4682 4683 4684 |
# File 'sig/types.rbs', line 4682 def last_modified_time @last_modified_time end |
#mlflow_version ⇒ ::String
Returns the value of attribute mlflow_version.
4672 4673 4674 |
# File 'sig/types.rbs', line 4672 def mlflow_version @mlflow_version end |
#role_arn ⇒ ::String
Returns the value of attribute role_arn.
4673 4674 4675 |
# File 'sig/types.rbs', line 4673 def role_arn @role_arn end |
#s3_bucket_owner_account_id ⇒ ::String
Returns the value of attribute s3_bucket_owner_account_id.
4684 4685 4686 |
# File 'sig/types.rbs', line 4684 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.
4685 4686 4687 |
# File 'sig/types.rbs', line 4685 def s3_bucket_owner_verification @s3_bucket_owner_verification end |
#tracking_server_arn ⇒ ::String
Returns the value of attribute tracking_server_arn.
4668 4669 4670 |
# File 'sig/types.rbs', line 4668 def tracking_server_arn @tracking_server_arn end |
#tracking_server_maintenance_status ⇒ "MaintenanceInProgress", ...
Returns the value of attribute tracking_server_maintenance_status.
4675 4676 4677 |
# File 'sig/types.rbs', line 4675 def tracking_server_maintenance_status @tracking_server_maintenance_status end |
#tracking_server_name ⇒ ::String
Returns the value of attribute tracking_server_name.
4669 4670 4671 |
# File 'sig/types.rbs', line 4669 def tracking_server_name @tracking_server_name end |
#tracking_server_size ⇒ "Small", ...
Returns the value of attribute tracking_server_size.
4671 4672 4673 |
# File 'sig/types.rbs', line 4671 def tracking_server_size @tracking_server_size end |
#tracking_server_status ⇒ "Creating", ...
Returns the value of attribute tracking_server_status.
4674 4675 4676 |
# File 'sig/types.rbs', line 4674 def tracking_server_status @tracking_server_status end |
#tracking_server_url ⇒ ::String
Returns the value of attribute tracking_server_url.
4677 4678 4679 |
# File 'sig/types.rbs', line 4677 def tracking_server_url @tracking_server_url end |
#weekly_maintenance_window_start ⇒ ::String
Returns the value of attribute weekly_maintenance_window_start.
4678 4679 4680 |
# File 'sig/types.rbs', line 4678 def weekly_maintenance_window_start @weekly_maintenance_window_start end |