aws-sdk-lookoutforvision 1.11.0 → 1.14.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 +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lookoutforvision/client.rb +7 -3
- data/lib/aws-sdk-lookoutforvision/client_api.rb +1 -1
- data/lib/aws-sdk-lookoutforvision/types.rb +6 -4
- data/lib/aws-sdk-lookoutforvision.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 88bb02d2a62c545c733561bad84264a2d46d556a761e97d687715e55a87240f3
|
4
|
+
data.tar.gz: d3ac8c3b2e4a0dd6c10d487bc9f3efde0dac23937391d5472858e8d185d31a53
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b8b1f63cccc6c0934a2e9d676d578c3f0d8ccca39837e17854390ed9f49028dbd987d695a442b09c0b2d624ded3b91ef8018d66b82dd19e13222b52b1175f4cb
|
7
|
+
data.tar.gz: e04023c711e53b64fc5a14e44fb05c96437ced43e27513dae5e7bf372f90142f10cb85ce4ac0ab16fc4276e962373496fd8a63e2e2a6a00ae58ed76793e70b3e
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.14.0 (2022-02-24)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.13.0 (2022-02-10)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release makes CompilerOptions in Lookout for Vision's StartModelPackagingJob's Configuration object optional.
|
13
|
+
|
14
|
+
1.12.0 (2022-02-03)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
4
19
|
1.11.0 (2021-12-21)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.14.0
|
@@ -27,7 +27,9 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
|
|
27
27
|
require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
|
28
28
|
require 'aws-sdk-core/plugins/transfer_encoding.rb'
|
29
29
|
require 'aws-sdk-core/plugins/http_checksum.rb'
|
30
|
+
require 'aws-sdk-core/plugins/checksum_algorithm.rb'
|
30
31
|
require 'aws-sdk-core/plugins/defaults_mode.rb'
|
32
|
+
require 'aws-sdk-core/plugins/recursion_detection.rb'
|
31
33
|
require 'aws-sdk-core/plugins/signature_v4.rb'
|
32
34
|
require 'aws-sdk-core/plugins/protocols/rest_json.rb'
|
33
35
|
|
@@ -74,7 +76,9 @@ module Aws::LookoutforVision
|
|
74
76
|
add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
|
75
77
|
add_plugin(Aws::Plugins::TransferEncoding)
|
76
78
|
add_plugin(Aws::Plugins::HttpChecksum)
|
79
|
+
add_plugin(Aws::Plugins::ChecksumAlgorithm)
|
77
80
|
add_plugin(Aws::Plugins::DefaultsMode)
|
81
|
+
add_plugin(Aws::Plugins::RecursionDetection)
|
78
82
|
add_plugin(Aws::Plugins::SignatureV4)
|
79
83
|
add_plugin(Aws::Plugins::Protocols::RestJson)
|
80
84
|
|
@@ -1441,7 +1445,7 @@ module Aws::LookoutforVision
|
|
1441
1445
|
#
|
1442
1446
|
# This operation requires the following permissions:
|
1443
1447
|
#
|
1444
|
-
# * `lookoutvision:
|
1448
|
+
# * `lookoutvision:StartModelPackagingJob`
|
1445
1449
|
#
|
1446
1450
|
# * `s3:PutObject`
|
1447
1451
|
#
|
@@ -1511,7 +1515,7 @@ module Aws::LookoutforVision
|
|
1511
1515
|
# job_name: "ModelPackagingJobName",
|
1512
1516
|
# configuration: { # required
|
1513
1517
|
# greengrass: { # required
|
1514
|
-
# compiler_options: "CompilerOptions",
|
1518
|
+
# compiler_options: "CompilerOptions",
|
1515
1519
|
# target_device: "jetson_xavier", # accepts jetson_xavier
|
1516
1520
|
# target_platform: {
|
1517
1521
|
# os: "LINUX", # required, accepts LINUX
|
@@ -1773,7 +1777,7 @@ module Aws::LookoutforVision
|
|
1773
1777
|
params: params,
|
1774
1778
|
config: config)
|
1775
1779
|
context[:gem_name] = 'aws-sdk-lookoutforvision'
|
1776
|
-
context[:gem_version] = '1.
|
1780
|
+
context[:gem_version] = '1.14.0'
|
1777
1781
|
Seahorse::Client::Request.new(handlers, context)
|
1778
1782
|
end
|
1779
1783
|
|
@@ -280,7 +280,7 @@ module Aws::LookoutforVision
|
|
280
280
|
DetectAnomalyResult.add_member(:confidence, Shapes::ShapeRef.new(shape: Float, location_name: "Confidence"))
|
281
281
|
DetectAnomalyResult.struct_class = Types::DetectAnomalyResult
|
282
282
|
|
283
|
-
GreengrassConfiguration.add_member(:compiler_options, Shapes::ShapeRef.new(shape: CompilerOptions,
|
283
|
+
GreengrassConfiguration.add_member(:compiler_options, Shapes::ShapeRef.new(shape: CompilerOptions, location_name: "CompilerOptions"))
|
284
284
|
GreengrassConfiguration.add_member(:target_device, Shapes::ShapeRef.new(shape: TargetDevice, location_name: "TargetDevice"))
|
285
285
|
GreengrassConfiguration.add_member(:target_platform, Shapes::ShapeRef.new(shape: TargetPlatform, location_name: "TargetPlatform"))
|
286
286
|
GreengrassConfiguration.add_member(:s3_output_location, Shapes::ShapeRef.new(shape: S3Location, required: true, location_name: "S3OutputLocation"))
|
@@ -852,7 +852,7 @@ module Aws::LookoutforVision
|
|
852
852
|
# data as a hash:
|
853
853
|
#
|
854
854
|
# {
|
855
|
-
# compiler_options: "CompilerOptions",
|
855
|
+
# compiler_options: "CompilerOptions",
|
856
856
|
# target_device: "jetson_xavier", # accepts jetson_xavier
|
857
857
|
# target_platform: {
|
858
858
|
# os: "LINUX", # required, accepts LINUX
|
@@ -876,7 +876,9 @@ module Aws::LookoutforVision
|
|
876
876
|
#
|
877
877
|
# @!attribute [rw] compiler_options
|
878
878
|
# Additional compiler options for the Greengrass component. Currently,
|
879
|
-
# only NVIDIA Graphics Processing Units (GPU) are supported.
|
879
|
+
# only NVIDIA Graphics Processing Units (GPU) are supported. If you
|
880
|
+
# specify `TargetPlatform`, you must specify `CompilerOptions`. If you
|
881
|
+
# specify `TargetDevice`, don't specify `CompilerOptions`.
|
880
882
|
#
|
881
883
|
# For more information, see *Compiler options* in the Amazon Lookout
|
882
884
|
# for Vision Developer Guide.
|
@@ -1450,7 +1452,7 @@ module Aws::LookoutforVision
|
|
1450
1452
|
#
|
1451
1453
|
# {
|
1452
1454
|
# greengrass: { # required
|
1453
|
-
# compiler_options: "CompilerOptions",
|
1455
|
+
# compiler_options: "CompilerOptions",
|
1454
1456
|
# target_device: "jetson_xavier", # accepts jetson_xavier
|
1455
1457
|
# target_platform: {
|
1456
1458
|
# os: "LINUX", # required, accepts LINUX
|
@@ -1853,7 +1855,7 @@ module Aws::LookoutforVision
|
|
1853
1855
|
# job_name: "ModelPackagingJobName",
|
1854
1856
|
# configuration: { # required
|
1855
1857
|
# greengrass: { # required
|
1856
|
-
# compiler_options: "CompilerOptions",
|
1858
|
+
# compiler_options: "CompilerOptions",
|
1857
1859
|
# target_device: "jetson_xavier", # accepts jetson_xavier
|
1858
1860
|
# target_platform: {
|
1859
1861
|
# os: "LINUX", # required, accepts LINUX
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-lookoutforvision
|
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:
|
11
|
+
date: 2022-02-24 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.127.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.127.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|