aws-sdk-lookoutequipment 1.28.0 → 1.29.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: 07136557c56a64449fa9a611448d6223e7437cc1fd5ab5b7db95dc3fdf7af94c
4
- data.tar.gz: 1e36bcd691569476b278d922c6c58c8b38ebc79d05e36b58ff8b88766b64a6e0
3
+ metadata.gz: d2a73474985eeaa9fc04164afe2ddbc6524e75ed78d3c46e6b53bc93e6b759fc
4
+ data.tar.gz: b5bfb8c6f5f9e09cac6db7d0137f6d959b3a53ec2dccce88ec01d1610049bc67
5
5
  SHA512:
6
- metadata.gz: 065fd1171ec2da96a65be0a998c680ff9bf8fed18c40731406165249a3d2534d29dd2df069af169756a1f7788370869d05a63dd2d3270ac24dad8d4595dc490d
7
- data.tar.gz: 216ef4023b1d6b35b3c786bcaba0975fc7975d8df7d5d28debfb1b9f1d4dd1ac4eb996dd530c3f59e73291f947662f129f83be13d342a50b6929753d210bd7cc
6
+ metadata.gz: 45a9d14705a7f7e86d1a05e80d279b8a5b48add175cc09f4651732871cc9433b019892f140f9269d3e718e9371dbcb24e5c41c2c466564d82195f51282012c82
7
+ data.tar.gz: 9de1c53fe1176303b6e06ed0486a86411064dfd92eb2f0c9373bb0c10b48ba436f46895dcc317867364d8de654267d89597a6d814cab7d559f9bcbdc32699402
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.29.0 (2024-02-21)
5
+ ------------------
6
+
7
+ * Feature - This release adds a field exposing model quality to read APIs for models. It also adds a model quality field to the API response when creating an inference scheduler.
8
+
4
9
  1.28.0 (2024-02-14)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.28.0
1
+ 1.29.0
@@ -541,6 +541,7 @@ module Aws::LookoutEquipment
541
541
  # * {Types::CreateInferenceSchedulerResponse#inference_scheduler_arn #inference_scheduler_arn} => String
542
542
  # * {Types::CreateInferenceSchedulerResponse#inference_scheduler_name #inference_scheduler_name} => String
543
543
  # * {Types::CreateInferenceSchedulerResponse#status #status} => String
544
+ # * {Types::CreateInferenceSchedulerResponse#model_quality #model_quality} => String
544
545
  #
545
546
  # @example Request syntax with placeholder values
546
547
  #
@@ -583,6 +584,7 @@ module Aws::LookoutEquipment
583
584
  # resp.inference_scheduler_arn #=> String
584
585
  # resp.inference_scheduler_name #=> String
585
586
  # resp.status #=> String, one of "PENDING", "RUNNING", "STOPPING", "STOPPED"
587
+ # resp.model_quality #=> String, one of "QUALITY_THRESHOLD_MET", "CANNOT_DETERMINE_QUALITY", "POOR_QUALITY_DETECTED"
586
588
  #
587
589
  # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/CreateInferenceScheduler AWS API Documentation
588
590
  #
@@ -1496,6 +1498,7 @@ module Aws::LookoutEquipment
1496
1498
  # * {Types::DescribeModelResponse#accumulated_inference_data_end_time #accumulated_inference_data_end_time} => Time
1497
1499
  # * {Types::DescribeModelResponse#retraining_scheduler_status #retraining_scheduler_status} => String
1498
1500
  # * {Types::DescribeModelResponse#model_diagnostics_output_configuration #model_diagnostics_output_configuration} => Types::ModelDiagnosticsOutputConfiguration
1501
+ # * {Types::DescribeModelResponse#model_quality #model_quality} => String
1499
1502
  #
1500
1503
  # @example Request syntax with placeholder values
1501
1504
  #
@@ -1550,6 +1553,7 @@ module Aws::LookoutEquipment
1550
1553
  # resp.model_diagnostics_output_configuration.s3_output_configuration.bucket #=> String
1551
1554
  # resp.model_diagnostics_output_configuration.s3_output_configuration.prefix #=> String
1552
1555
  # resp.model_diagnostics_output_configuration.kms_key_id #=> String
