aws-sdk-lookoutforvision 1.9.0 → 1.10.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0f7cc003626c907f3bab14a9b8b2f48fae59da844a82bc701d417cafe81ce0d1
4
- data.tar.gz: 970f842f9eba5ba3bee56e1f3a7e205c592565e9559597fc010c28fe27874275
3
+ metadata.gz: 446189a83782c64c61bc282c7cd7cba09bc694ee79df5b99a6d4b6500a4c2325
4
+ data.tar.gz: cc99773d20c2a7a7a32c64fcfbbb5b81361b1384e2aacce9de342cc46c3b6898
5
5
  SHA512:
6
- metadata.gz: d18be1ec2f853b9a6193fb2524d5a6233bfd8d2119d4e100f185e50c89d401eb45459d43122beb8b96c94ab9c4e1d8cba59cc167a2cca8c4417bd2ca4f6bc03a
7
- data.tar.gz: 646c8a007aba6d4e4f7d987db84c0a78e0edc74a69bc1cffbd0e1b984430e5af9bb01b32fe13f88840e90b4f4f996166f38b9c0b807b7eaff680bd15dcfba272
6
+ metadata.gz: d7ec743495dc40168153e391b6478e1501adc8d88b750aa69b82939a231138aa16575e950e84cc9ae6040b1743ee94af4e3a542dffbc425334c414728b4a99dd
7
+ data.tar.gz: b8294bc7a5bad2473dda6c64a71ce47cdd830bd74d233d37157efb208b480f4b22a0198cf132d938f880b43500630986f76076cfaa68cb206eb90798935b5c95
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.10.0 (2021-12-08)
5
+ ------------------
6
+
7
+ * Feature - This release adds new APIs for packaging an Amazon Lookout for Vision model as an AWS IoT Greengrass component.
8
+
4
9
  1.9.0 (2021-11-30)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.9.0
1
+ 1.10.0
@@ -377,11 +377,17 @@ module Aws::LookoutforVision
377
377
  # @option params [String] :client_token
378
378
  # ClientToken is an idempotency token that ensures a call to
379
379
  # `CreateDataset` completes only once. You choose the value to pass. For
380
- # example, An issue, such as an network outage, might prevent you from
381
- # getting a response from `CreateDataset`. In this case, safely retry
382
- # your call to `CreateDataset` by using the same `ClientToken` parameter
383
- # value. An error occurs if the other input parameters are not the same
384
- # as in the first request. Using a different value for `ClientToken` is
380
+ # example, An issue might prevent you from getting a response from
381
+ # `CreateDataset`. In this case, safely retry your call to
382
+ # `CreateDataset` by using the same `ClientToken` parameter value.
383
+ #
384
+ # If you don't supply a value for `ClientToken`, the AWS SDK you are
385
+ # using inserts a value for you. This prevents retries after a network
386
+ # error from making multiple dataset creation requests. You'll need to
387
+ # provide your own value for other use cases.
388
+ #
389
+ # An error occurs if the other input parameters are not the same as in
390
+ # the first request. Using a different value for `ClientToken` is
385
391
  # considered a new call to `CreateDataset`. An idempotency token is
386
392
  # active for 8 hours.
387
393
  #
@@ -455,9 +461,15 @@ module Aws::LookoutforVision
455
461
  # @option params [String] :client_token
456
462
  # ClientToken is an idempotency token that ensures a call to
457
463
  # `CreateModel` completes only once. You choose the value to pass. For
458
- # example, An issue, such as an network outage, might prevent you from
459
- # getting a response from `CreateModel`. In this case, safely retry your
460
- # call to `CreateModel` by using the same `ClientToken` parameter value.
464
+ # example, An issue might prevent you from getting a response from
465
+ # `CreateModel`. In this case, safely retry your call to `CreateModel`
466
+ # by using the same `ClientToken` parameter value.
467
+ #
468
+ # If you don't supply a value for `ClientToken`, the AWS SDK you are
469
+ # using inserts a value for you. This prevents retries after a network
470
+ # error from starting multiple training jobs. You'll need to provide
471
+ # your own value for other use cases.
472
+ #
461
473
  # An error occurs if the other input parameters are not the same as in
