|
6776 | 6776 | }, |
6777 | 6777 | "UserProfileName":{ |
6778 | 6778 | "shape":"UserProfileName", |
6779 | | - "documentation":"<p>The user profile name.</p>" |
| 6779 | + "documentation":"<p>The user profile name. If this value is not set, then <code>SpaceName</code> must be set.</p>" |
6780 | 6780 | }, |
6781 | 6781 | "AppType":{ |
6782 | 6782 | "shape":"AppType", |
|
6796 | 6796 | }, |
6797 | 6797 | "SpaceName":{ |
6798 | 6798 | "shape":"SpaceName", |
6799 | | - "documentation":"<p>The name of the space.</p>" |
| 6799 | + "documentation":"<p>The name of the space. If this value is not set, then <code>UserProfileName</code> must be set.</p>" |
6800 | 6800 | } |
6801 | 6801 | } |
6802 | 6802 | }, |
|
9562 | 9562 | }, |
9563 | 9563 | "UserProfileName":{ |
9564 | 9564 | "shape":"UserProfileName", |
9565 | | - "documentation":"<p>The user profile name.</p>" |
| 9565 | + "documentation":"<p>The user profile name. If this value is not set, then <code>SpaceName</code> must be set.</p>" |
9566 | 9566 | }, |
9567 | 9567 | "AppType":{ |
9568 | 9568 | "shape":"AppType", |
|
9574 | 9574 | }, |
9575 | 9575 | "SpaceName":{ |
9576 | 9576 | "shape":"SpaceName", |
9577 | | - "documentation":"<p>The name of the space.</p>" |
| 9577 | + "documentation":"<p>The name of the space. If this value is not set, then <code>UserProfileName</code> must be set.</p>" |
9578 | 9578 | } |
9579 | 9579 | } |
9580 | 9580 | }, |
|
10479 | 10479 | }, |
10480 | 10480 | "UserProfileName":{ |
10481 | 10481 | "shape":"UserProfileName", |
10482 | | - "documentation":"<p>The user profile name.</p>" |
| 10482 | + "documentation":"<p>The user profile name. If this value is not set, then <code>SpaceName</code> must be set.</p>" |
10483 | 10483 | }, |
10484 | 10484 | "AppType":{ |
10485 | 10485 | "shape":"AppType", |
|
10544 | 10544 | }, |
10545 | 10545 | "SpaceName":{ |
10546 | 10546 | "shape":"SpaceName", |
10547 | | - "documentation":"<p>The name of the space.</p>" |
| 10547 | + "documentation":"<p>The name of the space. If this value is not set, then <code>UserProfileName</code> must be set.</p>" |
10548 | 10548 | } |
10549 | 10549 | } |
10550 | 10550 | }, |
@@ -17207,15 +17207,15 @@ |
17207 | 17207 | }, |
17208 | 17208 | "HyperParameterTuningJobObjective":{ |
17209 | 17209 | "shape":"HyperParameterTuningJobObjective", |
17210 | | - "documentation":"<p>The <a>HyperParameterTuningJobObjective</a> object that specifies the objective metric for this tuning job.</p>" |
| 17210 | + "documentation":"<p>The <a>HyperParameterTuningJobObjective</a> specifies the objective metric used to evaluate the performance of training jobs launched by this tuning job.</p>" |
17211 | 17211 | }, |
17212 | 17212 | "ResourceLimits":{ |
17213 | 17213 | "shape":"ResourceLimits", |
17214 | | - "documentation":"<p>The <a>ResourceLimits</a> object that specifies the maximum number of training jobs and parallel training jobs for this tuning job.</p>" |
| 17214 | + "documentation":"<p>The <a>ResourceLimits</a> object that specifies the maximum number of training and parallel training jobs that can be used for this hyperparameter tuning job.</p>" |
17215 | 17215 | }, |
17216 | 17216 | "ParameterRanges":{ |
17217 | 17217 | "shape":"ParameterRanges", |
17218 | | - "documentation":"<p>The <a>ParameterRanges</a> object that specifies the ranges of hyperparameters that this tuning job searches.</p>" |
| 17218 | + "documentation":"<p>The <a>ParameterRanges</a> object that specifies the ranges of hyperparameters that this tuning job searches over to find the optimal configuration for the highest model performance against .your chosen objective metric. </p>" |
17219 | 17219 | }, |
17220 | 17220 | "TrainingJobEarlyStoppingType":{ |
17221 | 17221 | "shape":"TrainingJobEarlyStoppingType", |
|
17224 | 17224 | "TuningJobCompletionCriteria":{ |
17225 | 17225 | "shape":"TuningJobCompletionCriteria", |
17226 | 17226 | "documentation":"<p>The tuning job's completion criteria.</p>" |
| 17227 | + }, |
| 17228 | + "RandomSeed":{ |
| 17229 | + "shape":"RandomSeed", |
| 17230 | + "documentation":"<p>A value used to initialize a pseudo-random number generator. Setting a random seed and using the same seed later for the same tuning job will allow hyperparameter optimization to find more a consistent hyperparameter configuration between the two runs.</p>" |
17227 | 17231 | } |
17228 | 17232 | }, |
17229 | 17233 | "documentation":"<p>Configures a hyperparameter tuning job.</p>" |
@@ -19121,11 +19125,11 @@ |
19121 | 19125 | }, |
19122 | 19126 | "UserProfileNameEquals":{ |
19123 | 19127 | "shape":"UserProfileName", |
19124 | | - "documentation":"<p>A parameter to search by user profile name.</p>" |
| 19128 | + "documentation":"<p>A parameter to search by user profile name. If <code>SpaceNameEquals</code> is set, then this value cannot be set.</p>" |
19125 | 19129 | }, |
19126 | 19130 | "SpaceNameEquals":{ |
19127 | 19131 | "shape":"SpaceName", |
19128 | | - "documentation":"<p>A parameter to search by space name.</p>" |
| 19132 | + "documentation":"<p>A parameter to search by space name. If <code>UserProfileNameEquals</code> is set, then this value cannot be set.</p>" |
19129 | 19133 | } |
19130 | 19134 | } |
19131 | 19135 | }, |
|
27766 | 27770 | "R_STUDIO_USER" |
27767 | 27771 | ] |
27768 | 27772 | }, |
| 27773 | + "RandomSeed":{ |
| 27774 | + "type":"integer", |
| 27775 | + "min":0 |
| 27776 | + }, |
27769 | 27777 | "RealTimeInferenceConfig":{ |
27770 | 27778 | "type":"structure", |
27771 | 27779 | "required":[ |
|
0 commit comments