1556
+ # resp.model_quality #=> String, one of "QUALITY_THRESHOLD_MET", "CANNOT_DETERMINE_QUALITY", "POOR_QUALITY_DETECTED"
1553
1557
  #
1554
1558
  # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/DescribeModel AWS API Documentation
1555
1559
  #
@@ -1604,6 +1608,7 @@ module Aws::LookoutEquipment
1604
1608
  # * {Types::DescribeModelVersionResponse#auto_promotion_result_reason #auto_promotion_result_reason} => String
1605
1609
  # * {Types::DescribeModelVersionResponse#model_diagnostics_output_configuration #model_diagnostics_output_configuration} => Types::ModelDiagnosticsOutputConfiguration
1606
1610
  # * {Types::DescribeModelVersionResponse#model_diagnostics_results_object #model_diagnostics_results_object} => Types::S3Object
1611
+ # * {Types::DescribeModelVersionResponse#model_quality #model_quality} => String
1607
1612
  #
1608
1613
  # @example Request syntax with placeholder values
1609
1614
  #
@@ -1653,6 +1658,7 @@ module Aws::LookoutEquipment
1653
1658
  # resp.model_diagnostics_output_configuration.kms_key_id #=> String
1654
1659
  # resp.model_diagnostics_results_object.bucket #=> String
1655
1660
  # resp.model_diagnostics_results_object.key #=> String
1661
+ # resp.model_quality #=> String, one of "QUALITY_THRESHOLD_MET", "CANNOT_DETERMINE_QUALITY", "POOR_QUALITY_DETECTED"
1656
1662
  #
1657
1663
  # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/DescribeModelVersion AWS API Documentation
1658
1664
  #
@@ -2401,6 +2407,7 @@ module Aws::LookoutEquipment
2401
2407
  # resp.model_version_summaries[0].created_at #=> Time
2402
2408
  # resp.model_version_summaries[0].status #=> String, one of "IN_PROGRESS", "SUCCESS", "FAILED", "IMPORT_IN_PROGRESS", "CANCELED"
2403
2409
  # resp.model_version_summaries[0].source_type #=> String, one of "TRAINING", "RETRAINING", "IMPORT"
2410
+ # resp.model_version_summaries[0].model_quality #=> String, one of "QUALITY_THRESHOLD_MET", "CANNOT_DETERMINE_QUALITY", "POOR_QUALITY_DETECTED"
2404
2411
  #
2405
2412
  # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/ListModelVersions AWS API Documentation
2406
2413
  #
@@ -2468,6 +2475,7 @@ module Aws::LookoutEquipment
2468
2475
  # resp.model_summaries[0].model_diagnostics_output_configuration.s3_output_configuration.bucket #=> String
2469
2476
  # resp.model_summaries[0].model_diagnostics_output_configuration.s3_output_configuration.prefix #=> String
2470
2477
  # resp.model_summaries[0].model_diagnostics_output_configuration.kms_key_id #=> String
2478
+ # resp.model_summaries[0].model_quality #=> String, one of "QUALITY_THRESHOLD_MET", "CANNOT_DETERMINE_QUALITY", "POOR_QUALITY_DETECTED"
2471
2479
  #
2472
2480
  # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/ListModels AWS API Documentation
2473
2481
  #
@@ -3294,7 +3302,7 @@ module Aws::LookoutEquipment
3294
3302
  params: params,
3295
3303
  config: config)
3296
3304
  context[:gem_name] = 'aws-sdk-lookoutequipment'
3297
- context[:gem_version] = '1.28.0'
3305
+ context[:gem_version] = '1.29.0'
3298
3306
  Seahorse::Client::Request.new(handlers, context)
3299
3307
  end
3300
3308
 
@@ -165,6 +165,7 @@ module Aws::LookoutEquipment
165
165
  ModelMetrics = Shapes::StringShape.new(name: 'ModelMetrics')
166
166
  ModelName = Shapes::StringShape.new(name: 'ModelName')
167
167
  ModelPromoteMode = Shapes::StringShape.new(name: 'ModelPromoteMode')
168
+ ModelQuality = Shapes::StringShape.new(name: 'ModelQuality')
168
169
  ModelStatus = Shapes::StringShape.new(name: 'ModelStatus')
