Class: Aws::Types::MlflowConfig
- Inherits:
-
Object
- Object
- Aws::Types::MlflowConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#mlflow_experiment_name ⇒ ::String
Returns the value of attribute mlflow_experiment_name.
-
#mlflow_resource_arn ⇒ ::String
Returns the value of attribute mlflow_resource_arn.
-
#mlflow_run_name ⇒ ::String
Returns the value of attribute mlflow_run_name.
Instance Attribute Details
#mlflow_experiment_name ⇒ ::String
Returns the value of attribute mlflow_experiment_name.
8751 8752 8753 |
# File 'sig/types.rbs', line 8751 def mlflow_experiment_name @mlflow_experiment_name end |
#mlflow_resource_arn ⇒ ::String
Returns the value of attribute mlflow_resource_arn.
8750 8751 8752 |
# File 'sig/types.rbs', line 8750 def mlflow_resource_arn @mlflow_resource_arn end |
#mlflow_run_name ⇒ ::String
Returns the value of attribute mlflow_run_name.
8752 8753 8754 |
# File 'sig/types.rbs', line 8752 def mlflow_run_name @mlflow_run_name end |