mirror of https://github.com/databricks/cli.git
13 lines
393 B
JSON
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'"
|
|
}
|
|
}
|
|
}
|