Class: Aws::Types::MlflowAppSummary
- Inherits:
-
Object
- Object
- Aws::Types::MlflowAppSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
-
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
-
#mlflow_version ⇒ ::String
Returns the value of attribute mlflow_version.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#status ⇒ "Creating", ...
Returns the value of attribute status.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
8740 8741 8742 |
# File 'sig/types.rbs', line 8740 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
8743 8744 8745 |
# File 'sig/types.rbs', line 8743 def creation_time @creation_time end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
8744 8745 8746 |
# File 'sig/types.rbs', line 8744 def last_modified_time @last_modified_time end |
#mlflow_version ⇒ ::String
Returns the value of attribute mlflow_version.
8745 8746 8747 |
# File 'sig/types.rbs', line 8745 def mlflow_version @mlflow_version end |
#name ⇒ ::String
Returns the value of attribute name.
8741 8742 8743 |
# File 'sig/types.rbs', line 8741 def name @name end |
#status ⇒ "Creating", ...
Returns the value of attribute status.
8742 8743 8744 |
# File 'sig/types.rbs', line 8742 def status @status end |