aws-sdk-sagemaker 1.116.0 → 1.117.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +4 -4
- data/lib/aws-sdk-sagemaker/types.rb +3 -3
- data/lib/aws-sdk-sagemaker.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 077c341427083e467c48871d576dedfa58218db37da2cf51b2edc1dbc47e077a
|
4
|
+
data.tar.gz: fa9c0cf4a4b472415e831266a636689db3311ce0dd28926f02489bb3dd159135
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 64ead02ca23b2ac48122de6caa102031fb26a43faaf979abb284964ea87c52486965e1deadc5fd798a4ea2d6a21bf116f69dffcee4e5e7f7115546f26d2bc9ef
|
7
|
+
data.tar.gz: 3934e55e51fc511947de92086593923ad22417c4ef1b56b9d442553e222661545b08ee567ddf13bd6e9f07b8051ec5ea44f6c11d778834cc52b4af8e23296914
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.117.0
|
@@ -1446,7 +1446,7 @@ module Aws::SageMaker
|
|
1446
1446
|
# target_platform: {
|
1447
1447
|
# os: "ANDROID", # required, accepts ANDROID, LINUX
|
1448
1448
|
# arch: "X86_64", # required, accepts X86_64, X86, ARM64, ARM_EABI, ARM_EABIHF
|
1449
|
-
# accelerator: "INTEL_GRAPHICS", # accepts INTEL_GRAPHICS, MALI, NVIDIA
|
1449
|
+
# accelerator: "INTEL_GRAPHICS", # accepts INTEL_GRAPHICS, MALI, NVIDIA, NNA
|
1450
1450
|
# },
|
1451
1451
|
# compiler_options: "CompilerOptions",
|
1452
1452
|
# kms_key_id: "KmsKeyId",
|
@@ -8391,7 +8391,7 @@ module Aws::SageMaker
|
|
8391
8391
|
# resp.output_config.target_device #=> String, one of "lambda", "ml_m4", "ml_m5", "ml_c4", "ml_c5", "ml_p2", "ml_p3", "ml_g4dn", "ml_inf1", "ml_eia2", "jetson_tx1", "jetson_tx2", "jetson_nano", "jetson_xavier", "rasp3b", "imx8qm", "deeplens", "rk3399", "rk3288", "aisage", "sbe_c", "qcs605", "qcs603", "sitara_am57x", "amba_cv2", "amba_cv22", "amba_cv25", "x86_win32", "x86_win64", "coreml", "jacinto_tda4vm", "imx8mplus"
|
8392
8392
|
# resp.output_config.target_platform.os #=> String, one of "ANDROID", "LINUX"
|
8393
8393
|
# resp.output_config.target_platform.arch #=> String, one of "X86_64", "X86", "ARM64", "ARM_EABI", "ARM_EABIHF"
|
8394
|
-
# resp.output_config.target_platform.accelerator #=> String, one of "INTEL_GRAPHICS", "MALI", "NVIDIA"
|
8394
|
+
# resp.output_config.target_platform.accelerator #=> String, one of "INTEL_GRAPHICS", "MALI", "NVIDIA", "NNA"
|
8395
8395
|
# resp.output_config.compiler_options #=> String
|
8396
8396
|
# resp.output_config.kms_key_id #=> String
|
8397
8397
|
# resp.vpc_config.security_group_ids #=> Array
|
@@ -12556,7 +12556,7 @@ module Aws::SageMaker
|
|
12556
12556
|
# resp.compilation_job_summaries[0].compilation_target_device #=> String, one of "lambda", "ml_m4", "ml_m5", "ml_c4", "ml_c5", "ml_p2", "ml_p3", "ml_g4dn", "ml_inf1", "ml_eia2", "jetson_tx1", "jetson_tx2", "jetson_nano", "jetson_xavier", "rasp3b", "imx8qm", "deeplens", "rk3399", "rk3288", "aisage", "sbe_c", "qcs605", "qcs603", "sitara_am57x", "amba_cv2", "amba_cv22", "amba_cv25", "x86_win32", "x86_win64", "coreml", "jacinto_tda4vm", "imx8mplus"
|
12557
12557
|
# resp.compilation_job_summaries[0].compilation_target_platform_os #=> String, one of "ANDROID", "LINUX"
|
12558
12558
|
# resp.compilation_job_summaries[0].compilation_target_platform_arch #=> String, one of "X86_64", "X86", "ARM64", "ARM_EABI", "ARM_EABIHF"
|
12559
|
-
# resp.compilation_job_summaries[0].compilation_target_platform_accelerator #=> String, one of "INTEL_GRAPHICS", "MALI", "NVIDIA"
|
12559
|
+
# resp.compilation_job_summaries[0].compilation_target_platform_accelerator #=> String, one of "INTEL_GRAPHICS", "MALI", "NVIDIA", "NNA"
|
12560
12560
|
# resp.compilation_job_summaries[0].last_modified_time #=> Time
|
12561
12561
|
# resp.compilation_job_summaries[0].compilation_job_status #=> String, one of "INPROGRESS", "COMPLETED", "FAILED", "STARTING", "STOPPING", "STOPPED"
|
12562
12562
|
# resp.next_token #=> String
|
@@ -19446,7 +19446,7 @@ module Aws::SageMaker
|
|
19446
19446
|
params: params,
|
19447
19447
|
config: config)
|
19448
19448
|
context[:gem_name] = 'aws-sdk-sagemaker'
|
19449
|
-
context[:gem_version] = '1.
|
19449
|
+
context[:gem_version] = '1.117.0'
|
19450
19450
|
Seahorse::Client::Request.new(handlers, context)
|
19451
19451
|
end
|
19452
19452
|
|
@@ -4580,7 +4580,7 @@ module Aws::SageMaker
|
|
4580
4580
|
# target_platform: {
|
4581
4581
|
# os: "ANDROID", # required, accepts ANDROID, LINUX
|
4582
4582
|
# arch: "X86_64", # required, accepts X86_64, X86, ARM64, ARM_EABI, ARM_EABIHF
|
4583
|
-
# accelerator: "INTEL_GRAPHICS", # accepts INTEL_GRAPHICS, MALI, NVIDIA
|
4583
|
+
# accelerator: "INTEL_GRAPHICS", # accepts INTEL_GRAPHICS, MALI, NVIDIA, NNA
|
4584
4584
|
# },
|
4585
4585
|
# compiler_options: "CompilerOptions",
|
4586
4586
|
# kms_key_id: "KmsKeyId",
|
@@ -30416,7 +30416,7 @@ module Aws::SageMaker
|
|
30416
30416
|
# target_platform: {
|
30417
30417
|
# os: "ANDROID", # required, accepts ANDROID, LINUX
|
30418
30418
|
# arch: "X86_64", # required, accepts X86_64, X86, ARM64, ARM_EABI, ARM_EABIHF
|
30419
|
-
# accelerator: "INTEL_GRAPHICS", # accepts INTEL_GRAPHICS, MALI, NVIDIA
|
30419
|
+
# accelerator: "INTEL_GRAPHICS", # accepts INTEL_GRAPHICS, MALI, NVIDIA, NNA
|
30420
30420
|
# },
|
30421
30421
|
# compiler_options: "CompilerOptions",
|
30422
30422
|
# kms_key_id: "KmsKeyId",
|
@@ -35995,7 +35995,7 @@ module Aws::SageMaker
|
|
35995
35995
|
# {
|
35996
35996
|
# os: "ANDROID", # required, accepts ANDROID, LINUX
|
35997
35997
|
# arch: "X86_64", # required, accepts X86_64, X86, ARM64, ARM_EABI, ARM_EABIHF
|
35998
|
-
# accelerator: "INTEL_GRAPHICS", # accepts INTEL_GRAPHICS, MALI, NVIDIA
|
35998
|
+
# accelerator: "INTEL_GRAPHICS", # accepts INTEL_GRAPHICS, MALI, NVIDIA, NNA
|
35999
35999
|
# }
|
36000
36000
|
#
|
36001
36001
|
# @!attribute [rw] os
|
data/lib/aws-sdk-sagemaker.rb
CHANGED
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.117.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: 2022-01-
|
11
|
+
date: 2022-01-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|