aws-sdk-lookoutequipment 1.20.0 → 1.22.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -301,7 +301,8 @@ module Aws::LookoutEquipment
301
301
  # @return [String]
302
302
  #
303
303
  # @!attribute [rw] label_group_arn
304
- # The ARN of the label group that you have created.
304
+ # The Amazon Resource Name (ARN) of the label group that you have
305
+ # created.
305
306
  # @return [String]
306
307
  #
307
308
  # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/CreateLabelGroupResponse AWS API Documentation
@@ -733,6 +734,19 @@ module Aws::LookoutEquipment
733
734
  include Aws::Structure
734
735
  end
735
736
 
737
+ # @!attribute [rw] resource_arn
738
+ # The Amazon Resource Name (ARN) of the resource for which the
739
+ # resource policy should be deleted.
740
+ # @return [String]
741
+ #
742
+ # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/DeleteResourcePolicyRequest AWS API Documentation
743
+ #
744
+ class DeleteResourcePolicyRequest < Struct.new(
745
+ :resource_arn)
746
+ SENSITIVE = []
747
+ include Aws::Structure
748
+ end
749
+
736
750
  # @!attribute [rw] job_id
737
751
  # The job ID of the data ingestion job.
738
752
  # @return [String]
@@ -809,6 +823,11 @@ module Aws::LookoutEquipment
809
823
  # successfully ingested during this specific ingestion job.
810
824
  # @return [Time]
811
825
  #
826
+ # @!attribute [rw] source_dataset_arn
827
+ # The Amazon Resource Name (ARN) of the source dataset from which the
828
+ # data used for the data ingestion job was imported from.
829
+ # @return [String]
830
+ #
812
831
  # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/DescribeDataIngestionJobResponse AWS API Documentation
813
832
  #
814
833
  class DescribeDataIngestionJobResponse < Struct.new(
@@ -824,7 +843,8 @@ module Aws::LookoutEquipment
824
843
  :status_detail,
825
844
  :ingested_data_size,
826
845
  :data_start_time,
827
- :data_end_time)
846
+ :data_end_time,
847
+ :source_dataset_arn)
828
848
  SENSITIVE = []
829
849
  include Aws::Structure
830
850
  end
@@ -907,6 +927,11 @@ module Aws::LookoutEquipment
907
927
  # particular dataset.
908
928
  # @return [Time]
909
929
  #
930
+ # @!attribute [rw] source_dataset_arn
931
+ # The Amazon Resource Name (ARN) of the source dataset from which the
932
+ # current data being described was imported from.
933
+ # @return [String]
934
+ #
910
935
  # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/DescribeDatasetResponse AWS API Documentation
911
936
  #
912
937
  class DescribeDatasetResponse < Struct.new(
@@ -922,7 +947,8 @@ module Aws::LookoutEquipment
922
947
  :ingested_files_summary,
923
948
  :role_arn,
924
949
  :data_start_time,
925
- :data_end_time)
950
+ :data_end_time,
951
+ :source_dataset_arn)
926
952
  SENSITIVE = []
927
953
  include Aws::Structure
928
954
  end
@@ -1057,7 +1083,7 @@ module Aws::LookoutEquipment
1057
1083
  # @return [String]
1058
1084
  #
1059
1085
  # @!attribute [rw] label_group_arn
1060
- # The ARN of the label group.
1086
+ # The Amazon Resource Name (ARN) of the label group.
1061
1087
  # @return [String]
1062
1088
  #
1063
1089
  # @!attribute [rw] fault_codes
@@ -1107,7 +1133,7 @@ module Aws::LookoutEquipment
1107
1133
  # @return [String]
1108
1134
  #
1109
1135
  # @!attribute [rw] label_group_arn
1110
- # The ARN of the requested label group.
1136
+ # The Amazon Resource Name (ARN) of the requested label group.
1111
1137
  # @return [String]
1112
1138
  #
1113
1139
  # @!attribute [rw] label_id
@@ -1288,6 +1314,50 @@ module Aws::LookoutEquipment
1288
1314
  # not use data from this asset for training, evaluation, or inference.
1289
1315
  # @return [String]
1290
1316
  #
