aws-sdk-lookoutequipment 1.9.0 → 1.12.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: abb3d9fcb95b796879eddf9e5bb8871ea5e44428140ddb2cb449406fdd1c87d0
4
- data.tar.gz: b9250edb07f18a7975d9c3a30ed9aa82f20e64303c6860350bf1d9855132a1f5
3
+ metadata.gz: 7d1481ad469d0d57404ef55894a9ab7439fa8531c8203d582626391f23aaf134
4
+ data.tar.gz: 0c2fc65b3c64eb7bcc2da27570f6c0da8417c5d67bf94c90843296bbaef0369f
5
5
  SHA512:
6
- metadata.gz: 0b24c2a67a280f4a7e370058636d06d228d33317177c2ad1ecf6f00380b9d5afd29e40791abc272cf56cc74b57d4a81e20bf4561148b8ad4748e3808bc707364
7
- data.tar.gz: 6788fa7625bd6798e3a0e18176f74760e903913e67f521fba8f581c78760c6524a40a3a07e362b92df59a344dec7c3e1747869779c928d355483bb074b3c76e1
6
+ metadata.gz: 1a834900eff56b50f1e0a9132c897a8f97e37fbff210e649d2a30ee0b445f97e7d7c307b795efcfde5362a7b62a526e2ef3f80e0ad909c6ae9f861c4a69d4666
7
+ data.tar.gz: 2f181af26fd4624d17954ce172461ecbb2ca8f20252bc952ec5c918fe976327a6be3f7b2e56cc6254fe45e5b944dbb0579d72a7dddf7c49a57e2f011e82dc7a3
data/CHANGELOG.md CHANGED
@@ -1,6 +1,21 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.12.0 (2022-06-23)
5
+ ------------------
6
+
7
+ * Feature - This release adds visualizations to the scheduled inference results. Users will be able to see interference results, including diagnostic results from their running inference schedulers.
8
+
9
+ 1.11.0 (2022-04-27)
10
+ ------------------
11
+
12
+ * Feature - This release adds the following new features: 1) Introduces an option for automatic schema creation 2) Now allows for Ingestion of data containing most common errors and allows automatic data cleaning 3) Introduces new API ListSensorStatistics that gives further information about the ingested data
13
+
14
+ 1.10.0 (2022-02-24)
15
+ ------------------
16
+
17
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
18
+
4
19
  1.9.0 (2022-02-03)
5
20
  ------------------
6
21
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.9.0
1
+ 1.12.0
@@ -27,6 +27,7 @@ require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
27
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
28
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
29
  require 'aws-sdk-core/plugins/http_checksum.rb'
30
+ require 'aws-sdk-core/plugins/checksum_algorithm.rb'
30
31
  require 'aws-sdk-core/plugins/defaults_mode.rb'
31
32
  require 'aws-sdk-core/plugins/recursion_detection.rb'
32
33
  require 'aws-sdk-core/plugins/signature_v4.rb'
@@ -75,6 +76,7 @@ module Aws::LookoutEquipment
75
76
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
76
77
  add_plugin(Aws::Plugins::TransferEncoding)
77
78
  add_plugin(Aws::Plugins::HttpChecksum)
79
+ add_plugin(Aws::Plugins::ChecksumAlgorithm)
78
80
  add_plugin(Aws::Plugins::DefaultsMode)
79
81
  add_plugin(Aws::Plugins::RecursionDetection)
80
82
  add_plugin(Aws::Plugins::SignatureV4)
@@ -369,7 +371,7 @@ module Aws::LookoutEquipment
369
371
  # @option params [required, String] :dataset_name
370
372
  # The name of the dataset being created.
371
373
  #
372
- # @option params [required, Types::DatasetSchema] :dataset_schema
374
+ # @option params [Types::DatasetSchema] :dataset_schema
373
375
  # A JSON description of the data that is in each time series dataset,
374
376
  # including names, column names, and data types.
375
377
  #
@@ -397,7 +399,7 @@ module Aws::LookoutEquipment
397
399
  #
398
400
  # resp = client.create_dataset({
399
401
  # dataset_name: "DatasetName", # required
400
- # dataset_schema: { # required
402
+ # dataset_schema: {
401
403
  # inline_data_schema: "InlineDataSchema",
402
404
  # },
403
405
  # server_side_kms_key_id: "NameOrArn",
