|
| 1 | +--- |
| 2 | +title: Search for assets (preview) |
| 3 | +titleSuffix: Azure Machine Learning |
| 4 | +description: Find your Azure Machine Learning assets with search |
| 5 | +services: machine-learning |
| 6 | +ms.service: machine-learning |
| 7 | +ms.subservice: core |
| 8 | +ms.author: sagopal |
| 9 | +author: saachigopal |
| 10 | +ms.reviewer: sgilley |
| 11 | +ms.date: 07/14/2022 |
| 12 | +ms.topic: how-to |
| 13 | +--- |
| 14 | + |
| 15 | +# Search for Azure Machine Learning assets (preview) |
| 16 | + |
| 17 | +Use the search bar to find machine learning assets across all workspaces, resource groups, and subscriptions in your organization. Your search text will be used to find assets such as: |
| 18 | + |
| 19 | +* Jobs |
| 20 | +* Models |
| 21 | +* Components |
| 22 | +* Environments |
| 23 | +* Data |
| 24 | + |
| 25 | +> [!IMPORTANT] |
| 26 | +> The search functionality is currently in public preview. |
| 27 | +> The preview version is provided without a service level agreement. |
| 28 | +> For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/). |
| 29 | +
|
| 30 | +## Free text search |
| 31 | + |
| 32 | +1. Sign in to [Azure Machine Learning studio](https://ml.azure.com). |
| 33 | +1. In the top studio titlebar, if a workspace is open, select **This workspace** or **All workspaces** to set the search context. |
| 34 | + |
| 35 | + :::image type="content" source="media/how-to-search-assets/search-bar.png" alt-text="Screenshot: Shows search in titlebar."::: |
| 36 | + |
| 37 | +1. Type your text and hit enter to trigger a 'contains' search. |
| 38 | +A contains search scans across all metadata fields for the given asset and sorts results by relevancy score which is determined by weightings for different column properties. |
| 39 | + |
| 40 | + |
| 41 | +## Structured search |
| 42 | + |
| 43 | +1. Sign in to [Azure Machine Learning studio](https://ml.azure.com). |
| 44 | +1. In the top studio titlebar, select **All workspaces**. |
| 45 | +1. Click inside the search field to display filters to create more specific search queries. |
| 46 | + |
| 47 | +:::image type="content" source="media/how-to-search-assets/search-filters.gif" alt-text="Screenshot: Display search filters."::: |
| 48 | + |
| 49 | +The following filters are supported: |
| 50 | + |
| 51 | +* Job |
| 52 | +* Model |
| 53 | +* Component |
| 54 | +* Tags |
| 55 | +* SubmittedBy |
| 56 | +* Environment |
| 57 | +* Data |
| 58 | + |
| 59 | +If an asset filter (job, model, component, environment, data) 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. |
| 60 | + |
| 61 | +> [!TIP] |
| 62 | +> * Filters search for exact matches of text. Use free text queries for a contains search. |
| 63 | +> * Quotations are required around values that include spaces or other special characters. |
| 64 | +> * If duplicate filters are provided, only the first will be recognized in search results. |
| 65 | +> * Input text of any language is supported but filter strings must match the provided options (ex. submittedBy:). |
| 66 | +> * The tags filter can accept multiple key:value pairs separated by a comma (ex. tags:"key1:value1, key2:value2"). |
| 67 | +
|
| 68 | +## View search results |
| 69 | + |
| 70 | +You can view your search results in the individual **Jobs**, **Models**, **Components**, **Environments**, and **Data** 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 aren't displayed. |
| 71 | + |
| 72 | +:::image type="content" source="./media/how-to-search-assets/results.png" alt-text="Results displayed after search"::: |
| 73 | + |
| 74 | +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. |
| 75 | + |
| 76 | +> [!IMPORTANT] |
| 77 | +> Search results may be unexpected for multiword terms in other languages (ex. Chinese characters). |
| 78 | +
|
| 79 | +## Customize search results |
| 80 | + |
| 81 | +You can create, save and share different views for your search results. |
| 82 | + |
| 83 | +1. On the search results page, select **Edit view**. |
| 84 | + |
| 85 | + :::image type="content" source="media/how-to-search-assets/edit-view.png" alt-text="Screenshot: Edit view for search results."::: |
| 86 | + |
| 87 | +Use the menu to customize and create new views: |
| 88 | + |
| 89 | +|Item |Description | |
| 90 | +|---------|---------| |
| 91 | +|Edit columns | Add, delete, and re-order columns in the current view's search results table | |
| 92 | +|Reset | Add all hidden columns back into the view | |
| 93 | +|Share | Displays a URL you can copy to share this view | |
| 94 | +|New... | Create a new view | |
| 95 | +|Clone | Clone the current view as a new view | |
| 96 | + |
| 97 | +Since each tab displays different columns, you customize views separately for each tab. |
0 commit comments