aws-sdk-lookoutforvision 1.12.0 → 1.13.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/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lookoutforvision/client.rb +3 -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 +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2999cc572597990dd76d6fd7b8c66728293126c1218ea52231fff6948e4bba3f
|
|
4
|
+
data.tar.gz: b19fadbfd5308fe6b083326f6e7c8a1fedea16e788c2962ec136af4511f4b7d1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 036a85e6b1089d84b3a58e60292430c1232f721f57345397aaae414c62a2022553a30ba72d97b18f606e6757497d5c63ba7479771f740a6e4ca5b971b0cfff7d
|
|
7
|
+
data.tar.gz: 6abdfbbda8c95d39f44581053dee0a3874a53d99db23afda208cde362ce2de19d280a4d475a542803c8a4c4a8f3b218fd0bcf035926947ac5e25cf0d8c05d87f
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.13.0 (2022-02-10)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This release makes CompilerOptions in Lookout for Vision's StartModelPackagingJob's Configuration object optional.
|
|
8
|
+
|
|
4
9
|
1.12.0 (2022-02-03)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.13.0
|
|
@@ -1443,7 +1443,7 @@ module Aws::LookoutforVision
|
|
|
1443
1443
|
#
|
|
1444
1444
|
# This operation requires the following permissions:
|
|
1445
1445
|
#
|
|
1446
|
-
# * `lookoutvision:
|
|
1446
|
+
# * `lookoutvision:StartModelPackagingJob`
|
|
1447
1447
|
#
|
|
1448
1448
|
# * `s3:PutObject`
|
|
1449
1449
|
#
|
|
@@ -1513,7 +1513,7 @@ module Aws::LookoutforVision
|
|
|
1513
1513
|
# job_name: "ModelPackagingJobName",
|
|
1514
1514
|
# configuration: { # required
|
|
1515
1515
|
# greengrass: { # required
|
|
1516
|
-
# compiler_options: "CompilerOptions",
|
|
1516
|
+
# compiler_options: "CompilerOptions",
|
|
1517
1517
|
# target_device: "jetson_xavier", # accepts jetson_xavier
|
|
1518
1518
|
# target_platform: {
|
|
1519
1519
|
# os: "LINUX", # required, accepts LINUX
|
|
@@ -1775,7 +1775,7 @@ module Aws::LookoutforVision
|
|
|
1775
1775
|
params: params,
|
|
1776
1776
|
config: config)
|
|
1777
1777
|
context[:gem_name] = 'aws-sdk-lookoutforvision'
|
|
1778
|
-
context[:gem_version] = '1.
|
|
1778
|
+
context[:gem_version] = '1.13.0'
|
|
1779
1779
|
Seahorse::Client::Request.new(handlers, context)
|
|
1780
1780
|
end
|
|
1781
1781
|
|
|
@@ -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.13.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-02-
|
|
11
|
+
date: 2022-02-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|