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
* <p> A high <code>minProvisionedTPS</code> will increase your bill. We recommend starting with 1 for <code>minProvisionedTPS</code> (the default). Track
40
+
* <p> A high <code>minProvisionedTPS</code> will increase your cost. We recommend starting with 1 for <code>minProvisionedTPS</code> (the default). Track
41
41
* your usage using Amazon CloudWatch metrics, and increase the <code>minProvisionedTPS</code>
42
42
* as necessary.</p>
43
43
* </important>
44
-
* <p>A transaction is a single <code>GetRecommendations</code> or
45
-
* <code>GetPersonalizedRanking</code> call. Transactions per second (TPS) is the throughput
46
-
* and unit of billing for Amazon Personalize. The minimum provisioned TPS
47
-
* (<code>minProvisionedTPS</code>) specifies the baseline throughput provisioned by
48
-
* Amazon Personalize, and thus, the minimum billing charge.
49
-
* </p>
50
44
* <p>
51
-
* If your TPS increases beyond
52
-
* <code>minProvisionedTPS</code>, Amazon Personalize auto-scales the provisioned capacity up and down,
53
-
* but never below <code>minProvisionedTPS</code>.
54
-
* There's a short time delay while the capacity is increased that might cause loss of
55
-
* transactions.</p>
56
-
* <p>The actual TPS used is calculated as the average requests/second within a 5-minute window.
57
-
* You pay for maximum of either the minimum provisioned TPS or the actual TPS.
45
+
* When you create an Amazon Personalize campaign, you can specify the minimum provisioned transactions per second
46
+
* (<code>minProvisionedTPS</code>) for the campaign. This is the baseline transaction throughput for the campaign provisioned by
47
+
* Amazon Personalize. It sets the minimum billing charge for the campaign while it is active. A transaction is a single <code>GetRecommendations</code> or
48
+
* <code>GetPersonalizedRanking</code> request. The default <code>minProvisionedTPS</code> is 1.</p>
49
+
* <p> If your TPS increases beyond the <code>minProvisionedTPS</code>, Amazon Personalize auto-scales the provisioned capacity up
50
+
* and down, but never below <code>minProvisionedTPS</code>.
51
+
* There's a short time delay while the capacity is increased
52
+
* that might cause loss of transactions. When your traffic reduces, capacity returns to the <code>minProvisionedTPS</code>.
53
+
* </p>
54
+
* <p>You are charged for the
55
+
* the minimum provisioned TPS or, if your requests exceed the <code>minProvisionedTPS</code>, the actual TPS.
56
+
* The actual TPS is the total number of recommendation requests you make.
58
57
* We recommend starting with a low <code>minProvisionedTPS</code>, track
59
-
* your usage using Amazon CloudWatch metrics, and then increase the <code>minProvisionedTPS</code>
60
-
* as necessary.</p>
58
+
* your usage using Amazon CloudWatch metrics, and then increase the <code>minProvisionedTPS</code> as necessary.</p>
59
+
* <p>For more information about campaign costs, see <a href="https://aws.amazon.com/personalize/pricing/">Amazon Personalize pricing</a>.</p>
* <p>Whether metadata with recommendations is enabled for the campaign.
644
-
* If enabled, you can specify the columns from your Items dataset in your request for recommendations. Amazon Personalize returns this data for each item in the recommendation response. </p>
644
+
* If enabled, you can specify the columns from your Items dataset in your request for recommendations. Amazon Personalize returns this data for each item in the recommendation response.
645
+
* For information about enabling metadata for a campaign, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/campaigns.html#create-campaign-return-metadata">Enabling metadata in recommendations for a campaign</a>.</p>
645
646
* <p>
646
647
* If you enable metadata in recommendations, you will incur additional costs. For more information, see <a href="https://aws.amazon.com/personalize/pricing/">Amazon Personalize pricing</a>.
* <p>Whether metadata with recommendations is enabled for the recommender.
1246
-
* If enabled, you can specify the columns from your Items dataset in your request for recommendations. Amazon Personalize returns this data for each item in the recommendation response. </p>
1247
+
* If enabled, you can specify the columns from your Items dataset in your request for recommendations. Amazon Personalize returns this data for each item in the recommendation response.
1248
+
* For information about enabling metadata for a recommender, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/creating-recommenders.html#create-recommender-return-metadata">Enabling metadata in recommendations for a recommender</a>.</p>
1247
1249
* <p>
1248
1250
* If you enable metadata in recommendations, you will incur additional costs. For more information, see <a href="https://aws.amazon.com/personalize/pricing/">Amazon Personalize pricing</a>.
* <p>We don't recommend enabling automated machine learning. Instead, match your use case to the available Amazon Personalize
1644
-
* recipes. For more information, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/determining-use-case.html">Determining your use case.</a>
1645
-
* </p>
1646
+
* recipes. For more information, see <a href="https://docs.aws.amazon.com/personalize/latest/dg/working-with-predefined-recipes.html">Choosing a recipe</a>.</p>
1646
1647
* </important>
1647
1648
* <p>Whether to perform automated machine learning (AutoML). The default is <code>false</code>.
1648
1649
* For this case, you must specify <code>recipeArn</code>.</p>
0 commit comments