Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a1cc63c

Browse files
committedMar 18, 2022
updated image
1 parent 983241b commit a1cc63c

File tree

2 files changed

+13
-17
lines changed

2 files changed

+13
-17
lines changed
 

‎articles/machine-learning/how-to-manage-workspace.md

Lines changed: 13 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -330,32 +330,34 @@ The Workspace.list(..) method does not return the full workspace object. It incl
330330

331331
---
332332

333-
## Search for assets across a workspace
333+
## Search for assets across a workspace (preview)
334334

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.
335+
With the public preview search capability, you can search for machine learning assets such as jobs, models, and components across all workspaces, resource groups, and subscriptions in your organization through a unified global view.
336336

337-
#### Search
337+
### Free text search
338338

339339
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.
340+
A contains search scans across all metadata fields for the given asset and sorts results relevance.
341341

342-
Use the asset quick links to navigate to search results for jobs, models, and components created by you.
342+
You can use the asset quick links to navigate to search results for jobs, models, and components that you created.
343343

344-
Change the scope of applicable subscriptions and workspaces by clicking the 'Change' link in the search bar drop down.
344+
Also, you can change the scope of applicable subscriptions and workspaces via the 'Change' link in the search bar drop down.
345345

346346
:::image type="content" source="./media/how-to-manage-workspace/search-bar.png" alt-text="Search-bar":::
347347

348-
#### Structured Search
348+
### Structured search
349349

350-
Click on any number of filters to create more specific search queries. The following filters are supported:
350+
Select any number of filters to create more specific search queries. The following filters are supported:
351351

352352
* Job:
353353
* Model:
354354
* Component:
355355
* Tags:
356356
* SubmittedBy:
357+
* Environment:
358+
* Dataset:
357359

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 filter is 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.
360+
If an asset filter (job, model, component) is present, results are scoped to those tabs. Other filters apply to all assets unless an asset filter is also present in the query. Similarly, free text search can be provided alongside filters, but are scoped to the tabs chosen by asset filters, if present.
359361

360362
> [!TIP]
361363
> * Filters search for exact matches of text. Use free text queries for a contains search.
@@ -364,18 +366,12 @@ If an asset filter (job, model, component) is present, results will be scoped to
364366
> * Input text of any language is supported but filter strings must match the provided options (ex. submittedBy:).
365367
> * The tags filter can accept multiple key:value pairs separated by a comma (ex. tags:"key1:value1, key2:value2").
366368

367-
#### Results
369+
### View search results
368370

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.
371+
You can view your search results in the individual **Jobs**, **Models** and **Components** tabs. Select an asset to open its **Details** page in the context of the relevant workspace. Results from workspaces you don't have permissions to view are not displayed.
370372

371373
:::image type="content" source="./media/how-to-manage-workspace/results.png" alt-text="Results":::
372374

373-
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-
379375
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.
380376

381377
---
Loading

0 commit comments

Comments
 (0)
Please sign in to comment.