You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-manage-workspace.md
+49Lines changed: 49 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -330,6 +330,55 @@ The Workspace.list(..) method does not return the full workspace object. It incl
330
330
331
331
---
332
332
333
+
## Search for assets across a workspace
334
+
335
+
Users can now search for machine learning assets such as jobs, models, and components across all workspaces, resource groups, and subscriptions in their organization through a unified global view.
336
+
337
+
#### Search
338
+
339
+
Type search text into the global search bar on the top of portal and hit enter to trigger a 'contains' search.
340
+
Contains search will scan across all metadata fields for the given asset. Results are sorted by relevance as determined by the relevance weightings for the asset columns.
341
+
342
+
Use the asset quick links to navigate to search results for jobs, models, and components created by you.
343
+
344
+
Change the scope of applicable subscriptions and workspaces by clicking the 'Change' link in the search bar drop down.
Click on any number of filters to create more specific search queries. The following filters are supported:
351
+
352
+
* Job:
353
+
* Model:
354
+
* Component:
355
+
* Tags:
356
+
* SubmittedBy:
357
+
358
+
If an asset filter (job, model, component) is present, results will be scoped to those tabs. Other filters will apply to all assets unless an asset filteris also present in the query. Similarly, free text search can be provided alongside filters but will be scoped to the tabs chosen by asset filters if present.
359
+
360
+
> [!TIP]
361
+
>* Filters search for exact matches of text. Use free text queries for a contains search.
362
+
>* Quotations are required around values that include spaces or other special characters.
363
+
>* If duplicate filters are provided, only the first will be recognized in search results.
364
+
>* Input text of any language is supported but filter strings must match the provided options (ex. submittedBy:).
365
+
>* The tags filter can accept multiple key:value pairs separated by a comma (ex. tags:"key1:value1, key2:value2").
366
+
367
+
#### Results
368
+
369
+
Explore the Jobs, Models, and Components tabs to view all search results. Click on an asset to be directed to the details page in the context of the relevant workspace. Results from workspaces a user doesn't have access to won't be displayed, click on the 'details' button to view the list of workspaces.
To add more specificity to the search results, use the column filters sidebar.
374
+
375
+
Customize the display of columns in the search results table. These views can be saved and shared as well.
376
+
377
+
#### Known issues
378
+
379
+
If you've used this feature in a previous update, a search result error may occur. Reselect your preferred workspaces in the Directory + Subscription + Workspace tab.
0 commit comments