462
474
  # the first request. Using a different value for `ClientToken` is
463
475
  # considered a new call to `CreateModel`. An idempotency token is active
@@ -471,11 +483,10 @@ module Aws::LookoutforVision
471
483
  # results.
472
484
  #
473
485
  # @option params [String] :kms_key_id
474
- # The identifier for your AWS Key Management Service (AWS KMS) customer
475
- # master key (CMK). The key is used to encrypt training and test images
476
- # copied into the service for model training. Your source images are
477
- # unaffected. If this parameter is not specified, the copied images are
478
- # encrypted by a key that AWS owns and manages.
486
+ # The identifier for your AWS KMS key. The key is used to encrypt
487
+ # training and test images copied into the service for model training.
488
+ # Your source images are unaffected. If this parameter is not specified,
489
+ # the copied images are encrypted by a key that AWS owns and manages.
479
490
  #
480
491
  # @option params [Array<Types::Tag>] :tags
481
492
  # A set of tags (key-value pairs) that you want to attach to the model.
@@ -538,11 +549,17 @@ module Aws::LookoutforVision
538
549
  # @option params [String] :client_token
539
550
  # ClientToken is an idempotency token that ensures a call to
540
551
  # `CreateProject` completes only once. You choose the value to pass. For
541
- # example, An issue, such as an network outage, might prevent you from
542
- # getting a response from `CreateProject`. In this case, safely retry
543
- # your call to `CreateProject` by using the same `ClientToken` parameter
544
- # value. An error occurs if the other input parameters are not the same
545
- # as in the first request. Using a different value for `ClientToken` is
552
+ # example, An issue might prevent you from getting a response from
553
+ # `CreateProject`. In this case, safely retry your call to
554
+ # `CreateProject` by using the same `ClientToken` parameter value.
555
+ #
556
+ # If you don't supply a value for `ClientToken`, the AWS SDK you are
557
+ # using inserts a value for you. This prevents retries after a network
558
+ # error from making multiple project creation requests. You'll need to
559
+ # provide your own value for other use cases.
560
+ #
561
+ # An error occurs if the other input parameters are not the same as in
562
+ # the first request. Using a different value for `ClientToken` is
546
563
  # considered a new call to `CreateProject`. An idempotency token is
547
564
  # active for 8 hours.
548
565
  #
@@ -606,11 +623,17 @@ module Aws::LookoutforVision
606
623
  # @option params [String] :client_token
607
624
  # ClientToken is an idempotency token that ensures a call to
608
625
  # `DeleteDataset` completes only once. You choose the value to pass. For
609
- # example, An issue, such as an network outage, might prevent you from
610
- # getting a response from `DeleteDataset`. In this case, safely retry
611
- # your call to `DeleteDataset` by using the same `ClientToken` parameter
612
- # value. An error occurs if the other input parameters are not the same
613
- # as in the first request. Using a different value for `ClientToken` is
626
+ # example, An issue might prevent you from getting a response from
627
+ # `DeleteDataset`. In this case, safely retry your call to
628
+ # `DeleteDataset` by using the same `ClientToken` parameter value.
629
+ #
630
+ # If you don't supply a value for `ClientToken`, the AWS SDK you are
631
+ # using inserts a value for you. This prevents retries after a network
632
+ # error from making multiple deletetion requests. You'll need to
633
+ # provide your own value for other use cases.
634
+ #
635
+ # An error occurs if the other input parameters are not the same as in
636
+ # the first request. Using a different value for `ClientToken` is
614
637
  # considered a new call to `DeleteDataset`. An idempotency token is
615
638
  # active for 8 hours.
616
639
  #
@@ -640,9 +663,11 @@ module Aws::LookoutforVision
640
663
  # running model. To stop a running model, use the StopModel operation.
641
664
  #
642
665
  # It might take a few seconds to delete a model. To determine if a model
643
- # has been deleted, call ListProjects and check if the version of the
666
+ # has been deleted, call ListModels and check if the version of the
644
667
  # model (`ModelVersion`) is in the `Models` array.