@@ -749,7 +751,7 @@ module Aws::LookoutEquipment
749
751
  end
750
752
 
751
753
  # Provides information on a specific data ingestion job such as creation
752
- # time, dataset ARN, status, and so on.
754
+ # time, dataset ARN, and status.
753
755
  #
754
756
  # @option params [required, String] :job_id
755
757
  # The job ID of the data ingestion job.
@@ -763,6 +765,12 @@ module Aws::LookoutEquipment
763
765
  # * {Types::DescribeDataIngestionJobResponse#created_at #created_at} => Time
764
766
  # * {Types::DescribeDataIngestionJobResponse#status #status} => String
765
767
  # * {Types::DescribeDataIngestionJobResponse#failed_reason #failed_reason} => String
768
+ # * {Types::DescribeDataIngestionJobResponse#data_quality_summary #data_quality_summary} => Types::DataQualitySummary
769
+ # * {Types::DescribeDataIngestionJobResponse#ingested_files_summary #ingested_files_summary} => Types::IngestedFilesSummary
770
+ # * {Types::DescribeDataIngestionJobResponse#status_detail #status_detail} => String
771
+ # * {Types::DescribeDataIngestionJobResponse#ingested_data_size #ingested_data_size} => Integer
772
+ # * {Types::DescribeDataIngestionJobResponse#data_start_time #data_start_time} => Time
773
+ # * {Types::DescribeDataIngestionJobResponse#data_end_time #data_end_time} => Time
766
774
  #
767
775
  # @example Request syntax with placeholder values
768
776
  #
@@ -776,10 +784,28 @@ module Aws::LookoutEquipment
776
784
  # resp.dataset_arn #=> String
777
785
  # resp.ingestion_input_configuration.s3_input_configuration.bucket #=> String
778
786
  # resp.ingestion_input_configuration.s3_input_configuration.prefix #=> String
787
+ # resp.ingestion_input_configuration.s3_input_configuration.key_pattern #=> String
779
788
  # resp.role_arn #=> String
780
789
  # resp.created_at #=> Time
781
790
  # resp.status #=> String, one of "IN_PROGRESS", "SUCCESS", "FAILED"
782
791
  # resp.failed_reason #=> String
792
+ # resp.data_quality_summary.insufficient_sensor_data.missing_complete_sensor_data.affected_sensor_count #=> Integer
793
+ # resp.data_quality_summary.insufficient_sensor_data.sensors_with_short_date_range.affected_sensor_count #=> Integer
794
+ # resp.data_quality_summary.missing_sensor_data.affected_sensor_count #=> Integer
795
+ # resp.data_quality_summary.missing_sensor_data.total_number_of_missing_values #=> Integer
796
+ # resp.data_quality_summary.invalid_sensor_data.affected_sensor_count #=> Integer
797
+ # resp.data_quality_summary.invalid_sensor_data.total_number_of_invalid_values #=> Integer
798
+ # resp.data_quality_summary.unsupported_timestamps.total_number_of_unsupported_timestamps #=> Integer
799
+ # resp.data_quality_summary.duplicate_timestamps.total_number_of_duplicate_timestamps #=> Integer
800
+ # resp.ingested_files_summary.total_number_of_files #=> Integer
801
+ # resp.ingested_files_summary.ingested_number_of_files #=> Integer
802
+ # resp.ingested_files_summary.discarded_files #=> Array
803
+ # resp.ingested_files_summary.discarded_files[0].bucket #=> String
804
+ # resp.ingested_files_summary.discarded_files[0].key #=> String
805
+ # resp.status_detail #=> String
806
+ # resp.ingested_data_size #=> Integer
807
+ # resp.data_start_time #=> Time
808
+ # resp.data_end_time #=> Time
783
809
  #
784
810
  # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/DescribeDataIngestionJob AWS API Documentation
785
811
  #
@@ -790,8 +816,8 @@ module Aws::LookoutEquipment
790
816
  req.send_request(options)
791
817
  end
792
818
 
793
- # Provides a JSON description of the data that is in each time series
794
- # dataset, including names, column names, and data types.
819
+ # Provides a JSON description of the data in each time series dataset,
820
+ # including names, column names, and data types.
795
821
  #
796
822
  # @option params [required, String] :dataset_name
797
823
  # The name of the dataset to be described.
