aws-sdk-lookoutequipment 1.3.0 → 1.4.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: bd224abfe290307751f1c3dcbb33d7b8a8545b0445b182205b59259a2c7a3f23
4
- data.tar.gz: e93dec444796266de231ee01e137ec426595b035f0185f509c577feecfa6907d
3
+ metadata.gz: d34aaf10048bde188d55af22790a081eb241fbf0f084e0457d87df1c8a9e8341
4
+ data.tar.gz: 2b4bdcb97deaa6e01df906127c6e1d7868d6aeee366d7cbd76fcb3a76914d2ca
5
5
  SHA512:
6
- metadata.gz: 94d0e0e70e993f75f6c121422d2f79bd009587728e2bd65a52f59bd8064bb1c3b8950a8c63e7d952a4c0dd806f5e6264f708c9460860482effa89a7b38966a78
7
- data.tar.gz: e7a20fc2d9ccfd9e13e3ca0f80e41bb00ff77f240d7d858f67cf950c454d65e633cb62fd24f70a057bed1be584eb9295cde5360b51b3d714d66ccd7ad9fab473
6
+ metadata.gz: 954556c3a004c0d267ca541465f36add7bb06913078d72f4d4de6883a38c5864798a17d4790d7e7a9373d8e4f81405d70e1903c3dee464237280da2a7dba88f4
7
+ data.tar.gz: b9a034d25059720fabbc19758e918d8f3ae94b496d9bfde99d44892ebc7d1ddee5c1710452118c935f11e996d4f93512d2b7fefda7d4ab05e73e0f07c872b789
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.4.0 (2021-09-09)
5
+ ------------------
6
+
7
+ * Feature - Added OffCondition parameter to CreateModel API
8
+
4
9
  1.3.0 (2021-09-01)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.0
1
+ 1.4.0
@@ -352,8 +352,8 @@ module Aws::LookoutEquipment
352
352
  # including names, column names, and data types.
353
353
  #
354
354
  # @option params [String] :server_side_kms_key_id
355
- # Provides the identifier of the AWS KMS customer master key (CMK) used
356
- # to encrypt dataset data by Amazon Lookout for Equipment.
355
+ # Provides the identifier of the KMS key used to encrypt dataset data by
356
+ # Amazon Lookout for Equipment.
357
357
  #
358
358
  # @option params [required, String] :client_token
359
359
  # A unique identifier for the request. If you do not set the client
@@ -452,8 +452,8 @@ module Aws::LookoutEquipment
452
452
  # data source being used for the inference.
453
453
  #
454
454
  # @option params [String] :server_side_kms_key_id
455
- # Provides the identifier of the AWS KMS customer master key (CMK) used
456
- # to encrypt inference scheduler data by Amazon Lookout for Equipment.
455
+ # Provides the identifier of the KMS key used to encrypt inference
456
+ # scheduler data by Amazon Lookout for Equipment.
457
457
  #
458
458
  # @option params [required, String] :client_token
459
459
  # A unique identifier for the request. If you do not set the client
@@ -589,12 +589,17 @@ module Aws::LookoutEquipment
589
589
  # the value for a 1 hour rate is *PT1H*
590
590
  #
591
591
  # @option params [String] :server_side_kms_key_id
592
- # Provides the identifier of the AWS KMS customer master key (CMK) used
593
- # to encrypt model data by Amazon Lookout for Equipment.
592
+ # Provides the identifier of the KMS key used to encrypt model data by
593
+ # Amazon Lookout for Equipment.
594
594
  #
595
595
  # @option params [Array<Types::Tag>] :tags
596
596
  # Any tags associated with the ML model being created.
597
597
  #
598
+ # @option params [String] :off_condition
599
+ # Indicates that the asset associated with this sensor has been shut
600
+ # off. As long as this condition is met, Lookout for Equipment will not
601
+ # use data from this asset for training, evaluation, or inference.
602
+ #
598
603
  # @return [Types::CreateModelResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
599
604
  #
600
605
  # * {Types::CreateModelResponse#model_arn #model_arn} => String
@@ -630,6 +635,7 @@ module Aws::LookoutEquipment
630
635
  # value: "TagValue", # required
631
636
  # },
632
637
  # ],
638
+ # off_condition: "OffCondition",
633
639
  # })
634
640
  #
635
641
  # @example Response structure