169
170
  ModelSummaries = Shapes::ListShape.new(name: 'ModelSummaries')
170
171
  ModelSummary = Shapes::StructureShape.new(name: 'ModelSummary')
@@ -273,6 +274,7 @@ module Aws::LookoutEquipment
273
274
  CreateInferenceSchedulerResponse.add_member(:inference_scheduler_arn, Shapes::ShapeRef.new(shape: InferenceSchedulerArn, location_name: "InferenceSchedulerArn"))
274
275
  CreateInferenceSchedulerResponse.add_member(:inference_scheduler_name, Shapes::ShapeRef.new(shape: InferenceSchedulerName, location_name: "InferenceSchedulerName"))
275
276
  CreateInferenceSchedulerResponse.add_member(:status, Shapes::ShapeRef.new(shape: InferenceSchedulerStatus, location_name: "Status"))
277
+ CreateInferenceSchedulerResponse.add_member(:model_quality, Shapes::ShapeRef.new(shape: ModelQuality, location_name: "ModelQuality"))
276
278
  CreateInferenceSchedulerResponse.struct_class = Types::CreateInferenceSchedulerResponse
277
279
 
278
280
  CreateLabelGroupRequest.add_member(:label_group_name, Shapes::ShapeRef.new(shape: LabelGroupName, required: true, location_name: "LabelGroupName"))
@@ -511,6 +513,7 @@ module Aws::LookoutEquipment
511
513
  DescribeModelResponse.add_member(:accumulated_inference_data_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "AccumulatedInferenceDataEndTime"))
512
514
  DescribeModelResponse.add_member(:retraining_scheduler_status, Shapes::ShapeRef.new(shape: RetrainingSchedulerStatus, location_name: "RetrainingSchedulerStatus"))
513
515
  DescribeModelResponse.add_member(:model_diagnostics_output_configuration, Shapes::ShapeRef.new(shape: ModelDiagnosticsOutputConfiguration, location_name: "ModelDiagnosticsOutputConfiguration"))
516
+ DescribeModelResponse.add_member(:model_quality, Shapes::ShapeRef.new(shape: ModelQuality, location_name: "ModelQuality"))
514
517
  DescribeModelResponse.struct_class = Types::DescribeModelResponse
515
518
 
516
519
  DescribeModelVersionRequest.add_member(:model_name, Shapes::ShapeRef.new(shape: ModelName, required: true, location_name: "ModelName"))
@@ -551,6 +554,7 @@ module Aws::LookoutEquipment
551
554
  DescribeModelVersionResponse.add_member(:auto_promotion_result_reason, Shapes::ShapeRef.new(shape: AutoPromotionResultReason, location_name: "AutoPromotionResultReason"))
552
555
  DescribeModelVersionResponse.add_member(:model_diagnostics_output_configuration, Shapes::ShapeRef.new(shape: ModelDiagnosticsOutputConfiguration, location_name: "ModelDiagnosticsOutputConfiguration"))
553
556
  DescribeModelVersionResponse.add_member(:model_diagnostics_results_object, Shapes::ShapeRef.new(shape: S3Object, location_name: "ModelDiagnosticsResultsObject"))
557
+ DescribeModelVersionResponse.add_member(:model_quality, Shapes::ShapeRef.new(shape: ModelQuality, location_name: "ModelQuality"))
554
558
  DescribeModelVersionResponse.struct_class = Types::DescribeModelVersionResponse
555
559
 
556
560
  DescribeResourcePolicyRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: ResourceArn, required: true, location_name: "ResourceArn"))
@@ -891,6 +895,7 @@ module Aws::LookoutEquipment
891
895
  ModelSummary.add_member(:next_scheduled_retraining_start_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "NextScheduledRetrainingStartDate"))
892
896
  ModelSummary.add_member(:retraining_scheduler_status, Shapes::ShapeRef.new(shape: RetrainingSchedulerStatus, location_name: "RetrainingSchedulerStatus"))
893
897
  ModelSummary.add_member(:model_diagnostics_output_configuration, Shapes::ShapeRef.new(shape: ModelDiagnosticsOutputConfiguration, location_name: "ModelDiagnosticsOutputConfiguration"))
