aws-sdk-lookoutequipment 1.2.0 → 1.6.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lookoutequipment/client.rb +30 -13
- data/lib/aws-sdk-lookoutequipment/client_api.rb +3 -0
- data/lib/aws-sdk-lookoutequipment/types.rb +35 -22
- data/lib/aws-sdk-lookoutequipment.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 48e672651dc4bebc59a77dc05834157f345690ab2940111e2a1e5f992111ae7d
|
4
|
+
data.tar.gz: cb54f3052590d9f8789d273bb977e2244cbac391a5cb799166d559def4cf2790
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d120710eddbb457a673bfd1c8b97374103eb902bd3b0685eebd6c952a10885d896ba73ff8da90442a99d783cfda6c250b0ec2bedaa13166914006cbabfd74d5b
|
7
|
+
data.tar.gz: f5c637a7b17e61c609f66fb08416c2f11a96c3a1ca78a08fb22972cf492f8a0821bb2600c0f7ca421eb545cf1eeafb2572074aad9f16034ab9dd4e745c8ab0ae
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.6.0 (2021-11-04)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.5.0 (2021-10-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.4.0 (2021-09-09)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Added OffCondition parameter to CreateModel API
|
18
|
+
|
19
|
+
1.3.0 (2021-09-01)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
4
24
|
1.2.0 (2021-07-30)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.6.0
|
@@ -285,6 +285,15 @@ module Aws::LookoutEquipment
|
|
285
285
|
# ** Please note ** When response stubbing is enabled, no HTTP
|
286
286
|
# requests are made, and retries are disabled.
|
287
287
|
#
|
288
|
+
# @option options [Boolean] :use_dualstack_endpoint
|
289
|
+
# When set to `true`, dualstack enabled endpoints (with `.aws` TLD)
|
290
|
+
# will be used if available.
|
291
|
+
#
|
292
|
+
# @option options [Boolean] :use_fips_endpoint
|
293
|
+
# When set to `true`, fips compatible endpoints will be used if available.
|
294
|
+
# When a `fips` region is used, the region is normalized and this config
|
295
|
+
# is set to `true`.
|
296
|
+
#
|
288
297
|
# @option options [Boolean] :validate_params (true)
|
289
298
|
# When `true`, request parameters are validated before
|
290
299
|
# sending the request.
|
@@ -352,8 +361,8 @@ module Aws::LookoutEquipment
|
|
352
361
|
# including names, column names, and data types.
|
353
362
|
#
|
354
363
|
# @option params [String] :server_side_kms_key_id
|
355
|
-
# Provides the identifier of the
|
356
|
-
#
|
364
|
+
# Provides the identifier of the KMS key used to encrypt dataset data by
|
365
|
+
# Amazon Lookout for Equipment.
|
357
366
|
#
|
358
367
|
# @option params [required, String] :client_token
|
359
368
|
# A unique identifier for the request. If you do not set the client
|
@@ -452,8 +461,8 @@ module Aws::LookoutEquipment
|
|
452
461
|
# data source being used for the inference.
|
453
462
|
#
|
454
463
|
# @option params [String] :server_side_kms_key_id
|
455
|
-
# Provides the identifier of the
|
456
|
-
#
|
464
|
+
# Provides the identifier of the KMS key used to encrypt inference
|
465
|
+
# scheduler data by Amazon Lookout for Equipment.
|
457
466
|
#
|
458
467
|
# @option params [required, String] :client_token
|
459
468
|
# A unique identifier for the request. If you do not set the client
|
@@ -589,12 +598,17 @@ module Aws::LookoutEquipment
|
|
589
598
|
# the value for a 1 hour rate is *PT1H*
|
590
599
|
#
|
591
600
|
# @option params [String] :server_side_kms_key_id
|
592
|
-
# Provides the identifier of the
|
593
|
-
#
|
601
|
+
# Provides the identifier of the KMS key used to encrypt model data by
|
602
|
+
# Amazon Lookout for Equipment.
|
594
603
|
#
|
595
604
|
# @option params [Array<Types::Tag>] :tags
|
596
605
|
# Any tags associated with the ML model being created.
|
597
606
|
#
|
607
|
+
# @option params [String] :off_condition
|
608
|
+
# Indicates that the asset associated with this sensor has been shut
|
609
|
+
# off. As long as this condition is met, Lookout for Equipment will not
|
610
|
+
# use data from this asset for training, evaluation, or inference.
|
611
|
+
#
|
598
612
|
# @return [Types::CreateModelResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
599
613
|
#
|
600
614
|
# * {Types::CreateModelResponse#model_arn #model_arn} => String
|
@@ -630,6 +644,7 @@ module Aws::LookoutEquipment
|
|
630
644
|
# value: "TagValue", # required
|
631
645
|
# },
|
632
646
|
# ],
|
647
|
+
# off_condition: "OffCondition",
|
633
648
|
# })
|
634
649
|
#
|
635
650
|
# @example Response structure
|
@@ -762,8 +777,8 @@ module Aws::LookoutEquipment
|
|
762
777
|
req.send_request(options)
|
763
778
|
end
|
764
779
|
|
765
|
-
# Provides
|
766
|
-
#
|
780
|
+
# Provides a JSON description of the data that is in each time series
|
781
|
+
# dataset, including names, column names, and data types.
|
767
782
|
#
|
768
783
|
# @option params [required, String] :dataset_name
|
769
784
|
# The name of the dataset to be described.
|
@@ -865,9 +880,9 @@ module Aws::LookoutEquipment
|
|
865
880
|
req.send_request(options)
|
866
881
|
end
|
867
882
|
|
868
|
-
# Provides overall information about a specific ML
|
869
|
-
# model name and ARN, dataset, training and evaluation
|
870
|
-
# status, and so on.
|
883
|
+
# Provides a JSON containing the overall information about a specific ML
|
884
|
+
# model, including model name and ARN, dataset, training and evaluation
|
885
|
+
# information, status, and so on.
|
871
886
|
#
|
872
887
|
# @option params [required, String] :model_name
|
873
888
|
# The name of the ML model to be described.
|
@@ -894,6 +909,7 @@ module Aws::LookoutEquipment
|
|
894
909
|
# * {Types::DescribeModelResponse#last_updated_time #last_updated_time} => Time
|
895
910
|
# * {Types::DescribeModelResponse#created_at #created_at} => Time
|
896
911
|
# * {Types::DescribeModelResponse#server_side_kms_key_id #server_side_kms_key_id} => String
|
912
|
+
# * {Types::DescribeModelResponse#off_condition #off_condition} => String
|
897
913
|
#
|
898
914
|
# @example Request syntax with placeholder values
|
899
915
|
#
|
@@ -924,6 +940,7 @@ module Aws::LookoutEquipment
|
|
924
940
|
# resp.last_updated_time #=> Time
|
925
941
|
# resp.created_at #=> Time
|
926
942
|
# resp.server_side_kms_key_id #=> String
|
943
|
+
# resp.off_condition #=> String
|
927
944
|
#
|
928
945
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/DescribeModel AWS API Documentation
|
929
946
|
#
|
@@ -1447,7 +1464,7 @@ module Aws::LookoutEquipment
|
|
1447
1464
|
# The name of the inference scheduler to be updated.
|
1448
1465
|
#
|
1449
1466
|
# @option params [Integer] :data_delay_offset_in_minutes
|
1450
|
-
#
|
1467
|
+
# A period of time (in minutes) by which inference on the data is
|
1451
1468
|
# delayed after the data starts. For instance, if you select an offset
|
1452
1469
|
# delay time of five minutes, inference will not begin on the data until
|
1453
1470
|
# the first data measurement after the five minute mark. For example, if
|
@@ -1529,7 +1546,7 @@ module Aws::LookoutEquipment
|
|
1529
1546
|
params: params,
|
1530
1547
|
config: config)
|
1531
1548
|
context[:gem_name] = 'aws-sdk-lookoutequipment'
|
1532
|
-
context[:gem_version] = '1.
|
1549
|
+
context[:gem_version] = '1.6.0'
|
1533
1550
|
Seahorse::Client::Request.new(handlers, context)
|
1534
1551
|
end
|
1535
1552
|
|
@@ -94,6 +94,7 @@ module Aws::LookoutEquipment
|
|
94
94
|
ModelSummary = Shapes::StructureShape.new(name: 'ModelSummary')
|
95
95
|
NameOrArn = Shapes::StringShape.new(name: 'NameOrArn')
|
96
96
|
NextToken = Shapes::StringShape.new(name: 'NextToken')
|
97
|
+
OffCondition = Shapes::StringShape.new(name: 'OffCondition')
|
97
98
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
98
99
|
S3Bucket = Shapes::StringShape.new(name: 'S3Bucket')
|
99
100
|
S3Key = Shapes::StringShape.new(name: 'S3Key')
|
@@ -170,6 +171,7 @@ module Aws::LookoutEquipment
|
|
170
171
|
CreateModelRequest.add_member(:data_pre_processing_configuration, Shapes::ShapeRef.new(shape: DataPreProcessingConfiguration, location_name: "DataPreProcessingConfiguration"))
|
171
172
|
CreateModelRequest.add_member(:server_side_kms_key_id, Shapes::ShapeRef.new(shape: NameOrArn, location_name: "ServerSideKmsKeyId"))
|
172
173
|
CreateModelRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
|
174
|
+
CreateModelRequest.add_member(:off_condition, Shapes::ShapeRef.new(shape: OffCondition, location_name: "OffCondition"))
|
173
175
|
CreateModelRequest.struct_class = Types::CreateModelRequest
|
174
176
|
|
175
177
|
CreateModelResponse.add_member(:model_arn, Shapes::ShapeRef.new(shape: ModelArn, location_name: "ModelArn"))
|
@@ -274,6 +276,7 @@ module Aws::LookoutEquipment
|
|
274
276
|
DescribeModelResponse.add_member(:last_updated_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedTime"))
|
275
277
|
DescribeModelResponse.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
|
276
278
|
DescribeModelResponse.add_member(:server_side_kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "ServerSideKmsKeyId"))
|
279
|
+
DescribeModelResponse.add_member(:off_condition, Shapes::ShapeRef.new(shape: OffCondition, location_name: "OffCondition"))
|
277
280
|
DescribeModelResponse.struct_class = Types::DescribeModelResponse
|
278
281
|
|
279
282
|
InferenceExecutionSummaries.member = Shapes::ShapeRef.new(shape: InferenceExecutionSummary)
|
@@ -66,8 +66,8 @@ module Aws::LookoutEquipment
|
|
66
66
|
# @return [Types::DatasetSchema]
|
67
67
|
#
|
68
68
|
# @!attribute [rw] server_side_kms_key_id
|
69
|
-
# Provides the identifier of the
|
70
|
-
#
|
69
|
+
# Provides the identifier of the KMS key used to encrypt dataset data
|
70
|
+
# by Amazon Lookout for Equipment.
|
71
71
|
# @return [String]
|
72
72
|
#
|
73
73
|
# @!attribute [rw] client_token
|
@@ -201,9 +201,8 @@ module Aws::LookoutEquipment
|
|
201
201
|
# @return [String]
|
202
202
|
#
|
203
203
|
# @!attribute [rw] server_side_kms_key_id
|
204
|
-
# Provides the identifier of the
|
205
|
-
#
|
206
|
-
# Equipment.
|
204
|
+
# Provides the identifier of the KMS key used to encrypt inference
|
205
|
+
# scheduler data by Amazon Lookout for Equipment.
|
207
206
|
# @return [String]
|
208
207
|
#
|
209
208
|
# @!attribute [rw] client_token
|
@@ -289,6 +288,7 @@ module Aws::LookoutEquipment
|
|
289
288
|
# value: "TagValue", # required
|
290
289
|
# },
|
291
290
|
# ],
|
291
|
+
# off_condition: "OffCondition",
|
292
292
|
# }
|
293
293
|
#
|
294
294
|
# @!attribute [rw] model_name
|
@@ -356,14 +356,20 @@ module Aws::LookoutEquipment
|
|
356
356
|
# @return [Types::DataPreProcessingConfiguration]
|
357
357
|
#
|
358
358
|
# @!attribute [rw] server_side_kms_key_id
|
359
|
-
# Provides the identifier of the
|
360
|
-
#
|
359
|
+
# Provides the identifier of the KMS key used to encrypt model data by
|
360
|
+
# Amazon Lookout for Equipment.
|
361
361
|
# @return [String]
|
362
362
|
#
|
363
363
|
# @!attribute [rw] tags
|
364
364
|
# Any tags associated with the ML model being created.
|
365
365
|
# @return [Array<Types::Tag>]
|
366
366
|
#
|
367
|
+
# @!attribute [rw] off_condition
|
368
|
+
# Indicates that the asset associated with this sensor has been shut
|
369
|
+
# off. As long as this condition is met, Lookout for Equipment will
|
370
|
+
# not use data from this asset for training, evaluation, or inference.
|
371
|
+
# @return [String]
|
372
|
+
#
|
367
373
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/CreateModelRequest AWS API Documentation
|
368
374
|
#
|
369
375
|
class CreateModelRequest < Struct.new(
|
@@ -379,7 +385,8 @@ module Aws::LookoutEquipment
|
|
379
385
|
:role_arn,
|
380
386
|
:data_pre_processing_configuration,
|
381
387
|
:server_side_kms_key_id,
|
382
|
-
:tags
|
388
|
+
:tags,
|
389
|
+
:off_condition)
|
383
390
|
SENSITIVE = []
|
384
391
|
include Aws::Structure
|
385
392
|
end
|
@@ -697,8 +704,8 @@ module Aws::LookoutEquipment
|
|
697
704
|
# @return [String]
|
698
705
|
#
|
699
706
|
# @!attribute [rw] server_side_kms_key_id
|
700
|
-
# Provides the identifier of the
|
701
|
-
#
|
707
|
+
# Provides the identifier of the KMS key used to encrypt dataset data
|
708
|
+
# by Amazon Lookout for Equipment.
|
702
709
|
# @return [String]
|
703
710
|
#
|
704
711
|
# @!attribute [rw] ingestion_input_configuration
|
@@ -810,9 +817,8 @@ module Aws::LookoutEquipment
|
|
810
817
|
# @return [String]
|
811
818
|
#
|
812
819
|
# @!attribute [rw] server_side_kms_key_id
|
813
|
-
# Provides the identifier of the
|
814
|
-
#
|
815
|
-
# Equipment.
|
820
|
+
# Provides the identifier of the KMS key used to encrypt inference
|
821
|
+
# scheduler data by Amazon Lookout for Equipment.
|
816
822
|
# @return [String]
|
817
823
|
#
|
818
824
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/DescribeInferenceSchedulerResponse AWS API Documentation
|
@@ -955,8 +961,14 @@ module Aws::LookoutEquipment
|
|
955
961
|
# @return [Time]
|
956
962
|
#
|
957
963
|
# @!attribute [rw] server_side_kms_key_id
|
958
|
-
# Provides the identifier of the
|
959
|
-
#
|
964
|
+
# Provides the identifier of the KMS key used to encrypt model data by
|
965
|
+
# Amazon Lookout for Equipment.
|
966
|
+
# @return [String]
|
967
|
+
#
|
968
|
+
# @!attribute [rw] off_condition
|
969
|
+
# Indicates that the asset associated with this sensor has been shut
|
970
|
+
# off. As long as this condition is met, Lookout for Equipment will
|
971
|
+
# not use data from this asset for training, evaluation, or inference.
|
960
972
|
# @return [String]
|
961
973
|
#
|
962
974
|
# @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/DescribeModelResponse AWS API Documentation
|
@@ -981,7 +993,8 @@ module Aws::LookoutEquipment
|
|
981
993
|
:model_metrics,
|
982
994
|
:last_updated_time,
|
983
995
|
:created_at,
|
984
|
-
:server_side_kms_key_id
|
996
|
+
:server_side_kms_key_id,
|
997
|
+
:off_condition)
|
985
998
|
SENSITIVE = []
|
986
999
|
include Aws::Structure
|
987
1000
|
end
|
@@ -1066,7 +1079,7 @@ module Aws::LookoutEquipment
|
|
1066
1079
|
include Aws::Structure
|
1067
1080
|
end
|
1068
1081
|
|
1069
|
-
#
|
1082
|
+
# Specifies configuration information for the input data for the
|
1070
1083
|
# inference, including S3 location of input data..
|
1071
1084
|
#
|
1072
1085
|
# @note When making an API call, you may pass InferenceInputConfiguration
|
@@ -1095,7 +1108,7 @@ module Aws::LookoutEquipment
|
|
1095
1108
|
# @return [String]
|
1096
1109
|
#
|
1097
1110
|
# @!attribute [rw] inference_input_name_configuration
|
1098
|
-
#
|
1111
|
+
# Specifies configuration information for the input data for the
|
1099
1112
|
# inference, including timestamp format and delimiter.
|
1100
1113
|
# @return [Types::InferenceInputNameConfiguration]
|
1101
1114
|
#
|
@@ -1109,8 +1122,8 @@ module Aws::LookoutEquipment
|
|
1109
1122
|
include Aws::Structure
|
1110
1123
|
end
|
1111
1124
|
|
1112
|
-
#
|
1113
|
-
#
|
1125
|
+
# Specifies configuration information for the input data for the
|
1126
|
+
# inference, including timestamp format and delimiter.
|
1114
1127
|
#
|
1115
1128
|
# @note When making an API call, you may pass InferenceInputNameConfiguration
|
1116
1129
|
# data as a hash:
|
@@ -1254,7 +1267,7 @@ module Aws::LookoutEquipment
|
|
1254
1267
|
# @return [String]
|
1255
1268
|
#
|
1256
1269
|
# @!attribute [rw] data_delay_offset_in_minutes
|
1257
|
-
#
|
1270
|
+
# A period of time (in minutes) by which inference on the data is
|
1258
1271
|
# delayed after the data starts. For instance, if an offset delay time
|
1259
1272
|
# of five minutes was selected, inference will not begin on the data
|
1260
1273
|
# until the first data measurement after the five minute mark. For
|
@@ -2150,7 +2163,7 @@ module Aws::LookoutEquipment
|
|
2150
2163
|
# @return [String]
|
2151
2164
|
#
|
2152
2165
|
# @!attribute [rw] data_delay_offset_in_minutes
|
2153
|
-
#
|
2166
|
+
# A period of time (in minutes) by which inference on the data is
|
2154
2167
|
# delayed after the data starts. For instance, if you select an offset
|
2155
2168
|
# delay time of five minutes, inference will not begin on the data
|
2156
2169
|
# until the first data measurement after the five minute mark. For
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-lookoutequipment
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.6.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: 2021-
|
11
|
+
date: 2021-11-04 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.122.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.122.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -76,7 +76,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
76
76
|
requirements:
|
77
77
|
- - ">="
|
78
78
|
- !ruby/object:Gem::Version
|
79
|
-
version: '
|
79
|
+
version: '2.3'
|
80
80
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
81
81
|
requirements:
|
82
82
|
- - ">="
|