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/ai-studio/how-to/deploy-models-timegen-1.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,11 +47,10 @@ You can deploy TimeGEN-1 as a serverless API with pay-as-you-go billing. Nixtla
47
47
- An [Azure AI Studio project](../how-to/create-projects.md).
48
48
- 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 __Azure AI Developer role__ on the resource group. For more information on permissions, visit [Role-based access control in Azure AI Studio](../concepts/rbac-ai-studio.md).
49
49
50
-
### Pricing information
51
50
52
51
#### Estimate the number of tokens needed
53
52
54
-
Before you create a deployment, it's useful to estimate the number of tokens that you plan to use and be billed for.
53
+
Before you create a deployment, it's useful to estimate the number of tokens that you plan to consume and be billed for.
55
54
One token corresponds to one data point in your input dataset or output dataset.
56
55
57
56
Suppose you have the following input time series dataset:
@@ -72,15 +71,15 @@ Given the following output dataset:
72
71
73
72
You can also determine the number of tokens by counting the number of data points returned after data forecasting. In this example, the number of tokens is two.
74
73
75
-
#### Estimate the pricing
74
+
#### Estimate pricing based on tokens
76
75
77
-
There are four pricing meters, as described in the following table:
76
+
There are four pricing meters that determine the price you pay. These meters are as follows:
Copy file name to clipboardExpand all lines: articles/machine-learning/how-to-deploy-models-timegen-1.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,11 +46,10 @@ You can deploy TimeGEN-1 as a serverless API with pay-as-you-go billing. Nixtla
46
46
47
47
- Azure role-based access controls (Azure RBAC) are used to grant access to operations in Azure Machine Learning. To perform the steps in this article, your user account must be assigned the __Azure AI Developer role__ on the resource group. For more information on permissions, see [Manage access to an Azure Machine Learning workspace](how-to-assign-roles.md).
48
48
49
-
### Pricing information
50
49
51
50
#### Estimate the number of tokens needed
52
51
53
-
Before you create a deployment, it's useful to estimate the number of tokens that you plan to use and be billed for.
52
+
Before you create a deployment, it's useful to estimate the number of tokens that you plan to consume and be billed for.
54
53
One token corresponds to one data point in your input dataset or output dataset.
55
54
56
55
Suppose you have the following input time series dataset:
@@ -71,15 +70,15 @@ Given the following output dataset:
71
70
72
71
You can also determine the number of tokens by counting the number of data points returned after data forecasting. In this example, the number of tokens is two.
73
72
74
-
#### Estimate the pricing
73
+
#### Estimate pricing based on tokens
75
74
76
-
There are four pricing meters, as described in the following table:
75
+
There are four pricing meters that determine the price you pay. These meters are as follows:
0 commit comments