898
+ ModelSummary.add_member(:model_quality, Shapes::ShapeRef.new(shape: ModelQuality, location_name: "ModelQuality"))
894
899
  ModelSummary.struct_class = Types::ModelSummary
895
900
 
896
901
  ModelVersionSummaries.member = Shapes::ShapeRef.new(shape: ModelVersionSummary)
@@ -902,6 +907,7 @@ module Aws::LookoutEquipment
902
907
  ModelVersionSummary.add_member(:created_at, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreatedAt"))
903
908
  ModelVersionSummary.add_member(:status, Shapes::ShapeRef.new(shape: ModelVersionStatus, location_name: "Status"))
904
909
  ModelVersionSummary.add_member(:source_type, Shapes::ShapeRef.new(shape: ModelVersionSourceType, location_name: "SourceType"))
910
+ ModelVersionSummary.add_member(:model_quality, Shapes::ShapeRef.new(shape: ModelQuality, location_name: "ModelQuality"))
905
911
  ModelVersionSummary.struct_class = Types::ModelVersionSummary
906
912
 
907
913
  MonotonicValues.add_member(:status, Shapes::ShapeRef.new(shape: StatisticalIssueStatus, required: true, location_name: "Status"))
@@ -242,12 +242,36 @@ module Aws::LookoutEquipment
242
242
  # Indicates the status of the `CreateInferenceScheduler` operation.
243
243
  # @return [String]
244
244
  #
245
+ # @!attribute [rw] model_quality
246
+ # Provides a quality assessment for a model that uses labels. If
247
+ # Lookout for Equipment determines that the model quality is poor
248
+ # based on training metrics, the value is `POOR_QUALITY_DETECTED`.
249
+ # Otherwise, the value is `QUALITY_THRESHOLD_MET`.
250
+ #
251
+ # If the model is unlabeled, the model quality can't be assessed and
252
+ # the value of `ModelQuality` is `CANNOT_DETERMINE_QUALITY`. In this
253
+ # situation, you can get a model quality assessment by adding labels
254
+ # to the input dataset and retraining the model.
255
+ #
256
+ # For information about using labels with your models, see
257
+ # [Understanding labeling][1].
258
+ #
259
+ # For information about improving the quality of a model, see [Best
260
+ # practices with Amazon Lookout for Equipment][2].
261
+ #
262
+ #
263
+ #
264
+ # [1]: https://docs.aws.amazon.com/lookout-for-equipment/latest/ug/understanding-labeling.html
265
+ # [2]: https://docs.aws.amazon.com/lookout-for-equipment/latest/ug/best-practices.html
266
+ # @return [String]
267
+ #
245
268
  # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/CreateInferenceSchedulerResponse AWS API Documentation
246
269
  #
247
270
  class CreateInferenceSchedulerResponse < Struct.new(
248
271
  :inference_scheduler_arn,
249
272
  :inference_scheduler_name,
250
- :status)
273
+ :status,
274
+ :model_quality)
251
275
  SENSITIVE = []
252
276
  include Aws::Structure
253
277
  end
@@ -1525,6 +1549,29 @@ module Aws::LookoutEquipment
1525
1549
  # diagnostics.
1526
1550
  # @return [Types::ModelDiagnosticsOutputConfiguration]
1527
1551
  #
1552
+ # @!attribute [rw] model_quality
1553
+ # Provides a quality assessment for a model that uses labels. If
1554
+ # Lookout for Equipment determines that the model quality is poor
1555
+ # based on training metrics, the value is `POOR_QUALITY_DETECTED`.
1556
+ # Otherwise, the value is `QUALITY_THRESHOLD_MET`.
1557
+ #
1558
+ # If the model is unlabeled, the model quality can't be assessed and
1559
+ # the value of `ModelQuality` is `CANNOT_DETERMINE_QUALITY`. In this
1560
+ # situation, you can get a model quality assessment by adding labels
1561
+ # to the input dataset and retraining the model.
1562
+ #
1563
+ # For information about using labels with your models, see
1564
+ # [Understanding labeling][1].
1565
+ #
1566
+ # For information about improving the quality of a model, see [Best
1567
+ # practices with Amazon Lookout for Equipment][2].
1568
+ #
1569
+ #
1570
+ #
1571
+ # [1]: https://docs.aws.amazon.com/lookout-for-equipment/latest/ug/understanding-labeling.html
1572
+ # [2]: https://docs.aws.amazon.com/lookout-for-equipment/latest/ug/best-practices.html
1573
+ # @return [String]
1574
+ #
1528
1575
  # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/DescribeModelResponse AWS API Documentation
