Class: Aws::Types::TrackingServerSummary
- Inherits:
-
Object
- Object
- Aws::Types::TrackingServerSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#is_active ⇒ "Active", "Inactive"
Returns the value of attribute is_active.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#mlflow_version ⇒ ::String
Returns the value of attribute mlflow_version.
-
#tracking_server_arn ⇒ ::String
Returns the value of attribute tracking_server_arn.
-
#tracking_server_name ⇒ ::String
Returns the value of attribute tracking_server_name.
-
#tracking_server_status ⇒ "Creating", ...
Returns the value of attribute tracking_server_status.
Instance Attribute Details
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
11375 11376 11377 |
# File 'sig/types.rbs', line 11375 def creation_time @creation_time end |
#is_active ⇒ "Active", "Inactive"
Returns the value of attribute is_active.
11378 11379 11380 |
# File 'sig/types.rbs', line 11378 def is_active @is_active end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
11376 11377 11378 |
# File 'sig/types.rbs', line 11376 def last_modified_time @last_modified_time end |
#mlflow_version ⇒ ::String
Returns the value of attribute mlflow_version.
11379 11380 11381 |
# File 'sig/types.rbs', line 11379 def mlflow_version @mlflow_version end |
#tracking_server_arn ⇒ ::String
Returns the value of attribute tracking_server_arn.
11373 11374 11375 |
# File 'sig/types.rbs', line 11373 def tracking_server_arn @tracking_server_arn end |
#tracking_server_name ⇒ ::String
Returns the value of attribute tracking_server_name.
11374 11375 11376 |
# File 'sig/types.rbs', line 11374 def tracking_server_name @tracking_server_name end |
#tracking_server_status ⇒ "Creating", ...
Returns the value of attribute tracking_server_status.
11377 11378 11379 |
# File 'sig/types.rbs', line 11377 def tracking_server_status @tracking_server_status end |