645
668
  #
669
+ #
670
+ #
646
671
  # This operation requires permissions to perform the
647
672
  # `lookoutvision:DeleteModel` operation.
648
673
  #
@@ -656,9 +681,15 @@ module Aws::LookoutforVision
656
681
  # @option params [String] :client_token
657
682
  # ClientToken is an idempotency token that ensures a call to
658
683
  # `DeleteModel` completes only once. You choose the value to pass. For
659
- # example, An issue, such as an network outage, might prevent you from
660
- # getting a response from `DeleteModel`. In this case, safely retry your
661
- # call to `DeleteModel` by using the same `ClientToken` parameter value.
684
+ # example, an issue might prevent you from getting a response from
685
+ # `DeleteModel`. In this case, safely retry your call to `DeleteModel`
686
+ # by using the same `ClientToken` parameter value.
687
+ #
688
+ # If you don't supply a value for ClientToken, the AWS SDK you are
689
+ # using inserts a value for you. This prevents retries after a network
690
+ # error from making multiple model deletion requests. You'll need to
691
+ # provide your own value for other use cases.
692
+ #
662
693
  # An error occurs if the other input parameters are not the same as in
663
694
  # the first request. Using a different value for `ClientToken` is
664
695
  # considered a new call to `DeleteModel`. An idempotency token is active
@@ -675,7 +706,7 @@ module Aws::LookoutforVision
675
706
  #
676
707
  # resp = client.delete_model({
677
708
  # project_name: "ProjectName", # required
678
- # model_version: "ModelVersion", # required
709
+ # model_version: "ModelVersionNoLatest", # required
679
710
  # client_token: "ClientToken",
680
711
  # })
681
712
  #
@@ -711,11 +742,17 @@ module Aws::LookoutforVision
711
742
  # @option params [String] :client_token
712
743
  # ClientToken is an idempotency token that ensures a call to
713
744
  # `DeleteProject` completes only once. You choose the value to pass. For
714
- # example, An issue, such as an network outage, might prevent you from
715
- # getting a response from `DeleteProject`. In this case, safely retry
716
- # your call to `DeleteProject` by using the same `ClientToken` parameter
717
- # value. An error occurs if the other input parameters are not the same
718
- # as in the first request. Using a different value for `ClientToken` is
745
+ # example, An issue might prevent you from getting a response from
746
+ # `DeleteProject`. In this case, safely retry your call to
747
+ # `DeleteProject` by using the same `ClientToken` parameter value.
748
+ #
749
+ # If you don't supply a value for `ClientToken`, the AWS SDK you are
750
+ # using inserts a value for you. This prevents retries after a network
751
+ # error from making multiple project deletion requests. You'll need to
752
+ # provide your own value for other use cases.
753
+ #
754
+ # An error occurs if the other input parameters are not the same as in
755
+ # the first request. Using a different value for `ClientToken` is
719
756
  # considered a new call to `DeleteProject`. An idempotency token is
720
757
  # active for 8 hours.
721
758
  #
@@ -845,6 +882,69 @@ module Aws::LookoutforVision
845
882
  req.send_request(options)
846
883
  end
847
884
 