1529
1576
  #
1530
1577
  class DescribeModelResponse < Struct.new(
@@ -1568,7 +1615,8 @@ module Aws::LookoutEquipment
1568
1615
  :accumulated_inference_data_start_time,
1569
1616
  :accumulated_inference_data_end_time,
1570
1617
  :retraining_scheduler_status,
1571
- :model_diagnostics_output_configuration)
1618
+ :model_diagnostics_output_configuration,
1619
+ :model_quality)
1572
1620
  SENSITIVE = []
1573
1621
  include Aws::Structure
1574
1622
  end
@@ -1773,6 +1821,29 @@ module Aws::LookoutEquipment
1773
1821
  # the pointwise model diagnostics for the model version.
1774
1822
  # @return [Types::S3Object]
1775
1823
  #
1824
+ # @!attribute [rw] model_quality
1825
+ # Provides a quality assessment for a model that uses labels. If
1826
+ # Lookout for Equipment determines that the model quality is poor
1827
+ # based on training metrics, the value is `POOR_QUALITY_DETECTED`.
1828
+ # Otherwise, the value is `QUALITY_THRESHOLD_MET`.
1829
+ #
1830
+ # If the model is unlabeled, the model quality can't be assessed and
1831
+ # the value of `ModelQuality` is `CANNOT_DETERMINE_QUALITY`. In this
1832
+ # situation, you can get a model quality assessment by adding labels
1833
+ # to the input dataset and retraining the model.
1834
+ #
1835
+ # For information about using labels with your models, see
1836
+ # [Understanding labeling][1].
1837
+ #
1838
+ # For information about improving the quality of a model, see [Best
1839
+ # practices with Amazon Lookout for Equipment][2].
1840
+ #
1841
+ #
1842
+ #
1843
+ # [1]: https://docs.aws.amazon.com/lookout-for-equipment/latest/ug/understanding-labeling.html
1844
+ # [2]: https://docs.aws.amazon.com/lookout-for-equipment/latest/ug/best-practices.html
1845
+ # @return [String]
1846
+ #
1776
1847
  # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/DescribeModelVersionResponse AWS API Documentation
1777
1848
  #
1778
1849
  class DescribeModelVersionResponse < Struct.new(
@@ -1809,7 +1880,8 @@ module Aws::LookoutEquipment
1809
1880
  :auto_promotion_result,
1810
1881
  :auto_promotion_result_reason,
1811
1882
  :model_diagnostics_output_configuration,
1812
- :model_diagnostics_results_object)
1883
+ :model_diagnostics_results_object,
1884
+ :model_quality)
1813
1885
  SENSITIVE = []
1814
1886
  include Aws::Structure
1815
1887
  end
@@ -3536,6 +3608,29 @@ module Aws::LookoutEquipment
3536
3608
  # for an Amazon Lookout for Equipment model.
3537
3609
  # @return [Types::ModelDiagnosticsOutputConfiguration]
3538
3610
  #
3611
+ # @!attribute [rw] model_quality
3612
+ # Provides a quality assessment for a model that uses labels. If
3613
+ # Lookout for Equipment determines that the model quality is poor
3614
+ # based on training metrics, the value is `POOR_QUALITY_DETECTED`.
3615
+ # Otherwise, the value is `QUALITY_THRESHOLD_MET`.
3616
+ #
3617
+ # If the model is unlabeled, the model quality can't be assessed and
3618
+ # the value of `ModelQuality` is `CANNOT_DETERMINE_QUALITY`. In this
3619
+ # situation, you can get a model quality assessment by adding labels
3620
+ # to the input dataset and retraining the model.
3621
+ #
3622
+ # For information about using labels with your models, see
3623
+ # [Understanding labeling][1].
3624
+ #
3625
+ # For information about improving the quality of a model, see [Best
3626
+ # practices with Amazon Lookout for Equipment][2].
3627
+ #
3628
+ #
3629
+ #
3630
+ # [1]: https://docs.aws.amazon.com/lookout-for-equipment/latest/ug/understanding-labeling.html
3631
+ # [2]: https://docs.aws.amazon.com/lookout-for-equipment/latest/ug/best-practices.html
3632
+ # @return [String]
3633
+ #
3539
3634
  # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/ModelSummary AWS API Documentation