1317
+ # @!attribute [rw] source_model_version_arn
1318
+ # The Amazon Resource Name (ARN) of the source model version. This
1319
+ # field appears if the active model version was imported.
1320
+ # @return [String]
1321
+ #
1322
+ # @!attribute [rw] import_job_start_time
1323
+ # The date and time when the import job was started. This field
1324
+ # appears if the active model version was imported.
1325
+ # @return [Time]
1326
+ #
1327
+ # @!attribute [rw] import_job_end_time
1328
+ # The date and time when the import job was completed. This field
1329
+ # appears if the active model version was imported.
1330
+ # @return [Time]
1331
+ #
1332
+ # @!attribute [rw] active_model_version
1333
+ # The name of the model version used by the inference schedular when
1334
+ # running a scheduled inference execution.
1335
+ # @return [Integer]
1336
+ #
1337
+ # @!attribute [rw] active_model_version_arn
1338
+ # The Amazon Resource Name (ARN) of the model version used by the
1339
+ # inference scheduler when running a scheduled inference execution.
1340
+ # @return [String]
1341
+ #
1342
+ # @!attribute [rw] model_version_activated_at
1343
+ # The date the active model version was activated.
1344
+ # @return [Time]
1345
+ #
1346
+ # @!attribute [rw] previous_active_model_version
1347
+ # The model version that was set as the active model version prior to
1348
+ # the current active model version.
1349
+ # @return [Integer]
1350
+ #
1351
+ # @!attribute [rw] previous_active_model_version_arn
1352
+ # The ARN of the model version that was set as the active model
1353
+ # version prior to the current active model version.
1354
+ # @return [String]
1355
+ #
1356
+ # @!attribute [rw] previous_model_version_activated_at
1357
+ # The date and time when the previous active model version was
1358
+ # activated.
1359
+ # @return [Time]
1360
+ #
1291
1361
  # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/DescribeModelResponse AWS API Documentation
1292
1362
  #
