Skip to content

Commit 6cf8ca1

Browse files
AWS SDK for RubyNobody
authored andcommitted
Updated service API models for release.
1 parent ad642d6 commit 6cf8ca1

File tree

3 files changed

+70
-25
lines changed

3 files changed

+70
-25
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Unreleased Changes
22
------------------
33

4+
* Feature - Aws::SageMaker - Updated the API, and documentation for Amazon SageMaker Service.
5+
46
2.11.291 (2019-06-10)
57
------------------
68

aws-sdk-core/apis/sagemaker/2017-07-24/api-2.json

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1556,6 +1556,7 @@
15561556
"TransformInput":{"shape":"TransformInput"},
15571557
"TransformOutput":{"shape":"TransformOutput"},
15581558
"TransformResources":{"shape":"TransformResources"},
1559+
"DataProcessing":{"shape":"DataProcessing"},
15591560
"Tags":{"shape":"TagList"}
15601561
}
15611562
},
@@ -1594,6 +1595,14 @@
15941595
"min":1,
15951596
"pattern":"[\\S\\s]+"
15961597
},
1598+
"DataProcessing":{
1599+
"type":"structure",
1600+
"members":{
1601+
"InputFilter":{"shape":"JsonPath"},
1602+
"OutputFilter":{"shape":"JsonPath"},
1603+
"JoinSource":{"shape":"JoinSource"}
1604+
}
1605+
},
15971606
"DataSource":{
15981607
"type":"structure",
15991608
"members":{
@@ -2119,7 +2128,8 @@
21192128
"CreationTime":{"shape":"Timestamp"},
21202129
"TransformStartTime":{"shape":"Timestamp"},
21212130
"TransformEndTime":{"shape":"Timestamp"},
2122-
"LabelingJobArn":{"shape":"LabelingJobArn"}
2131+
"LabelingJobArn":{"shape":"LabelingJobArn"},
2132+
"DataProcessing":{"shape":"DataProcessing"}
21232133
}
21242134
},
21252135
"DescribeWorkteamRequest":{
@@ -2681,7 +2691,7 @@
26812691
"InputDataConfig":{
26822692
"type":"list",
26832693
"member":{"shape":"Channel"},
2684-
"max":8,
2694+
"max":20,
26852695
"min":1
26862696
},
26872697
"InputModes":{
@@ -2774,6 +2784,18 @@
27742784
"min":1,
27752785
"pattern":".+"
27762786
},
2787+
"JoinSource":{
2788+
"type":"string",
2789+
"enum":[
2790+
"Input",
2791+
"None"
2792+
]
2793+
},
2794+
"JsonPath":{
2795+
"type":"string",
2796+
"max":63,
2797+
"min":0
2798+
},
27772799
"KmsKeyId":{
27782800
"type":"string",
27792801
"max":2048,
@@ -4535,7 +4557,8 @@
45354557
"rasp3b",
45364558
"deeplens",
45374559
"rk3399",
4538-
"rk3288"
4560+
"rk3288",
4561+
"sbe_c"
45394562
]
45404563
},
45414564
"TaskAvailabilityLifetimeInSeconds":{
@@ -4573,7 +4596,7 @@
45734596
},
45744597
"TaskTimeLimitInSeconds":{
45754598
"type":"integer",
4576-
"max":3600,
4599+
"max":28800,
45774600
"min":1
45784601
},
45794602
"TaskTitle":{

0 commit comments

Comments
 (0)