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.
8802 8803 8804 |
# File 'sig/types.rbs', line 8802 def arn @arn end |
#creation_time ⇒ ::Time
Returns the value of attribute creation_time.
8805 8806 8807 |
# File 'sig/types.rbs', line 8805 def creation_time @creation_time end |
#last_modified_time ⇒ ::Time
Returns the value of attribute last_modified_time.
8806 8807 8808 |
# File 'sig/types.rbs', line 8806 def last_modified_time @last_modified_time end |
#mlflow_version ⇒ ::String
Returns the value of attribute mlflow_version.
8807 8808 8809 |
# File 'sig/types.rbs', line 8807 def mlflow_version @mlflow_version end |
#name ⇒ ::String
Returns the value of attribute name.
8803 8804 8805 |
# File 'sig/types.rbs', line 8803 def name @name end |
#status ⇒ "Creating", ...
Returns the value of attribute status.
8804 8805 8806 |
# File 'sig/types.rbs', line 8804 def status @status end |