1293
1363
  class DescribeModelResponse < Struct.new(
@@ -1311,7 +1381,254 @@ module Aws::LookoutEquipment
1311
1381
  :last_updated_time,
1312
1382
  :created_at,
1313
1383
  :server_side_kms_key_id,
1314
- :off_condition)
1384
+ :off_condition,
1385
+ :source_model_version_arn,
1386
+ :import_job_start_time,
1387
+ :import_job_end_time,
1388
+ :active_model_version,
1389
+ :active_model_version_arn,
1390
+ :model_version_activated_at,
1391
+ :previous_active_model_version,
1392
+ :previous_active_model_version_arn,
1393
+ :previous_model_version_activated_at)
1394
+ SENSITIVE = []
1395
+ include Aws::Structure
1396
+ end
1397
+
1398
+ # @!attribute [rw] model_name
1399
+ # The name of the machine learning model that this version belongs to.
1400
+ # @return [String]
1401
+ #
1402
+ # @!attribute [rw] model_version
1403
+ # The version of the machine learning model.
1404
+ # @return [Integer]
1405
+ #
1406
+ # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/DescribeModelVersionRequest AWS API Documentation
1407
+ #
1408
+ class DescribeModelVersionRequest < Struct.new(
1409
+ :model_name,
1410
+ :model_version)
1411
+ SENSITIVE = []
1412
+ include Aws::Structure
1413
+ end
1414
+
1415
+ # @!attribute [rw] model_name
1416
+ # The name of the machine learning model that this version belongs to.
1417
+ # @return [String]
1418
+ #
1419
+ # @!attribute [rw] model_arn
1420
+ # The Amazon Resource Name (ARN) of the parent machine learning model
1421
+ # that this version belong to.
1422
+ # @return [String]
1423
+ #
1424
+ # @!attribute [rw] model_version
1425
+ # The version of the machine learning model.
1426
+ # @return [Integer]
1427
+ #
1428
+ # @!attribute [rw] model_version_arn
1429
+ # The Amazon Resource Name (ARN) of the model version.
1430
+ # @return [String]
1431
+ #
1432
+ # @!attribute [rw] status
1433
+ # The current status of the model version.
1434
+ # @return [String]
1435
+ #
1436
+ # @!attribute [rw] source_type
1437
+ # Indicates whether this model version was created by training or by
1438
+ # importing.
1439
+ # @return [String]
1440
+ #
1441
+ # @!attribute [rw] dataset_name
1442
+ # The name of the dataset used to train the model version.
1443
+ # @return [String]
1444
+ #
1445
+ # @!attribute [rw] dataset_arn
1446
+ # The Amazon Resource Name (ARN) of the dataset used to train the
1447
+ # model version.
1448
+ # @return [String]
1449
+ #
1450
+ # @!attribute [rw] schema
1451
+ # The schema of the data used to train the model version.
1452
+ # @return [String]
1453
+ #
1454
+ # @!attribute [rw] labels_input_configuration
1455
+ # Contains the configuration information for the S3 location being
1456
+ # used to hold label data.
1457
+ # @return [Types::LabelsInputConfiguration]
1458
+ #
1459
+ # @!attribute [rw] training_data_start_time
1460
+ # The date on which the training data began being gathered. If you
1461
+ # imported the version, this is the date that the training data in the
1462
+ # source version began being gathered.
1463
+ # @return [Time]
1464
+ #
1465
+ # @!attribute [rw] training_data_end_time
1466
+ # The date on which the training data finished being gathered. If you
1467
+ # imported the version, this is the date that the training data in the
1468
+ # source version finished being gathered.
1469
+ # @return [Time]
1470
+ #
1471
+ # @!attribute [rw] evaluation_data_start_time
1472
+ # The date on which the data in the evaluation set began being
1473
+ # gathered. If you imported the version, this is the date that the
1474
+ # evaluation set data in the source version began being gathered.
1475
+ # @return [Time]
1476
+ #
1477
+ # @!attribute [rw] evaluation_data_end_time
1478
+ # The date on which the data in the evaluation set began being
1479
+ # gathered. If you imported the version, this is the date that the
1480
+ # evaluation set data in the source version finished being gathered.
1481
+ # @return [Time]
1482
+ #
1483
+ # @!attribute [rw] role_arn
1484
+ # The Amazon Resource Name (ARN) of the role that was used to train
1485
+ # the model version.
1486
+ # @return [String]
1487
+ #
1488
+ # @!attribute [rw] data_pre_processing_configuration
1489
+ # The configuration is the `TargetSamplingRate`, which is the sampling
1490
+ # rate of the data after post processing by Amazon Lookout for
1491
+ # Equipment. For example, if you provide data that has been collected
1492
+ # at a 1 second level and you want the system to resample the data at
1493
+ # a 1 minute rate before training, the `TargetSamplingRate` is 1
1494
+ # minute.
1495
+ #
1496
+ # When providing a value for the `TargetSamplingRate`, you must attach
1497
+ # the prefix "PT" to the rate you want. The value for a 1 second
1498
+ # rate is therefore *PT1S*, the value for a 15 minute rate is *PT15M*,
1499
+ # and the value for a 1 hour rate is *PT1H*
1500
+ # @return [Types::DataPreProcessingConfiguration]
1501
+ #
1502
+ # @!attribute [rw] training_execution_start_time
1503
+ # The time when the training of the version began.
1504
+ # @return [Time]
1505
+ #
1506
+ # @!attribute [rw] training_execution_end_time
1507
+ # The time when the training of the version completed.
1508
+ # @return [Time]
1509
+ #
1510
+ # @!attribute [rw] failed_reason
1511
+ # The failure message if the training of the model version failed.
1512
+ # @return [String]
1513
+ #
1514
+ # @!attribute [rw] model_metrics
1515
+ # Shows an aggregated summary, in JSON format, of the model's
1516
+ # performance within the evaluation time range. These metrics are
1517
+ # created when evaluating the model.
1518
+ # @return [String]
1519
+ #
1520
+ # @!attribute [rw] last_updated_time
1521
+ # Indicates the last time the machine learning model version was
1522
+ # updated.
1523
+ # @return [Time]
1524
+ #
1525
+ # @!attribute [rw] created_at
1526
+ # Indicates the time and date at which the machine learning model
1527
+ # version was created.
1528
+ # @return [Time]
1529
+ #
1530
+ # @!attribute [rw] server_side_kms_key_id
1531
+ # The identifier of the KMS key key used to encrypt model version data
1532
+ # by Amazon Lookout for Equipment.
1533
+ # @return [String]
1534
+ #
1535
+ # @!attribute [rw] off_condition
1536
+ # Indicates that the asset associated with this sensor has been shut
1537
+ # off. As long as this condition is met, Lookout for Equipment will
1538
+ # not use data from this asset for training, evaluation, or inference.
1539
+ # @return [String]
1540
+ #
1541
+ # @!attribute [rw] source_model_version_arn
1542
+ # If model version was imported, then this field is the arn of the
1543
+ # source model version.
1544
+ # @return [String]
1545
+ #
1546
+ # @!attribute [rw] import_job_start_time
1547
+ # The date and time when the import job began. This field appears if
1548
+ # the model version was imported.
1549
+ # @return [Time]
1550
+ #
1551
+ # @!attribute [rw] import_job_end_time
1552
+ # The date and time when the import job completed. This field appears
1553
+ # if the model version was imported.
1554
+ # @return [Time]
1555
+ #
1556
+ # @!attribute [rw] imported_data_size_in_bytes
1557
+ # The size in bytes of the imported data. This field appears if the
1558
+ # model version was imported.
1559
+ # @return [Integer]
1560
+ #
1561
+ # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/DescribeModelVersionResponse AWS API Documentation
1562
+ #
1563
+ class DescribeModelVersionResponse < Struct.new(
1564
+ :model_name,
1565
+ :model_arn,
1566
+ :model_version,
1567
+ :model_version_arn,
1568
+ :status,
1569
+ :source_type,
1570
+ :dataset_name,
1571
+ :dataset_arn,
1572
+ :schema,
1573
+ :labels_input_configuration,
1574
+ :training_data_start_time,
1575
+ :training_data_end_time,
1576
+ :evaluation_data_start_time,
1577
+ :evaluation_data_end_time,
1578
+ :role_arn,
1579
+ :data_pre_processing_configuration,
1580
+ :training_execution_start_time,
1581
+ :training_execution_end_time,
1582
+ :failed_reason,
1583
+ :model_metrics,
1584
+ :last_updated_time,
1585
+ :created_at,
1586
+ :server_side_kms_key_id,
1587
+ :off_condition,
1588
+ :source_model_version_arn,
1589
+ :import_job_start_time,
1590
+ :import_job_end_time,
1591
+ :imported_data_size_in_bytes)
1592
+ SENSITIVE = []
1593
+ include Aws::Structure
1594
+ end
1595
+
1596
+ # @!attribute [rw] resource_arn
1597
+ # The Amazon Resource Name (ARN) of the resource that is associated
1598
+ # with the resource policy.
1599
+ # @return [String]
1600
+ #
1601
+ # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/DescribeResourcePolicyRequest AWS API Documentation
1602
+ #
1603
+ class DescribeResourcePolicyRequest < Struct.new(
1604
+ :resource_arn)
1605
+ SENSITIVE = []
1606
+ include Aws::Structure
1607
+ end
1608
+
1609
+ # @!attribute [rw] policy_revision_id
1610
+ # A unique identifier for a revision of the resource policy.
1611
+ # @return [String]
1612
+ #
1613
+ # @!attribute [rw] resource_policy
1614
+ # The resource policy in a JSON-formatted string.
1615
+ # @return [String]
1616
+ #
1617
+ # @!attribute [rw] creation_time
1618
+ # The time when the resource policy was created.
1619
+ # @return [Time]
1620
+ #
1621
+ # @!attribute [rw] last_modified_time
1622
+ # The time when the resource policy was last modified.
1623
+ # @return [Time]
1624
+ #
1625
+ # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/DescribeResourcePolicyResponse AWS API Documentation
1626
+ #
1627
+ class DescribeResourcePolicyResponse < Struct.new(
1628
+ :policy_revision_id,
1629
+ :resource_policy,
1630
+ :creation_time,
1631
+ :last_modified_time)
1315
1632
  SENSITIVE = []
