Skip to content

Commit

Permalink
Update models for release
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-sdk-php-automation committed Jun 11, 2019
1 parent ecf8acf commit 6aab189
Show file tree
Hide file tree
Showing 6 changed files with 81 additions and 27 deletions.
7 changes: 7 additions & 0 deletions .changes/3.100.1
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[
{
"type": "api-change",
"category": "SageMaker",
"description": "The default TaskTimeLimitInSeconds of labeling job is increased to 8 hours. Batch Transform introduces a new DataProcessing field which supports input and output filtering and data joining. Training job increases the max allowed input channels from 8 to 20."
}
]
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## next release

* `Aws\SageMaker` - The default TaskTimeLimitInSeconds of labeling job is increased to 8 hours. Batch Transform introduces a new DataProcessing field which supports input and output filtering and data joining. Training job increases the max allowed input channels from 8 to 20.

## 3.100.0 - 2019-06-10

* `Aws\CodeBuild` - AWS CodeBuild adds support for source version on project level.
Expand Down
31 changes: 27 additions & 4 deletions src/data/sagemaker/2017-07-24/api-2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1556,6 +1556,7 @@
"TransformInput":{"shape":"TransformInput"},
"TransformOutput":{"shape":"TransformOutput"},
"TransformResources":{"shape":"TransformResources"},
"DataProcessing":{"shape":"DataProcessing"},
"Tags":{"shape":"TagList"}
}
},
Expand Down Expand Up @@ -1594,6 +1595,14 @@
"min":1,
"pattern":"[\\S\\s]+"
},
"DataProcessing":{
"type":"structure",
"members":{
"InputFilter":{"shape":"JsonPath"},
"OutputFilter":{"shape":"JsonPath"},
"JoinSource":{"shape":"JoinSource"}
}
},
"DataSource":{
"type":"structure",
"members":{
Expand Down Expand Up @@ -2119,7 +2128,8 @@
"CreationTime":{"shape":"Timestamp"},
"TransformStartTime":{"shape":"Timestamp"},
"TransformEndTime":{"shape":"Timestamp"},
"LabelingJobArn":{"shape":"LabelingJobArn"}
"LabelingJobArn":{"shape":"LabelingJobArn"},
"DataProcessing":{"shape":"DataProcessing"}
}
},
"DescribeWorkteamRequest":{
Expand Down Expand Up @@ -2681,7 +2691,7 @@
"InputDataConfig":{
"type":"list",
"member":{"shape":"Channel"},
"max":8,
"max":20,
"min":1
},
"InputModes":{
Expand Down Expand Up @@ -2774,6 +2784,18 @@
"min":1,
"pattern":".+"
},
"JoinSource":{
"type":"string",
"enum":[
"Input",
"None"
]
},
"JsonPath":{
"type":"string",
"max":63,
"min":0
},
"KmsKeyId":{
"type":"string",
"max":2048,
Expand Down Expand Up @@ -4535,7 +4557,8 @@
"rasp3b",
"deeplens",
"rk3399",
"rk3288"
"rk3288",
"sbe_c"
]
},
"TaskAvailabilityLifetimeInSeconds":{
Expand Down Expand Up @@ -4573,7 +4596,7 @@
},
"TaskTimeLimitInSeconds":{
"type":"integer",
"max":3600,
"max":28800,
"min":1
},
"TaskTitle":{
Expand Down
2 changes: 1 addition & 1 deletion src/data/sagemaker/2017-07-24/api-2.json.php

Large diffs are not rendered by default.

Loading

0 comments on commit 6aab189

Please sign in to comment.