Skip to content

Commit 44af81f

Browse files
feat: update AWS API models
1 parent 613df19 commit 44af81f

File tree

4 files changed

+399
-25
lines changed

4 files changed

+399
-25
lines changed

codegen/sdk/aws-models/iot-events.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@
222222
"traits": {
223223
"smithy.api#length": {
224224
"min": 0,
225-
"max": 128
225+
"max": 1024
226226
}
227227
}
228228
},
@@ -1829,7 +1829,7 @@
18291829
"traits": {
18301830
"smithy.api#length": {
18311831
"min": 0,
1832-
"max": 128
1832+
"max": 1024
18331833
}
18341834
}
18351835
},
@@ -2462,7 +2462,7 @@
24622462
"traits": {
24632463
"smithy.api#length": {
24642464
"min": 0,
2465-
"max": 128
2465+
"max": 1024
24662466
}
24672467
}
24682468
},

codegen/sdk/aws-models/lookoutequipment.json

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1256,6 +1256,12 @@
12561256
"traits": {
12571257
"smithy.api#documentation": "<p>Indicates the status of the <code>CreateInferenceScheduler</code> operation. </p>"
12581258
}
1259+
},
1260+
"ModelQuality": {
1261+
"target": "com.amazonaws.lookoutequipment#ModelQuality",
1262+
"traits": {
1263+
"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+
}
12591265
}
12601266
},
12611267
"traits": {
@@ -3265,6 +3271,12 @@
32653271
"traits": {
32663272
"smithy.api#documentation": "<p>Configuration information for the model's pointwise model diagnostics.</p>"
32673273
}
3274+
},
3275+
"ModelQuality": {
3276+
"target": "com.amazonaws.lookoutequipment#ModelQuality",
3277+
"traits": {
3278+
"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+
}
32683280
}
32693281
},
32703282
"traits": {
@@ -3522,6 +3534,12 @@
35223534
"traits": {
35233535
"smithy.api#documentation": "<p>The Amazon S3 output prefix for where Lookout for Equipment saves the pointwise model diagnostics for the model version.</p>"
35243536
}
3537+
},
3538+
"ModelQuality": {
3539+
"target": "com.amazonaws.lookoutequipment#ModelQuality",
3540+
"traits": {
3541+
"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>"
3542+
}
35253543
}
35263544
},
35273545
"traits": {
@@ -6173,6 +6191,29 @@
61736191
}
61746192
}
61756193
},
6194+
"com.amazonaws.lookoutequipment#ModelQuality": {
6195+
"type": "enum",
6196+
"members": {
6197+
"QUALITY_THRESHOLD_MET": {
6198+
"target": "smithy.api#Unit",
6199+
"traits": {
6200+
"smithy.api#enumValue": "QUALITY_THRESHOLD_MET"
6201+
}
6202+
},
6203+
"CANNOT_DETERMINE_QUALITY": {
6204+
"target": "smithy.api#Unit",
6205+
"traits": {
6206+
"smithy.api#enumValue": "CANNOT_DETERMINE_QUALITY"
6207+
}
6208+
},
6209+
"POOR_QUALITY_DETECTED": {
6210+
"target": "smithy.api#Unit",
6211+
"traits": {
6212+
"smithy.api#enumValue": "POOR_QUALITY_DETECTED"
6213+
}
6214+
}
6215+
}
6216+
},
61766217
"com.amazonaws.lookoutequipment#ModelStatus": {
61776218
"type": "enum",
61786219
"members": {
@@ -6291,6 +6332,12 @@
62916332
},
62926333
"ModelDiagnosticsOutputConfiguration": {
62936334
"target": "com.amazonaws.lookoutequipment#ModelDiagnosticsOutputConfiguration"
6335+
},
6336+
"ModelQuality": {
6337+
"target": "com.amazonaws.lookoutequipment#ModelQuality",
6338+
"traits": {
6339+
"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+
}
62946341
}
62956342
},
62966343
"traits": {
@@ -6423,6 +6470,12 @@
64236470
"traits": {
64246471
"smithy.api#documentation": "<p>Indicates how this model version was generated.</p>"
64256472
}
6473+
},
6474+
"ModelQuality": {
6475+
"target": "com.amazonaws.lookoutequipment#ModelQuality",
6476+
"traits": {
6477+
"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>"
6478+
}
64266479
}
64276480
},
64286481
"traits": {

0 commit comments

Comments
 (0)