885
+ # Describes an Amazon Lookout for Vision model packaging job.
886
+ #
887
+ # This operation requires permissions to perform the
888
+ # `lookoutvision:DescribeModelPackagingJob` operation.
889
+ #
890
+ # For more information, see *Using your Amazon Lookout for Vision model
891
+ # on an edge device* in the Amazon Lookout for Vision Developer Guide.
892
+ #
893
+ # @option params [required, String] :project_name
894
+ # The name of the project that contains the model packaging job that you
895
+ # want to describe.
896
+ #
897
+ # @option params [required, String] :job_name
898
+ # The job name for the model packaging job.
899
+ #
900
+ # @return [Types::DescribeModelPackagingJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
901
+ #
902
+ # * {Types::DescribeModelPackagingJobResponse#model_packaging_description #model_packaging_description} => Types::ModelPackagingDescription
903
+ #
904
+ # @example Request syntax with placeholder values
905
+ #
906
+ # resp = client.describe_model_packaging_job({
907
+ # project_name: "ProjectName", # required
908
+ # job_name: "ModelPackagingJobName", # required
909
+ # })
910
+ #
911
+ # @example Response structure
912
+ #
913
+ # resp.model_packaging_description.job_name #=> String
914
+ # resp.model_packaging_description.project_name #=> String
915
+ # resp.model_packaging_description.model_version #=> String
916
+ # resp.model_packaging_description.model_packaging_configuration.greengrass.compiler_options #=> String
917
+ # resp.model_packaging_description.model_packaging_configuration.greengrass.target_device #=> String, one of "jetson_xavier"
918
+ # resp.model_packaging_description.model_packaging_configuration.greengrass.target_platform.os #=> String, one of "LINUX"
919
+ # resp.model_packaging_description.model_packaging_configuration.greengrass.target_platform.arch #=> String, one of "ARM64", "X86_64"
920
+ # resp.model_packaging_description.model_packaging_configuration.greengrass.target_platform.accelerator #=> String, one of "NVIDIA"
921
+ # resp.model_packaging_description.model_packaging_configuration.greengrass.s3_output_location.bucket #=> String
922
+ # resp.model_packaging_description.model_packaging_configuration.greengrass.s3_output_location.prefix #=> String
923
+ # resp.model_packaging_description.model_packaging_configuration.greengrass.component_name #=> String
924
+ # resp.model_packaging_description.model_packaging_configuration.greengrass.component_version #=> String
925
+ # resp.model_packaging_description.model_packaging_configuration.greengrass.component_description #=> String
926
+ # resp.model_packaging_description.model_packaging_configuration.greengrass.tags #=> Array
927
+ # resp.model_packaging_description.model_packaging_configuration.greengrass.tags[0].key #=> String
928
+ # resp.model_packaging_description.model_packaging_configuration.greengrass.tags[0].value #=> String
929
+ # resp.model_packaging_description.model_packaging_job_description #=> String
930
+ # resp.model_packaging_description.model_packaging_method #=> String
931
+ # resp.model_packaging_description.model_packaging_output_details.greengrass.component_version_arn #=> String
932
+ # resp.model_packaging_description.model_packaging_output_details.greengrass.component_name #=> String
933
+ # resp.model_packaging_description.model_packaging_output_details.greengrass.component_version #=> String
934
+ # resp.model_packaging_description.status #=> String, one of "CREATED", "RUNNING", "SUCCEEDED", "FAILED"
935
+ # resp.model_packaging_description.status_message #=> String
936
+ # resp.model_packaging_description.creation_timestamp #=> Time
937
+ # resp.model_packaging_description.last_updated_timestamp #=> Time
938
+ #
939
+ # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutvision-2020-11-20/DescribeModelPackagingJob AWS API Documentation
940
+ #
941
+ # @overload describe_model_packaging_job(params = {})
942
+ # @param [Hash] params ({})
943
+ def describe_model_packaging_job(params = {}, options = {})
944
+ req = build_request(:describe_model_packaging_job, params)
945
+ req.send_request(options)
946
+ end
947
+
848
948
  # Describes an Amazon Lookout for Vision project.
849
949
  #
850
950
  # This operation requires permissions to perform the
@@ -1028,8 +1128,75 @@ module Aws::LookoutforVision
1028
1128
  req.send_request(options)
1029
1129
  end
1030
1130
 
