Skip to content

Commit

Permalink
Release v1.25.12
Browse files Browse the repository at this point in the history
  • Loading branch information
awssdkgo committed Oct 14, 2019
1 parent 206baa7 commit e42fa24
Show file tree
Hide file tree
Showing 7 changed files with 108 additions and 22 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Release v1.25.12 (2019-10-14)
===

### Service Client Updates
* `service/personalize`: Updates service API and documentation
* `service/workspaces`: Updates service documentation
* Documentation updates for WorkSpaces

Release v1.25.11 (2019-10-11)
===

Expand Down
2 changes: 1 addition & 1 deletion aws/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ package aws
const SDKName = "aws-sdk-go"

// SDKVersion is the version of this SDK
const SDKVersion = "1.25.11"
const SDKVersion = "1.25.12"
11 changes: 10 additions & 1 deletion models/apis/personalize/2018-05-22/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,8 @@
"type":"structure",
"required":["solutionArn"],
"members":{
"solutionArn":{"shape":"Arn"}
"solutionArn":{"shape":"Arn"},
"trainingMode":{"shape":"TrainingMode"}
}
},
"CreateSolutionVersionResponse":{
Expand Down Expand Up @@ -1637,6 +1638,7 @@
"datasetGroupArn":{"shape":"Arn"},
"solutionConfig":{"shape":"SolutionConfig"},
"trainingHours":{"shape":"TrainingHours"},
"trainingMode":{"shape":"TrainingMode"},
"status":{"shape":"Status"},
"failureReason":{"shape":"FailureReason"},
"creationDateTime":{"shape":"Date"},
Expand Down Expand Up @@ -1679,6 +1681,13 @@
"type":"string",
"max":256
},
"TrainingMode":{
"type":"string",
"enum":[
"FULL",
"UPDATE"
]
},
"TransactionsPerSecond":{
"type":"integer",
"min":1
Expand Down
19 changes: 13 additions & 6 deletions models/apis/personalize/2018-05-22/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -705,7 +705,7 @@
"DatasetGroupSummary$failureReason": "<p>If creating a dataset group fails, the reason behind the failure.</p>",
"DatasetImportJob$failureReason": "<p>If a dataset import job fails, provides the reason why.</p>",
"DatasetImportJobSummary$failureReason": "<p>If a dataset import job fails, the reason behind the failure.</p>",
"SolutionVersion$failureReason": "<p>If training a solution version fails, the reason behind the failure.</p>",
"SolutionVersion$failureReason": "<p>If training a solution version fails, the reason for the failure.</p>",
"SolutionVersionSummary$failureReason": "<p>If a solution version fails, the reason behind the failure.</p>"
}
},
Expand Down Expand Up @@ -758,8 +758,8 @@
"HPOResource": {
"base": null,
"refs": {
"HPOResourceConfig$maxNumberOfTrainingJobs": "<p>The maximum number of training jobs.</p>",
"HPOResourceConfig$maxParallelTrainingJobs": "<p>The maximum number of parallel training jobs.</p>"
"HPOResourceConfig$maxNumberOfTrainingJobs": "<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>",
"HPOResourceConfig$maxParallelTrainingJobs": "<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>"
}
},
"HPOResourceConfig": {
Expand Down Expand Up @@ -1042,7 +1042,7 @@
"refs": {
"CreateSolutionRequest$performAutoML": "<p>Whether to perform automated machine learning (AutoML). The default is <code>false</code>. For this case, you must specify <code>recipeArn</code>.</p> <p>When set to <code>true</code>, Amazon Personalize analyzes your training data and selects the optimal USER_PERSONALIZATION recipe and hyperparameters. In this case, you must omit <code>recipeArn</code>. Amazon Personalize determines the optimal recipe by running tests with different values for the hyperparameters. AutoML lengthens the training process as compared to selecting a specific recipe.</p>",
"Solution$performAutoML": "<p>When true, Amazon Personalize performs a search for the best USER_PERSONALIZATION recipe from the list specified in the solution configuration (<code>recipeArn</code> must not be specified). When false (the default), Amazon Personalize uses <code>recipeArn</code> for training.</p>",
"SolutionVersion$performAutoML": "<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>"
"SolutionVersion$performAutoML": "<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>"
}
},
"PerformHPO": {
Expand Down Expand Up @@ -1187,7 +1187,7 @@
"RecipeSummary$status": "<p>The status of the recipe.</p>",
"Solution$status": "<p>The status of the solution.</p> <p>A solution can be in one of the following states:</p> <ul> <li> <p>CREATE PENDING &gt; CREATE IN_PROGRESS &gt; ACTIVE -or- CREATE FAILED</p> </li> <li> <p>DELETE PENDING &gt; DELETE IN_PROGRESS</p> </li> </ul>",
"SolutionSummary$status": "<p>The status of the solution.</p> <p>A solution can be in one of the following states:</p> <ul> <li> <p>CREATE PENDING &gt; CREATE IN_PROGRESS &gt; ACTIVE -or- CREATE FAILED</p> </li> <li> <p>DELETE PENDING &gt; DELETE IN_PROGRESS</p> </li> </ul>",
"SolutionVersion$status": "<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 &gt; CREATE IN_PROGRESS &gt; ACTIVE -or- CREATE FAILED</p> </li> </ul>",
"SolutionVersion$status": "<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>",
"SolutionVersionSummary$status": "<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 &gt; CREATE IN_PROGRESS &gt; ACTIVE -or- CREATE FAILED</p> </li> </ul>"
}
},
Expand All @@ -1201,7 +1201,7 @@
"TrainingHours": {
"base": null,
"refs": {
"SolutionVersion$trainingHours": "<p>The time used to train the model. </p>"
"SolutionVersion$trainingHours": "<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>"
}
},
"TrainingInputMode": {
Expand All @@ -1210,6 +1210,13 @@
"Algorithm$trainingInputMode": "<p>The training input mode.</p>"
}
},
"TrainingMode": {
"base": null,
"refs": {
"CreateSolutionVersionRequest$trainingMode": "<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>",
"SolutionVersion$trainingMode": "<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>"
}
},
"TransactionsPerSecond": {
"base": null,
"refs": {
Expand Down
6 changes: 3 additions & 3 deletions models/apis/workspaces/2015-04-08/docs-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"base": null,
"refs": {
"DefaultWorkspaceCreationProperties$EnableWorkDocs": "<p>Specifies whether the directory is enabled for Amazon WorkDocs.</p>",
"DefaultWorkspaceCreationProperties$EnableInternetAccess": "<p>The public IP address to attach to all WorkSpaces that are created or rebuilt.</p>",
"DefaultWorkspaceCreationProperties$EnableInternetAccess": "<p>Specifies whether to automatically assign a public IP address to WorkSpaces in this directory by default. If enabled, the public IP address allows outbound internet access from your WorkSpaces when you’re using an internet gateway in the Amazon VPC in which your WorkSpaces are located. If you're using a Network Address Translation (NAT) gateway for outbound internet access from your VPC, or if your WorkSpaces are in public subnets and you manually assign them Elastic IP addresses, you should disable this setting. This setting applies to new WorkSpaces that you launch or to existing WorkSpaces that you rebuild. For more information, see <a href=\"https://docs.aws.amazon.com/workspaces/latest/adminguide/amazon-workspaces-vpc.html\"> Configure a VPC for Amazon WorkSpaces</a>.</p>",
"DefaultWorkspaceCreationProperties$UserEnabledAsLocalAdministrator": "<p>Specifies whether the WorkSpace user is an administrator on the WorkSpace.</p>",
"Workspace$UserVolumeEncryptionEnabled": "<p>Indicates whether the data stored on the user volume is encrypted.</p>",
"Workspace$RootVolumeEncryptionEnabled": "<p>Indicates whether the data stored on the root volume is encrypted.</p>",
Expand Down Expand Up @@ -927,7 +927,7 @@
"RunningModeAutoStopTimeoutInMinutes": {
"base": null,
"refs": {
"WorkspaceProperties$RunningModeAutoStopTimeoutInMinutes": "<p>The time after a user logs off when WorkSpaces are automatically stopped. Configured in 60 minute intervals.</p>"
"WorkspaceProperties$RunningModeAutoStopTimeoutInMinutes": "<p>The time after a user logs off when WorkSpaces are automatically stopped. Configured in 60-minute intervals.</p>"
}
},
"SecurityGroupId": {
Expand All @@ -946,7 +946,7 @@
"SnapshotList": {
"base": null,
"refs": {
"DescribeWorkspaceSnapshotsResult$RebuildSnapshots": "<p>Information about the snapshots that can be used to rebuild a WorkSpace. These snapshots include the root volume.</p>",
"DescribeWorkspaceSnapshotsResult$RebuildSnapshots": "<p>Information about the snapshots that can be used to rebuild a WorkSpace. These snapshots include the user volume.</p>",
"DescribeWorkspaceSnapshotsResult$RestoreSnapshots": "<p>Information about the snapshots that can be used to restore a WorkSpace. These snapshots include both the root volume and the user volume.</p>"
}
},
Expand Down
69 changes: 61 additions & 8 deletions service/personalize/api.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 12 additions & 3 deletions service/workspaces/api.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e42fa24

Please sign in to comment.