1316
1633
  include Aws::Structure
1317
1634
  end
@@ -1331,6 +1648,163 @@ module Aws::LookoutEquipment
1331
1648
  include Aws::Structure
1332
1649
  end
1333
1650
 
1651
+ # @!attribute [rw] source_dataset_arn
1652
+ # The Amazon Resource Name (ARN) of the dataset to import.
1653
+ # @return [String]
1654
+ #
1655
+ # @!attribute [rw] dataset_name
1656
+ # The name of the machine learning dataset to be created. If the
1657
+ # dataset already exists, Amazon Lookout for Equipment overwrites the
1658
+ # existing dataset. If you don't specify this field, it is filled
1659
+ # with the name of the source dataset.
1660
+ # @return [String]
1661
+ #
1662
+ # @!attribute [rw] client_token
1663
+ # A unique identifier for the request. If you do not set the client
1664
+ # request token, Amazon Lookout for Equipment generates one.
1665
+ #
1666
+ # **A suitable default value is auto-generated.** You should normally
1667
+ # not need to pass this option.
1668
+ # @return [String]
1669
+ #
1670
+ # @!attribute [rw] server_side_kms_key_id
1671
+ # Provides the identifier of the KMS key key used to encrypt model
1672
+ # data by Amazon Lookout for Equipment.
1673
+ # @return [String]
1674
+ #
1675
+ # @!attribute [rw] tags
1676
+ # Any tags associated with the dataset to be created.
1677
+ # @return [Array<Types::Tag>]
1678
+ #
1679
+ # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/ImportDatasetRequest AWS API Documentation
1680
+ #
1681
+ class ImportDatasetRequest < Struct.new(
1682
+ :source_dataset_arn,
1683
+ :dataset_name,
1684
+ :client_token,
1685
+ :server_side_kms_key_id,
1686
+ :tags)
1687
+ SENSITIVE = []
1688
+ include Aws::Structure
1689
+ end
1690
+
1691
+ # @!attribute [rw] dataset_name
1692
+ # The name of the created machine learning dataset.
1693
+ # @return [String]
1694
+ #
1695
+ # @!attribute [rw] dataset_arn
1696
+ # The Amazon Resource Name (ARN) of the dataset that was imported.
1697
+ # @return [String]
1698
+ #
1699
+ # @!attribute [rw] status
1700
+ # The status of the `ImportDataset` operation.
1701
+ # @return [String]
1702
+ #
1703
+ # @!attribute [rw] job_id
1704
+ # A unique identifier for the job of importing the dataset.
1705
+ # @return [String]
1706
+ #
1707
+ # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/ImportDatasetResponse AWS API Documentation
1708
+ #
1709
+ class ImportDatasetResponse < Struct.new(
1710
+ :dataset_name,
1711
+ :dataset_arn,
1712
+ :status,
1713
+ :job_id)
1714
+ SENSITIVE = []
1715
+ include Aws::Structure
1716
+ end
1717
+
1718
+ # @!attribute [rw] source_model_version_arn
1719
+ # The Amazon Resource Name (ARN) of the model version to import.
1720
+ # @return [String]
1721
+ #
1722
+ # @!attribute [rw] model_name
1723
+ # The name for the machine learning model to be created. If the model
1724
+ # already exists, Amazon Lookout for Equipment creates a new version.
1725
+ # If you do not specify this field, it is filled with the name of the
1726
+ # source model.
1727
+ # @return [String]
1728
+ #
1729
+ # @!attribute [rw] dataset_name
1730
+ # The name of the dataset for the machine learning model being
1731
+ # imported.
1732
+ # @return [String]
1733
+ #
1734
+ # @!attribute [rw] labels_input_configuration
1735
+ # Contains the configuration information for the S3 location being
1736
+ # used to hold label data.
1737
+ # @return [Types::LabelsInputConfiguration]
1738
+ #
1739
+ # @!attribute [rw] client_token
1740
+ # A unique identifier for the request. If you do not set the client
1741
+ # request token, Amazon Lookout for Equipment generates one.
1742
+ #
1743
+ # **A suitable default value is auto-generated.** You should normally
1744
+ # not need to pass this option.
1745
+ # @return [String]
1746
+ #
1747
+ # @!attribute [rw] role_arn
1748
+ # The Amazon Resource Name (ARN) of a role with permission to access
1749
+ # the data source being used to create the machine learning model.
1750
+ # @return [String]
1751
+ #
1752
+ # @!attribute [rw] server_side_kms_key_id
1753
+ # Provides the identifier of the KMS key key used to encrypt model
1754
+ # data by Amazon Lookout for Equipment.
1755
+ # @return [String]
1756
+ #
1757
+ # @!attribute [rw] tags
1758
+ # The tags associated with the machine learning model to be created.
1759
+ # @return [Array<Types::Tag>]
1760
+ #
1761
+ # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/ImportModelVersionRequest AWS API Documentation
1762
+ #
1763
+ class ImportModelVersionRequest < Struct.new(
1764
+ :source_model_version_arn,
1765
+ :model_name,
1766
+ :dataset_name,
1767
+ :labels_input_configuration,
1768
+ :client_token,
1769
+ :role_arn,
1770
+ :server_side_kms_key_id,
1771
+ :tags)
1772
+ SENSITIVE = []
1773
+ include Aws::Structure
1774
+ end
1775
+
1776
+ # @!attribute [rw] model_name
1777
+ # The name for the machine learning model.
1778
+ # @return [String]
1779
+ #
1780
+ # @!attribute [rw] model_arn
1781
+ # The Amazon Resource Name (ARN) of the model being created.
1782
+ # @return [String]
1783
+ #
1784
+ # @!attribute [rw] model_version_arn
1785
+ # The Amazon Resource Name (ARN) of the model version being created.
1786
+ # @return [String]
1787
+ #
1788
+ # @!attribute [rw] model_version
1789
+ # The version of the model being created.
1790
+ # @return [Integer]
1791
+ #
1792
+ # @!attribute [rw] status
1793
+ # The status of the `ImportModelVersion` operation.
1794
+ # @return [String]
1795
+ #
1796
+ # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/ImportModelVersionResponse AWS API Documentation
1797
+ #
1798
+ class ImportModelVersionResponse < Struct.new(
1799
+ :model_name,
1800
+ :model_arn,
1801
+ :model_version_arn,
1802
+ :model_version,
1803
+ :status)
1804
+ SENSITIVE = []
1805
+ include Aws::Structure
1806
+ end
1807
+
1334
1808
  # Contains information about the specific inference event, including
