@aws-sdk/client-sagemaker 3.414.0 → 3.416.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/protocols/Aws_json1_1.js +4 -0
- package/dist-es/protocols/Aws_json1_1.js +4 -0
- package/dist-types/commands/CreateAutoMLJobCommand.d.ts +2 -2
- package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +2 -2
- package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +3 -2
- package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/CreateModelQualityJobDefinitionCommand.d.ts +3 -2
- package/dist-types/commands/CreateMonitoringScheduleCommand.d.ts +6 -2
- package/dist-types/commands/DescribeDataQualityJobDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +2 -0
- package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +4 -0
- package/dist-types/commands/SearchCommand.d.ts +8 -0
- package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +41 -33
- package/dist-types/models/models_1.d.ts +83 -54
- package/dist-types/models/models_2.d.ts +15 -13
- package/dist-types/models/models_3.d.ts +32 -34
- package/dist-types/models/models_4.d.ts +3 -4
- package/dist-types/ts3.4/models/models_0.d.ts +2 -0
- package/dist-types/ts3.4/models/models_1.d.ts +2 -0
- package/package.json +1 -1
|
@@ -11733,6 +11733,7 @@ const se_BatchTransformInput = (input, context) => {
|
|
|
11733
11733
|
DataCapturedDestinationS3Uri: [],
|
|
11734
11734
|
DatasetFormat: smithy_client_1._json,
|
|
11735
11735
|
EndTimeOffset: [],
|
|
11736
|
+
ExcludeFeaturesAttribute: [],
|
|
11736
11737
|
FeaturesAttribute: [],
|
|
11737
11738
|
InferenceAttribute: [],
|
|
11738
11739
|
LocalPath: [],
|
|
@@ -11979,6 +11980,7 @@ const se_EndpointInput = (input, context) => {
|
|
|
11979
11980
|
return (0, smithy_client_1.take)(input, {
|
|
11980
11981
|
EndTimeOffset: [],
|
|
11981
11982
|
EndpointName: [],
|
|
11983
|
+
ExcludeFeaturesAttribute: [],
|
|
11982
11984
|
FeaturesAttribute: [],
|
|
11983
11985
|
InferenceAttribute: [],
|
|
11984
11986
|
LocalPath: [],
|
|
@@ -13142,6 +13144,7 @@ const de_BatchTransformInput = (output, context) => {
|
|
|
13142
13144
|
DataCapturedDestinationS3Uri: smithy_client_1.expectString,
|
|
13143
13145
|
DatasetFormat: smithy_client_1._json,
|
|
13144
13146
|
EndTimeOffset: smithy_client_1.expectString,
|
|
13147
|
+
ExcludeFeaturesAttribute: smithy_client_1.expectString,
|
|
13145
13148
|
FeaturesAttribute: smithy_client_1.expectString,
|
|
13146
13149
|
InferenceAttribute: smithy_client_1.expectString,
|
|
13147
13150
|
LocalPath: smithy_client_1.expectString,
|
|
@@ -14402,6 +14405,7 @@ const de_EndpointInput = (output, context) => {
|
|
|
14402
14405
|
return (0, smithy_client_1.take)(output, {
|
|
14403
14406
|
EndTimeOffset: smithy_client_1.expectString,
|
|
14404
14407
|
EndpointName: smithy_client_1.expectString,
|
|
14408
|
+
ExcludeFeaturesAttribute: smithy_client_1.expectString,
|
|
14405
14409
|
FeaturesAttribute: smithy_client_1.expectString,
|
|
14406
14410
|
InferenceAttribute: smithy_client_1.expectString,
|
|
14407
14411
|
LocalPath: smithy_client_1.expectString,
|
|
@@ -11110,6 +11110,7 @@ const se_BatchTransformInput = (input, context) => {
|
|
|
11110
11110
|
DataCapturedDestinationS3Uri: [],
|
|
11111
11111
|
DatasetFormat: _json,
|
|
11112
11112
|
EndTimeOffset: [],
|
|
11113
|
+
ExcludeFeaturesAttribute: [],
|
|
11113
11114
|
FeaturesAttribute: [],
|
|
11114
11115
|
InferenceAttribute: [],
|
|
11115
11116
|
LocalPath: [],
|
|
@@ -11356,6 +11357,7 @@ const se_EndpointInput = (input, context) => {
|
|
|
11356
11357
|
return take(input, {
|
|
11357
11358
|
EndTimeOffset: [],
|
|
11358
11359
|
EndpointName: [],
|
|
11360
|
+
ExcludeFeaturesAttribute: [],
|
|
11359
11361
|
FeaturesAttribute: [],
|
|
11360
11362
|
InferenceAttribute: [],
|
|
11361
11363
|
LocalPath: [],
|
|
@@ -12519,6 +12521,7 @@ const de_BatchTransformInput = (output, context) => {
|
|
|
12519
12521
|
DataCapturedDestinationS3Uri: __expectString,
|
|
12520
12522
|
DatasetFormat: _json,
|
|
12521
12523
|
EndTimeOffset: __expectString,
|
|
12524
|
+
ExcludeFeaturesAttribute: __expectString,
|
|
12522
12525
|
FeaturesAttribute: __expectString,
|
|
12523
12526
|
InferenceAttribute: __expectString,
|
|
12524
12527
|
LocalPath: __expectString,
|
|
@@ -13779,6 +13782,7 @@ const de_EndpointInput = (output, context) => {
|
|
|
13779
13782
|
return take(output, {
|
|
13780
13783
|
EndTimeOffset: __expectString,
|
|
13781
13784
|
EndpointName: __expectString,
|
|
13785
|
+
ExcludeFeaturesAttribute: __expectString,
|
|
13782
13786
|
FeaturesAttribute: __expectString,
|
|
13783
13787
|
InferenceAttribute: __expectString,
|
|
13784
13788
|
LocalPath: __expectString,
|
|
@@ -28,8 +28,8 @@ export interface CreateAutoMLJobCommandOutput extends CreateAutoMLJobResponse, _
|
|
|
28
28
|
* <p>We recommend using the new versions <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJobV2.html">CreateAutoMLJobV2</a> and <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeAutoMLJobV2.html">DescribeAutoMLJobV2</a>, which offer backward compatibility.</p>
|
|
29
29
|
* <p>
|
|
30
30
|
* <code>CreateAutoMLJobV2</code> can manage tabular problem types identical to those of
|
|
31
|
-
* its previous version <code>CreateAutoMLJob</code>, as well as
|
|
32
|
-
*
|
|
31
|
+
* its previous version <code>CreateAutoMLJob</code>, as well as non-tabular problem types
|
|
32
|
+
* such as image or text classification.</p>
|
|
33
33
|
* <p>Find guidelines about how to migrate a <code>CreateAutoMLJob</code> to
|
|
34
34
|
* <code>CreateAutoMLJobV2</code> in <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-automate-model-development-create-experiment-api.html#autopilot-create-experiment-api-migrate-v1-v2">Migrate a CreateAutoMLJob to CreateAutoMLJobV2</a>.</p>
|
|
35
35
|
* </note>
|
|
@@ -30,8 +30,8 @@ export interface CreateAutoMLJobV2CommandOutput extends CreateAutoMLJobV2Respons
|
|
|
30
30
|
* and <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeAutoMLJob.html">DescribeAutoMLJob</a> which offer backward compatibility.</p>
|
|
31
31
|
* <p>
|
|
32
32
|
* <code>CreateAutoMLJobV2</code> can manage tabular problem types identical to those of
|
|
33
|
-
* its previous version <code>CreateAutoMLJob</code>, as well as
|
|
34
|
-
*
|
|
33
|
+
* its previous version <code>CreateAutoMLJob</code>, as well as non-tabular problem types
|
|
34
|
+
* such as image or text classification.</p>
|
|
35
35
|
* <p>Find guidelines about how to migrate a <code>CreateAutoMLJob</code> to
|
|
36
36
|
* <code>CreateAutoMLJobV2</code> in <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-automate-model-development-create-experiment-api.html#autopilot-create-experiment-api-migrate-v1-v2">Migrate a CreateAutoMLJob to CreateAutoMLJobV2</a>.</p>
|
|
37
37
|
* </note>
|
|
@@ -24,8 +24,7 @@ export interface CreateDataQualityJobDefinitionCommandOutput extends CreateDataQ
|
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
26
|
* <p>Creates a definition for a job that monitors data quality and drift. For information
|
|
27
|
-
* about model monitor, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor.html">Amazon SageMaker Model
|
|
28
|
-
* Monitor</a>.</p>
|
|
27
|
+
* about model monitor, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor.html">Amazon SageMaker Model Monitor</a>.</p>
|
|
29
28
|
* @example
|
|
30
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
31
30
|
* ```javascript
|
|
@@ -69,6 +68,7 @@ export interface CreateDataQualityJobDefinitionCommandOutput extends CreateDataQ
|
|
|
69
68
|
* ProbabilityThresholdAttribute: Number("double"),
|
|
70
69
|
* StartTimeOffset: "STRING_VALUE",
|
|
71
70
|
* EndTimeOffset: "STRING_VALUE",
|
|
71
|
+
* ExcludeFeaturesAttribute: "STRING_VALUE",
|
|
72
72
|
* },
|
|
73
73
|
* BatchTransformInput: { // BatchTransformInput
|
|
74
74
|
* DataCapturedDestinationS3Uri: "STRING_VALUE", // required
|
|
@@ -90,6 +90,7 @@ export interface CreateDataQualityJobDefinitionCommandOutput extends CreateDataQ
|
|
|
90
90
|
* ProbabilityThresholdAttribute: Number("double"),
|
|
91
91
|
* StartTimeOffset: "STRING_VALUE",
|
|
92
92
|
* EndTimeOffset: "STRING_VALUE",
|
|
93
|
+
* ExcludeFeaturesAttribute: "STRING_VALUE",
|
|
93
94
|
* },
|
|
94
95
|
* },
|
|
95
96
|
* DataQualityJobOutputConfig: { // MonitoringOutputConfig
|
|
@@ -57,6 +57,7 @@ export interface CreateModelBiasJobDefinitionCommandOutput extends CreateModelBi
|
|
|
57
57
|
* ProbabilityThresholdAttribute: Number("double"),
|
|
58
58
|
* StartTimeOffset: "STRING_VALUE",
|
|
59
59
|
* EndTimeOffset: "STRING_VALUE",
|
|
60
|
+
* ExcludeFeaturesAttribute: "STRING_VALUE",
|
|
60
61
|
* },
|
|
61
62
|
* BatchTransformInput: { // BatchTransformInput
|
|
62
63
|
* DataCapturedDestinationS3Uri: "STRING_VALUE", // required
|
|
@@ -78,6 +79,7 @@ export interface CreateModelBiasJobDefinitionCommandOutput extends CreateModelBi
|
|
|
78
79
|
* ProbabilityThresholdAttribute: Number("double"),
|
|
79
80
|
* StartTimeOffset: "STRING_VALUE",
|
|
80
81
|
* EndTimeOffset: "STRING_VALUE",
|
|
82
|
+
* ExcludeFeaturesAttribute: "STRING_VALUE",
|
|
81
83
|
* },
|
|
82
84
|
* GroundTruthS3Input: { // MonitoringGroundTruthS3Input
|
|
83
85
|
* S3Uri: "STRING_VALUE",
|
|
@@ -57,6 +57,7 @@ export interface CreateModelExplainabilityJobDefinitionCommandOutput extends Cre
|
|
|
57
57
|
* ProbabilityThresholdAttribute: Number("double"),
|
|
58
58
|
* StartTimeOffset: "STRING_VALUE",
|
|
59
59
|
* EndTimeOffset: "STRING_VALUE",
|
|
60
|
+
* ExcludeFeaturesAttribute: "STRING_VALUE",
|
|
60
61
|
* },
|
|
61
62
|
* BatchTransformInput: { // BatchTransformInput
|
|
62
63
|
* DataCapturedDestinationS3Uri: "STRING_VALUE", // required
|
|
@@ -78,6 +79,7 @@ export interface CreateModelExplainabilityJobDefinitionCommandOutput extends Cre
|
|
|
78
79
|
* ProbabilityThresholdAttribute: Number("double"),
|
|
79
80
|
* StartTimeOffset: "STRING_VALUE",
|
|
80
81
|
* EndTimeOffset: "STRING_VALUE",
|
|
82
|
+
* ExcludeFeaturesAttribute: "STRING_VALUE",
|
|
81
83
|
* },
|
|
82
84
|
* },
|
|
83
85
|
* ModelExplainabilityJobOutputConfig: { // MonitoringOutputConfig
|
|
@@ -24,8 +24,7 @@ export interface CreateModelQualityJobDefinitionCommandOutput extends CreateMode
|
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
26
|
* <p>Creates a definition for a job that monitors model quality and drift. For information
|
|
27
|
-
* about model monitor, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor.html">Amazon SageMaker Model
|
|
28
|
-
* Monitor</a>.</p>
|
|
27
|
+
* about model monitor, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-monitor.html">Amazon SageMaker Model Monitor</a>.</p>
|
|
29
28
|
* @example
|
|
30
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
31
30
|
* ```javascript
|
|
@@ -67,6 +66,7 @@ export interface CreateModelQualityJobDefinitionCommandOutput extends CreateMode
|
|
|
67
66
|
* ProbabilityThresholdAttribute: Number("double"),
|
|
68
67
|
* StartTimeOffset: "STRING_VALUE",
|
|
69
68
|
* EndTimeOffset: "STRING_VALUE",
|
|
69
|
+
* ExcludeFeaturesAttribute: "STRING_VALUE",
|
|
70
70
|
* },
|
|
71
71
|
* BatchTransformInput: { // BatchTransformInput
|
|
72
72
|
* DataCapturedDestinationS3Uri: "STRING_VALUE", // required
|
|
@@ -88,6 +88,7 @@ export interface CreateModelQualityJobDefinitionCommandOutput extends CreateMode
|
|
|
88
88
|
* ProbabilityThresholdAttribute: Number("double"),
|
|
89
89
|
* StartTimeOffset: "STRING_VALUE",
|
|
90
90
|
* EndTimeOffset: "STRING_VALUE",
|
|
91
|
+
* ExcludeFeaturesAttribute: "STRING_VALUE",
|
|
91
92
|
* },
|
|
92
93
|
* GroundTruthS3Input: { // MonitoringGroundTruthS3Input
|
|
93
94
|
* S3Uri: "STRING_VALUE",
|
|
@@ -23,8 +23,8 @@ export interface CreateMonitoringScheduleCommandOutput extends CreateMonitoringS
|
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* @public
|
|
26
|
-
* <p>Creates a schedule that regularly starts Amazon SageMaker Processing Jobs to
|
|
27
|
-
*
|
|
26
|
+
* <p>Creates a schedule that regularly starts Amazon SageMaker Processing Jobs to monitor the data
|
|
27
|
+
* captured for an Amazon SageMaker Endpoint.</p>
|
|
28
28
|
* @example
|
|
29
29
|
* Use a bare-bones client and the command you need to make an API call.
|
|
30
30
|
* ```javascript
|
|
@@ -36,6 +36,8 @@ export interface CreateMonitoringScheduleCommandOutput extends CreateMonitoringS
|
|
|
36
36
|
* MonitoringScheduleConfig: { // MonitoringScheduleConfig
|
|
37
37
|
* ScheduleConfig: { // ScheduleConfig
|
|
38
38
|
* ScheduleExpression: "STRING_VALUE", // required
|
|
39
|
+
* DataAnalysisStartTime: "STRING_VALUE",
|
|
40
|
+
* DataAnalysisEndTime: "STRING_VALUE",
|
|
39
41
|
* },
|
|
40
42
|
* MonitoringJobDefinition: { // MonitoringJobDefinition
|
|
41
43
|
* BaselineConfig: { // MonitoringBaselineConfig
|
|
@@ -60,6 +62,7 @@ export interface CreateMonitoringScheduleCommandOutput extends CreateMonitoringS
|
|
|
60
62
|
* ProbabilityThresholdAttribute: Number("double"),
|
|
61
63
|
* StartTimeOffset: "STRING_VALUE",
|
|
62
64
|
* EndTimeOffset: "STRING_VALUE",
|
|
65
|
+
* ExcludeFeaturesAttribute: "STRING_VALUE",
|
|
63
66
|
* },
|
|
64
67
|
* BatchTransformInput: { // BatchTransformInput
|
|
65
68
|
* DataCapturedDestinationS3Uri: "STRING_VALUE", // required
|
|
@@ -81,6 +84,7 @@ export interface CreateMonitoringScheduleCommandOutput extends CreateMonitoringS
|
|
|
81
84
|
* ProbabilityThresholdAttribute: Number("double"),
|
|
82
85
|
* StartTimeOffset: "STRING_VALUE",
|
|
83
86
|
* EndTimeOffset: "STRING_VALUE",
|
|
87
|
+
* ExcludeFeaturesAttribute: "STRING_VALUE",
|
|
84
88
|
* },
|
|
85
89
|
* },
|
|
86
90
|
* ],
|
|
@@ -74,6 +74,7 @@ export interface DescribeDataQualityJobDefinitionCommandOutput extends DescribeD
|
|
|
74
74
|
* // ProbabilityThresholdAttribute: Number("double"),
|
|
75
75
|
* // StartTimeOffset: "STRING_VALUE",
|
|
76
76
|
* // EndTimeOffset: "STRING_VALUE",
|
|
77
|
+
* // ExcludeFeaturesAttribute: "STRING_VALUE",
|
|
77
78
|
* // },
|
|
78
79
|
* // BatchTransformInput: { // BatchTransformInput
|
|
79
80
|
* // DataCapturedDestinationS3Uri: "STRING_VALUE", // required
|
|
@@ -95,6 +96,7 @@ export interface DescribeDataQualityJobDefinitionCommandOutput extends DescribeD
|
|
|
95
96
|
* // ProbabilityThresholdAttribute: Number("double"),
|
|
96
97
|
* // StartTimeOffset: "STRING_VALUE",
|
|
97
98
|
* // EndTimeOffset: "STRING_VALUE",
|
|
99
|
+
* // ExcludeFeaturesAttribute: "STRING_VALUE",
|
|
98
100
|
* // },
|
|
99
101
|
* // },
|
|
100
102
|
* // DataQualityJobOutputConfig: { // MonitoringOutputConfig
|
|
@@ -64,6 +64,7 @@ export interface DescribeModelBiasJobDefinitionCommandOutput extends DescribeMod
|
|
|
64
64
|
* // ProbabilityThresholdAttribute: Number("double"),
|
|
65
65
|
* // StartTimeOffset: "STRING_VALUE",
|
|
66
66
|
* // EndTimeOffset: "STRING_VALUE",
|
|
67
|
+
* // ExcludeFeaturesAttribute: "STRING_VALUE",
|
|
67
68
|
* // },
|
|
68
69
|
* // BatchTransformInput: { // BatchTransformInput
|
|
69
70
|
* // DataCapturedDestinationS3Uri: "STRING_VALUE", // required
|
|
@@ -85,6 +86,7 @@ export interface DescribeModelBiasJobDefinitionCommandOutput extends DescribeMod
|
|
|
85
86
|
* // ProbabilityThresholdAttribute: Number("double"),
|
|
86
87
|
* // StartTimeOffset: "STRING_VALUE",
|
|
87
88
|
* // EndTimeOffset: "STRING_VALUE",
|
|
89
|
+
* // ExcludeFeaturesAttribute: "STRING_VALUE",
|
|
88
90
|
* // },
|
|
89
91
|
* // GroundTruthS3Input: { // MonitoringGroundTruthS3Input
|
|
90
92
|
* // S3Uri: "STRING_VALUE",
|
|
@@ -64,6 +64,7 @@ export interface DescribeModelExplainabilityJobDefinitionCommandOutput extends D
|
|
|
64
64
|
* // ProbabilityThresholdAttribute: Number("double"),
|
|
65
65
|
* // StartTimeOffset: "STRING_VALUE",
|
|
66
66
|
* // EndTimeOffset: "STRING_VALUE",
|
|
67
|
+
* // ExcludeFeaturesAttribute: "STRING_VALUE",
|
|
67
68
|
* // },
|
|
68
69
|
* // BatchTransformInput: { // BatchTransformInput
|
|
69
70
|
* // DataCapturedDestinationS3Uri: "STRING_VALUE", // required
|
|
@@ -85,6 +86,7 @@ export interface DescribeModelExplainabilityJobDefinitionCommandOutput extends D
|
|
|
85
86
|
* // ProbabilityThresholdAttribute: Number("double"),
|
|
86
87
|
* // StartTimeOffset: "STRING_VALUE",
|
|
87
88
|
* // EndTimeOffset: "STRING_VALUE",
|
|
89
|
+
* // ExcludeFeaturesAttribute: "STRING_VALUE",
|
|
88
90
|
* // },
|
|
89
91
|
* // },
|
|
90
92
|
* // ModelExplainabilityJobOutputConfig: { // MonitoringOutputConfig
|
|
@@ -72,6 +72,7 @@ export interface DescribeModelQualityJobDefinitionCommandOutput extends Describe
|
|
|
72
72
|
* // ProbabilityThresholdAttribute: Number("double"),
|
|
73
73
|
* // StartTimeOffset: "STRING_VALUE",
|
|
74
74
|
* // EndTimeOffset: "STRING_VALUE",
|
|
75
|
+
* // ExcludeFeaturesAttribute: "STRING_VALUE",
|
|
75
76
|
* // },
|
|
76
77
|
* // BatchTransformInput: { // BatchTransformInput
|
|
77
78
|
* // DataCapturedDestinationS3Uri: "STRING_VALUE", // required
|
|
@@ -93,6 +94,7 @@ export interface DescribeModelQualityJobDefinitionCommandOutput extends Describe
|
|
|
93
94
|
* // ProbabilityThresholdAttribute: Number("double"),
|
|
94
95
|
* // StartTimeOffset: "STRING_VALUE",
|
|
95
96
|
* // EndTimeOffset: "STRING_VALUE",
|
|
97
|
+
* // ExcludeFeaturesAttribute: "STRING_VALUE",
|
|
96
98
|
* // },
|
|
97
99
|
* // GroundTruthS3Input: { // MonitoringGroundTruthS3Input
|
|
98
100
|
* // S3Uri: "STRING_VALUE",
|
|
@@ -46,6 +46,8 @@ export interface DescribeMonitoringScheduleCommandOutput extends DescribeMonitor
|
|
|
46
46
|
* // MonitoringScheduleConfig: { // MonitoringScheduleConfig
|
|
47
47
|
* // ScheduleConfig: { // ScheduleConfig
|
|
48
48
|
* // ScheduleExpression: "STRING_VALUE", // required
|
|
49
|
+
* // DataAnalysisStartTime: "STRING_VALUE",
|
|
50
|
+
* // DataAnalysisEndTime: "STRING_VALUE",
|
|
49
51
|
* // },
|
|
50
52
|
* // MonitoringJobDefinition: { // MonitoringJobDefinition
|
|
51
53
|
* // BaselineConfig: { // MonitoringBaselineConfig
|
|
@@ -70,6 +72,7 @@ export interface DescribeMonitoringScheduleCommandOutput extends DescribeMonitor
|
|
|
70
72
|
* // ProbabilityThresholdAttribute: Number("double"),
|
|
71
73
|
* // StartTimeOffset: "STRING_VALUE",
|
|
72
74
|
* // EndTimeOffset: "STRING_VALUE",
|
|
75
|
+
* // ExcludeFeaturesAttribute: "STRING_VALUE",
|
|
73
76
|
* // },
|
|
74
77
|
* // BatchTransformInput: { // BatchTransformInput
|
|
75
78
|
* // DataCapturedDestinationS3Uri: "STRING_VALUE", // required
|
|
@@ -91,6 +94,7 @@ export interface DescribeMonitoringScheduleCommandOutput extends DescribeMonitor
|
|
|
91
94
|
* // ProbabilityThresholdAttribute: Number("double"),
|
|
92
95
|
* // StartTimeOffset: "STRING_VALUE",
|
|
93
96
|
* // EndTimeOffset: "STRING_VALUE",
|
|
97
|
+
* // ExcludeFeaturesAttribute: "STRING_VALUE",
|
|
94
98
|
* // },
|
|
95
99
|
* // },
|
|
96
100
|
* // ],
|
|
@@ -895,6 +895,8 @@ export interface SearchCommandOutput extends SearchResponse, __MetadataBearer {
|
|
|
895
895
|
* // MonitoringScheduleConfig: { // MonitoringScheduleConfig
|
|
896
896
|
* // ScheduleConfig: { // ScheduleConfig
|
|
897
897
|
* // ScheduleExpression: "STRING_VALUE", // required
|
|
898
|
+
* // DataAnalysisStartTime: "STRING_VALUE",
|
|
899
|
+
* // DataAnalysisEndTime: "STRING_VALUE",
|
|
898
900
|
* // },
|
|
899
901
|
* // MonitoringJobDefinition: { // MonitoringJobDefinition
|
|
900
902
|
* // BaselineConfig: { // MonitoringBaselineConfig
|
|
@@ -919,6 +921,7 @@ export interface SearchCommandOutput extends SearchResponse, __MetadataBearer {
|
|
|
919
921
|
* // ProbabilityThresholdAttribute: Number("double"),
|
|
920
922
|
* // StartTimeOffset: "STRING_VALUE",
|
|
921
923
|
* // EndTimeOffset: "STRING_VALUE",
|
|
924
|
+
* // ExcludeFeaturesAttribute: "STRING_VALUE",
|
|
922
925
|
* // },
|
|
923
926
|
* // BatchTransformInput: { // BatchTransformInput
|
|
924
927
|
* // DataCapturedDestinationS3Uri: "STRING_VALUE", // required
|
|
@@ -940,6 +943,7 @@ export interface SearchCommandOutput extends SearchResponse, __MetadataBearer {
|
|
|
940
943
|
* // ProbabilityThresholdAttribute: Number("double"),
|
|
941
944
|
* // StartTimeOffset: "STRING_VALUE",
|
|
942
945
|
* // EndTimeOffset: "STRING_VALUE",
|
|
946
|
+
* // ExcludeFeaturesAttribute: "STRING_VALUE",
|
|
943
947
|
* // },
|
|
944
948
|
* // },
|
|
945
949
|
* // ],
|
|
@@ -1832,6 +1836,8 @@ export interface SearchCommandOutput extends SearchResponse, __MetadataBearer {
|
|
|
1832
1836
|
* // MonitoringScheduleConfig: {
|
|
1833
1837
|
* // ScheduleConfig: {
|
|
1834
1838
|
* // ScheduleExpression: "STRING_VALUE", // required
|
|
1839
|
+
* // DataAnalysisStartTime: "STRING_VALUE",
|
|
1840
|
+
* // DataAnalysisEndTime: "STRING_VALUE",
|
|
1835
1841
|
* // },
|
|
1836
1842
|
* // MonitoringJobDefinition: {
|
|
1837
1843
|
* // BaselineConfig: {
|
|
@@ -1856,6 +1862,7 @@ export interface SearchCommandOutput extends SearchResponse, __MetadataBearer {
|
|
|
1856
1862
|
* // ProbabilityThresholdAttribute: Number("double"),
|
|
1857
1863
|
* // StartTimeOffset: "STRING_VALUE",
|
|
1858
1864
|
* // EndTimeOffset: "STRING_VALUE",
|
|
1865
|
+
* // ExcludeFeaturesAttribute: "STRING_VALUE",
|
|
1859
1866
|
* // },
|
|
1860
1867
|
* // BatchTransformInput: {
|
|
1861
1868
|
* // DataCapturedDestinationS3Uri: "STRING_VALUE", // required
|
|
@@ -1877,6 +1884,7 @@ export interface SearchCommandOutput extends SearchResponse, __MetadataBearer {
|
|
|
1877
1884
|
* // ProbabilityThresholdAttribute: Number("double"),
|
|
1878
1885
|
* // StartTimeOffset: "STRING_VALUE",
|
|
1879
1886
|
* // EndTimeOffset: "STRING_VALUE",
|
|
1887
|
+
* // ExcludeFeaturesAttribute: "STRING_VALUE",
|
|
1880
1888
|
* // },
|
|
1881
1889
|
* // },
|
|
1882
1890
|
* // ],
|
|
@@ -35,6 +35,8 @@ export interface UpdateMonitoringScheduleCommandOutput extends UpdateMonitoringS
|
|
|
35
35
|
* MonitoringScheduleConfig: { // MonitoringScheduleConfig
|
|
36
36
|
* ScheduleConfig: { // ScheduleConfig
|
|
37
37
|
* ScheduleExpression: "STRING_VALUE", // required
|
|
38
|
+
* DataAnalysisStartTime: "STRING_VALUE",
|
|
39
|
+
* DataAnalysisEndTime: "STRING_VALUE",
|
|
38
40
|
* },
|
|
39
41
|
* MonitoringJobDefinition: { // MonitoringJobDefinition
|
|
40
42
|
* BaselineConfig: { // MonitoringBaselineConfig
|
|
@@ -59,6 +61,7 @@ export interface UpdateMonitoringScheduleCommandOutput extends UpdateMonitoringS
|
|
|
59
61
|
* ProbabilityThresholdAttribute: Number("double"),
|
|
60
62
|
* StartTimeOffset: "STRING_VALUE",
|
|
61
63
|
* EndTimeOffset: "STRING_VALUE",
|
|
64
|
+
* ExcludeFeaturesAttribute: "STRING_VALUE",
|
|
62
65
|
* },
|
|
63
66
|
* BatchTransformInput: { // BatchTransformInput
|
|
64
67
|
* DataCapturedDestinationS3Uri: "STRING_VALUE", // required
|
|
@@ -80,6 +83,7 @@ export interface UpdateMonitoringScheduleCommandOutput extends UpdateMonitoringS
|
|
|
80
83
|
* ProbabilityThresholdAttribute: Number("double"),
|
|
81
84
|
* StartTimeOffset: "STRING_VALUE",
|
|
82
85
|
* EndTimeOffset: "STRING_VALUE",
|
|
86
|
+
* ExcludeFeaturesAttribute: "STRING_VALUE",
|
|
83
87
|
* },
|
|
84
88
|
* },
|
|
85
89
|
* ],
|
|
@@ -5729,7 +5729,7 @@ export interface TimeSeriesForecastingJobConfig {
|
|
|
5729
5729
|
TimeSeriesConfig: TimeSeriesConfig | undefined;
|
|
5730
5730
|
/**
|
|
5731
5731
|
* @public
|
|
5732
|
-
* <p>The collection of
|
|
5732
|
+
* <p>The collection of holidays featurization attributes used to incorporate national holiday
|
|
5733
5733
|
* information into your forecasting model.</p>
|
|
5734
5734
|
*/
|
|
5735
5735
|
HolidayConfig?: HolidayConfigAttributes[];
|
|
@@ -6231,7 +6231,7 @@ export interface MonitoringCsvDatasetFormat {
|
|
|
6231
6231
|
export interface MonitoringJsonDatasetFormat {
|
|
6232
6232
|
/**
|
|
6233
6233
|
* @public
|
|
6234
|
-
* <p>Indicates if the file should be read as a
|
|
6234
|
+
* <p>Indicates if the file should be read as a json object per line. </p>
|
|
6235
6235
|
*/
|
|
6236
6236
|
Line?: boolean;
|
|
6237
6237
|
}
|
|
@@ -6355,6 +6355,11 @@ export interface BatchTransformInput {
|
|
|
6355
6355
|
* Quality Monitoring Jobs</a>.</p>
|
|
6356
6356
|
*/
|
|
6357
6357
|
EndTimeOffset?: string;
|
|
6358
|
+
/**
|
|
6359
|
+
* @public
|
|
6360
|
+
* <p>The attributes of the input data to exclude from the analysis.</p>
|
|
6361
|
+
*/
|
|
6362
|
+
ExcludeFeaturesAttribute?: string;
|
|
6358
6363
|
}
|
|
6359
6364
|
/**
|
|
6360
6365
|
* @public
|
|
@@ -6761,19 +6766,19 @@ export interface CanvasAppSettings {
|
|
|
6761
6766
|
/**
|
|
6762
6767
|
* @public
|
|
6763
6768
|
* <p>Configuration specifying how to treat different headers. If no headers are specified
|
|
6764
|
-
*
|
|
6769
|
+
* SageMaker will by default base64 encode when capturing the data.</p>
|
|
6765
6770
|
*/
|
|
6766
6771
|
export interface CaptureContentTypeHeader {
|
|
6767
6772
|
/**
|
|
6768
6773
|
* @public
|
|
6769
|
-
* <p>The list of all content type headers that
|
|
6770
|
-
*
|
|
6774
|
+
* <p>The list of all content type headers that SageMaker will treat as CSV and capture
|
|
6775
|
+
* accordingly.</p>
|
|
6771
6776
|
*/
|
|
6772
6777
|
CsvContentTypes?: string[];
|
|
6773
6778
|
/**
|
|
6774
6779
|
* @public
|
|
6775
|
-
* <p>The list of all content type headers that SageMaker will treat as JSON and
|
|
6776
|
-
*
|
|
6780
|
+
* <p>The list of all content type headers that SageMaker will treat as JSON and capture
|
|
6781
|
+
* accordingly.</p>
|
|
6777
6782
|
*/
|
|
6778
6783
|
JsonContentTypes?: string[];
|
|
6779
6784
|
}
|
|
@@ -9957,14 +9962,15 @@ export interface DataQualityAppSpecification {
|
|
|
9957
9962
|
/**
|
|
9958
9963
|
* @public
|
|
9959
9964
|
* <p>An Amazon S3 URI to a script that is called per row prior to running analysis. It can
|
|
9960
|
-
*
|
|
9961
|
-
*
|
|
9965
|
+
* base64 decode the payload and convert it into a flatted json so that the built-in container
|
|
9966
|
+
* can use the converted data. Applicable only for the built-in (first party)
|
|
9967
|
+
* containers.</p>
|
|
9962
9968
|
*/
|
|
9963
9969
|
RecordPreprocessorSourceUri?: string;
|
|
9964
9970
|
/**
|
|
9965
9971
|
* @public
|
|
9966
|
-
* <p>An Amazon S3 URI to a script that is called after analysis has been performed.
|
|
9967
|
-
*
|
|
9972
|
+
* <p>An Amazon S3 URI to a script that is called after analysis has been performed.
|
|
9973
|
+
* Applicable only for the built-in (first party) containers.</p>
|
|
9968
9974
|
*/
|
|
9969
9975
|
PostAnalyticsProcessorSourceUri?: string;
|
|
9970
9976
|
/**
|
|
@@ -9997,9 +10003,9 @@ export interface MonitoringStatisticsResource {
|
|
|
9997
10003
|
}
|
|
9998
10004
|
/**
|
|
9999
10005
|
* @public
|
|
10000
|
-
* <p>Configuration for monitoring constraints and monitoring statistics. These baseline
|
|
10001
|
-
*
|
|
10002
|
-
*
|
|
10006
|
+
* <p>Configuration for monitoring constraints and monitoring statistics. These baseline
|
|
10007
|
+
* resources are compared against the results of the current job from the series of jobs
|
|
10008
|
+
* scheduled to collect data periodically.</p>
|
|
10003
10009
|
*/
|
|
10004
10010
|
export interface DataQualityBaselineConfig {
|
|
10005
10011
|
/**
|
|
@@ -10044,8 +10050,8 @@ export interface EndpointInput {
|
|
|
10044
10050
|
S3InputMode?: ProcessingS3InputMode | string;
|
|
10045
10051
|
/**
|
|
10046
10052
|
* @public
|
|
10047
|
-
* <p>Whether input data distributed in Amazon S3 is fully replicated or sharded by an
|
|
10048
|
-
*
|
|
10053
|
+
* <p>Whether input data distributed in Amazon S3 is fully replicated or sharded by an S3 key.
|
|
10054
|
+
* Defaults to <code>FullyReplicated</code>
|
|
10049
10055
|
* </p>
|
|
10050
10056
|
*/
|
|
10051
10057
|
S3DataDistributionType?: ProcessingS3DataDistributionType | string;
|
|
@@ -10083,6 +10089,11 @@ export interface EndpointInput {
|
|
|
10083
10089
|
* Quality Monitoring Jobs</a>.</p>
|
|
10084
10090
|
*/
|
|
10085
10091
|
EndTimeOffset?: string;
|
|
10092
|
+
/**
|
|
10093
|
+
* @public
|
|
10094
|
+
* <p>The attributes of the input data to exclude from the analysis.</p>
|
|
10095
|
+
*/
|
|
10096
|
+
ExcludeFeaturesAttribute?: string;
|
|
10086
10097
|
}
|
|
10087
10098
|
/**
|
|
10088
10099
|
* @public
|
|
@@ -10121,15 +10132,14 @@ export type ProcessingS3UploadMode = (typeof ProcessingS3UploadMode)[keyof typeo
|
|
|
10121
10132
|
export interface MonitoringS3Output {
|
|
10122
10133
|
/**
|
|
10123
10134
|
* @public
|
|
10124
|
-
* <p>A URI that identifies the Amazon S3 storage location where Amazon SageMaker
|
|
10125
|
-
*
|
|
10135
|
+
* <p>A URI that identifies the Amazon S3 storage location where Amazon SageMaker saves the results of a
|
|
10136
|
+
* monitoring job.</p>
|
|
10126
10137
|
*/
|
|
10127
10138
|
S3Uri: string | undefined;
|
|
10128
10139
|
/**
|
|
10129
10140
|
* @public
|
|
10130
|
-
* <p>The local path to the Amazon S3 storage location where Amazon SageMaker
|
|
10131
|
-
*
|
|
10132
|
-
* data.</p>
|
|
10141
|
+
* <p>The local path to the Amazon S3 storage location where Amazon SageMaker saves the results of a
|
|
10142
|
+
* monitoring job. LocalPath is an absolute path for the output data.</p>
|
|
10133
10143
|
*/
|
|
10134
10144
|
LocalPath: string | undefined;
|
|
10135
10145
|
/**
|
|
@@ -10146,8 +10156,7 @@ export interface MonitoringS3Output {
|
|
|
10146
10156
|
export interface MonitoringOutput {
|
|
10147
10157
|
/**
|
|
10148
10158
|
* @public
|
|
10149
|
-
* <p>The Amazon S3 storage location where the results of a monitoring job are
|
|
10150
|
-
* saved.</p>
|
|
10159
|
+
* <p>The Amazon S3 storage location where the results of a monitoring job are saved.</p>
|
|
10151
10160
|
*/
|
|
10152
10161
|
S3Output: MonitoringS3Output | undefined;
|
|
10153
10162
|
}
|
|
@@ -10164,8 +10173,8 @@ export interface MonitoringOutputConfig {
|
|
|
10164
10173
|
MonitoringOutputs: MonitoringOutput[] | undefined;
|
|
10165
10174
|
/**
|
|
10166
10175
|
* @public
|
|
10167
|
-
* <p>The Key Management Service (KMS) key that Amazon SageMaker
|
|
10168
|
-
* encrypt the model artifacts at rest using Amazon S3 server-side encryption.</p>
|
|
10176
|
+
* <p>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker
|
|
10177
|
+
* uses to encrypt the model artifacts at rest using Amazon S3 server-side encryption.</p>
|
|
10169
10178
|
*/
|
|
10170
10179
|
KmsKeyId?: string;
|
|
10171
10180
|
}
|
|
@@ -10247,9 +10256,9 @@ export interface MonitoringClusterConfig {
|
|
|
10247
10256
|
VolumeSizeInGB: number | undefined;
|
|
10248
10257
|
/**
|
|
10249
10258
|
* @public
|
|
10250
|
-
* <p>The Key Management Service (KMS) key that Amazon
|
|
10251
|
-
* encrypt data on the storage volume attached to the ML compute instance(s)
|
|
10252
|
-
* model monitoring job.</p>
|
|
10259
|
+
* <p>The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon
|
|
10260
|
+
* SageMaker uses to encrypt data on the storage volume attached to the ML compute instance(s)
|
|
10261
|
+
* that run the model monitoring job.</p>
|
|
10253
10262
|
*/
|
|
10254
10263
|
VolumeKmsKeyId?: string;
|
|
10255
10264
|
}
|
|
@@ -10350,8 +10359,8 @@ export interface CreateDataQualityJobDefinitionRequest {
|
|
|
10350
10359
|
NetworkConfig?: MonitoringNetworkConfig;
|
|
10351
10360
|
/**
|
|
10352
10361
|
* @public
|
|
10353
|
-
* <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can
|
|
10354
|
-
*
|
|
10362
|
+
* <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to
|
|
10363
|
+
* perform tasks on your behalf.</p>
|
|
10355
10364
|
*/
|
|
10356
10365
|
RoleArn: string | undefined;
|
|
10357
10366
|
/**
|
|
@@ -10361,9 +10370,8 @@ export interface CreateDataQualityJobDefinitionRequest {
|
|
|
10361
10370
|
StoppingCondition?: MonitoringStoppingCondition;
|
|
10362
10371
|
/**
|
|
10363
10372
|
* @public
|
|
10364
|
-
* <p>(Optional) An array of key-value pairs. For more information, see
|
|
10365
|
-
*
|
|
10366
|
-
* Using Cost Allocation Tags</a> in the <i>Amazon Web Services Billing and Cost Management User Guide</i>.</p>
|
|
10373
|
+
* <p>(Optional) An array of key-value pairs. For more information, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL">Using Cost Allocation Tags</a> in the <i>Amazon Web Services Billing and Cost
|
|
10374
|
+
* Management User Guide</i>.</p>
|
|
10367
10375
|
*/
|
|
10368
10376
|
Tags?: Tag[];
|
|
10369
10377
|
}
|
|
@@ -690,8 +690,8 @@ export interface DataCaptureConfig {
|
|
|
690
690
|
EnableCapture?: boolean;
|
|
691
691
|
/**
|
|
692
692
|
* @public
|
|
693
|
-
* <p>The percentage of requests SageMaker will capture. A lower value is recommended
|
|
694
|
-
*
|
|
693
|
+
* <p>The percentage of requests SageMaker will capture. A lower value is recommended for Endpoints
|
|
694
|
+
* with high traffic.</p>
|
|
695
695
|
*/
|
|
696
696
|
InitialSamplingPercentage: number | undefined;
|
|
697
697
|
/**
|
|
@@ -701,9 +701,8 @@ export interface DataCaptureConfig {
|
|
|
701
701
|
DestinationS3Uri: string | undefined;
|
|
702
702
|
/**
|
|
703
703
|
* @public
|
|
704
|
-
* <p>The Amazon Resource Name (ARN) of
|
|
705
|
-
* uses to encrypt the captured data at rest using Amazon S3 server-side
|
|
706
|
-
* encryption.</p>
|
|
704
|
+
* <p>The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that
|
|
705
|
+
* SageMaker uses to encrypt the captured data at rest using Amazon S3 server-side encryption.</p>
|
|
707
706
|
* <p>The KmsKeyId can be any of the following formats: </p>
|
|
708
707
|
* <ul>
|
|
709
708
|
* <li>
|
|
@@ -736,7 +735,7 @@ export interface DataCaptureConfig {
|
|
|
736
735
|
/**
|
|
737
736
|
* @public
|
|
738
737
|
* <p>Configuration specifying how to treat different headers. If no headers are specified
|
|
739
|
-
*
|
|
738
|
+
* SageMaker will by default base64 encode when capturing the data.</p>
|
|
740
739
|
*/
|
|
741
740
|
CaptureContentTypeHeader?: CaptureContentTypeHeader;
|
|
742
741
|
}
|
|
@@ -3550,7 +3549,7 @@ export interface InferenceExperimentDataStorageConfig {
|
|
|
3550
3549
|
/**
|
|
3551
3550
|
* @public
|
|
3552
3551
|
* <p>Configuration specifying how to treat different headers. If no headers are specified
|
|
3553
|
-
*
|
|
3552
|
+
* SageMaker will by default base64 encode when capturing the data.</p>
|
|
3554
3553
|
*/
|
|
3555
3554
|
ContentType?: CaptureContentTypeHeader;
|
|
3556
3555
|
}
|
|
@@ -6778,8 +6777,7 @@ export interface ModelBiasJobInput {
|
|
|
6778
6777
|
export interface CreateModelBiasJobDefinitionRequest {
|
|
6779
6778
|
/**
|
|
6780
6779
|
* @public
|
|
6781
|
-
* <p>The name of the bias job definition. The name must be unique within an Amazon Web Services
|
|
6782
|
-
* Region in the Amazon Web Services account.</p>
|
|
6780
|
+
* <p>The name of the bias job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.</p>
|
|
6783
6781
|
*/
|
|
6784
6782
|
JobDefinitionName: string | undefined;
|
|
6785
6783
|
/**
|
|
@@ -6814,8 +6812,8 @@ export interface CreateModelBiasJobDefinitionRequest {
|
|
|
6814
6812
|
NetworkConfig?: MonitoringNetworkConfig;
|
|
6815
6813
|
/**
|
|
6816
6814
|
* @public
|
|
6817
|
-
* <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can
|
|
6818
|
-
*
|
|
6815
|
+
* <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to
|
|
6816
|
+
* perform tasks on your behalf.</p>
|
|
6819
6817
|
*/
|
|
6820
6818
|
RoleArn: string | undefined;
|
|
6821
6819
|
/**
|
|
@@ -6825,9 +6823,8 @@ export interface CreateModelBiasJobDefinitionRequest {
|
|
|
6825
6823
|
StoppingCondition?: MonitoringStoppingCondition;
|
|
6826
6824
|
/**
|
|
6827
6825
|
* @public
|
|
6828
|
-
* <p>(Optional) An array of key-value pairs. For more information, see
|
|
6829
|
-
*
|
|
6830
|
-
* Using Cost Allocation Tags</a> in the <i>Amazon Web Services Billing and Cost Management User Guide</i>.</p>
|
|
6826
|
+
* <p>(Optional) An array of key-value pairs. For more information, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL">Using Cost Allocation Tags</a> in the <i>Amazon Web Services Billing and Cost
|
|
6827
|
+
* Management User Guide</i>.</p>
|
|
6831
6828
|
*/
|
|
6832
6829
|
Tags?: Tag[];
|
|
6833
6830
|
}
|
|
@@ -6987,8 +6984,8 @@ export interface ModelExplainabilityAppSpecification {
|
|
|
6987
6984
|
ImageUri: string | undefined;
|
|
6988
6985
|
/**
|
|
6989
6986
|
* @public
|
|
6990
|
-
* <p>JSON formatted
|
|
6991
|
-
*
|
|
6987
|
+
* <p>JSON formatted S3 file that defines explainability parameters. For more information on
|
|
6988
|
+
* this JSON configuration file, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-config-json-monitor-model-explainability-parameters.html">Configure model explainability parameters</a>.</p>
|
|
6992
6989
|
*/
|
|
6993
6990
|
ConfigUri: string | undefined;
|
|
6994
6991
|
/**
|
|
@@ -7046,7 +7043,8 @@ export interface CreateModelExplainabilityJobDefinitionRequest {
|
|
|
7046
7043
|
ModelExplainabilityBaselineConfig?: ModelExplainabilityBaselineConfig;
|
|
7047
7044
|
/**
|
|
7048
7045
|
* @public
|
|
7049
|
-
* <p>Configures the model explainability job to run a specified Docker container
|
|
7046
|
+
* <p>Configures the model explainability job to run a specified Docker container
|
|
7047
|
+
* image.</p>
|
|
7050
7048
|
*/
|
|
7051
7049
|
ModelExplainabilityAppSpecification: ModelExplainabilityAppSpecification | undefined;
|
|
7052
7050
|
/**
|
|
@@ -7071,8 +7069,8 @@ export interface CreateModelExplainabilityJobDefinitionRequest {
|
|
|
7071
7069
|
NetworkConfig?: MonitoringNetworkConfig;
|
|
7072
7070
|
/**
|
|
7073
7071
|
* @public
|
|
7074
|
-
* <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can
|
|
7075
|
-
*
|
|
7072
|
+
* <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to
|
|
7073
|
+
* perform tasks on your behalf.</p>
|
|
7076
7074
|
*/
|
|
7077
7075
|
RoleArn: string | undefined;
|
|
7078
7076
|
/**
|
|
@@ -7082,9 +7080,8 @@ export interface CreateModelExplainabilityJobDefinitionRequest {
|
|
|
7082
7080
|
StoppingCondition?: MonitoringStoppingCondition;
|
|
7083
7081
|
/**
|
|
7084
7082
|
* @public
|
|
7085
|
-
* <p>(Optional) An array of key-value pairs. For more information, see
|
|
7086
|
-
*
|
|
7087
|
-
* Using Cost Allocation Tags</a> in the <i>Amazon Web Services Billing and Cost Management User Guide</i>.</p>
|
|
7083
|
+
* <p>(Optional) An array of key-value pairs. For more information, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL">Using Cost Allocation Tags</a> in the <i>Amazon Web Services Billing and Cost
|
|
7084
|
+
* Management User Guide</i>.</p>
|
|
7088
7085
|
*/
|
|
7089
7086
|
Tags?: Tag[];
|
|
7090
7087
|
}
|
|
@@ -7600,14 +7597,15 @@ export interface ModelQualityAppSpecification {
|
|
|
7600
7597
|
/**
|
|
7601
7598
|
* @public
|
|
7602
7599
|
* <p>An Amazon S3 URI to a script that is called per row prior to running analysis. It can
|
|
7603
|
-
*
|
|
7604
|
-
*
|
|
7600
|
+
* base64 decode the payload and convert it into a flatted json so that the built-in container
|
|
7601
|
+
* can use the converted data. Applicable only for the built-in (first party)
|
|
7602
|
+
* containers.</p>
|
|
7605
7603
|
*/
|
|
7606
7604
|
RecordPreprocessorSourceUri?: string;
|
|
7607
7605
|
/**
|
|
7608
7606
|
* @public
|
|
7609
|
-
* <p>An Amazon S3 URI to a script that is called after analysis has been performed.
|
|
7610
|
-
*
|
|
7607
|
+
* <p>An Amazon S3 URI to a script that is called after analysis has been performed.
|
|
7608
|
+
* Applicable only for the built-in (first party) containers.</p>
|
|
7611
7609
|
*/
|
|
7612
7610
|
PostAnalyticsProcessorSourceUri?: string;
|
|
7613
7611
|
/**
|
|
@@ -7623,9 +7621,9 @@ export interface ModelQualityAppSpecification {
|
|
|
7623
7621
|
}
|
|
7624
7622
|
/**
|
|
7625
7623
|
* @public
|
|
7626
|
-
* <p>Configuration for monitoring constraints and monitoring statistics. These baseline
|
|
7627
|
-
*
|
|
7628
|
-
*
|
|
7624
|
+
* <p>Configuration for monitoring constraints and monitoring statistics. These baseline
|
|
7625
|
+
* resources are compared against the results of the current job from the series of jobs
|
|
7626
|
+
* scheduled to collect data periodically.</p>
|
|
7629
7627
|
*/
|
|
7630
7628
|
export interface ModelQualityBaselineConfig {
|
|
7631
7629
|
/**
|
|
@@ -7641,7 +7639,7 @@ export interface ModelQualityBaselineConfig {
|
|
|
7641
7639
|
}
|
|
7642
7640
|
/**
|
|
7643
7641
|
* @public
|
|
7644
|
-
* <p>The input for the model quality monitoring job. Currently
|
|
7642
|
+
* <p>The input for the model quality monitoring job. Currently endponts are supported for
|
|
7645
7643
|
* input for model quality monitoring jobs.</p>
|
|
7646
7644
|
*/
|
|
7647
7645
|
export interface ModelQualityJobInput {
|
|
@@ -7702,8 +7700,8 @@ export interface CreateModelQualityJobDefinitionRequest {
|
|
|
7702
7700
|
NetworkConfig?: MonitoringNetworkConfig;
|
|
7703
7701
|
/**
|
|
7704
7702
|
* @public
|
|
7705
|
-
* <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can
|
|
7706
|
-
*
|
|
7703
|
+
* <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to
|
|
7704
|
+
* perform tasks on your behalf.</p>
|
|
7707
7705
|
*/
|
|
7708
7706
|
RoleArn: string | undefined;
|
|
7709
7707
|
/**
|
|
@@ -7713,9 +7711,8 @@ export interface CreateModelQualityJobDefinitionRequest {
|
|
|
7713
7711
|
StoppingCondition?: MonitoringStoppingCondition;
|
|
7714
7712
|
/**
|
|
7715
7713
|
* @public
|
|
7716
|
-
* <p>(Optional) An array of key-value pairs. For more information, see
|
|
7717
|
-
*
|
|
7718
|
-
* Using Cost Allocation Tags</a> in the <i>Amazon Web Services Billing and Cost Management User Guide</i>.</p>
|
|
7714
|
+
* <p>(Optional) An array of key-value pairs. For more information, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL">Using Cost Allocation Tags</a> in the <i>Amazon Web Services Billing and Cost
|
|
7715
|
+
* Management User Guide</i>.</p>
|
|
7719
7716
|
*/
|
|
7720
7717
|
Tags?: Tag[];
|
|
7721
7718
|
}
|
|
@@ -7731,9 +7728,9 @@ export interface CreateModelQualityJobDefinitionResponse {
|
|
|
7731
7728
|
}
|
|
7732
7729
|
/**
|
|
7733
7730
|
* @public
|
|
7734
|
-
* <p>Configuration for monitoring constraints and monitoring statistics. These baseline
|
|
7735
|
-
*
|
|
7736
|
-
*
|
|
7731
|
+
* <p>Configuration for monitoring constraints and monitoring statistics. These baseline
|
|
7732
|
+
* resources are compared against the results of the current job from the series of jobs
|
|
7733
|
+
* scheduled to collect data periodically.</p>
|
|
7737
7734
|
*/
|
|
7738
7735
|
export interface MonitoringBaselineConfig {
|
|
7739
7736
|
/**
|
|
@@ -7749,8 +7746,8 @@ export interface MonitoringBaselineConfig {
|
|
|
7749
7746
|
ConstraintsResource?: MonitoringConstraintsResource;
|
|
7750
7747
|
/**
|
|
7751
7748
|
* @public
|
|
7752
|
-
* <p>The baseline statistics file in Amazon S3 that the current monitoring job should
|
|
7753
|
-
*
|
|
7749
|
+
* <p>The baseline statistics file in Amazon S3 that the current monitoring job should be
|
|
7750
|
+
* validated against.</p>
|
|
7754
7751
|
*/
|
|
7755
7752
|
StatisticsResource?: MonitoringStatisticsResource;
|
|
7756
7753
|
}
|
|
@@ -7777,14 +7774,15 @@ export interface MonitoringAppSpecification {
|
|
|
7777
7774
|
/**
|
|
7778
7775
|
* @public
|
|
7779
7776
|
* <p>An Amazon S3 URI to a script that is called per row prior to running analysis. It can
|
|
7780
|
-
*
|
|
7781
|
-
*
|
|
7777
|
+
* base64 decode the payload and convert it into a flatted json so that the built-in container
|
|
7778
|
+
* can use the converted data. Applicable only for the built-in (first party)
|
|
7779
|
+
* containers.</p>
|
|
7782
7780
|
*/
|
|
7783
7781
|
RecordPreprocessorSourceUri?: string;
|
|
7784
7782
|
/**
|
|
7785
7783
|
* @public
|
|
7786
|
-
* <p>An Amazon S3 URI to a script that is called after analysis has been performed.
|
|
7787
|
-
*
|
|
7784
|
+
* <p>An Amazon S3 URI to a script that is called after analysis has been performed.
|
|
7785
|
+
* Applicable only for the built-in (first party) containers.</p>
|
|
7788
7786
|
*/
|
|
7789
7787
|
PostAnalyticsProcessorSourceUri?: string;
|
|
7790
7788
|
}
|
|
@@ -7846,12 +7844,14 @@ export interface MonitoringJobDefinition {
|
|
|
7846
7844
|
BaselineConfig?: MonitoringBaselineConfig;
|
|
7847
7845
|
/**
|
|
7848
7846
|
* @public
|
|
7849
|
-
* <p>The array of inputs for the monitoring job. Currently we support monitoring an Amazon SageMaker
|
|
7847
|
+
* <p>The array of inputs for the monitoring job. Currently we support monitoring an Amazon SageMaker
|
|
7848
|
+
* Endpoint.</p>
|
|
7850
7849
|
*/
|
|
7851
7850
|
MonitoringInputs: MonitoringInput[] | undefined;
|
|
7852
7851
|
/**
|
|
7853
7852
|
* @public
|
|
7854
|
-
* <p>The array of outputs from the monitoring job to be uploaded to Amazon
|
|
7853
|
+
* <p>The array of outputs from the monitoring job to be uploaded to Amazon Simple Storage
|
|
7854
|
+
* Service (Amazon S3).</p>
|
|
7855
7855
|
*/
|
|
7856
7856
|
MonitoringOutputConfig: MonitoringOutputConfig | undefined;
|
|
7857
7857
|
/**
|
|
@@ -7882,8 +7882,8 @@ export interface MonitoringJobDefinition {
|
|
|
7882
7882
|
NetworkConfig?: NetworkConfig;
|
|
7883
7883
|
/**
|
|
7884
7884
|
* @public
|
|
7885
|
-
* <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can
|
|
7886
|
-
*
|
|
7885
|
+
* <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform tasks on
|
|
7886
|
+
* your behalf.</p>
|
|
7887
7887
|
*/
|
|
7888
7888
|
RoleArn: string | undefined;
|
|
7889
7889
|
}
|
|
@@ -7909,10 +7909,10 @@ export interface ScheduleConfig {
|
|
|
7909
7909
|
/**
|
|
7910
7910
|
* @public
|
|
7911
7911
|
* <p>A cron expression that describes details about the monitoring schedule.</p>
|
|
7912
|
-
* <p>
|
|
7912
|
+
* <p>The supported cron expressions are:</p>
|
|
7913
7913
|
* <ul>
|
|
7914
7914
|
* <li>
|
|
7915
|
-
* <p>If you want to set the job to start every hour,
|
|
7915
|
+
* <p>If you want to set the job to start every hour, use the following:</p>
|
|
7916
7916
|
* <p>
|
|
7917
7917
|
* <code>Hourly: cron(0 * ? * * *)</code>
|
|
7918
7918
|
* </p>
|
|
@@ -7963,8 +7963,38 @@ export interface ScheduleConfig {
|
|
|
7963
7963
|
* </li>
|
|
7964
7964
|
* </ul>
|
|
7965
7965
|
* </note>
|
|
7966
|
+
* <p>You can also specify the keyword <code>NOW</code> to run the monitoring job immediately, one time,
|
|
7967
|
+
* without recurring.</p>
|
|
7966
7968
|
*/
|
|
7967
7969
|
ScheduleExpression: string | undefined;
|
|
7970
|
+
/**
|
|
7971
|
+
* @public
|
|
7972
|
+
* <p>Sets the start time for a monitoring job window. Express this time as an offset to the
|
|
7973
|
+
* times that you schedule your monitoring jobs to run. You schedule monitoring jobs with the
|
|
7974
|
+
* <code>ScheduleExpression</code> parameter. Specify this offset in ISO 8601 duration
|
|
7975
|
+
* format. For example, if you want to monitor the five hours of data in your dataset that
|
|
7976
|
+
* precede the start of each monitoring job, you would specify: <code>"-PT5H"</code>.</p>
|
|
7977
|
+
* <p>The start time that you specify must not precede the end time that you specify by more
|
|
7978
|
+
* than 24 hours. You specify the end time with the <code>DataAnalysisEndTime</code>
|
|
7979
|
+
* parameter.</p>
|
|
7980
|
+
* <p>If you set <code>ScheduleExpression</code> to <code>NOW</code>, this parameter is
|
|
7981
|
+
* required.</p>
|
|
7982
|
+
*/
|
|
7983
|
+
DataAnalysisStartTime?: string;
|
|
7984
|
+
/**
|
|
7985
|
+
* @public
|
|
7986
|
+
* <p>Sets the end time for a monitoring job window. Express this time as an offset to the
|
|
7987
|
+
* times that you schedule your monitoring jobs to run. You schedule monitoring jobs with the
|
|
7988
|
+
* <code>ScheduleExpression</code> parameter. Specify this offset in ISO 8601 duration
|
|
7989
|
+
* format. For example, if you want to end the window one hour before the start of each
|
|
7990
|
+
* monitoring job, you would specify: <code>"-PT1H"</code>.</p>
|
|
7991
|
+
* <p>The end time that you specify must not follow the start time that you specify by more
|
|
7992
|
+
* than 24 hours. You specify the start time with the <code>DataAnalysisStartTime</code>
|
|
7993
|
+
* parameter.</p>
|
|
7994
|
+
* <p>If you set <code>ScheduleExpression</code> to <code>NOW</code>, this parameter is
|
|
7995
|
+
* required.</p>
|
|
7996
|
+
*/
|
|
7997
|
+
DataAnalysisEndTime?: string;
|
|
7968
7998
|
}
|
|
7969
7999
|
/**
|
|
7970
8000
|
* @public
|
|
@@ -7998,14 +8028,13 @@ export interface MonitoringScheduleConfig {
|
|
|
7998
8028
|
export interface CreateMonitoringScheduleRequest {
|
|
7999
8029
|
/**
|
|
8000
8030
|
* @public
|
|
8001
|
-
* <p>The name of the monitoring schedule. The name must be unique within an Amazon Web Services
|
|
8002
|
-
* Region within an Amazon Web Services account.</p>
|
|
8031
|
+
* <p>The name of the monitoring schedule. The name must be unique within an Amazon Web Services Region within an Amazon Web Services account.</p>
|
|
8003
8032
|
*/
|
|
8004
8033
|
MonitoringScheduleName: string | undefined;
|
|
8005
8034
|
/**
|
|
8006
8035
|
* @public
|
|
8007
|
-
* <p>The configuration object that specifies the monitoring schedule and defines the
|
|
8008
|
-
*
|
|
8036
|
+
* <p>The configuration object that specifies the monitoring schedule and defines the
|
|
8037
|
+
* monitoring job.</p>
|
|
8009
8038
|
*/
|
|
8010
8039
|
MonitoringScheduleConfig: MonitoringScheduleConfig | undefined;
|
|
8011
8040
|
/**
|
|
@@ -1640,8 +1640,8 @@ export interface DescribeDataQualityJobDefinitionResponse {
|
|
|
1640
1640
|
NetworkConfig?: MonitoringNetworkConfig;
|
|
1641
1641
|
/**
|
|
1642
1642
|
* @public
|
|
1643
|
-
* <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can
|
|
1644
|
-
*
|
|
1643
|
+
* <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to
|
|
1644
|
+
* perform tasks on your behalf.</p>
|
|
1645
1645
|
*/
|
|
1646
1646
|
RoleArn: string | undefined;
|
|
1647
1647
|
/**
|
|
@@ -4982,8 +4982,7 @@ export interface DescribeModelBiasJobDefinitionResponse {
|
|
|
4982
4982
|
JobDefinitionArn: string | undefined;
|
|
4983
4983
|
/**
|
|
4984
4984
|
* @public
|
|
4985
|
-
* <p>The name of the bias job definition. The name must be unique within an Amazon Web Services
|
|
4986
|
-
* Region in the Amazon Web Services account.</p>
|
|
4985
|
+
* <p>The name of the bias job definition. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.</p>
|
|
4987
4986
|
*/
|
|
4988
4987
|
JobDefinitionName: string | undefined;
|
|
4989
4988
|
/**
|
|
@@ -5023,8 +5022,9 @@ export interface DescribeModelBiasJobDefinitionResponse {
|
|
|
5023
5022
|
NetworkConfig?: MonitoringNetworkConfig;
|
|
5024
5023
|
/**
|
|
5025
5024
|
* @public
|
|
5026
|
-
* <p>The Amazon Resource Name (ARN) of the
|
|
5027
|
-
*
|
|
5025
|
+
* <p>The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management
|
|
5026
|
+
* (IAM) role that has read permission to the input data location and write permission to the
|
|
5027
|
+
* output data location in Amazon S3.</p>
|
|
5028
5028
|
*/
|
|
5029
5029
|
RoleArn: string | undefined;
|
|
5030
5030
|
/**
|
|
@@ -5313,7 +5313,8 @@ export interface DescribeModelExplainabilityJobDefinitionResponse {
|
|
|
5313
5313
|
ModelExplainabilityBaselineConfig?: ModelExplainabilityBaselineConfig;
|
|
5314
5314
|
/**
|
|
5315
5315
|
* @public
|
|
5316
|
-
* <p>Configures the model explainability job to run a specified Docker container
|
|
5316
|
+
* <p>Configures the model explainability job to run a specified Docker container
|
|
5317
|
+
* image.</p>
|
|
5317
5318
|
*/
|
|
5318
5319
|
ModelExplainabilityAppSpecification: ModelExplainabilityAppSpecification | undefined;
|
|
5319
5320
|
/**
|
|
@@ -5338,8 +5339,9 @@ export interface DescribeModelExplainabilityJobDefinitionResponse {
|
|
|
5338
5339
|
NetworkConfig?: MonitoringNetworkConfig;
|
|
5339
5340
|
/**
|
|
5340
5341
|
* @public
|
|
5341
|
-
* <p>The Amazon Resource Name (ARN) of the
|
|
5342
|
-
*
|
|
5342
|
+
* <p>The Amazon Resource Name (ARN) of the Amazon Web Services Identity and Access Management
|
|
5343
|
+
* (IAM) role that has read permission to the input data location and write permission to the
|
|
5344
|
+
* output data location in Amazon S3.</p>
|
|
5343
5345
|
*/
|
|
5344
5346
|
RoleArn: string | undefined;
|
|
5345
5347
|
/**
|
|
@@ -5682,8 +5684,8 @@ export interface DescribeModelQualityJobDefinitionResponse {
|
|
|
5682
5684
|
NetworkConfig?: MonitoringNetworkConfig;
|
|
5683
5685
|
/**
|
|
5684
5686
|
* @public
|
|
5685
|
-
* <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can
|
|
5686
|
-
*
|
|
5687
|
+
* <p>The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to
|
|
5688
|
+
* perform tasks on your behalf.</p>
|
|
5687
5689
|
*/
|
|
5688
5690
|
RoleArn: string | undefined;
|
|
5689
5691
|
/**
|
|
@@ -5853,8 +5855,8 @@ export interface DescribeMonitoringScheduleResponse {
|
|
|
5853
5855
|
LastModifiedTime: Date | undefined;
|
|
5854
5856
|
/**
|
|
5855
5857
|
* @public
|
|
5856
|
-
* <p>The configuration object that specifies the monitoring schedule and defines the
|
|
5857
|
-
*
|
|
5858
|
+
* <p>The configuration object that specifies the monitoring schedule and defines the
|
|
5859
|
+
* monitoring job.</p>
|
|
5858
5860
|
*/
|
|
5859
5861
|
MonitoringScheduleConfig: MonitoringScheduleConfig | undefined;
|
|
5860
5862
|
/**
|
|
@@ -2582,8 +2582,7 @@ export interface ListDataQualityJobDefinitionsRequest {
|
|
|
2582
2582
|
SortBy?: MonitoringJobDefinitionSortKey | string;
|
|
2583
2583
|
/**
|
|
2584
2584
|
* @public
|
|
2585
|
-
* <p>
|
|
2586
|
-
* The default is <code>Descending</code>.</p>
|
|
2585
|
+
* <p>The sort order for results. The default is <code>Descending</code>.</p>
|
|
2587
2586
|
*/
|
|
2588
2587
|
SortOrder?: SortOrder | string;
|
|
2589
2588
|
/**
|
|
@@ -4281,20 +4280,20 @@ export interface ListModelBiasJobDefinitionsRequest {
|
|
|
4281
4280
|
EndpointName?: string;
|
|
4282
4281
|
/**
|
|
4283
4282
|
* @public
|
|
4284
|
-
* <p>Whether to sort results by the <code>Name</code> or <code>CreationTime</code> field.
|
|
4285
|
-
*
|
|
4283
|
+
* <p>Whether to sort results by the <code>Name</code> or <code>CreationTime</code> field. The
|
|
4284
|
+
* default is <code>CreationTime</code>.</p>
|
|
4286
4285
|
*/
|
|
4287
4286
|
SortBy?: MonitoringJobDefinitionSortKey | string;
|
|
4288
4287
|
/**
|
|
4289
4288
|
* @public
|
|
4290
4289
|
* <p>Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order.
|
|
4291
|
-
*
|
|
4290
|
+
* The default is <code>Descending</code>.</p>
|
|
4292
4291
|
*/
|
|
4293
4292
|
SortOrder?: SortOrder | string;
|
|
4294
4293
|
/**
|
|
4295
4294
|
* @public
|
|
4296
|
-
* <p>The token returned if the response is truncated. To retrieve the next set of job
|
|
4297
|
-
*
|
|
4295
|
+
* <p>The token returned if the response is truncated. To retrieve the next set of job
|
|
4296
|
+
* executions, use it in the next request.</p>
|
|
4298
4297
|
*/
|
|
4299
4298
|
NextToken?: string;
|
|
4300
4299
|
/**
|
|
@@ -4330,8 +4329,8 @@ export interface ListModelBiasJobDefinitionsResponse {
|
|
|
4330
4329
|
JobDefinitionSummaries: MonitoringJobDefinitionSummary[] | undefined;
|
|
4331
4330
|
/**
|
|
4332
4331
|
* @public
|
|
4333
|
-
* <p>
|
|
4334
|
-
*
|
|
4332
|
+
* <p>If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of jobs,
|
|
4333
|
+
* use it in the subsequent request.</p>
|
|
4335
4334
|
*/
|
|
4336
4335
|
NextToken?: string;
|
|
4337
4336
|
}
|
|
@@ -4751,20 +4750,20 @@ export interface ListModelExplainabilityJobDefinitionsRequest {
|
|
|
4751
4750
|
EndpointName?: string;
|
|
4752
4751
|
/**
|
|
4753
4752
|
* @public
|
|
4754
|
-
* <p>Whether to sort results by the <code>Name</code> or <code>CreationTime</code> field.
|
|
4755
|
-
*
|
|
4753
|
+
* <p>Whether to sort results by the <code>Name</code> or <code>CreationTime</code> field. The
|
|
4754
|
+
* default is <code>CreationTime</code>.</p>
|
|
4756
4755
|
*/
|
|
4757
4756
|
SortBy?: MonitoringJobDefinitionSortKey | string;
|
|
4758
4757
|
/**
|
|
4759
4758
|
* @public
|
|
4760
4759
|
* <p>Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order.
|
|
4761
|
-
*
|
|
4760
|
+
* The default is <code>Descending</code>.</p>
|
|
4762
4761
|
*/
|
|
4763
4762
|
SortOrder?: SortOrder | string;
|
|
4764
4763
|
/**
|
|
4765
4764
|
* @public
|
|
4766
|
-
* <p>The token returned if the response is truncated. To retrieve the next set of job
|
|
4767
|
-
*
|
|
4765
|
+
* <p>The token returned if the response is truncated. To retrieve the next set of job
|
|
4766
|
+
* executions, use it in the next request.</p>
|
|
4768
4767
|
*/
|
|
4769
4768
|
NextToken?: string;
|
|
4770
4769
|
/**
|
|
@@ -4801,8 +4800,8 @@ export interface ListModelExplainabilityJobDefinitionsResponse {
|
|
|
4801
4800
|
JobDefinitionSummaries: MonitoringJobDefinitionSummary[] | undefined;
|
|
4802
4801
|
/**
|
|
4803
4802
|
* @public
|
|
4804
|
-
* <p>
|
|
4805
|
-
*
|
|
4803
|
+
* <p>If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of jobs,
|
|
4804
|
+
* use it in the subsequent request.</p>
|
|
4806
4805
|
*/
|
|
4807
4806
|
NextToken?: string;
|
|
4808
4807
|
}
|
|
@@ -5222,8 +5221,7 @@ export interface ListModelQualityJobDefinitionsRequest {
|
|
|
5222
5221
|
SortBy?: MonitoringJobDefinitionSortKey | string;
|
|
5223
5222
|
/**
|
|
5224
5223
|
* @public
|
|
5225
|
-
* <p>
|
|
5226
|
-
* The default is <code>Descending</code>.</p>
|
|
5224
|
+
* <p>The sort order for results. The default is <code>Descending</code>.</p>
|
|
5227
5225
|
*/
|
|
5228
5226
|
SortOrder?: SortOrder | string;
|
|
5229
5227
|
/**
|
|
@@ -5269,8 +5267,8 @@ export interface ListModelQualityJobDefinitionsResponse {
|
|
|
5269
5267
|
JobDefinitionSummaries: MonitoringJobDefinitionSummary[] | undefined;
|
|
5270
5268
|
/**
|
|
5271
5269
|
* @public
|
|
5272
|
-
* <p>If the response is truncated, Amazon SageMaker returns this token. To retrieve the
|
|
5273
|
-
*
|
|
5270
|
+
* <p>If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of model
|
|
5271
|
+
* quality monitoring job definitions, use it in the next request.</p>
|
|
5274
5272
|
*/
|
|
5275
5273
|
NextToken?: string;
|
|
5276
5274
|
}
|
|
@@ -5626,20 +5624,20 @@ export interface ListMonitoringExecutionsRequest {
|
|
|
5626
5624
|
EndpointName?: string;
|
|
5627
5625
|
/**
|
|
5628
5626
|
* @public
|
|
5629
|
-
* <p>Whether to sort
|
|
5630
|
-
*
|
|
5627
|
+
* <p>Whether to sort results by <code>Status</code>, <code>CreationTime</code>,
|
|
5628
|
+
* <code>ScheduledTime</code> field. The default is <code>CreationTime</code>.</p>
|
|
5631
5629
|
*/
|
|
5632
5630
|
SortBy?: MonitoringExecutionSortKey | string;
|
|
5633
5631
|
/**
|
|
5634
5632
|
* @public
|
|
5635
5633
|
* <p>Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order.
|
|
5636
|
-
*
|
|
5634
|
+
* The default is <code>Descending</code>.</p>
|
|
5637
5635
|
*/
|
|
5638
5636
|
SortOrder?: SortOrder | string;
|
|
5639
5637
|
/**
|
|
5640
5638
|
* @public
|
|
5641
|
-
* <p>The token returned if the response is truncated. To retrieve the next set of job
|
|
5642
|
-
*
|
|
5639
|
+
* <p>The token returned if the response is truncated. To retrieve the next set of job
|
|
5640
|
+
* executions, use it in the next request.</p>
|
|
5643
5641
|
*/
|
|
5644
5642
|
NextToken?: string;
|
|
5645
5643
|
/**
|
|
@@ -5706,8 +5704,8 @@ export interface ListMonitoringExecutionsResponse {
|
|
|
5706
5704
|
MonitoringExecutionSummaries: MonitoringExecutionSummary[] | undefined;
|
|
5707
5705
|
/**
|
|
5708
5706
|
* @public
|
|
5709
|
-
* <p>
|
|
5710
|
-
*
|
|
5707
|
+
* <p>If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of jobs,
|
|
5708
|
+
* use it in the subsequent reques</p>
|
|
5711
5709
|
*/
|
|
5712
5710
|
NextToken?: string;
|
|
5713
5711
|
}
|
|
@@ -5735,20 +5733,20 @@ export interface ListMonitoringSchedulesRequest {
|
|
|
5735
5733
|
EndpointName?: string;
|
|
5736
5734
|
/**
|
|
5737
5735
|
* @public
|
|
5738
|
-
* <p>Whether to sort
|
|
5739
|
-
*
|
|
5736
|
+
* <p>Whether to sort results by <code>Status</code>, <code>CreationTime</code>,
|
|
5737
|
+
* <code>ScheduledTime</code> field. The default is <code>CreationTime</code>.</p>
|
|
5740
5738
|
*/
|
|
5741
5739
|
SortBy?: MonitoringScheduleSortKey | string;
|
|
5742
5740
|
/**
|
|
5743
5741
|
* @public
|
|
5744
5742
|
* <p>Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order.
|
|
5745
|
-
*
|
|
5743
|
+
* The default is <code>Descending</code>.</p>
|
|
5746
5744
|
*/
|
|
5747
5745
|
SortOrder?: SortOrder | string;
|
|
5748
5746
|
/**
|
|
5749
5747
|
* @public
|
|
5750
|
-
* <p>The token returned if the response is truncated. To retrieve the next set of job
|
|
5751
|
-
*
|
|
5748
|
+
* <p>The token returned if the response is truncated. To retrieve the next set of job
|
|
5749
|
+
* executions, use it in the next request.</p>
|
|
5752
5750
|
*/
|
|
5753
5751
|
NextToken?: string;
|
|
5754
5752
|
/**
|
|
@@ -5856,8 +5854,8 @@ export interface ListMonitoringSchedulesResponse {
|
|
|
5856
5854
|
MonitoringScheduleSummaries: MonitoringScheduleSummary[] | undefined;
|
|
5857
5855
|
/**
|
|
5858
5856
|
* @public
|
|
5859
|
-
* <p>
|
|
5860
|
-
*
|
|
5857
|
+
* <p>If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of jobs,
|
|
5858
|
+
* use it in the subsequent request.</p>
|
|
5861
5859
|
*/
|
|
5862
5860
|
NextToken?: string;
|
|
5863
5861
|
}
|
|
@@ -2742,14 +2742,13 @@ export interface UpdateMonitoringAlertResponse {
|
|
|
2742
2742
|
export interface UpdateMonitoringScheduleRequest {
|
|
2743
2743
|
/**
|
|
2744
2744
|
* @public
|
|
2745
|
-
* <p>The name of the monitoring schedule. The name must be unique within an Amazon Web Services
|
|
2746
|
-
* Region within an Amazon Web Services account.</p>
|
|
2745
|
+
* <p>The name of the monitoring schedule. The name must be unique within an Amazon Web Services Region within an Amazon Web Services account.</p>
|
|
2747
2746
|
*/
|
|
2748
2747
|
MonitoringScheduleName: string | undefined;
|
|
2749
2748
|
/**
|
|
2750
2749
|
* @public
|
|
2751
|
-
* <p>The configuration object that specifies the monitoring schedule and defines the
|
|
2752
|
-
*
|
|
2750
|
+
* <p>The configuration object that specifies the monitoring schedule and defines the
|
|
2751
|
+
* monitoring job.</p>
|
|
2753
2752
|
*/
|
|
2754
2753
|
MonitoringScheduleConfig: MonitoringScheduleConfig | undefined;
|
|
2755
2754
|
}
|
|
@@ -1383,6 +1383,7 @@ export interface BatchTransformInput {
|
|
|
1383
1383
|
ProbabilityThresholdAttribute?: number;
|
|
1384
1384
|
StartTimeOffset?: string;
|
|
1385
1385
|
EndTimeOffset?: string;
|
|
1386
|
+
ExcludeFeaturesAttribute?: string;
|
|
1386
1387
|
}
|
|
1387
1388
|
export interface BestObjectiveNotImproving {
|
|
1388
1389
|
MaxNumberOfTrainingJobsNotImproving?: number;
|
|
@@ -2139,6 +2140,7 @@ export interface EndpointInput {
|
|
|
2139
2140
|
ProbabilityThresholdAttribute?: number;
|
|
2140
2141
|
StartTimeOffset?: string;
|
|
2141
2142
|
EndTimeOffset?: string;
|
|
2143
|
+
ExcludeFeaturesAttribute?: string;
|
|
2142
2144
|
}
|
|
2143
2145
|
export interface DataQualityJobInput {
|
|
2144
2146
|
EndpointInput?: EndpointInput;
|
|
@@ -1225,6 +1225,8 @@ export type MonitoringType =
|
|
|
1225
1225
|
(typeof MonitoringType)[keyof typeof MonitoringType];
|
|
1226
1226
|
export interface ScheduleConfig {
|
|
1227
1227
|
ScheduleExpression: string | undefined;
|
|
1228
|
+
DataAnalysisStartTime?: string;
|
|
1229
|
+
DataAnalysisEndTime?: string;
|
|
1228
1230
|
}
|
|
1229
1231
|
export interface MonitoringScheduleConfig {
|
|
1230
1232
|
ScheduleConfig?: ScheduleConfig;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-sagemaker",
|
|
3
3
|
"description": "AWS SDK for JavaScript Sagemaker Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.416.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|