aws-sdk-sagemaker 1.2.0 → 1.3.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 +3 -3
- data/lib/aws-sdk-sagemaker/client_api.rb +1 -1
- data/lib/aws-sdk-sagemaker/types.rb +1 -1
- 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: 5f2ddf8c8f5bbdf63c6c73867632ea739725c99d
|
|
4
|
+
data.tar.gz: 6ebba19fc35e579fe1b0c35ad52b5d99061ccaaa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b2db5402a71c8fe75f32835d18477d22a97efd2f04069aec00753ecca9578592eac62006a067bffe3efe7e53197c4ec2972b453bc846aade0f569e794b2d9dd7
|
|
7
|
+
data.tar.gz: 4061e08bf9e6ead48f714123ba94be546b4159d158c3bb135a3d42ac930fa8e7c65890d1aac1532f4b8fa0eabbf669a98f353e7a8d4d586a5e674fbe490edfa4
|
data/lib/aws-sdk-sagemaker.rb
CHANGED
|
@@ -412,7 +412,7 @@ module Aws::SageMaker
|
|
|
412
412
|
# @option params [Array<Types::ContainerDefinition>] :supplemental_containers
|
|
413
413
|
# The additional optional containers to deploy.
|
|
414
414
|
#
|
|
415
|
-
# @option params [String] :execution_role_arn
|
|
415
|
+
# @option params [required, String] :execution_role_arn
|
|
416
416
|
# The Amazon Resource Name (ARN) of the IAM role that Amazon SageMaker
|
|
417
417
|
# can assume to access model artifacts and docker image for deployment
|
|
418
418
|
# on ML compute instances. Deploying on ML compute instances is part of
|
|
@@ -457,7 +457,7 @@ module Aws::SageMaker
|
|
|
457
457
|
# },
|
|
458
458
|
# },
|
|
459
459
|
# ],
|
|
460
|
-
# execution_role_arn: "RoleArn",
|
|
460
|
+
# execution_role_arn: "RoleArn", # required
|
|
461
461
|
# tags: [
|
|
462
462
|
# {
|
|
463
463
|
# key: "TagKey", # required
|
|
@@ -1876,7 +1876,7 @@ module Aws::SageMaker
|
|
|
1876
1876
|
params: params,
|
|
1877
1877
|
config: config)
|
|
1878
1878
|
context[:gem_name] = 'aws-sdk-sagemaker'
|
|
1879
|
-
context[:gem_version] = '1.
|
|
1879
|
+
context[:gem_version] = '1.3.0'
|
|
1880
1880
|
Seahorse::Client::Request.new(handlers, context)
|
|
1881
1881
|
end
|
|
1882
1882
|
|
|
@@ -214,7 +214,7 @@ module Aws::SageMaker
|
|
|
214
214
|
CreateModelInput.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
|
|
215
215
|
CreateModelInput.add_member(:primary_container, Shapes::ShapeRef.new(shape: ContainerDefinition, required: true, location_name: "PrimaryContainer"))
|
|
216
216
|
CreateModelInput.add_member(:supplemental_containers, Shapes::ShapeRef.new(shape: ContainerDefinitionList, location_name: "SupplementalContainers"))
|
|
217
|
-
CreateModelInput.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, location_name: "ExecutionRoleArn"))
|
|
217
|
+
CreateModelInput.add_member(:execution_role_arn, Shapes::ShapeRef.new(shape: RoleArn, required: true, location_name: "ExecutionRoleArn"))
|
|
218
218
|
CreateModelInput.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
|
219
219
|
CreateModelInput.struct_class = Types::CreateModelInput
|
|
220
220
|
|
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.3.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: 2017-12-
|
|
11
|
+
date: 2017-12-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|