1335
1809
  # start and end time, diagnostics information, event duration and so on.
1336
1810
  #
@@ -1512,7 +1986,7 @@ module Aws::LookoutEquipment
1512
1986
  # @return [Types::InferenceS3OutputConfiguration]
1513
1987
  #
1514
1988
  # @!attribute [rw] kms_key_id
1515
- # The ID number for the AWS KMS key used to encrypt the inference
1989
+ # The ID number for the KMS key key used to encrypt the inference
1516
1990
  # output.
1517
1991
  # @return [String]
1518
1992
  #
@@ -1692,10 +2166,17 @@ module Aws::LookoutEquipment
1692
2166
  # @return [String]
1693
2167
  #
1694
2168
  # @!attribute [rw] key_pattern
1695
- # Pattern for matching the Amazon S3 files which will be used for
1696
- # ingestion. If no KeyPattern is provided, we will use the default
1697
- # hierarchy file structure, which is same as KeyPattern
1698
- # \\\{prefix\\}/\\\{component\_name\\}/*
2169
+ # The pattern for matching the Amazon S3 files that will be used for
2170
+ # ingestion. If the schema was created previously without any
2171
+ # KeyPattern, then the default KeyPattern
2172
+ # \\\{prefix\\}/\\\{component\_name\\}/* is used to download files
2173
+ # from Amazon S3 according to the schema. This field is required when
2174
+ # ingestion is being done for the first time.
2175
+ #
2176
+ # Valid Values: \\\{prefix\\}/\\\{component\_name\\}\_* \|
2177
+ # \\\{prefix\\}/\\\{component\_name\\}/* \|
2178
+ # \\\{prefix\\}/\\\{component\_name\\}\[DELIMITER\]* (Allowed
2179
+ # delimiters : space, dot, underscore, hyphen)
1699
2180
  # @return [String]
