Skip to content

Commit e1f7d91

Browse files
committed
hub and project terminology
1 parent a7d0315 commit e1f7d91

File tree

7 files changed

+17
-17
lines changed

7 files changed

+17
-17
lines changed

articles/ai-studio/concepts/architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ AI Studio provides a unified experience for AI developers and data scientists to
1919

2020
The top level AI Studio resources (hub and project) are based on Azure Machine Learning. Connected resources, such as Azure OpenAI, Azure AI services, and Azure AI Search, are used by the hub and project in reference, but follow their own resource management lifecycle.
2121

22-
- **AI hub**: The hub is the top-level resource in AI Studio. The Azure resource provider for a hub is `Microsoft.MachineLearningServices/workspaces`, and the kind of resource is `Hub`. It provides the following features:
22+
- **AI Studio hub**: The hub is the top-level resource in AI Studio. The Azure resource provider for a hub is `Microsoft.MachineLearningServices/workspaces`, and the kind of resource is `Hub`. It provides the following features:
2323
- Security configuration including a managed network that spans projects and model endpoints.
2424
- Compute resources for interactive development, finetuning, open source, and serverless model deployments.
2525
- Connections to other Azure services such as Azure OpenAI, Azure AI services, and Azure AI Search. Hub-scoped connections are shared with projects created from the hub.
2626
- Project management. A hub can have multiple child projects.
2727
- An associated Azure storage account for data upload and artifact storage.
28-
- **AI project**: A project is a child resource of the hub. The Azure resource provider for a project is `Microsoft.MachineLearningServices/workspaces`, and the kind of resource is `Project`. The project provides the following features:
28+
- **AI Studio project**: A project is a child resource of the hub. The Azure resource provider for a project is `Microsoft.MachineLearningServices/workspaces`, and the kind of resource is `Project`. The project provides the following features:
2929
- Access to development tools for building and customizing AI applications.
3030
- Reusable components including datasets, models, and indexes.
3131
- An isolated container to upload data to (within the storage inherited from the hub).

articles/ai-studio/how-to/create-hub-terraform.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Use Terraform to create an Azure AI Studio hub'
3-
description: In this article, you create an Azure AI hub, an AI project, an AI services resource, and more resources.
3+
description: In this article, you create an Azure AI Studio hub, an Azure AI Studio project, an AI services resource, and more resources.
44
ms.topic: how-to
55
ms.date: 07/12/2024
66
titleSuffix: Azure AI Studio
@@ -27,8 +27,8 @@ In this article, you use Terraform to create an Azure AI Studio hub, a project,
2727
> * Set up a storage account
2828
> * Establish a key vault
2929
> * Configure AI services
30-
> * Build an Azure AI hub
31-
> * Develop an AI project
30+
> * Build an AI Studio hub
31+
> * Develop an AI Studio project
3232
> * Establish an AI services connection
3333
3434
## Prerequisites

articles/ai-studio/how-to/create-projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Use the following tabs to select the method you plan to use to create a project:
6363

6464
For more information on authenticating, see [Authentication methods](/cli/azure/authenticate-azure-cli).
6565

66-
1. Once the extension is installed and authenticated to your Azure subscription, use the following command to create a new Azure AI project from an existing Azure AI hub:
66+
1. Once the extension is installed and authenticated to your Azure subscription, use the following command to create a new Azure AI Studio project from an existing Azure AI Studio hub:
6767

6868
```azurecli
6969
az ml workspace create --kind project --hub-id {my_hub_ARM_ID} --resource-group {my_resource_group} --name {my_project_name}

articles/ai-studio/how-to/deploy-models-serverless.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -556,11 +556,11 @@ Read more about the [capabilities of this API](../reference/reference-model-infe
556556
557557
Endpoints for models deployed as Serverless APIs follow the public network access (PNA) flag setting of the AI Studio Hub that has the project in which the deployment exists. To secure your MaaS endpoint, disable the PNA flag on your AI Studio Hub. You can secure inbound communication from a client to your endpoint by using a private endpoint for the hub.
558558
559-
To set the PNA flag for the Azure AI hub:
559+
To set the PNA flag for the Azure AI Studio hub:
560560
561561
1. Go to the [Azure portal](https://portal.azure.com).
562-
2. Search for the Resource group to which the hub belongs, and select your Azure AI hub from the resources listed for this Resource group.
563-
3. On the hub Overview page, use the left navigation pane to go to Settings > Networking.
562+
2. Search for the Resource group to which the hub belongs, and select the **Azure AI hub** from the resources listed for this resource group.
563+
3. From the hub **Overview** page on the left menu, select **Settings** > **Networking**.
564564
4. Under the **Public access** tab, you can configure settings for the public network access flag.
565565
5. Save your changes. Your changes might take up to five minutes to propagate.
566566

articles/ai-studio/how-to/develop/flow-evaluate-sdk.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ ml_client.evaluators.download("answer_len_uploaded", version=1, download_path=".
221221
evaluator = load_flow(os.path.join("answer_len_uploaded", flex_flow_path))
222222
```
223223

