You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-lookoutequipment): 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.
* <p>Indicates the status of the <code>CreateInferenceScheduler</code> operation. </p>
511
526
*/
512
527
Status?: InferenceSchedulerStatus;
528
+
529
+
/**
530
+
* @public
531
+
* <p>Provides a quality assessment for a model that uses labels.
532
+
* If Lookout for Equipment determines that the
533
+
* model quality is poor based on training metrics, the value is
534
+
* <code>POOR_QUALITY_DETECTED</code>. Otherwise, the value is
535
+
* <code>QUALITY_THRESHOLD_MET</code>. </p>
536
+
* <p>If the model is unlabeled, the model quality can't
537
+
* be assessed and the value of <code>ModelQuality</code> is
538
+
* <code>CANNOT_DETERMINE_QUALITY</code>. In this situation, you can get a model quality
539
+
* assessment by adding labels to the input dataset and retraining the model.</p>
540
+
* <p>For information about using labels with your models, see <a href="https://docs.aws.amazon.com/lookout-for-equipment/latest/ug/understanding-labeling.html">Understanding labeling</a>.</p>
541
+
* <p>For information about improving the quality of a model, see <a href="https://docs.aws.amazon.com/lookout-for-equipment/latest/ug/best-practices.html">Best practices with
* <p>Provides a quality assessment for a model that uses labels. If Lookout for Equipment determines that the
2256
+
* model quality is poor based on training metrics, the value is
2257
+
* <code>POOR_QUALITY_DETECTED</code>. Otherwise, the value is
2258
+
* <code>QUALITY_THRESHOLD_MET</code>.</p>
2259
+
* <p>If the model is unlabeled, the model quality can't
2260
+
* be assessed and the value of <code>ModelQuality</code> is
2261
+
* <code>CANNOT_DETERMINE_QUALITY</code>. In this situation, you can get a model quality
2262
+
* assessment by adding labels to the input dataset and retraining the model.</p>
2263
+
* <p>For information about using labels with your models, see <a href="https://docs.aws.amazon.com/lookout-for-equipment/latest/ug/understanding-labeling.html">Understanding labeling</a>.</p>
2264
+
* <p>For information about improving the quality of a model, see <a href="https://docs.aws.amazon.com/lookout-for-equipment/latest/ug/best-practices.html">Best practices with
* <p>The Amazon S3 output prefix for where Lookout for Equipment saves the pointwise model diagnostics for the model version.</p>
2494
2542
*/
2495
2543
ModelDiagnosticsResultsObject?: S3Object;
2544
+
2545
+
/**
2546
+
* @public
2547
+
* <p>Provides a quality assessment for a model that uses labels. If Lookout for Equipment determines that the
2548
+
* model quality is poor based on training metrics, the value is
2549
+
* <code>POOR_QUALITY_DETECTED</code>. Otherwise, the value is
2550
+
* <code>QUALITY_THRESHOLD_MET</code>.</p>
2551
+
* <p>If the model is unlabeled, the model quality can't
2552
+
* be assessed and the value of <code>ModelQuality</code> is
2553
+
* <code>CANNOT_DETERMINE_QUALITY</code>. In this situation, you can get a model quality
2554
+
* assessment by adding labels to the input dataset and retraining the model.</p>
2555
+
* <p>For information about using labels with your models, see <a href="https://docs.aws.amazon.com/lookout-for-equipment/latest/ug/understanding-labeling.html">Understanding labeling</a>.</p>
2556
+
* <p>For information about improving the quality of a model, see <a href="https://docs.aws.amazon.com/lookout-for-equipment/latest/ug/best-practices.html">Best practices with
* <p>Provides a quality assessment for a model that uses labels. If Lookout for Equipment determines that the
3788
+
* model quality is poor based on training metrics, the value is
3789
+
* <code>POOR_QUALITY_DETECTED</code>. Otherwise, the value is
3790
+
* <code>QUALITY_THRESHOLD_MET</code>.</p>
3791
+
* <p>If the model is unlabeled, the model quality can't
3792
+
* be assessed and the value of <code>ModelQuality</code> is
3793
+
* <code>CANNOT_DETERMINE_QUALITY</code>. In this situation, you can get a model quality
3794
+
* assessment by adding labels to the input dataset and retraining the model.</p>
3795
+
* <p>For information about using labels with your models, see <a href="https://docs.aws.amazon.com/lookout-for-equipment/latest/ug/understanding-labeling.html">Understanding labeling</a>.</p>
3796
+
* <p>For information about improving the quality of a model, see <a href="https://docs.aws.amazon.com/lookout-for-equipment/latest/ug/best-practices.html">Best practices with
* <p>Indicates how this model version was generated.</p>
3849
3929
*/
3850
3930
SourceType?: ModelVersionSourceType;
3931
+
3932
+
/**
3933
+
* @public
3934
+
* <p>Provides a quality assessment for a model that uses labels. If Lookout for Equipment determines that the
3935
+
* model quality is poor based on training metrics, the value is
3936
+
* <code>POOR_QUALITY_DETECTED</code>. Otherwise, the value is
3937
+
* <code>QUALITY_THRESHOLD_MET</code>. </p>
3938
+
* <p>If the model is unlabeled, the model quality can't
3939
+
* be assessed and the value of <code>ModelQuality</code> is
3940
+
* <code>CANNOT_DETERMINE_QUALITY</code>. In this situation, you can get a model quality
3941
+
* assessment by adding labels to the input dataset and retraining the model.</p>
3942
+
* <p>For information about improving the quality of a model, see <a href="https://docs.aws.amazon.com/lookout-for-equipment/latest/ug/best-practices.html">Best practices with
"smithy.api#documentation": "<p>Provides a quality assessment for a model that uses labels. \n If Lookout for Equipment determines that the\n model quality is poor based on training metrics, the value is\n <code>POOR_QUALITY_DETECTED</code>. Otherwise, the value is\n <code>QUALITY_THRESHOLD_MET</code>. </p>\n <p>If the model is unlabeled, the model quality can't\n be assessed and the value of <code>ModelQuality</code> is\n <code>CANNOT_DETERMINE_QUALITY</code>. In this situation, you can get a model quality\n assessment by adding labels to the input dataset and retraining the model.</p>\n <p>For information about using labels with your models, see <a href=\"https://docs.aws.amazon.com/lookout-for-equipment/latest/ug/understanding-labeling.html\">Understanding labeling</a>.</p>\n <p>For information about improving the quality of a model, see <a href=\"https://docs.aws.amazon.com/lookout-for-equipment/latest/ug/best-practices.html\">Best practices with\n Amazon Lookout for Equipment</a>.</p>"
1264
+
}
1259
1265
}
1260
1266
},
1261
1267
"traits": {
@@ -3265,6 +3271,12 @@
3265
3271
"traits": {
3266
3272
"smithy.api#documentation": "<p>Configuration information for the model's pointwise model diagnostics.</p>"
"smithy.api#documentation": "<p>Provides a quality assessment for a model that uses labels. If Lookout for Equipment determines that the\n model quality is poor based on training metrics, the value is\n <code>POOR_QUALITY_DETECTED</code>. Otherwise, the value is\n <code>QUALITY_THRESHOLD_MET</code>.</p>\n <p>If the model is unlabeled, the model quality can't\n be assessed and the value of <code>ModelQuality</code> is\n <code>CANNOT_DETERMINE_QUALITY</code>. In this situation, you can get a model quality\n assessment by adding labels to the input dataset and retraining the model.</p>\n <p>For information about using labels with your models, see <a href=\"https://docs.aws.amazon.com/lookout-for-equipment/latest/ug/understanding-labeling.html\">Understanding labeling</a>.</p>\n <p>For information about improving the quality of a model, see <a href=\"https://docs.aws.amazon.com/lookout-for-equipment/latest/ug/best-practices.html\">Best practices with\n Amazon Lookout for Equipment</a>.</p>"
3279
+
}
3268
3280
}
3269
3281
},
3270
3282
"traits": {
@@ -3522,6 +3534,12 @@
3522
3534
"traits": {
3523
3535
"smithy.api#documentation": "<p>The Amazon S3 output prefix for where Lookout for Equipment saves the pointwise model diagnostics for the model version.</p>"
"smithy.api#documentation": "<p>Provides a quality assessment for a model that uses labels. If Lookout for Equipment determines that the\n model quality is poor based on training metrics, the value is\n <code>POOR_QUALITY_DETECTED</code>. Otherwise, the value is\n <code>QUALITY_THRESHOLD_MET</code>.</p>\n <p>If the model is unlabeled, the model quality can't\n be assessed and the value of <code>ModelQuality</code> is\n <code>CANNOT_DETERMINE_QUALITY</code>. In this situation, you can get a model quality\n assessment by adding labels to the input dataset and retraining the model.</p>\n <p>For information about using labels with your models, see <a href=\"https://docs.aws.amazon.com/lookout-for-equipment/latest/ug/understanding-labeling.html\">Understanding labeling</a>.</p>\n <p>For information about improving the quality of a model, see <a href=\"https://docs.aws.amazon.com/lookout-for-equipment/latest/ug/best-practices.html\">Best practices with\n Amazon Lookout for Equipment</a>.</p>"
"smithy.api#documentation": "<p>Provides a quality assessment for a model that uses labels. If Lookout for Equipment determines that the\n model quality is poor based on training metrics, the value is\n <code>POOR_QUALITY_DETECTED</code>. Otherwise, the value is\n <code>QUALITY_THRESHOLD_MET</code>.</p>\n <p>If the model is unlabeled, the model quality can't\n be assessed and the value of <code>ModelQuality</code> is\n <code>CANNOT_DETERMINE_QUALITY</code>. In this situation, you can get a model quality\n assessment by adding labels to the input dataset and retraining the model.</p>\n <p>For information about using labels with your models, see <a href=\"https://docs.aws.amazon.com/lookout-for-equipment/latest/ug/understanding-labeling.html\">Understanding labeling</a>.</p>\n <p>For information about improving the quality of a model, see <a href=\"https://docs.aws.amazon.com/lookout-for-equipment/latest/ug/best-practices.html\">Best practices with\n Amazon Lookout for Equipment</a>.</p>"
6340
+
}
6294
6341
}
6295
6342
},
6296
6343
"traits": {
@@ -6423,6 +6470,12 @@
6423
6470
"traits": {
6424
6471
"smithy.api#documentation": "<p>Indicates how this model version was generated.</p>"
"smithy.api#documentation": "<p>Provides a quality assessment for a model that uses labels. If Lookout for Equipment determines that the\n model quality is poor based on training metrics, the value is\n <code>POOR_QUALITY_DETECTED</code>. Otherwise, the value is\n <code>QUALITY_THRESHOLD_MET</code>. </p>\n <p>If the model is unlabeled, the model quality can't\n be assessed and the value of <code>ModelQuality</code> is\n <code>CANNOT_DETERMINE_QUALITY</code>. In this situation, you can get a model quality\n assessment by adding labels to the input dataset and retraining the model.</p>\n <p>For information about improving the quality of a model, see <a href=\"https://docs.aws.amazon.com/lookout-for-equipment/latest/ug/best-practices.html\">Best practices with\n Amazon Lookout for Equipment</a>.</p>"
0 commit comments