1131
+ # Lists the model packaging jobs created for an Amazon Lookout for
1132
+ # Vision project.
1133
+ #
1134
+ # This operation requires permissions to perform the
1135
+ # `lookoutvision:ListModelPackagingJobs` operation.
1136
+ #
1137
+ # For more information, see *Using your Amazon Lookout for Vision model
1138
+ # on an edge device* in the Amazon Lookout for Vision Developer Guide.
1139
+ #
1140
+ # @option params [required, String] :project_name
1141
+ # The name of the project for which you want to list the model packaging
1142
+ # jobs.
1143
+ #
1144
+ # @option params [String] :next_token
1145
+ # If the previous response was incomplete (because there is more results
1146
+ # to retrieve), Amazon Lookout for Vision returns a pagination token in
1147
+ # the response. You can use this pagination token to retrieve the next
1148
+ # set of results.
1149
+ #
1150
+ # @option params [Integer] :max_results
1151
+ # The maximum number of results to return per paginated call. The
1152
+ # largest value you can specify is 100. If you specify a value greater
1153
+ # than 100, a ValidationException error occurs. The default value is
1154
+ # 100.
1155
+ #
1156
+ # @return [Types::ListModelPackagingJobsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1157
+ #
1158
+ # * {Types::ListModelPackagingJobsResponse#model_packaging_jobs #model_packaging_jobs} => Array&lt;Types::ModelPackagingJobMetadata&gt;
1159
+ # * {Types::ListModelPackagingJobsResponse#next_token #next_token} => String
1160
+ #
1161
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1162
+ #
1163
+ # @example Request syntax with placeholder values
1164
+ #
1165
+ # resp = client.list_model_packaging_jobs({
1166
+ # project_name: "ProjectName", # required
1167
+ # next_token: "PaginationToken",
1168
+ # max_results: 1,
1169
+ # })
1170
+ #
1171
+ # @example Response structure
1172
+ #
1173
+ # resp.model_packaging_jobs #=> Array
1174
+ # resp.model_packaging_jobs[0].job_name #=> String
1175
+ # resp.model_packaging_jobs[0].project_name #=> String
1176
+ # resp.model_packaging_jobs[0].model_version #=> String
1177
+ # resp.model_packaging_jobs[0].model_packaging_job_description #=> String
1178
+ # resp.model_packaging_jobs[0].model_packaging_method #=> String
1179
+ # resp.model_packaging_jobs[0].status #=> String, one of "CREATED", "RUNNING", "SUCCEEDED", "FAILED"
1180
+ # resp.model_packaging_jobs[0].status_message #=> String
1181
+ # resp.model_packaging_jobs[0].creation_timestamp #=> Time
1182
+ # resp.model_packaging_jobs[0].last_updated_timestamp #=> Time
1183
+ # resp.next_token #=> String
1184
+ #
1185
+ # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutvision-2020-11-20/ListModelPackagingJobs AWS API Documentation
1186
+ #
1187
+ # @overload list_model_packaging_jobs(params = {})
1188
+ # @param [Hash] params ({})
1189
+ def list_model_packaging_jobs(params = {}, options = {})
1190
+ req = build_request(:list_model_packaging_jobs, params)
1191
+ req.send_request(options)
1192
+ end
1193
+
1031
1194
  # Lists the versions of a model in an Amazon Lookout for Vision project.
1032
1195
  #
1196
+ # The `ListModels` operation is eventually consistent. Recent calls to
1197
+ # `CreateModel` might take a while to appear in the response from
1198
+ # `ListProjects`.
1199
+ #
1033
1200
  # This operation requires permissions to perform the
1034
1201
  # `lookoutvision:ListModels` operation.
1035
1202
  #
@@ -1089,6 +1256,10 @@ module Aws::LookoutforVision
1089
1256
 
1090
1257
  # Lists the Amazon Lookout for Vision projects in your AWS account.
1091
1258
  #
1259
+ # The `ListProjects` operation is eventually consistent. Recent calls to
1260
+ # `CreateProject` and `DeleteProject` might take a while to appear in
1261
+ # the response from `ListProjects`.
1262
+ #
1092
1263
  # This operation requires permissions to perform the
1093
1264
  # `lookoutvision:ListProjects` operation.
1094
1265
  #
@@ -1196,17 +1367,22 @@ module Aws::LookoutforVision
1196
1367
  #
1197
1368
  # @option params [required, Integer] :min_inference_units
1198
1369
  # The minimum number of inference units to use. A single inference unit
1199
- # represents 1 hour of processing and can support up to 5 Transaction
1200
- # Pers Second (TPS). Use a higher number to increase the TPS throughput
1201
- # of your model. You are charged for the number of inference units that
1202
- # you use.
1370
+ # represents 1 hour of processing. Use a higher number to increase the
1371
+ # TPS throughput of your model. You are charged for the number of
1372
+ # inference units that you use.
1203
1373
  #