3540
3635
  #
3541
3636
  class ModelSummary < Struct.new(
@@ -3552,7 +3647,8 @@ module Aws::LookoutEquipment
3552
3647
  :latest_scheduled_retraining_start_time,
3553
3648
  :next_scheduled_retraining_start_date,
3554
3649
  :retraining_scheduler_status,
3555
- :model_diagnostics_output_configuration)
3650
+ :model_diagnostics_output_configuration,
3651
+ :model_quality)
3556
3652
  SENSITIVE = []
3557
3653
  include Aws::Structure
3558
3654
  end
@@ -3588,6 +3684,25 @@ module Aws::LookoutEquipment
3588
3684
  # Indicates how this model version was generated.
3589
3685
  # @return [String]
3590
3686
  #
3687
+ # @!attribute [rw] model_quality
3688
+ # Provides a quality assessment for a model that uses labels. If
3689
+ # Lookout for Equipment determines that the model quality is poor
3690
+ # based on training metrics, the value is `POOR_QUALITY_DETECTED`.
3691
+ # Otherwise, the value is `QUALITY_THRESHOLD_MET`.
3692
+ #
3693
+ # If the model is unlabeled, the model quality can't be assessed and
3694
+ # the value of `ModelQuality` is `CANNOT_DETERMINE_QUALITY`. In this
3695
+ # situation, you can get a model quality assessment by adding labels
3696
+ # to the input dataset and retraining the model.
3697
+ #
3698
+ # For information about improving the quality of a model, see [Best
3699
+ # practices with Amazon Lookout for Equipment][1].
3700
+ #
3701
+ #
3702
+ #
3703
+ # [1]: https://docs.aws.amazon.com/lookout-for-equipment/latest/ug/best-practices.html
3704
+ # @return [String]
3705
+ #
3591
3706
  # @see http://docs.aws.amazon.com/goto/WebAPI/lookoutequipment-2020-12-15/ModelVersionSummary AWS API Documentation
3592
3707
  #
3593
3708
  class ModelVersionSummary < Struct.new(
@@ -3597,7 +3712,8 @@ module Aws::LookoutEquipment
3597
3712
  :model_version_arn,
3598
3713
  :created_at,
3599
3714
  :status,
3600
- :source_type)
3715
+ :source_type,
3716
+ :model_quality)
3601
3717
  SENSITIVE = []
3602
3718
  include Aws::Structure
3603
3719
  end
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-lookoutequipment/customizations'
52
52
  # @!group service
53
53
  module Aws::LookoutEquipment
54
54
 
55
- GEM_VERSION = '1.28.0'
55
+ GEM_VERSION = '1.29.0'
56
56
 
57
57
  end
data/sig/client.rbs CHANGED
@@ -101,6 +101,7 @@ module Aws
101
101
  def inference_scheduler_arn: () -> ::String
102
102
  def inference_scheduler_name: () -> ::String
103
103
  def status: () -> ("PENDING" | "RUNNING" | "STOPPING" | "STOPPED")
104
+ def model_quality: () -> ("QUALITY_THRESHOLD_MET" | "CANNOT_DETERMINE_QUALITY" | "POOR_QUALITY_DETECTED")
104
105
  end