@@ -762,8 +768,8 @@ module Aws::LookoutEquipment
762
768
  req.send_request(options)
763
769
  end
764
770
 
765
- # Provides information on a specified dataset such as the schema
766
- # location, status, and so on.
771
+ # Provides a JSON description of the data that is in each time series
772
+ # dataset, including names, column names, and data types.
767
773
  #
768
774
  # @option params [required, String] :dataset_name
769
775
  # The name of the dataset to be described.
@@ -865,9 +871,9 @@ module Aws::LookoutEquipment
865
871
  req.send_request(options)
866
872
  end
867
873
 
868
- # Provides overall information about a specific ML model, including
869
- # model name and ARN, dataset, training and evaluation information,
870
- # status, and so on.
874
+ # Provides a JSON containing the overall information about a specific ML
875
+ # model, including model name and ARN, dataset, training and evaluation
876
+ # information, status, and so on.
871
877
  #
872
878
  # @option params [required, String] :model_name
873
879
  # The name of the ML model to be described.
@@ -894,6 +900,7 @@ module Aws::LookoutEquipment
894
900
  # * {Types::DescribeModelResponse#last_updated_time #last_updated_time} => Time
895
901
  # * {Types::DescribeModelResponse#created_at #created_at} => Time
896
902
  # * {Types::DescribeModelResponse#server_side_kms_key_id #server_side_kms_key_id} => String
903
+ # * {Types::DescribeModelResponse#off_condition #off_condition} => String
897
904
  #
898
905
  # @example Request syntax with placeholder values
899
906
  #
@@ -924,6 +931,7 @@ module Aws::LookoutEquipment
924
931
  # resp.last_updated_time #=> Time
925
932
  # resp.created_at #=> Time
926
933
  # resp.server_side_kms_key_id #=> String
934
+ # resp.off_condition #=> String
927
935
  #
928
936
  # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/DescribeModel AWS API Documentation
929
937
  #
@@ -1447,7 +1455,7 @@ module Aws::LookoutEquipment
1447
1455
  # The name of the inference scheduler to be updated.
1448
1456
  #
1449
1457
  # @option params [Integer] :data_delay_offset_in_minutes
1450
- # &gt; A period of time (in minutes) by which inference on the data is
1458
+ # A period of time (in minutes) by which inference on the data is
1451
1459
  # delayed after the data starts. For instance, if you select an offset
1452
1460
  # delay time of five minutes, inference will not begin on the data until
1453
1461
  # the first data measurement after the five minute mark. For example, if
@@ -1529,7 +1537,7 @@ module Aws::LookoutEquipment
1529
1537
  params: params,
1530
1538
  config: config)
1531
1539
  context[:gem_name] = 'aws-sdk-lookoutequipment'
1532
- context[:gem_version] = '1.3.0'
1540
+ context[:gem_version] = '1.4.0'
1533
1541
  Seahorse::Client::Request.new(handlers, context)
1534
1542
  end
1535
1543
 
@@ -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 AWS KMS customer master key (CMK)
70
- # used to encrypt dataset data by Amazon Lookout for Equipment.
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 AWS KMS customer master key (CMK)
205
- # used to encrypt inference scheduler data by Amazon Lookout for
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 AWS KMS customer master key (CMK)
360
- # used to encrypt model data by Amazon Lookout for Equipment.
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 AWS KMS customer master key (CMK)
701
- # used to encrypt dataset data by Amazon Lookout for Equipment.
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 AWS KMS customer master key (CMK)
814
- # used to encrypt inference scheduler data by Amazon Lookout for
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 AWS KMS customer master key (CMK)
959
- # used to encrypt model data by Amazon Lookout for Equipment.
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
- # &gt; Specifies configuration information for the input data for the
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
- # &gt; Specifies configuration information for the input data for the
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
- # &gt;&gt; Specifies configuration information for the input data for
1113
- # the inference, including timestamp format and delimiter.
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
- # &gt; A period of time (in minutes) by which inference on the data is
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
- # &gt; A period of time (in minutes) by which inference on the data is
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
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-lookoutequipment/customizations'
48
48
  # @!group service
49
49
  module Aws::LookoutEquipment
50
50
 
51
- GEM_VERSION = '1.3.0'
51
+ GEM_VERSION = '1.4.0'
52
52
 
53
53
  end
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.3.0
4
+ version: 1.4.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-09-01 00:00:00.000000000 Z
11
+ date: 2021-09-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core