-
Notifications
You must be signed in to change notification settings - Fork 160
Expand file tree
/
Copy pathoutput.txt
More file actions
56 lines (46 loc) · 1.59 KB
/
output.txt
File metadata and controls
56 lines (46 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
>>> [CLI] bundle validate
Name: deploy-vs-endpoint-[UNIQUE_NAME]
Target: default
Workspace:
User: [USERNAME]
Path: /Workspace/Users/[USERNAME]/.bundle/deploy-vs-endpoint-[UNIQUE_NAME]/default
Validation OK!
>>> [CLI] bundle summary
Name: deploy-vs-endpoint-[UNIQUE_NAME]
Target: default
Workspace:
User: [USERNAME]
Path: /Workspace/Users/[USERNAME]/.bundle/deploy-vs-endpoint-[UNIQUE_NAME]/default
Resources:
Vector Search Endpoints:
my_endpoint:
Name: vs-endpoint-[UNIQUE_NAME]
URL: (not deployed)
>>> [CLI] bundle deploy
Uploading bundle files to /Workspace/Users/[USERNAME]/.bundle/deploy-vs-endpoint-[UNIQUE_NAME]/default/files...
Deploying resources...
Updating deployment state...
Deployment complete!
>>> [CLI] vector-search-endpoints get-endpoint vs-endpoint-[UNIQUE_NAME]
{
"name": "vs-endpoint-[UNIQUE_NAME]",
"endpoint_type": "STANDARD"
}
>>> [CLI] bundle summary
Name: deploy-vs-endpoint-[UNIQUE_NAME]
Target: default
Workspace:
User: [USERNAME]
Path: /Workspace/Users/[USERNAME]/.bundle/deploy-vs-endpoint-[UNIQUE_NAME]/default
Resources:
Vector Search Endpoints:
my_endpoint:
Name: vs-endpoint-[UNIQUE_NAME]
URL: [DATABRICKS_URL]/compute/vector-search/vs-endpoint-[UNIQUE_NAME]?o=[NUMID]
>>> print_requests.py //vector-search/endpoints
>>> [CLI] bundle destroy --auto-approve
The following resources will be deleted:
delete resources.vector_search_endpoints.my_endpoint
All files and directories at the following location will be deleted: /Workspace/Users/[USERNAME]/.bundle/deploy-vs-endpoint-[UNIQUE_NAME]/default
Deleting files...
Destroy complete!