Class: Aws::Types::MLflowConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::MLflowConfiguration
- 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.
Instance Attribute Details
#mlflow_experiment_name ⇒ ::String
Returns the value of attribute mlflow_experiment_name.
8661 8662 8663 |
# File 'sig/types.rbs', line 8661 def mlflow_experiment_name @mlflow_experiment_name end |
#mlflow_resource_arn ⇒ ::String
Returns the value of attribute mlflow_resource_arn.
8660 8661 8662 |
# File 'sig/types.rbs', line 8660 def mlflow_resource_arn @mlflow_resource_arn end |