aws-sdk-sagemaker 1.13.0 → 1.14.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +1 -7
- data/lib/aws-sdk-sagemaker/client_api.rb +1 -1
- data/lib/aws-sdk-sagemaker/types.rb +6 -14
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 99ef949e6f0b1282afee78b159f1d351efe23506
|
|
4
|
+
data.tar.gz: '093fc8763fd8929f0d805631c5bbf4747a4edeec'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: afebc55e11f3ad4c599ec69cc9003ab5d851c7e2845e3fdea050e9369b5d2bc32580744199083c9a2bc595af083fbbb503f5ce3e7ec9eca8d952c8fb4f2c28a1
|
|
7
|
+
data.tar.gz: 12adc4c524cb89615517baf1a47a65634db72128109478ac8a11a5eb7c35af15664e9e2ba5949363e6603932e7e03bd4a3a5426847e2408ea54881a76fe2e6e0
|
data/lib/aws-sdk-sagemaker.rb
CHANGED
|
@@ -1173,12 +1173,6 @@ module Aws::SageMaker
|
|
|
1173
1173
|
# `MultiRecord` means a mini-batch is set to contain as many records
|
|
1174
1174
|
# that can fit within the `MaxPayloadInMB` limit.
|
|
1175
1175
|
#
|
|
1176
|
-
# Batch transform will automatically split your input data into whatever
|
|
1177
|
-
# payload size is specified if you set `SplitType` to `Line` and
|
|
1178
|
-
# `BatchStrategy` to `MultiRecord`. There's no need to split the
|
|
1179
|
-
# dataset into smaller files or to use larger payload sizes unless the
|
|
1180
|
-
# records in your dataset are very large.
|
|
1181
|
-
#
|
|
1182
1176
|
# @option params [Hash<String,String>] :environment
|
|
1183
1177
|
# The environment variables to set in the Docker container. We support
|
|
1184
1178
|
# up to 16 key and values entries in the map.
|
|
@@ -3005,7 +2999,7 @@ module Aws::SageMaker
|
|
|
3005
2999
|
params: params,
|
|
3006
3000
|
config: config)
|
|
3007
3001
|
context[:gem_name] = 'aws-sdk-sagemaker'
|
|
3008
|
-
context[:gem_version] = '1.
|
|
3002
|
+
context[:gem_version] = '1.14.0'
|
|
3009
3003
|
Seahorse::Client::Request.new(handlers, context)
|
|
3010
3004
|
end
|
|
3011
3005
|
|
|
@@ -1023,7 +1023,7 @@ module Aws::SageMaker
|
|
|
1023
1023
|
api.version = "2017-07-24"
|
|
1024
1024
|
|
|
1025
1025
|
api.metadata = {
|
|
1026
|
-
"endpointPrefix" => "sagemaker",
|
|
1026
|
+
"endpointPrefix" => "api.sagemaker",
|
|
1027
1027
|
"jsonVersion" => "1.1",
|
|
1028
1028
|
"protocol" => "json",
|
|
1029
1029
|
"serviceFullName" => "Amazon SageMaker Service",
|
|
@@ -1150,12 +1150,6 @@ module Aws::SageMaker
|
|
|
1150
1150
|
# `SingleRecord` means only one record is used per mini-batch.
|
|
1151
1151
|
# `MultiRecord` means a mini-batch is set to contain as many records
|
|
1152
1152
|
# that can fit within the `MaxPayloadInMB` limit.
|
|
1153
|
-
#
|
|
1154
|
-
# Batch transform will automatically split your input data into
|
|
1155
|
-
# whatever payload size is specified if you set `SplitType` to `Line`
|
|
1156
|
-
# and `BatchStrategy` to `MultiRecord`. There's no need to split the
|
|
1157
|
-
# dataset into smaller files or to use larger payload sizes unless the
|
|
1158
|
-
# records in your dataset are very large.
|
|
1159
1153
|
# @return [String]
|
|
1160
1154
|
#
|
|
1161
1155
|
# @!attribute [rw] environment
|
|
@@ -1919,8 +1913,8 @@ module Aws::SageMaker
|
|
|
1919
1913
|
#
|
|
1920
1914
|
# * `Stopped` - the training job has stopped.
|
|
1921
1915
|
#
|
|
1922
|
-
# * `MaxRuntimeExceeded` - the training
|
|
1923
|
-
# run time
|
|
1916
|
+
# * `MaxRuntimeExceeded` - the training exceed the specified the max
|
|
1917
|
+
# run time, which means the training job is stopping.
|
|
1924
1918
|
#
|
|
1925
1919
|
# * `Completed` - the training job has completed.
|
|
1926
1920
|
#
|
|
@@ -1928,7 +1922,7 @@ module Aws::SageMaker
|
|
|
1928
1922
|
# provided in the `StatusMessage`.
|
|
1929
1923
|
#
|
|
1930
1924
|
# The valid values for `SecondaryStatus` are subject to change. They
|
|
1931
|
-
#
|
|
1925
|
+
# primary provide information on the progress of the training job.
|
|
1932
1926
|
# @return [String]
|
|
1933
1927
|
#
|
|
1934
1928
|
# @!attribute [rw] failure_reason
|
|
@@ -2002,9 +1996,8 @@ module Aws::SageMaker
|
|
|
2002
1996
|
# @return [Time]
|
|
2003
1997
|
#
|
|
2004
1998
|
# @!attribute [rw] secondary_status_transitions
|
|
2005
|
-
#
|
|
2006
|
-
#
|
|
2007
|
-
# statuses that a training job has transitioned.
|
|
1999
|
+
# A log of time-ordered secondary statuses that a training job has
|
|
2000
|
+
# transitioned.
|
|
2008
2001
|
# @return [Array<Types::SecondaryStatusTransition>]
|
|
2009
2002
|
#
|
|
2010
2003
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeTrainingJobResponse AWS API Documentation
|
|
@@ -4224,8 +4217,7 @@ module Aws::SageMaker
|
|
|
4224
4217
|
#
|
|
4225
4218
|
# @!attribute [rw] end_time
|
|
4226
4219
|
# A timestamp that shows when the secondary status has ended and the
|
|
4227
|
-
# job has transitioned into another secondary status.
|
|
4228
|
-
# timestamp is also set after the training job has ended.
|
|
4220
|
+
# job has transitioned into another secondary status.
|
|
4229
4221
|
# @return [Time]
|
|
4230
4222
|
#
|
|
4231
4223
|
# @!attribute [rw] status_message
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-sagemaker
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.14.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-08-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|