mirror of https://github.com/databricks/cli.git
(cleanup) remove unused bundle template
This commit is contained in:
parent
333a7cf1ea
commit
ee69dbe00e
|
@ -1,12 +0,0 @@
|
||||||
{
|
|
||||||
"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'"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,12 +0,0 @@
|
||||||
bundle:
|
|
||||||
name: ml-experiment
|
|
||||||
|
|
||||||
workspace:
|
|
||||||
root_path: "~/.bundle/{{.unique_id}}"
|
|
||||||
|
|
||||||
resources:
|
|
||||||
experiments:
|
|
||||||
experiment1:
|
|
||||||
name: {{.experiment_name}}
|
|
||||||
artifact_location: s3://test-location
|
|
||||||
|
|
Loading…
Reference in New Issue