1204
1374
  # @option params [String] :client_token
1205
1375
  # ClientToken is an idempotency token that ensures a call to
1206
1376
  # `StartModel` completes only once. You choose the value to pass. For
1207
- # example, An issue, such as an network outage, might prevent you from
1208
- # getting a response from `StartModel`. In this case, safely retry your
1209
- # call to `StartModel` by using the same `ClientToken` parameter value.
1377
+ # example, An issue might prevent you from getting a response from
1378
+ # `StartModel`. In this case, safely retry your call to `StartModel` by
1379
+ # using the same `ClientToken` parameter value.
1380
+ #
1381
+ # If you don't supply a value for `ClientToken`, the AWS SDK you are
1382
+ # using inserts a value for you. This prevents retries after a network
1383
+ # error from making multiple start requests. You'll need to provide
1384
+ # your own value for other use cases.
1385
+ #
1210
1386
  # An error occurs if the other input parameters are not the same as in
1211
1387
  # the first request. Using a different value for `ClientToken` is
1212
1388
  # considered a new call to `StartModel`. An idempotency token is active
@@ -1241,6 +1417,130 @@ module Aws::LookoutforVision
1241
1417
  req.send_request(options)
1242
1418
  end
1243
1419
 
1420
+ # Starts an Amazon Lookout for Vision model packaging job. A model
1421
+ # packaging job creates an AWS IoT Greengrass component for a Lookout
1422
+ # for Vision model. You can use the component to deploy your model to an
1423
+ # edge device managed by Greengrass.
1424
+ #
1425
+ # Use the DescribeModelPackagingJob API to determine the current status
1426
+ # of the job. The model packaging job is complete if the value of
1427
+ # `Status` is `SUCCEEDED`.
1428
+ #
1429
+ # To deploy the component to the target device, use the component name
1430
+ # and component version with the AWS IoT Greengrass
1431
+ # [CreateDeployment][1] API.
1432
+ #
1433
+ # This operation requires the following permissions:
1434
+ #
1435
+ # * `lookoutvision:StartModelPackagingJobs`
1436
+ #
1437
+ # * `s3:PutObject`
1438
+ #
1439
+ # * `s3:GetBucketLocation`
1440
+ #
1441
+ # * `greengrass:CreateComponentVersion`
1442
+ #
1443
+ # * `greengrass:DescribeComponent`
1444
+ #
1445
+ # * (Optional) `greengrass:TagResource`. Only required if you want to
1446
+ # tag the component.
1447
+ #
1448
+ # For more information, see *Using your Amazon Lookout for Vision model
1449
+ # on an edge device* in the Amazon Lookout for Vision Developer Guide.
1450
+ #
1451
+ #
1452
+ #
1453
+ # [1]: https://docs.aws.amazon.com/greengrass/v2/APIReference/API_CreateDeployment.html
1454
+ #
1455
+ # @option params [required, String] :project_name
1456
+ # The name of the project which contains the version of the model that
1457
+ # you want to package.
1458
+ #
1459
+ # @option params [required, String] :model_version
1460
+ # The version of the model within the project that you want to package.
1461
+ #
1462
+ # @option params [String] :job_name
1463
+ # A name for the model packaging job. If you don't supply a value, the
1464
+ # service creates a job name for you.
1465
+ #
1466
+ # @option params [required, Types::ModelPackagingConfiguration] :configuration
1467
+ # The configuration for the model packaging job.
1468
+ #
1469
+ # @option params [String] :description
1470
+ # A description for the model packaging job.
1471
+ #
1472
+ # @option params [String] :client_token
1473
+ # ClientToken is an idempotency token that ensures a call to
1474
+ # `StartModelPackagingJob` completes only once. You choose the value to
1475
+ # pass. For example, An issue might prevent you from getting a response
1476
+ # from `StartModelPackagingJob`. In this case, safely retry your call to
1477
+ # `StartModelPackagingJob` by using the same `ClientToken` parameter
1478
+ # value.
1479
+ #
1480
+ # If you don't supply a value for `ClientToken`, the AWS SDK you are
1481
+ # using inserts a value for you. This prevents retries after a network
1482
+ # error from making multiple dataset creation requests. You'll need to
1483
+ # provide your own value for other use cases.
1484
+ #
1485
+ # An error occurs if the other input parameters are not the same as in
1486
+ # the first request. Using a different value for `ClientToken` is
1487
+ # considered a new call to `StartModelPackagingJob`. An idempotency
1488
+ # token is active for 8 hours.
1489
+ #
1490
+ # **A suitable default value is auto-generated.** You should normally
1491
+ # not need to pass this option.**
1492
+ #
1493
+ # @return [Types::StartModelPackagingJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1494
+ #
1495
+ # * {Types::StartModelPackagingJobResponse#job_name #job_name} => String
1496
+ #
1497
+ # @example Request syntax with placeholder values
1498
+ #
1499
+ # resp = client.start_model_packaging_job({
1500
+ # project_name: "ProjectName", # required
1501
+ # model_version: "ModelVersion", # required
1502
+ # job_name: "ModelPackagingJobName",
1503
+ # configuration: { # required
1504
+ # greengrass: { # required
1505
+ # compiler_options: "CompilerOptions", # required
1506
+ # target_device: "jetson_xavier", # accepts jetson_xavier
1507
+ # target_platform: {
1508
+ # os: "LINUX", # required, accepts LINUX
1509
+ # arch: "ARM64", # required, accepts ARM64, X86_64
1510
+ # accelerator: "NVIDIA", # required, accepts NVIDIA
1511
+ # },
1512
+ # s3_output_location: { # required
1513
+ # bucket: "S3BucketName", # required
1514
+ # prefix: "S3KeyPrefix",
1515
+ # },
1516
+ # component_name: "ComponentName", # required
1517
+ # component_version: "ComponentVersion",
1518
+ # component_description: "ComponentDescription",
1519
+ # tags: [
1520
+ # {
1521
+ # key: "TagKey", # required
1522
+ # value: "TagValue", # required
1523
+ # },
1524
+ # ],
1525
+ # },
1526
+ # },
1527
+ # description: "ModelPackagingJobDescription",
1528
+ # client_token: "ClientToken",
1529
+ # })
1530
+ #
1531
+ # @example Response structure
1532
+ #
1533
+ # resp.job_name #=> String
1534
+ #
1535
+ # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutvision-2020-11-20/StartModelPackagingJob AWS API Documentation
1536
+ #
1537
+ # @overload start_model_packaging_job(params = {})
1538
+ # @param [Hash] params ({})
1539
+ def start_model_packaging_job(params = {}, options = {})
1540
+ req = build_request(:start_model_packaging_job, params)
1541
+ req.send_request(options)
1542
+ end
1543
+
1244
1544
  # Stops the hosting of a running model. The operation might take a while