1700
2181
  #
1701
2182
  # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/IngestionS3InputConfiguration AWS API Documentation
@@ -1772,7 +2253,7 @@ module Aws::LookoutEquipment
1772
2253
  # @return [String]
1773
2254
  #
1774
2255
  # @!attribute [rw] label_group_arn
1775
- # The ARN of the label group.
2256
+ # The Amazon Resource Name (ARN) of the label group.
1776
2257
  # @return [String]
1777
2258
  #
1778
2259
  # @!attribute [rw] created_at
@@ -1805,7 +2286,7 @@ module Aws::LookoutEquipment
1805
2286
  # @return [String]
1806
2287
  #
1807
2288
  # @!attribute [rw] label_group_arn
1808
- # The ARN of the label group.
2289
+ # The Amazon Resource Name (ARN) of the label group.
1809
2290
  # @return [String]
1810
2291
  #
1811
2292
  # @!attribute [rw] start_time
@@ -2027,7 +2508,7 @@ module Aws::LookoutEquipment
2027
2508
  #
2028
2509
  # @!attribute [rw] interval_end_time
2029
2510
  # Returns all the inference events with an end start time equal to or
2030
- # greater than less than the end time given
2511
+ # greater than less than the end time given.
2031
2512
  # @return [Time]
2032
2513
  #
2033
2514
  # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/ListInferenceEventsRequest AWS API Documentation
@@ -2144,7 +2625,7 @@ module Aws::LookoutEquipment
2144
2625
  # @return [String]
2145
2626
  #
2146
2627
  # @!attribute [rw] status
2147
- # Specifies the current status of the inference schedulers to list.
2628
+ # Specifies the current status of the inference schedulers.
2148
2629
  # @return [String]
2149
2630
  #
2150
2631
  # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/ListInferenceSchedulersRequest AWS API Documentation
@@ -2282,6 +2763,88 @@ module Aws::LookoutEquipment
2282
2763
  include Aws::Structure
2283
2764
  end
2284
2765
 
2766
+ # @!attribute [rw] model_name
2767
+ # Then name of the machine learning model for which the model versions
2768
+ # are to be listed.
2769
+ # @return [String]
2770
+ #
2771
+ # @!attribute [rw] next_token
2772
+ # If the total number of results exceeds the limit that the response
2773
+ # can display, the response returns an opaque pagination token
2774
+ # indicating where to continue the listing of machine learning model
2775
+ # versions. Use this token in the `NextToken` field in the request to
2776
+ # list the next page of results.
2777
+ # @return [String]
2778
+ #
2779
+ # @!attribute [rw] max_results
2780
+ # Specifies the maximum number of machine learning model versions to
2781
+ # list.
2782
+ # @return [Integer]
2783
+ #
2784
+ # @!attribute [rw] status
2785
+ # Filter the results based on the current status of the model version.
2786
+ # @return [String]
2787
+ #
2788
+ # @!attribute [rw] source_type
2789
+ # Filter the results based on the way the model version was generated.
2790
+ # @return [String]
2791
+ #
2792
+ # @!attribute [rw] created_at_end_time
2793
+ # Filter results to return all the model versions created before this
2794
+ # time.
2795
+ # @return [Time]
2796
+ #
2797
+ # @!attribute [rw] created_at_start_time
2798
+ # Filter results to return all the model versions created after this
2799
+ # time.
2800
+ # @return [Time]
2801
+ #
2802
+ # @!attribute [rw] max_model_version
2803
+ # Specifies the highest version of the model to return in the list.
2804
+ # @return [Integer]
2805
+ #
2806
+ # @!attribute [rw] min_model_version
2807
+ # Specifies the lowest version of the model to return in the list.
2808
+ # @return [Integer]
2809
+ #
2810
+ # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/ListModelVersionsRequest AWS API Documentation
2811
+ #
2812
+ class ListModelVersionsRequest < Struct.new(
2813
+ :model_name,
2814
+ :next_token,
2815
+ :max_results,
2816
+ :status,
2817
+ :source_type,
2818
+ :created_at_end_time,
2819
+ :created_at_start_time,
2820
+ :max_model_version,
2821
+ :min_model_version)
2822
+ SENSITIVE = []
2823
+ include Aws::Structure
2824
+ end
2825
+
2826
+ # @!attribute [rw] next_token
2827
+ # If the total number of results exceeds the limit that the response
2828
+ # can display, the response returns an opaque pagination token
2829
+ # indicating where to continue the listing of machine learning model
2830
+ # versions. Use this token in the `NextToken` field in the request to
2831
+ # list the next page of results.
2832
+ # @return [String]
2833
+ #
2834
+ # @!attribute [rw] model_version_summaries
2835
+ # Provides information on the specified model version, including the
2836
+ # created time, model and dataset ARNs, and status.
2837
+ # @return [Array<Types::ModelVersionSummary>]
2838
+ #
2839
+ # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/ListModelVersionsResponse AWS API Documentation
2840
+ #
2841
+ class ListModelVersionsResponse < Struct.new(
2842
+ :next_token,
2843
+ :model_version_summaries)
2844
+ SENSITIVE = []
2845
+ include Aws::Structure
2846
+ end
2847
+
2285
2848
  # @!attribute [rw] next_token
