Skip to content

Commit d236f4e

Browse files
committed
fix broken links and confirm steps for deploying timegen-1
1 parent 66ece5f commit d236f4e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/ai-studio/how-to/deploy-models-timegen-1.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ These steps demonstrate the deployment of TimeGEN-1. To create a deployment:
6060
1. Once you subscribe the project for the particular Azure Marketplace offering, subsequent deployments of the _same_ offering in the _same_ project don't require subscribing again. If this scenario applies to you, there's a **Continue to deploy** option to select.
6161
1. Give the deployment a name. This name becomes part of the deployment API URL. This URL must be unique in each Azure region.
6262
1. Select **Deploy**. Wait until the deployment is ready and you're redirected to the Deployments page.
63-
1. Return to the Deployments page, select the deployment, and note the endpoint's **Target** URL and the Secret **Key**. For more information on using the APIs, see the [reference](#reference-for-timegen-1-deployed-as-a-service) section.
63+
1. Return to the Deployments page, select the deployment, and note the endpoint's **Target** URL and the Secret **Key**. For more information on using the APIs, see the [reference](#reference-for-timegen-1-deployed-as-a-serverless-api) section.
6464
1. You can always find the endpoint's details, URL, and access keys by navigating to your **Project overview** page. Then, from the left sidebar of your project, select **Components** > **Deployments**.
6565

66-
To learn about billing for the TimeGEN-1 model deployed as a serverless API with pay-as-you-go token-based billing, see [Cost and quota considerations for the TimeGEN-1 family of models deployed as a service](#cost-and-quota-considerations-for-timegen-1-deployed-as-a-service).
66+
To learn about billing for the TimeGEN-1 model deployed as a serverless API with pay-as-you-go token-based billing, see [Cost and quota considerations for the TimeGEN-1 family of models deployed as a service](#cost-and-quota-considerations-for-timegen-1-deployed-as-a-serverless-api).
6767

6868
### Consume the TimeGEN-1 model as a service
6969

@@ -85,7 +85,7 @@ You can consume TimeGEN-1 models by using the forecast API.
8585
|Exogenous Variables|Exogenous variables are external factors that can influence forecasts. These variables take on one of a limited, fixed number of possible values, and induce a grouping of your observations. For example, if you're forecasting daily product demand for a retailer, you could benefit from an event variable that may tell you what kind of event takes place on a given day, for example 'None', Sporting', or 'Cultural'. Or you might also include external factors such as weather.|[Exogenous Variables](https://aka.ms/exogenous-variables)|
8686
|Demand Forecasting|Demand forecasting involves application of historical data and other analytical information, to build models that help predict future estimates of customer demand, for specific products, over a specific time period. It helps shape product road map, inventory production, and inventory allocation, among other things.|[Demand Forecasting](https://aka.ms/demand-forecasting-with-TimeGEN1)|
8787

88-
For more information about use of the APIs, visit the [reference](#reference-for-timegen-1-deployed-as-a-service) section.
88+
For more information about use of the APIs, visit the [reference](#reference-for-timegen-1-deployed-as-a-serverless-api) section.
8989

9090
### Reference for TimeGEN-1 deployed as a serverless API
9191

articles/machine-learning/how-to-deploy-models-timegen-1.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.custom: [references_regions]
1717
# How to deploy a TimeGEN-1 model with Azure Machine Learning
1818

1919
In this article, you learn how to use Azure Machine Learning to deploy the TimeGEN-1 model as a serverless API with pay-as-you-go billing.
20-
You filter on the Nixtla collection to browse the TimeGEN-1 model in the [Model Catalog](model-catalog.md).
20+
You filter on the Nixtla collection to browse the TimeGEN-1 model in the [model catalog](concept-model-catalog.md).
2121

2222
The Nixtla TimeGEN-1 is a generative, pretrained forecasting and anomaly detection model for time series data. TimeGEN-1 can produce accurate forecasts for new time series without training, using only historical values and exogenous covariates as inputs.
2323

@@ -47,12 +47,12 @@ These steps demonstrate the deployment of TimeGEN-1. To create a deployment:
4747
1. Go to [Azure Machine Learning studio](https://ml.azure.com/home).
4848
1. Select the workspace in which you want to deploy your models. To use the serverless API model deployment offering, your workspace must belong to the **East US 2** or **Sweden Central** region.
4949
1. Choose the model **TimeGEN-1**, from the [model catalog](https://ml.azure.com/model/catalog).
50-
1. On the model's overview page in the model catalog, select **Deploy** and then **Serverless API with Azure AI Content Safety**.
50+
1. On the model's overview page in the model catalog, select **Deploy** to open up the serverless API deployment window.
5151

5252
Alternatively, you can initiate deployment by going to your workspace and selecting **Endpoints** > **Serverless endpoints** > **Create**. Then, you can select a model.
5353

5454
1. In the deployment wizard, select the link to **Azure Marketplace Terms**, to learn more about the terms of use.
55-
1. You can also select the **Marketplace offer details** tab to learn about pricing for the selected model.
55+
1. You can also select the **Pricing and terms** tab to learn about pricing for the selected model.
5656
1. Select the **Subscribe and Deploy** button. If this is your first time deploying the model in the workspace, you have to subscribe your workspace for the particular offering. This step requires that your account has the **Azure AI Developer role** permissions on the resource group, as listed in the prerequisites. Each workspace has its own subscription to the particular Azure Marketplace offering of the model, which allows you to control and monitor spending. Currently, you can have only one deployment for each model within a workspace.
5757
1. Once you subscribe the workspace for the particular Azure Marketplace offering, subsequent deployments of the _same_ offering in the _same_ workspace don't require subscribing again. If this scenario applies to you, you'll see a **Continue to deploy** option to select.
5858
1. Give the deployment a name. This name becomes part of the deployment API URL. This URL must be unique in each Azure region.

0 commit comments

Comments
 (0)