224-
After logging your custom evaluator to your AI project, you can view it in your [Evaluator library](../evaluate-generative-ai-app.md#view-and-manage-the-evaluators-in-the-evaluator-library) under Evaluation tab in AI studio.
224+
After logging your custom evaluator to your AI Studio project, you can view it in your [Evaluator library](../evaluate-generative-ai-app.md#view-and-manage-the-evaluators-in-the-evaluator-library) under Evaluation tab in AI studio.
225225

226226
### Prompt-based evaluators
227227

@@ -307,7 +307,7 @@ ml_client.evaluators.download("prompty_uploaded", version=1, download_path=".")
307307
evaluator = load_flow(os.path.join("prompty_uploaded", "apology.prompty"))
308308
```
309309

310-
After logging your custom evaluator to your AI project, you can view it in your [Evaluator library](../evaluate-generative-ai-app.md#view-and-manage-the-evaluators-in-the-evaluator-library) under Evaluation tab in AI studio.
310+
After logging your custom evaluator to your AI Studio project, you can view it in your [Evaluator library](../evaluate-generative-ai-app.md#view-and-manage-the-evaluators-in-the-evaluator-library) under **Evaluation** tab in AI Studio.
311311

312312
## Evaluate on test dataset using `evaluate()`
313313

articles/ai-studio/how-to/fine-tune-model-llama.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,15 @@ Fine-tuning of Llama 2 models is currently supported in projects located in West
5656

5757

5858
An Azure subscription with a valid payment method. Free or trial Azure subscriptions won't work. If you don't have an Azure subscription, create a [paid Azure account](https://azure.microsoft.com/pricing/purchase-options/pay-as-you-go) to begin.
59-
- An [Azure AI hub resource](../how-to/create-azure-ai-resource.md).
59+
- An [Azure AI Studio hub](../how-to/create-azure-ai-resource.md).
6060

6161
> [!IMPORTANT]
62-
> For Meta Llama 3.1 models, the pay-as-you-go model fine-tune offering is only available with AI hubs created in **West US 3** regions.
62+
> For Meta Llama 3.1 models, the pay-as-you-go model fine-tune offering is only available with hubs created in **West US 3** regions.
6363
64-
- An [Azure AI project](../how-to/create-projects.md) in Azure AI Studio.
64+
- An [Azure AI Studio project](../how-to/create-projects.md) in Azure AI Studio.
6565
- Azure role-based access controls (Azure RBAC) are used to grant access to operations in Azure AI Studio. To perform the steps in this article, your user account must be assigned the __owner__ or __contributor__ role for the Azure subscription. Alternatively, your account can be assigned a custom role that has the following permissions:
6666

67-
- On the Azure subscription—to subscribe the Azure AI project to the Azure Marketplace offering, once for each project, per offering:
67+
- On the Azure subscription—to subscribe the AI Studio project to the Azure Marketplace offering, once for each project, per offering:
6868
- `Microsoft.MarketplaceOrdering/agreements/offers/plans/read`
6969
- `Microsoft.MarketplaceOrdering/agreements/offers/plans/sign/action`
7070
- `Microsoft.MarketplaceOrdering/offerTypes/publishers/offers/plans/agreements/read`
@@ -75,7 +75,7 @@ Fine-tuning of Llama 2 models is currently supported in projects located in West
7575
- `Microsoft.SaaS/resources/read`
7676
- `Microsoft.SaaS/resources/write`
7777

78-
- On the Azure AI project—to deploy endpoints (the Azure AI Developer role contains these permissions already):
78+
- On the AI Studio project—to deploy endpoints (the Azure AI Developer role contains these permissions already):
7979
- `Microsoft.MachineLearningServices/workspaces/marketplaceModelSubscriptions/*`
8080
- `Microsoft.MachineLearningServices/workspaces/serverlessEndpoints/*`
8181

articles/ai-studio/how-to/fine-tune-phi-3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Verify the subscription is registered to the `Microsoft.Network` resource provid
7878
1. Sign in to the [Azure portal](https://portal.azure.com).
7979
1. Select **Subscriptions** from the left menu.
8080
1. Select the subscription you want to use.
81-
1. Select **AI project settings** > **Resource providers** from the left menu.
81+
1. Select **Settings** > **Resource providers** from the left menu.
8282
1. Confirm that **Microsoft.Network** is in the list of resource providers. Otherwise add it.
8383

8484

0 commit comments

Comments
 (0)