2286
2849
  # An opaque pagination token indicating where to continue the listing
2287
2850
  # of ML models.
@@ -2476,6 +3039,17 @@ module Aws::LookoutEquipment
2476
3039
  # The time at which the specific model was created.
2477
3040
  # @return [Time]
2478
3041
  #
3042
+ # @!attribute [rw] active_model_version
3043
+ # The model version that the inference scheduler uses to run an
3044
+ # inference execution.
3045
+ # @return [Integer]
3046
+ #
3047
+ # @!attribute [rw] active_model_version_arn
3048
+ # The Amazon Resource Name (ARN) of the model version that is set as
3049
+ # active. The active model version is the model version that the
3050
+ # inference scheduler uses to run an inference execution.
3051
+ # @return [String]
3052
+ #
2479
3053
  # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/ModelSummary AWS API Documentation
2480
3054
  #
2481
3055
  class ModelSummary < Struct.new(
@@ -2484,7 +3058,54 @@ module Aws::LookoutEquipment
2484
3058
  :dataset_name,
2485
3059
  :dataset_arn,
2486
3060
  :status,
2487
- :created_at)
3061
+ :created_at,
3062
+ :active_model_version,
3063
+ :active_model_version_arn)
3064
+ SENSITIVE = []
3065
+ include Aws::Structure
3066
+ end
3067
+
3068
+ # Contains information about the specific model version.
3069
+ #
3070
+ # @!attribute [rw] model_name
3071
+ # The name of the model that this model version is a version of.
3072
+ # @return [String]
3073
+ #
3074
+ # @!attribute [rw] model_arn
3075
+ # The Amazon Resource Name (ARN) of the model that this model version
3076
+ # is a version of.
3077
+ # @return [String]
3078
+ #
3079
+ # @!attribute [rw] model_version
3080
+ # The version of the model.
3081
+ # @return [Integer]
3082
+ #
3083
+ # @!attribute [rw] model_version_arn
3084
+ # The Amazon Resource Name (ARN) of the model version.
3085
+ # @return [String]
3086
+ #
3087
+ # @!attribute [rw] created_at
3088
+ # The time when this model version was created.
3089
+ # @return [Time]
3090
+ #
3091
+ # @!attribute [rw] status
3092
+ # The current status of the model version.
3093
+ # @return [String]
3094
+ #
3095
+ # @!attribute [rw] source_type
3096
+ # Indicates how this model version was generated.
3097
+ # @return [String]
3098
+ #
3099
+ # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/ModelVersionSummary AWS API Documentation
3100
+ #
3101
+ class ModelVersionSummary < Struct.new(
3102
+ :model_name,
3103
+ :model_arn,
3104
+ :model_version,
3105
+ :model_version_arn,
3106
+ :created_at,
3107
+ :status,
3108
+ :source_type)
2488
3109
  SENSITIVE = []
2489
3110
  include Aws::Structure
2490
3111
  end
@@ -2525,6 +3146,56 @@ module Aws::LookoutEquipment
2525
3146
  include Aws::Structure
2526
3147
  end
2527
3148
 
3149
+ # @!attribute [rw] resource_arn
3150
+ # The Amazon Resource Name (ARN) of the resource for which the policy
3151
+ # is being created.
3152
+ # @return [String]
3153
+ #
3154
+ # @!attribute [rw] resource_policy
3155
+ # The JSON-formatted resource policy to create.
3156
+ # @return [String]
3157
+ #
3158
+ # @!attribute [rw] policy_revision_id
3159
+ # A unique identifier for a revision of the resource policy.
3160
+ # @return [String]
3161
+ #
3162
+ # @!attribute [rw] client_token
3163
+ # A unique identifier for the request. If you do not set the client
3164
+ # request token, Amazon Lookout for Equipment generates one.
3165
+ #
3166
+ # **A suitable default value is auto-generated.** You should normally
3167
+ # not need to pass this option.
3168
+ # @return [String]
3169
+ #
3170
+ # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/PutResourcePolicyRequest AWS API Documentation
3171
+ #
3172
+ class PutResourcePolicyRequest < Struct.new(
3173
+ :resource_arn,
3174
+ :resource_policy,
3175
+ :policy_revision_id,
3176
+ :client_token)
3177
+ SENSITIVE = []
3178
+ include Aws::Structure
3179
+ end
3180
+
3181
+ # @!attribute [rw] resource_arn
3182
+ # The Amazon Resource Name (ARN) of the resource for which the policy
3183
+ # was created.
3184
+ # @return [String]
3185
+ #
3186
+ # @!attribute [rw] policy_revision_id
3187
+ # A unique identifier for a revision of the resource policy.
3188
+ # @return [String]
3189
+ #
3190
+ # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/PutResourcePolicyResponse AWS API Documentation
3191
+ #
3192
+ class PutResourcePolicyResponse < Struct.new(
3193
+ :resource_arn,
3194
+ :policy_revision_id)
3195
+ SENSITIVE = []
3196
+ include Aws::Structure
3197
+ end
3198
+
2528
3199
  # The resource requested could not be found. Verify the resource ID and