@@ -806,6 +832,11 @@ module Aws::LookoutEquipment
806
832
  # * {Types::DescribeDatasetResponse#schema #schema} => String
807
833
  # * {Types::DescribeDatasetResponse#server_side_kms_key_id #server_side_kms_key_id} => String
808
834
  # * {Types::DescribeDatasetResponse#ingestion_input_configuration #ingestion_input_configuration} => Types::IngestionInputConfiguration
835
+ # * {Types::DescribeDatasetResponse#data_quality_summary #data_quality_summary} => Types::DataQualitySummary
836
+ # * {Types::DescribeDatasetResponse#ingested_files_summary #ingested_files_summary} => Types::IngestedFilesSummary
837
+ # * {Types::DescribeDatasetResponse#role_arn #role_arn} => String
838
+ # * {Types::DescribeDatasetResponse#data_start_time #data_start_time} => Time
839
+ # * {Types::DescribeDatasetResponse#data_end_time #data_end_time} => Time
809
840
  #
810
841
  # @example Request syntax with placeholder values
811
842
  #
@@ -824,6 +855,23 @@ module Aws::LookoutEquipment
824
855
  # resp.server_side_kms_key_id #=> String
825
856
  # resp.ingestion_input_configuration.s3_input_configuration.bucket #=> String
826
857
  # resp.ingestion_input_configuration.s3_input_configuration.prefix #=> String
858
+ # resp.ingestion_input_configuration.s3_input_configuration.key_pattern #=> String
859
+ # resp.data_quality_summary.insufficient_sensor_data.missing_complete_sensor_data.affected_sensor_count #=> Integer
860
+ # resp.data_quality_summary.insufficient_sensor_data.sensors_with_short_date_range.affected_sensor_count #=> Integer
861
+ # resp.data_quality_summary.missing_sensor_data.affected_sensor_count #=> Integer
862
+ # resp.data_quality_summary.missing_sensor_data.total_number_of_missing_values #=> Integer
863
+ # resp.data_quality_summary.invalid_sensor_data.affected_sensor_count #=> Integer
864
+ # resp.data_quality_summary.invalid_sensor_data.total_number_of_invalid_values #=> Integer
865
+ # resp.data_quality_summary.unsupported_timestamps.total_number_of_unsupported_timestamps #=> Integer
866
+ # resp.data_quality_summary.duplicate_timestamps.total_number_of_duplicate_timestamps #=> Integer
867
+ # resp.ingested_files_summary.total_number_of_files #=> Integer
868
+ # resp.ingested_files_summary.ingested_number_of_files #=> Integer
869
+ # resp.ingested_files_summary.discarded_files #=> Array
870
+ # resp.ingested_files_summary.discarded_files[0].bucket #=> String
871
+ # resp.ingested_files_summary.discarded_files[0].key #=> String
872
+ # resp.role_arn #=> String
873
+ # resp.data_start_time #=> Time
874
+ # resp.data_end_time #=> Time
827
875
  #
828
876
  # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/DescribeDataset AWS API Documentation
829
877
  #
@@ -1005,6 +1053,7 @@ module Aws::LookoutEquipment
1005
1053
  # resp.data_ingestion_job_summaries[0].dataset_arn #=> String
1006
1054
  # resp.data_ingestion_job_summaries[0].ingestion_input_configuration.s3_input_configuration.bucket #=> String
1007
1055
  # resp.data_ingestion_job_summaries[0].ingestion_input_configuration.s3_input_configuration.prefix #=> String
1056
+ # resp.data_ingestion_job_summaries[0].ingestion_input_configuration.s3_input_configuration.key_pattern #=> String
1008
1057
  # resp.data_ingestion_job_summaries[0].status #=> String, one of "IN_PROGRESS", "SUCCESS", "FAILED"
1009
1058
  #
1010
1059
  # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/ListDataIngestionJobs AWS API Documentation
@@ -1062,6 +1111,64 @@ module Aws::LookoutEquipment
1062
1111
  req.send_request(options)
1063
1112
  end
1064
1113
 
