Class: Aws::Types::MlflowDetails
- Inherits:
-
Object
- Object
- Aws::Types::MlflowDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mlflow_experiment_id ⇒ ::String
Returns the value of attribute mlflow_experiment_id.
-
#mlflow_run_id ⇒ ::String
Returns the value of attribute mlflow_run_id.
Instance Attribute Details
#mlflow_experiment_id ⇒ ::String
Returns the value of attribute mlflow_experiment_id.
8757 8758 8759 |
# File 'sig/types.rbs', line 8757 def mlflow_experiment_id @mlflow_experiment_id end |
#mlflow_run_id ⇒ ::String
Returns the value of attribute mlflow_run_id.
8758 8759 8760 |
# File 'sig/types.rbs', line 8758 def mlflow_run_id @mlflow_run_id end |