2529
3200
  # retry your request.
2530
3201
  #
@@ -2546,9 +3217,9 @@ module Aws::LookoutEquipment
2546
3217
  # @return [String]
2547
3218
  #
2548
3219
  # @!attribute [rw] key
2549
- # The AWS Key Management Service (AWS KMS) key being used to encrypt
2550
- # the S3 object. Without this key, data in the bucket is not
2551
- # accessible.
3220
+ # The Amazon Web Services Key Management Service (KMS key) key being
3221
+ # used to encrypt the S3 object. Without this key, data in the bucket
3222
+ # is not accessible.
2552
3223
  # @return [String]
2553
3224
  #
2554
3225
  # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/S3Object AWS API Documentation
@@ -2916,6 +3587,68 @@ module Aws::LookoutEquipment
2916
3587
  #
2917
3588
  class UntagResourceResponse < Aws::EmptyStructure; end
2918
3589
 
3590
+ # @!attribute [rw] model_name
3591
+ # The name of the machine learning model for which the active model
3592
+ # version is being set.
3593
+ # @return [String]
3594
+ #
3595
+ # @!attribute [rw] model_version
3596
+ # The version of the machine learning model for which the active model
3597
+ # version is being set.
3598
+ # @return [Integer]
3599
+ #
3600
+ # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/UpdateActiveModelVersionRequest AWS API Documentation
3601
+ #
3602
+ class UpdateActiveModelVersionRequest < Struct.new(
3603
+ :model_name,
3604
+ :model_version)
3605
+ SENSITIVE = []
3606
+ include Aws::Structure
3607
+ end
3608
+
3609
+ # @!attribute [rw] model_name
3610
+ # The name of the machine learning model for which the active model
3611
+ # version was set.
3612
+ # @return [String]
3613
+ #
3614
+ # @!attribute [rw] model_arn
3615
+ # The Amazon Resource Name (ARN) of the machine learning model for
3616
+ # which the active model version was set.
3617
+ # @return [String]
3618
+ #
3619
+ # @!attribute [rw] current_active_version
3620
+ # The version that is currently active of the machine learning model
3621
+ # for which the active model version was set.
3622
+ # @return [Integer]
3623
+ #
3624
+ # @!attribute [rw] previous_active_version
3625
+ # The previous version that was active of the machine learning model
3626
+ # for which the active model version was set.
3627
+ # @return [Integer]
3628
+ #
3629
+ # @!attribute [rw] current_active_version_arn
3630
+ # The Amazon Resource Name (ARN) of the machine learning model version
3631
+ # that is the current active model version.
3632
+ # @return [String]
3633
+ #
3634
+ # @!attribute [rw] previous_active_version_arn
3635
+ # The Amazon Resource Name (ARN) of the machine learning model version
3636
+ # that was the previous active model version.
3637
+ # @return [String]
3638
+ #
3639
+ # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/UpdateActiveModelVersionResponse AWS API Documentation
3640
+ #
3641
+ class UpdateActiveModelVersionResponse < Struct.new(
3642
+ :model_name,
3643
+ :model_arn,
3644
+ :current_active_version,
3645
+ :previous_active_version,
3646
+ :current_active_version_arn,
3647
+ :previous_active_version_arn)
3648
+ SENSITIVE = []
3649
+ include Aws::Structure
3650
+ end
3651
+
2919
3652
  # @!attribute [rw] inference_scheduler_name
2920
3653
  # The name of the inference scheduler to be updated.
2921
3654
  # @return [String]
@@ -2992,7 +3725,8 @@ module Aws::LookoutEquipment
2992
3725
  end
2993
3726
 
2994
3727
  # The input fails to satisfy constraints specified by Amazon Lookout for
2995
- # Equipment or a related AWS service that's being utilized.
3728
+ # Equipment or a related Amazon Web Services service that's being
3729
+ # utilized.
2996
3730
  #
2997
3731
  # @!attribute [rw] message
2998
3732
  # @return [String]