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.
8772 8773 8774 |
# File 'sig/types.rbs', line 8772 def mlflow_experiment_id @mlflow_experiment_id end |
#mlflow_run_id ⇒ ::String
Returns the value of attribute mlflow_run_id.
8773 8774 8775 |
# File 'sig/types.rbs', line 8773 def mlflow_run_id @mlflow_run_id end |