105
106
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LookoutEquipment/Client.html#create_inference_scheduler-instance_method
106
107
  def create_inference_scheduler: (
@@ -426,6 +427,7 @@ module Aws
426
427
  def accumulated_inference_data_end_time: () -> ::Time
427
428
  def retraining_scheduler_status: () -> ("PENDING" | "RUNNING" | "STOPPING" | "STOPPED")
428
429
  def model_diagnostics_output_configuration: () -> Types::ModelDiagnosticsOutputConfiguration
430
+ def model_quality: () -> ("QUALITY_THRESHOLD_MET" | "CANNOT_DETERMINE_QUALITY" | "POOR_QUALITY_DETECTED")
429
431
  end
430
432
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LookoutEquipment/Client.html#describe_model-instance_method
431
433
  def describe_model: (
@@ -469,6 +471,7 @@ module Aws
469
471
  def auto_promotion_result_reason: () -> ::String
470
472
  def model_diagnostics_output_configuration: () -> Types::ModelDiagnosticsOutputConfiguration
471
473
  def model_diagnostics_results_object: () -> Types::S3Object
474
+ def model_quality: () -> ("QUALITY_THRESHOLD_MET" | "CANNOT_DETERMINE_QUALITY" | "POOR_QUALITY_DETECTED")
472
475
  end
473
476
  # https://docs.aws.amazon.com/sdk-for-ruby/v3/api/Aws/LookoutEquipment/Client.html#describe_model_version-instance_method
474
477
  def describe_model_version: (
data/sig/types.rbs CHANGED
@@ -64,6 +64,7 @@ module Aws::LookoutEquipment
64
64
  attr_accessor inference_scheduler_arn: ::String
65
65
  attr_accessor inference_scheduler_name: ::String
66
66
  attr_accessor status: ("PENDING" | "RUNNING" | "STOPPING" | "STOPPED")
67
+ attr_accessor model_quality: ("QUALITY_THRESHOLD_MET" | "CANNOT_DETERMINE_QUALITY" | "POOR_QUALITY_DETECTED")
67
68
  SENSITIVE: []
68
69
  end
69
70
 
@@ -362,6 +363,7 @@ module Aws::LookoutEquipment
362
363
  attr_accessor accumulated_inference_data_end_time: ::Time
363
364
  attr_accessor retraining_scheduler_status: ("PENDING" | "RUNNING" | "STOPPING" | "STOPPED")
364
365
  attr_accessor model_diagnostics_output_configuration: Types::ModelDiagnosticsOutputConfiguration
366
+ attr_accessor model_quality: ("QUALITY_THRESHOLD_MET" | "CANNOT_DETERMINE_QUALITY" | "POOR_QUALITY_DETECTED")
365
367
  SENSITIVE: []
366
368
  end
367
369
 
@@ -406,6 +408,7 @@ module Aws::LookoutEquipment
406
408
  attr_accessor auto_promotion_result_reason: ::String
407
409
  attr_accessor model_diagnostics_output_configuration: Types::ModelDiagnosticsOutputConfiguration
408
410
  attr_accessor model_diagnostics_results_object: Types::S3Object
411
+ attr_accessor model_quality: ("QUALITY_THRESHOLD_MET" | "CANNOT_DETERMINE_QUALITY" | "POOR_QUALITY_DETECTED")
409
412
  SENSITIVE: []
410
413
  end
411
414
 
@@ -844,6 +847,7 @@ module Aws::LookoutEquipment
844
847
  attr_accessor next_scheduled_retraining_start_date: ::Time
845
848
  attr_accessor retraining_scheduler_status: ("PENDING" | "RUNNING" | "STOPPING" | "STOPPED")
846
849
  attr_accessor model_diagnostics_output_configuration: Types::ModelDiagnosticsOutputConfiguration
850
+ attr_accessor model_quality: ("QUALITY_THRESHOLD_MET" | "CANNOT_DETERMINE_QUALITY" | "POOR_QUALITY_DETECTED")
847
851
  SENSITIVE: []
848
852
  end
849
853
 
@@ -855,6 +859,7 @@ module Aws::LookoutEquipment
855
859
  attr_accessor created_at: ::Time
856
860
  attr_accessor status: ("IN_PROGRESS" | "SUCCESS" | "FAILED" | "IMPORT_IN_PROGRESS" | "CANCELED")
857
861
  attr_accessor source_type: ("TRAINING" | "RETRAINING" | "IMPORT")
862
+ attr_accessor model_quality: ("QUALITY_THRESHOLD_MET" | "CANNOT_DETERMINE_QUALITY" | "POOR_QUALITY_DETECTED")
858
863
  SENSITIVE: []
859
864
  end
860
865
 
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.28.0
4
+ version: 1.29.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: 2024-02-14 00:00:00.000000000 Z
11
+ date: 2024-02-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core