1245
1545
  # to complete. To check the current status, call DescribeModel.
1246
1546
  #
@@ -1258,12 +1558,19 @@ module Aws::LookoutforVision
1258
1558
  # @option params [String] :client_token
1259
1559
  # ClientToken is an idempotency token that ensures a call to `StopModel`
1260
1560
  # completes only once. You choose the value to pass. For example, An
1261
- # issue, such as an network outage, might prevent you from getting a
1262
- # response from `StopModel`. In this case, safely retry your call to
1263
- # `StopModel` by using the same `ClientToken` parameter value. An error
1264
- # occurs if the other input parameters are not the same as in the first
1265
- # request. Using a different value for `ClientToken` is considered a new
1266
- # call to `StopModel`. An idempotency token is active for 8 hours.
1561
+ # issue might prevent you from getting a response from `StopModel`. In
1562
+ # this case, safely retry your call to `StopModel` by using the same
1563
+ # `ClientToken` parameter value.
1564
+ #
1565
+ # If you don't supply a value for `ClientToken`, the AWS SDK you are
1566
+ # using inserts a value for you. This prevents retries after a network
1567
+ # error from making multiple stop requests. You'll need to provide your
1568
+ # own value for other use cases.
1569
+ #
1570
+ # An error occurs if the other input parameters are not the same as in
1571
+ # the first request. Using a different value for `ClientToken` is
1572
+ # considered a new call to `StopModel`. An idempotency token is active
1573
+ # for 8 hours.
1267
1574
  #