1114
+ # Lists all inference events that have been found for the specified
1115
+ # inference scheduler.
1116
+ #
1117
+ # @option params [String] :next_token
1118
+ # An opaque pagination token indicating where to continue the listing of
1119
+ # inference events.
1120
+ #
1121
+ # @option params [Integer] :max_results
1122
+ # Specifies the maximum number of inference events to list.
1123
+ #
1124
+ # @option params [required, String] :inference_scheduler_name
1125
+ # The name of the inference scheduler for the inference events listed.
1126
+ #
1127
+ # @option params [required, Time,DateTime,Date,Integer,String] :interval_start_time
1128
+ # Lookout for Equipment will return all the inference events with start
1129
+ # time equal to or greater than the start time given.
1130
+ #
1131
+ # @option params [required, Time,DateTime,Date,Integer,String] :interval_end_time
1132
+ # Lookout for Equipment will return all the inference events with end
1133
+ # time equal to or less than the end time given.
1134
+ #
1135
+ # @return [Types::ListInferenceEventsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1136
+ #
1137
+ # * {Types::ListInferenceEventsResponse#next_token #next_token} => String
1138
+ # * {Types::ListInferenceEventsResponse#inference_event_summaries #inference_event_summaries} => Array<Types::InferenceEventSummary>
1139
+ #
1140
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1141
+ #
1142
+ # @example Request syntax with placeholder values
1143
+ #
1144
+ # resp = client.list_inference_events({
1145
+ # next_token: "NextToken",
1146
+ # max_results: 1,
1147
+ # inference_scheduler_name: "InferenceSchedulerIdentifier", # required
1148
+ # interval_start_time: Time.now, # required
1149
+ # interval_end_time: Time.now, # required
1150
+ # })
1151
+ #
1152
+ # @example Response structure
1153
+ #
1154
+ # resp.next_token #=> String
1155
+ # resp.inference_event_summaries #=> Array
1156
+ # resp.inference_event_summaries[0].inference_scheduler_arn #=> String
1157
+ # resp.inference_event_summaries[0].inference_scheduler_name #=> String
1158
+ # resp.inference_event_summaries[0].event_start_time #=> Time
1159
+ # resp.inference_event_summaries[0].event_end_time #=> Time
1160
+ # resp.inference_event_summaries[0].diagnostics #=> String
1161
+ # resp.inference_event_summaries[0].event_duration_in_seconds #=> Integer
1162
+ #
1163
+ # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/ListInferenceEvents AWS API Documentation
1164
+ #
1165
+ # @overload list_inference_events(params = {})
1166
+ # @param [Hash] params ({})
1167
+ def list_inference_events(params = {}, options = {})
1168
+ req = build_request(:list_inference_events, params)
1169
+ req.send_request(options)
1170
+ end
1171
+
1065
1172
  # Lists all inference executions that have been performed by the
1066
1173
  # specified inference scheduler.
1067
1174
  #
@@ -1248,6 +1355,77 @@ module Aws::LookoutEquipment
1248
1355
  req.send_request(options)
1249
1356
  end
1250
1357
 
