|
1074 | 1074 | "solutionArn":{
|
1075 | 1075 | "shape":"Arn",
|
1076 | 1076 | "documentation":"<p>The Amazon Resource Name (ARN) of the solution containing the training configuration information.</p>"
|
| 1077 | + }, |
| 1078 | + "trainingMode":{ |
| 1079 | + "shape":"TrainingMode", |
| 1080 | + "documentation":"<p>The scope of training to be performed when creating the solution version. The <code>FULL</code> option trains the solution version based on the entirety of the input solution's training data, while the <code>UPDATE</code> option processes only the data that has changed in comparison to the input solution. Choose <code>UPDATE</code> when you want to incrementally update your solution version instead of creating an entirely new one.</p> <important> <p>The <code>UPDATE</code> option can only be used when you already have an active solution version created from the input solution using the <code>FULL</code> option and the input solution was trained with the <a>native-recipe-hrnn-coldstart</a> recipe.</p> </important>" |
1077 | 1081 | }
|
1078 | 1082 | }
|
1079 | 1083 | },
|
|
1934 | 1938 | "members":{
|
1935 | 1939 | "maxNumberOfTrainingJobs":{
|
1936 | 1940 | "shape":"HPOResource",
|
1937 |
| - "documentation":"<p>The maximum number of training jobs.</p>" |
| 1941 | + "documentation":"<p>The maximum number of training jobs when you create a solution version. The maximum value for <code>maxNumberOfTrainingJobs</code> is <code>40</code>.</p>" |
1938 | 1942 | },
|
1939 | 1943 | "maxParallelTrainingJobs":{
|
1940 | 1944 | "shape":"HPOResource",
|
1941 |
| - "documentation":"<p>The maximum number of parallel training jobs.</p>" |
| 1945 | + "documentation":"<p>The maximum number of parallel training jobs when you create a solution version. The maximum value for <code>maxParallelTrainingJobs</code> is <code>10</code>.</p>" |
1942 | 1946 | }
|
1943 | 1947 | },
|
1944 | 1948 | "documentation":"<p>Describes the resource configuration for hyperparameter optimization (HPO).</p>"
|
|
2577 | 2581 | },
|
2578 | 2582 | "performAutoML":{
|
2579 | 2583 | "shape":"PerformAutoML",
|
2580 |
| - "documentation":"<p>When true, Amazon Personalize performs a search for the most optimal recipe according to the solution configuration. When false (the default), Amazon Personalize uses <code>recipeArn</code>.</p>" |
| 2584 | + "documentation":"<p>When true, Amazon Personalize searches for the most optimal recipe according to the solution configuration. When false (the default), Amazon Personalize uses <code>recipeArn</code>.</p>" |
2581 | 2585 | },
|
2582 | 2586 | "recipeArn":{
|
2583 | 2587 | "shape":"Arn",
|
|
2597 | 2601 | },
|
2598 | 2602 | "trainingHours":{
|
2599 | 2603 | "shape":"TrainingHours",
|
2600 |
| - "documentation":"<p>The time used to train the model. </p>" |
| 2604 | + "documentation":"<p>The time used to train the model. You are billed for the time it takes to train a model. This field is visible only after Amazon Personalize successfully trains a model.</p>" |
| 2605 | + }, |
| 2606 | + "trainingMode":{ |
| 2607 | + "shape":"TrainingMode", |
| 2608 | + "documentation":"<p>The scope of training used to create the solution version. The <code>FULL</code> option trains the solution version based on the entirety of the input solution's training data, while the <code>UPDATE</code> option processes only the training data that has changed since the creation of the last solution version. Choose <code>UPDATE</code> when you want to start recommending items added to the dataset without retraining the model.</p> <important> <p>The <code>UPDATE</code> option can only be used after you've created a solution version with the <code>FULL</code> option and the training solution uses the <a>native-recipe-hrnn-coldstart</a>.</p> </important>" |
2601 | 2609 | },
|
2602 | 2610 | "status":{
|
2603 | 2611 | "shape":"Status",
|
2604 |
| - "documentation":"<p>The status of the solution version.</p> <p>A solution version can be in one of the following states:</p> <ul> <li> <p>CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED</p> </li> </ul>" |
| 2612 | + "documentation":"<p>The status of the solution version.</p> <p>A solution version can be in one of the following states:</p> <ul> <li> <p>CREATE PENDING</p> </li> <li> <p>CREATE IN_PROGRESS</p> </li> <li> <p>ACTIVE</p> </li> <li> <p>CREATE FAILED</p> </li> </ul>" |
2605 | 2613 | },
|
2606 | 2614 | "failureReason":{
|
2607 | 2615 | "shape":"FailureReason",
|
2608 |
| - "documentation":"<p>If training a solution version fails, the reason behind the failure.</p>" |
| 2616 | + "documentation":"<p>If training a solution version fails, the reason for the failure.</p>" |
2609 | 2617 | },
|
2610 | 2618 | "creationDateTime":{
|
2611 | 2619 | "shape":"Date",
|
|
2670 | 2678 | "type":"string",
|
2671 | 2679 | "max":256
|
2672 | 2680 | },
|
| 2681 | + "TrainingMode":{ |
| 2682 | + "type":"string", |
| 2683 | + "enum":[ |
| 2684 | + "FULL", |
| 2685 | + "UPDATE" |
| 2686 | + ] |
| 2687 | + }, |
2673 | 2688 | "TransactionsPerSecond":{
|
2674 | 2689 | "type":"integer",
|
2675 | 2690 | "min":1
|
|
0 commit comments