1268
1575
  # **A suitable default value is auto-generated.** You should normally
1269
1576
  # not need to pass this option.**
@@ -1361,9 +1668,22 @@ module Aws::LookoutforVision
1361
1668
  req.send_request(options)
1362
1669
  end
1363
1670
 
1364
- # Adds one or more JSON Line entries to a dataset. A JSON Line includes
1365
- # information about an image used for training or testing an Amazon
1366
- # Lookout for Vision model. The following is an example JSON Line.
1671
+ # Adds or updates one or more JSON Line entries in a dataset. A JSON
1672
+ # Line includes information about an image used for training or testing
1673
+ # an Amazon Lookout for Vision model.
1674
+ #
1675
+ # To update an existing JSON Line, use the `source-ref` field to
1676
+ # identify the JSON Line. The JSON line that you supply replaces the
1677
+ # existing JSON line. Any existing annotations that are not in the new
1678
+ # JSON line are removed from the dataset.
1679
+ #
1680
+ # For more information, see *Defining JSON lines for anomaly
1681
+ # classification* in the Amazon Lookout for Vision Developer Guide.
1682
+ #
1683
+ # <note markdown="1"> The images you reference in the `source-ref` field of a JSON line,
1684
+ # must be in the same S3 bucket as the existing images in the dataset.
1685
+ #
1686
+ # </note>
1367
1687
  #
1368
1688
  # Updating a dataset might take a while to complete. To check the
1369
1689
  # current status, call DescribeDataset and check the `Status` field in
@@ -1387,13 +1707,20 @@ module Aws::LookoutforVision
1387
1707
  # @option params [String] :client_token
1388
1708
  # ClientToken is an idempotency token that ensures a call to
1389
1709
  # `UpdateDatasetEntries` completes only once. You choose the value to
1390
- # pass. For example, An issue, such as an network outage, might prevent
1391
- # you from getting a response from `UpdateDatasetEntries`. In this case,
1392
- # safely retry your call to `UpdateDatasetEntries` by using the same
1393
- # `ClientToken` parameter value. An error occurs if the other input
1394
- # parameters are not the same as in the first request. Using a different
1395
- # value for `ClientToken` is considered a new call to
1396
- # `UpdateDatasetEntries`. An idempotency token is active for 8 hours.
1710
+ # pass. For example, An issue might prevent you from getting a response
1711
+ # from `UpdateDatasetEntries`. In this case, safely retry your call to
1712
+ # `UpdateDatasetEntries` by using the same `ClientToken` parameter
1713
+ # value.
1714
+ #
1715
+ # If you don't supply a value for `ClientToken`, the AWS SDK you are
1716
+ # using inserts a value for you. This prevents retries after a network
1717
+ # error from making multiple updates with the same dataset entries.
1718
+ # You'll need to provide your own value for other use cases.
1719
+ #
1720
+ # An error occurs if the other input parameters are not the same as in
1721
+ # the first request. Using a different value for `ClientToken` is
1722
+ # considered a new call to `UpdateDatasetEntries`. An idempotency token
1723
+ # is active for 8 hours.
1397
1724
  #
1398
1725
  # **A suitable default value is auto-generated.** You should normally
1399
1726
  # not need to pass this option.**
@@ -1437,7 +1764,7 @@ module Aws::LookoutforVision
1437
1764
  params: params,
1438
1765
  config: config)
1439
1766
  context[:gem_name] = 'aws-sdk-lookoutforvision'
1440
- context[:gem_version] = '1.9.0'
1767
+ context[:gem_version] = '1.10.0'
1441
1768
  Seahorse::Client::Request.new(handlers, context)
1442
1769
  end
1443
1770