1358
+ # Lists statistics about the data collected for each of the sensors that
1359
+ # have been successfully ingested in the particular dataset. Can also be
1360
+ # used to retreive Sensor Statistics for a previous ingestion job.
1361
+ #
1362
+ # @option params [required, String] :dataset_name
1363
+ # The name of the dataset associated with the list of Sensor Statistics.
1364
+ #
1365
+ # @option params [String] :ingestion_job_id
1366
+ # The ingestion job id associated with the list of Sensor Statistics. To
1367
+ # get sensor statistics for a particular ingestion job id, both dataset
1368
+ # name and ingestion job id must be submitted as inputs.
1369
+ #
1370
+ # @option params [Integer] :max_results
1371
+ # Specifies the maximum number of sensors for which to retrieve
1372
+ # statistics.
1373
+ #
1374
+ # @option params [String] :next_token
1375
+ # An opaque pagination token indicating where to continue the listing of
1376
+ # sensor statistics.
1377
+ #
1378
+ # @return [Types::ListSensorStatisticsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1379
+ #
1380
+ # * {Types::ListSensorStatisticsResponse#sensor_statistics_summaries #sensor_statistics_summaries} => Array<Types::SensorStatisticsSummary>
1381
+ # * {Types::ListSensorStatisticsResponse#next_token #next_token} => String
1382
+ #
1383
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
1384
+ #
1385
+ # @example Request syntax with placeholder values
1386
+ #
1387
+ # resp = client.list_sensor_statistics({
1388
+ # dataset_name: "DatasetName", # required
1389
+ # ingestion_job_id: "IngestionJobId",
1390
+ # max_results: 1,
1391
+ # next_token: "NextToken",
1392
+ # })
1393
+ #
1394
+ # @example Response structure
1395
+ #
1396
+ # resp.sensor_statistics_summaries #=> Array
1397
+ # resp.sensor_statistics_summaries[0].component_name #=> String
1398
+ # resp.sensor_statistics_summaries[0].sensor_name #=> String
1399
+ # resp.sensor_statistics_summaries[0].data_exists #=> Boolean
1400
+ # resp.sensor_statistics_summaries[0].missing_values.count #=> Integer
1401
+ # resp.sensor_statistics_summaries[0].missing_values.percentage #=> Float
1402
+ # resp.sensor_statistics_summaries[0].invalid_values.count #=> Integer
1403
+ # resp.sensor_statistics_summaries[0].invalid_values.percentage #=> Float
1404
+ # resp.sensor_statistics_summaries[0].invalid_date_entries.count #=> Integer
1405
+ # resp.sensor_statistics_summaries[0].invalid_date_entries.percentage #=> Float
1406
+ # resp.sensor_statistics_summaries[0].duplicate_timestamps.count #=> Integer
1407
+ # resp.sensor_statistics_summaries[0].duplicate_timestamps.percentage #=> Float
1408
+ # resp.sensor_statistics_summaries[0].categorical_values.status #=> String, one of "POTENTIAL_ISSUE_DETECTED", "NO_ISSUE_DETECTED"
1409
+ # resp.sensor_statistics_summaries[0].categorical_values.number_of_category #=> Integer
1410
+ # resp.sensor_statistics_summaries[0].multiple_operating_modes.status #=> String, one of "POTENTIAL_ISSUE_DETECTED", "NO_ISSUE_DETECTED"
1411
+ # resp.sensor_statistics_summaries[0].large_timestamp_gaps.status #=> String, one of "POTENTIAL_ISSUE_DETECTED", "NO_ISSUE_DETECTED"
1412
+ # resp.sensor_statistics_summaries[0].large_timestamp_gaps.number_of_large_timestamp_gaps #=> Integer
1413
+ # resp.sensor_statistics_summaries[0].large_timestamp_gaps.max_timestamp_gap_in_days #=> Integer
1414
+ # resp.sensor_statistics_summaries[0].monotonic_values.status #=> String, one of "POTENTIAL_ISSUE_DETECTED", "NO_ISSUE_DETECTED"
1415
+ # resp.sensor_statistics_summaries[0].monotonic_values.monotonicity #=> String, one of "DECREASING", "INCREASING", "STATIC"
1416
+ # resp.sensor_statistics_summaries[0].data_start_time #=> Time
1417
+ # resp.sensor_statistics_summaries[0].data_end_time #=> Time
1418
+ # resp.next_token #=> String
1419
+ #
1420
+ # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/ListSensorStatistics AWS API Documentation
1421
+ #
1422
+ # @overload list_sensor_statistics(params = {})
1423
+ # @param [Hash] params ({})
1424
+ def list_sensor_statistics(params = {}, options = {})
1425
+ req = build_request(:list_sensor_statistics, params)
1426
+ req.send_request(options)
1427
+ end
1428
+
1251
1429
  # Lists all the tags for a specified resource, including key and value.
1252
1430
  #
1253
1431
  # @option params [required, String] :resource_arn
@@ -1313,6 +1491,7 @@ module Aws::LookoutEquipment
1313
1491
  # s3_input_configuration: { # required
1314
1492
  # bucket: "S3Bucket", # required
1315
1493
  # prefix: "S3Prefix",
1494
+ # key_pattern: "KeyPattern",
1316
1495
  # },
1317
1496
  # },
1318
1497
  # role_arn: "IamRoleArn", # required
@@ -1559,7 +1738,7 @@ module Aws::LookoutEquipment
1559
1738
  params: params,
1560
1739
  config: config)
1561
1740
  context[:gem_name] = 'aws-sdk-lookoutequipment'
1562
- context[:gem_version] = '1.9.0'
1741
+ context[:gem_version] = '1.12.0'
1563
1742
  Seahorse::Client::Request.new(handlers, context)
1564
1743
  end
1565
1744