aws-sdk-lookoutforvision 1.12.0 → 1.13.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: efc76b649ce2404607eb851467ea8732cf01a1b34f0fbcca9bf59b0b87de2d59
4
- data.tar.gz: 7e47247f6db0846510b32a27b6d404f61ca14814e9e74a0abbf458f21959fb20
3
+ metadata.gz: 2999cc572597990dd76d6fd7b8c66728293126c1218ea52231fff6948e4bba3f
4
+ data.tar.gz: b19fadbfd5308fe6b083326f6e7c8a1fedea16e788c2962ec136af4511f4b7d1
5
5
  SHA512:
6
- metadata.gz: 96de9f51a99c932f8086d11c6afcd097e7a4bb4e4deeed718062130fb49e34e691db6bf7b9bbf46e422bd8387cf8c15fc3bda07d825c9cfea403f0cafd64148b
7
- data.tar.gz: dc5528a213a404f42726a669b54cf9991329762932b28cff2e6a44d764aea8d3bbb7b3ff87cf04420a17c3960f9377cf6d26b2602265171df22ca7c73ce813c6
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.12.0
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:StartModelPackagingJobs`
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", # required
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.12.0'
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, required: true, location_name: "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", # required
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", # required
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", # required
1858
+ # compiler_options: "CompilerOptions",
1857
1859
  # target_device: "jetson_xavier", # accepts jetson_xavier
1858
1860
  # target_platform: {
1859
1861
  # os: "LINUX", # required, accepts LINUX
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-lookoutforvision/customizations'
48
48
  # @!group service
49
49
  module Aws::LookoutforVision
50
50
 
51
- GEM_VERSION = '1.12.0'
51
+ GEM_VERSION = '1.13.0'
52
52
 
53
53
  end
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.12.0
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-03 00:00:00.000000000 Z
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