databricks-cli/integration/bundle/bundles/ml_experiment/databricks_template_schema....

13 lines
393 B
JSON

{
"properties": {
"unique_id": {
"type": "string",
"description": "Unique ID for the experiment name"
},
"experiment_name": {
"type": "string",
"description": "Experiment name. An experiment name must be an absolute path within the Databricks workspace, e.g. '/Users/<some-username>/my-experiment'"
}
}
}