@aws-sdk/client-machine-learning 3.926.0 → 3.928.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.
Files changed (52) hide show
  1. package/dist-cjs/index.js +828 -1209
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/MachineLearningClient.js +2 -0
  4. package/dist-es/commands/AddTagsCommand.js +3 -9
  5. package/dist-es/commands/CreateBatchPredictionCommand.js +3 -9
  6. package/dist-es/commands/CreateDataSourceFromRDSCommand.js +3 -10
  7. package/dist-es/commands/CreateDataSourceFromRedshiftCommand.js +3 -10
  8. package/dist-es/commands/CreateDataSourceFromS3Command.js +3 -9
  9. package/dist-es/commands/CreateEvaluationCommand.js +3 -9
  10. package/dist-es/commands/CreateMLModelCommand.js +3 -9
  11. package/dist-es/commands/CreateRealtimeEndpointCommand.js +3 -9
  12. package/dist-es/commands/DeleteBatchPredictionCommand.js +3 -9
  13. package/dist-es/commands/DeleteDataSourceCommand.js +3 -9
  14. package/dist-es/commands/DeleteEvaluationCommand.js +3 -9
  15. package/dist-es/commands/DeleteMLModelCommand.js +3 -9
  16. package/dist-es/commands/DeleteRealtimeEndpointCommand.js +3 -9
  17. package/dist-es/commands/DeleteTagsCommand.js +3 -9
  18. package/dist-es/commands/DescribeBatchPredictionsCommand.js +3 -9
  19. package/dist-es/commands/DescribeDataSourcesCommand.js +3 -9
  20. package/dist-es/commands/DescribeEvaluationsCommand.js +3 -9
  21. package/dist-es/commands/DescribeMLModelsCommand.js +3 -9
  22. package/dist-es/commands/DescribeTagsCommand.js +3 -9
  23. package/dist-es/commands/GetBatchPredictionCommand.js +3 -9
  24. package/dist-es/commands/GetDataSourceCommand.js +3 -9
  25. package/dist-es/commands/GetEvaluationCommand.js +3 -9
  26. package/dist-es/commands/GetMLModelCommand.js +3 -9
  27. package/dist-es/commands/PredictCommand.js +3 -10
  28. package/dist-es/commands/UpdateBatchPredictionCommand.js +3 -9
  29. package/dist-es/commands/UpdateDataSourceCommand.js +3 -9
  30. package/dist-es/commands/UpdateEvaluationCommand.js +3 -9
  31. package/dist-es/commands/UpdateMLModelCommand.js +3 -9
  32. package/dist-es/models/models_0.js +0 -29
  33. package/dist-es/runtimeConfig.shared.js +7 -0
  34. package/dist-es/schemas/schemas_0.js +754 -0
  35. package/dist-types/MachineLearningClient.d.ts +10 -1
  36. package/dist-types/models/models_0.d.ts +0 -24
  37. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  38. package/dist-types/runtimeConfig.d.ts +1 -0
  39. package/dist-types/runtimeConfig.native.d.ts +1 -0
  40. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  41. package/dist-types/schemas/schemas_0.d.ts +126 -0
  42. package/dist-types/ts3.4/MachineLearningClient.d.ts +4 -0
  43. package/dist-types/ts3.4/models/models_0.d.ts +0 -16
  44. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  45. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  46. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  47. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  48. package/dist-types/ts3.4/schemas/schemas_0.d.ts +132 -0
  49. package/package.json +5 -5
  50. package/dist-es/protocols/Aws_json1_1.js +0 -958
  51. package/dist-types/protocols/Aws_json1_1.d.ts +0 -254
  52. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +0 -341
@@ -1,254 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AddTagsCommandInput, AddTagsCommandOutput } from "../commands/AddTagsCommand";
4
- import { CreateBatchPredictionCommandInput, CreateBatchPredictionCommandOutput } from "../commands/CreateBatchPredictionCommand";
5
- import { CreateDataSourceFromRDSCommandInput, CreateDataSourceFromRDSCommandOutput } from "../commands/CreateDataSourceFromRDSCommand";
6
- import { CreateDataSourceFromRedshiftCommandInput, CreateDataSourceFromRedshiftCommandOutput } from "../commands/CreateDataSourceFromRedshiftCommand";
7
- import { CreateDataSourceFromS3CommandInput, CreateDataSourceFromS3CommandOutput } from "../commands/CreateDataSourceFromS3Command";
8
- import { CreateEvaluationCommandInput, CreateEvaluationCommandOutput } from "../commands/CreateEvaluationCommand";
9
- import { CreateMLModelCommandInput, CreateMLModelCommandOutput } from "../commands/CreateMLModelCommand";
10
- import { CreateRealtimeEndpointCommandInput, CreateRealtimeEndpointCommandOutput } from "../commands/CreateRealtimeEndpointCommand";
11
- import { DeleteBatchPredictionCommandInput, DeleteBatchPredictionCommandOutput } from "../commands/DeleteBatchPredictionCommand";
12
- import { DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput } from "../commands/DeleteDataSourceCommand";
13
- import { DeleteEvaluationCommandInput, DeleteEvaluationCommandOutput } from "../commands/DeleteEvaluationCommand";
14
- import { DeleteMLModelCommandInput, DeleteMLModelCommandOutput } from "../commands/DeleteMLModelCommand";
15
- import { DeleteRealtimeEndpointCommandInput, DeleteRealtimeEndpointCommandOutput } from "../commands/DeleteRealtimeEndpointCommand";
16
- import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "../commands/DeleteTagsCommand";
17
- import { DescribeBatchPredictionsCommandInput, DescribeBatchPredictionsCommandOutput } from "../commands/DescribeBatchPredictionsCommand";
18
- import { DescribeDataSourcesCommandInput, DescribeDataSourcesCommandOutput } from "../commands/DescribeDataSourcesCommand";
19
- import { DescribeEvaluationsCommandInput, DescribeEvaluationsCommandOutput } from "../commands/DescribeEvaluationsCommand";
20
- import { DescribeMLModelsCommandInput, DescribeMLModelsCommandOutput } from "../commands/DescribeMLModelsCommand";
21
- import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "../commands/DescribeTagsCommand";
22
- import { GetBatchPredictionCommandInput, GetBatchPredictionCommandOutput } from "../commands/GetBatchPredictionCommand";
23
- import { GetDataSourceCommandInput, GetDataSourceCommandOutput } from "../commands/GetDataSourceCommand";
24
- import { GetEvaluationCommandInput, GetEvaluationCommandOutput } from "../commands/GetEvaluationCommand";
25
- import { GetMLModelCommandInput, GetMLModelCommandOutput } from "../commands/GetMLModelCommand";
26
- import { PredictCommandInput, PredictCommandOutput } from "../commands/PredictCommand";
27
- import { UpdateBatchPredictionCommandInput, UpdateBatchPredictionCommandOutput } from "../commands/UpdateBatchPredictionCommand";
28
- import { UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput } from "../commands/UpdateDataSourceCommand";
29
- import { UpdateEvaluationCommandInput, UpdateEvaluationCommandOutput } from "../commands/UpdateEvaluationCommand";
30
- import { UpdateMLModelCommandInput, UpdateMLModelCommandOutput } from "../commands/UpdateMLModelCommand";
31
- /**
32
- * serializeAws_json1_1AddTagsCommand
33
- */
34
- export declare const se_AddTagsCommand: (input: AddTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
35
- /**
36
- * serializeAws_json1_1CreateBatchPredictionCommand
37
- */
38
- export declare const se_CreateBatchPredictionCommand: (input: CreateBatchPredictionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
39
- /**
40
- * serializeAws_json1_1CreateDataSourceFromRDSCommand
41
- */
42
- export declare const se_CreateDataSourceFromRDSCommand: (input: CreateDataSourceFromRDSCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
43
- /**
44
- * serializeAws_json1_1CreateDataSourceFromRedshiftCommand
45
- */
46
- export declare const se_CreateDataSourceFromRedshiftCommand: (input: CreateDataSourceFromRedshiftCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
47
- /**
48
- * serializeAws_json1_1CreateDataSourceFromS3Command
49
- */
50
- export declare const se_CreateDataSourceFromS3Command: (input: CreateDataSourceFromS3CommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
51
- /**
52
- * serializeAws_json1_1CreateEvaluationCommand
53
- */
54
- export declare const se_CreateEvaluationCommand: (input: CreateEvaluationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
55
- /**
56
- * serializeAws_json1_1CreateMLModelCommand
57
- */
58
- export declare const se_CreateMLModelCommand: (input: CreateMLModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
59
- /**
60
- * serializeAws_json1_1CreateRealtimeEndpointCommand
61
- */
62
- export declare const se_CreateRealtimeEndpointCommand: (input: CreateRealtimeEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
63
- /**
64
- * serializeAws_json1_1DeleteBatchPredictionCommand
65
- */
66
- export declare const se_DeleteBatchPredictionCommand: (input: DeleteBatchPredictionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
67
- /**
68
- * serializeAws_json1_1DeleteDataSourceCommand
69
- */
70
- export declare const se_DeleteDataSourceCommand: (input: DeleteDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
71
- /**
72
- * serializeAws_json1_1DeleteEvaluationCommand
73
- */
74
- export declare const se_DeleteEvaluationCommand: (input: DeleteEvaluationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
75
- /**
76
- * serializeAws_json1_1DeleteMLModelCommand
77
- */
78
- export declare const se_DeleteMLModelCommand: (input: DeleteMLModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
79
- /**
80
- * serializeAws_json1_1DeleteRealtimeEndpointCommand
81
- */
82
- export declare const se_DeleteRealtimeEndpointCommand: (input: DeleteRealtimeEndpointCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
83
- /**
84
- * serializeAws_json1_1DeleteTagsCommand
85
- */
86
- export declare const se_DeleteTagsCommand: (input: DeleteTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
87
- /**
88
- * serializeAws_json1_1DescribeBatchPredictionsCommand
89
- */
90
- export declare const se_DescribeBatchPredictionsCommand: (input: DescribeBatchPredictionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
91
- /**
92
- * serializeAws_json1_1DescribeDataSourcesCommand
93
- */
94
- export declare const se_DescribeDataSourcesCommand: (input: DescribeDataSourcesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
95
- /**
96
- * serializeAws_json1_1DescribeEvaluationsCommand
97
- */
98
- export declare const se_DescribeEvaluationsCommand: (input: DescribeEvaluationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
99
- /**
100
- * serializeAws_json1_1DescribeMLModelsCommand
101
- */
102
- export declare const se_DescribeMLModelsCommand: (input: DescribeMLModelsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
103
- /**
104
- * serializeAws_json1_1DescribeTagsCommand
105
- */
106
- export declare const se_DescribeTagsCommand: (input: DescribeTagsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
107
- /**
108
- * serializeAws_json1_1GetBatchPredictionCommand
109
- */
110
- export declare const se_GetBatchPredictionCommand: (input: GetBatchPredictionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
111
- /**
112
- * serializeAws_json1_1GetDataSourceCommand
113
- */
114
- export declare const se_GetDataSourceCommand: (input: GetDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
115
- /**
116
- * serializeAws_json1_1GetEvaluationCommand
117
- */
118
- export declare const se_GetEvaluationCommand: (input: GetEvaluationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
119
- /**
120
- * serializeAws_json1_1GetMLModelCommand
121
- */
122
- export declare const se_GetMLModelCommand: (input: GetMLModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
123
- /**
124
- * serializeAws_json1_1PredictCommand
125
- */
126
- export declare const se_PredictCommand: (input: PredictCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
127
- /**
128
- * serializeAws_json1_1UpdateBatchPredictionCommand
129
- */
130
- export declare const se_UpdateBatchPredictionCommand: (input: UpdateBatchPredictionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
131
- /**
132
- * serializeAws_json1_1UpdateDataSourceCommand
133
- */
134
- export declare const se_UpdateDataSourceCommand: (input: UpdateDataSourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
135
- /**
136
- * serializeAws_json1_1UpdateEvaluationCommand
137
- */
138
- export declare const se_UpdateEvaluationCommand: (input: UpdateEvaluationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
139
- /**
140
- * serializeAws_json1_1UpdateMLModelCommand
141
- */
142
- export declare const se_UpdateMLModelCommand: (input: UpdateMLModelCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
143
- /**
144
- * deserializeAws_json1_1AddTagsCommand
145
- */
146
- export declare const de_AddTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddTagsCommandOutput>;
147
- /**
148
- * deserializeAws_json1_1CreateBatchPredictionCommand
149
- */
150
- export declare const de_CreateBatchPredictionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBatchPredictionCommandOutput>;
151
- /**
152
- * deserializeAws_json1_1CreateDataSourceFromRDSCommand
153
- */
154
- export declare const de_CreateDataSourceFromRDSCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataSourceFromRDSCommandOutput>;
155
- /**
156
- * deserializeAws_json1_1CreateDataSourceFromRedshiftCommand
157
- */
158
- export declare const de_CreateDataSourceFromRedshiftCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataSourceFromRedshiftCommandOutput>;
159
- /**
160
- * deserializeAws_json1_1CreateDataSourceFromS3Command
161
- */
162
- export declare const de_CreateDataSourceFromS3Command: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateDataSourceFromS3CommandOutput>;
163
- /**
164
- * deserializeAws_json1_1CreateEvaluationCommand
165
- */
166
- export declare const de_CreateEvaluationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateEvaluationCommandOutput>;
167
- /**
168
- * deserializeAws_json1_1CreateMLModelCommand
169
- */
170
- export declare const de_CreateMLModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMLModelCommandOutput>;
171
- /**
172
- * deserializeAws_json1_1CreateRealtimeEndpointCommand
173
- */
174
- export declare const de_CreateRealtimeEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRealtimeEndpointCommandOutput>;
175
- /**
176
- * deserializeAws_json1_1DeleteBatchPredictionCommand
177
- */
178
- export declare const de_DeleteBatchPredictionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteBatchPredictionCommandOutput>;
179
- /**
180
- * deserializeAws_json1_1DeleteDataSourceCommand
181
- */
182
- export declare const de_DeleteDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteDataSourceCommandOutput>;
183
- /**
184
- * deserializeAws_json1_1DeleteEvaluationCommand
185
- */
186
- export declare const de_DeleteEvaluationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEvaluationCommandOutput>;
187
- /**
188
- * deserializeAws_json1_1DeleteMLModelCommand
189
- */
190
- export declare const de_DeleteMLModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMLModelCommandOutput>;
191
- /**
192
- * deserializeAws_json1_1DeleteRealtimeEndpointCommand
193
- */
194
- export declare const de_DeleteRealtimeEndpointCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRealtimeEndpointCommandOutput>;
195
- /**
196
- * deserializeAws_json1_1DeleteTagsCommand
197
- */
198
- export declare const de_DeleteTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteTagsCommandOutput>;
199
- /**
200
- * deserializeAws_json1_1DescribeBatchPredictionsCommand
201
- */
202
- export declare const de_DescribeBatchPredictionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeBatchPredictionsCommandOutput>;
203
- /**
204
- * deserializeAws_json1_1DescribeDataSourcesCommand
205
- */
206
- export declare const de_DescribeDataSourcesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeDataSourcesCommandOutput>;
207
- /**
208
- * deserializeAws_json1_1DescribeEvaluationsCommand
209
- */
210
- export declare const de_DescribeEvaluationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEvaluationsCommandOutput>;
211
- /**
212
- * deserializeAws_json1_1DescribeMLModelsCommand
213
- */
214
- export declare const de_DescribeMLModelsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMLModelsCommandOutput>;
215
- /**
216
- * deserializeAws_json1_1DescribeTagsCommand
217
- */
218
- export declare const de_DescribeTagsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeTagsCommandOutput>;
219
- /**
220
- * deserializeAws_json1_1GetBatchPredictionCommand
221
- */
222
- export declare const de_GetBatchPredictionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBatchPredictionCommandOutput>;
223
- /**
224
- * deserializeAws_json1_1GetDataSourceCommand
225
- */
226
- export declare const de_GetDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetDataSourceCommandOutput>;
227
- /**
228
- * deserializeAws_json1_1GetEvaluationCommand
229
- */
230
- export declare const de_GetEvaluationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEvaluationCommandOutput>;
231
- /**
232
- * deserializeAws_json1_1GetMLModelCommand
233
- */
234
- export declare const de_GetMLModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetMLModelCommandOutput>;
235
- /**
236
- * deserializeAws_json1_1PredictCommand
237
- */
238
- export declare const de_PredictCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PredictCommandOutput>;
239
- /**
240
- * deserializeAws_json1_1UpdateBatchPredictionCommand
241
- */
242
- export declare const de_UpdateBatchPredictionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBatchPredictionCommandOutput>;
243
- /**
244
- * deserializeAws_json1_1UpdateDataSourceCommand
245
- */
246
- export declare const de_UpdateDataSourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateDataSourceCommandOutput>;
247
- /**
248
- * deserializeAws_json1_1UpdateEvaluationCommand
249
- */
250
- export declare const de_UpdateEvaluationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateEvaluationCommandOutput>;
251
- /**
252
- * deserializeAws_json1_1UpdateMLModelCommand
253
- */
254
- export declare const de_UpdateMLModelCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMLModelCommandOutput>;
@@ -1,341 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AddTagsCommandInput,
8
- AddTagsCommandOutput,
9
- } from "../commands/AddTagsCommand";
10
- import {
11
- CreateBatchPredictionCommandInput,
12
- CreateBatchPredictionCommandOutput,
13
- } from "../commands/CreateBatchPredictionCommand";
14
- import {
15
- CreateDataSourceFromRDSCommandInput,
16
- CreateDataSourceFromRDSCommandOutput,
17
- } from "../commands/CreateDataSourceFromRDSCommand";
18
- import {
19
- CreateDataSourceFromRedshiftCommandInput,
20
- CreateDataSourceFromRedshiftCommandOutput,
21
- } from "../commands/CreateDataSourceFromRedshiftCommand";
22
- import {
23
- CreateDataSourceFromS3CommandInput,
24
- CreateDataSourceFromS3CommandOutput,
25
- } from "../commands/CreateDataSourceFromS3Command";
26
- import {
27
- CreateEvaluationCommandInput,
28
- CreateEvaluationCommandOutput,
29
- } from "../commands/CreateEvaluationCommand";
30
- import {
31
- CreateMLModelCommandInput,
32
- CreateMLModelCommandOutput,
33
- } from "../commands/CreateMLModelCommand";
34
- import {
35
- CreateRealtimeEndpointCommandInput,
36
- CreateRealtimeEndpointCommandOutput,
37
- } from "../commands/CreateRealtimeEndpointCommand";
38
- import {
39
- DeleteBatchPredictionCommandInput,
40
- DeleteBatchPredictionCommandOutput,
41
- } from "../commands/DeleteBatchPredictionCommand";
42
- import {
43
- DeleteDataSourceCommandInput,
44
- DeleteDataSourceCommandOutput,
45
- } from "../commands/DeleteDataSourceCommand";
46
- import {
47
- DeleteEvaluationCommandInput,
48
- DeleteEvaluationCommandOutput,
49
- } from "../commands/DeleteEvaluationCommand";
50
- import {
51
- DeleteMLModelCommandInput,
52
- DeleteMLModelCommandOutput,
53
- } from "../commands/DeleteMLModelCommand";
54
- import {
55
- DeleteRealtimeEndpointCommandInput,
56
- DeleteRealtimeEndpointCommandOutput,
57
- } from "../commands/DeleteRealtimeEndpointCommand";
58
- import {
59
- DeleteTagsCommandInput,
60
- DeleteTagsCommandOutput,
61
- } from "../commands/DeleteTagsCommand";
62
- import {
63
- DescribeBatchPredictionsCommandInput,
64
- DescribeBatchPredictionsCommandOutput,
65
- } from "../commands/DescribeBatchPredictionsCommand";
66
- import {
67
- DescribeDataSourcesCommandInput,
68
- DescribeDataSourcesCommandOutput,
69
- } from "../commands/DescribeDataSourcesCommand";
70
- import {
71
- DescribeEvaluationsCommandInput,
72
- DescribeEvaluationsCommandOutput,
73
- } from "../commands/DescribeEvaluationsCommand";
74
- import {
75
- DescribeMLModelsCommandInput,
76
- DescribeMLModelsCommandOutput,
77
- } from "../commands/DescribeMLModelsCommand";
78
- import {
79
- DescribeTagsCommandInput,
80
- DescribeTagsCommandOutput,
81
- } from "../commands/DescribeTagsCommand";
82
- import {
83
- GetBatchPredictionCommandInput,
84
- GetBatchPredictionCommandOutput,
85
- } from "../commands/GetBatchPredictionCommand";
86
- import {
87
- GetDataSourceCommandInput,
88
- GetDataSourceCommandOutput,
89
- } from "../commands/GetDataSourceCommand";
90
- import {
91
- GetEvaluationCommandInput,
92
- GetEvaluationCommandOutput,
93
- } from "../commands/GetEvaluationCommand";
94
- import {
95
- GetMLModelCommandInput,
96
- GetMLModelCommandOutput,
97
- } from "../commands/GetMLModelCommand";
98
- import {
99
- PredictCommandInput,
100
- PredictCommandOutput,
101
- } from "../commands/PredictCommand";
102
- import {
103
- UpdateBatchPredictionCommandInput,
104
- UpdateBatchPredictionCommandOutput,
105
- } from "../commands/UpdateBatchPredictionCommand";
106
- import {
107
- UpdateDataSourceCommandInput,
108
- UpdateDataSourceCommandOutput,
109
- } from "../commands/UpdateDataSourceCommand";
110
- import {
111
- UpdateEvaluationCommandInput,
112
- UpdateEvaluationCommandOutput,
113
- } from "../commands/UpdateEvaluationCommand";
114
- import {
115
- UpdateMLModelCommandInput,
116
- UpdateMLModelCommandOutput,
117
- } from "../commands/UpdateMLModelCommand";
118
- export declare const se_AddTagsCommand: (
119
- input: AddTagsCommandInput,
120
- context: __SerdeContext
121
- ) => Promise<__HttpRequest>;
122
- export declare const se_CreateBatchPredictionCommand: (
123
- input: CreateBatchPredictionCommandInput,
124
- context: __SerdeContext
125
- ) => Promise<__HttpRequest>;
126
- export declare const se_CreateDataSourceFromRDSCommand: (
127
- input: CreateDataSourceFromRDSCommandInput,
128
- context: __SerdeContext
129
- ) => Promise<__HttpRequest>;
130
- export declare const se_CreateDataSourceFromRedshiftCommand: (
131
- input: CreateDataSourceFromRedshiftCommandInput,
132
- context: __SerdeContext
133
- ) => Promise<__HttpRequest>;
134
- export declare const se_CreateDataSourceFromS3Command: (
135
- input: CreateDataSourceFromS3CommandInput,
136
- context: __SerdeContext
137
- ) => Promise<__HttpRequest>;
138
- export declare const se_CreateEvaluationCommand: (
139
- input: CreateEvaluationCommandInput,
140
- context: __SerdeContext
141
- ) => Promise<__HttpRequest>;
142
- export declare const se_CreateMLModelCommand: (
143
- input: CreateMLModelCommandInput,
144
- context: __SerdeContext
145
- ) => Promise<__HttpRequest>;
146
- export declare const se_CreateRealtimeEndpointCommand: (
147
- input: CreateRealtimeEndpointCommandInput,
148
- context: __SerdeContext
149
- ) => Promise<__HttpRequest>;
150
- export declare const se_DeleteBatchPredictionCommand: (
151
- input: DeleteBatchPredictionCommandInput,
152
- context: __SerdeContext
153
- ) => Promise<__HttpRequest>;
154
- export declare const se_DeleteDataSourceCommand: (
155
- input: DeleteDataSourceCommandInput,
156
- context: __SerdeContext
157
- ) => Promise<__HttpRequest>;
158
- export declare const se_DeleteEvaluationCommand: (
159
- input: DeleteEvaluationCommandInput,
160
- context: __SerdeContext
161
- ) => Promise<__HttpRequest>;
162
- export declare const se_DeleteMLModelCommand: (
163
- input: DeleteMLModelCommandInput,
164
- context: __SerdeContext
165
- ) => Promise<__HttpRequest>;
166
- export declare const se_DeleteRealtimeEndpointCommand: (
167
- input: DeleteRealtimeEndpointCommandInput,
168
- context: __SerdeContext
169
- ) => Promise<__HttpRequest>;
170
- export declare const se_DeleteTagsCommand: (
171
- input: DeleteTagsCommandInput,
172
- context: __SerdeContext
173
- ) => Promise<__HttpRequest>;
174
- export declare const se_DescribeBatchPredictionsCommand: (
175
- input: DescribeBatchPredictionsCommandInput,
176
- context: __SerdeContext
177
- ) => Promise<__HttpRequest>;
178
- export declare const se_DescribeDataSourcesCommand: (
179
- input: DescribeDataSourcesCommandInput,
180
- context: __SerdeContext
181
- ) => Promise<__HttpRequest>;
182
- export declare const se_DescribeEvaluationsCommand: (
183
- input: DescribeEvaluationsCommandInput,
184
- context: __SerdeContext
185
- ) => Promise<__HttpRequest>;
186
- export declare const se_DescribeMLModelsCommand: (
187
- input: DescribeMLModelsCommandInput,
188
- context: __SerdeContext
189
- ) => Promise<__HttpRequest>;
190
- export declare const se_DescribeTagsCommand: (
191
- input: DescribeTagsCommandInput,
192
- context: __SerdeContext
193
- ) => Promise<__HttpRequest>;
194
- export declare const se_GetBatchPredictionCommand: (
195
- input: GetBatchPredictionCommandInput,
196
- context: __SerdeContext
197
- ) => Promise<__HttpRequest>;
198
- export declare const se_GetDataSourceCommand: (
199
- input: GetDataSourceCommandInput,
200
- context: __SerdeContext
201
- ) => Promise<__HttpRequest>;
202
- export declare const se_GetEvaluationCommand: (
203
- input: GetEvaluationCommandInput,
204
- context: __SerdeContext
205
- ) => Promise<__HttpRequest>;
206
- export declare const se_GetMLModelCommand: (
207
- input: GetMLModelCommandInput,
208
- context: __SerdeContext
209
- ) => Promise<__HttpRequest>;
210
- export declare const se_PredictCommand: (
211
- input: PredictCommandInput,
212
- context: __SerdeContext
213
- ) => Promise<__HttpRequest>;
214
- export declare const se_UpdateBatchPredictionCommand: (
215
- input: UpdateBatchPredictionCommandInput,
216
- context: __SerdeContext
217
- ) => Promise<__HttpRequest>;
218
- export declare const se_UpdateDataSourceCommand: (
219
- input: UpdateDataSourceCommandInput,
220
- context: __SerdeContext
221
- ) => Promise<__HttpRequest>;
222
- export declare const se_UpdateEvaluationCommand: (
223
- input: UpdateEvaluationCommandInput,
224
- context: __SerdeContext
225
- ) => Promise<__HttpRequest>;
226
- export declare const se_UpdateMLModelCommand: (
227
- input: UpdateMLModelCommandInput,
228
- context: __SerdeContext
229
- ) => Promise<__HttpRequest>;
230
- export declare const de_AddTagsCommand: (
231
- output: __HttpResponse,
232
- context: __SerdeContext
233
- ) => Promise<AddTagsCommandOutput>;
234
- export declare const de_CreateBatchPredictionCommand: (
235
- output: __HttpResponse,
236
- context: __SerdeContext
237
- ) => Promise<CreateBatchPredictionCommandOutput>;
238
- export declare const de_CreateDataSourceFromRDSCommand: (
239
- output: __HttpResponse,
240
- context: __SerdeContext
241
- ) => Promise<CreateDataSourceFromRDSCommandOutput>;
242
- export declare const de_CreateDataSourceFromRedshiftCommand: (
243
- output: __HttpResponse,
244
- context: __SerdeContext
245
- ) => Promise<CreateDataSourceFromRedshiftCommandOutput>;
246
- export declare const de_CreateDataSourceFromS3Command: (
247
- output: __HttpResponse,
248
- context: __SerdeContext
249
- ) => Promise<CreateDataSourceFromS3CommandOutput>;
250
- export declare const de_CreateEvaluationCommand: (
251
- output: __HttpResponse,
252
- context: __SerdeContext
253
- ) => Promise<CreateEvaluationCommandOutput>;
254
- export declare const de_CreateMLModelCommand: (
255
- output: __HttpResponse,
256
- context: __SerdeContext
257
- ) => Promise<CreateMLModelCommandOutput>;
258
- export declare const de_CreateRealtimeEndpointCommand: (
259
- output: __HttpResponse,
260
- context: __SerdeContext
261
- ) => Promise<CreateRealtimeEndpointCommandOutput>;
262
- export declare const de_DeleteBatchPredictionCommand: (
263
- output: __HttpResponse,
264
- context: __SerdeContext
265
- ) => Promise<DeleteBatchPredictionCommandOutput>;
266
- export declare const de_DeleteDataSourceCommand: (
267
- output: __HttpResponse,
268
- context: __SerdeContext
269
- ) => Promise<DeleteDataSourceCommandOutput>;
270
- export declare const de_DeleteEvaluationCommand: (
271
- output: __HttpResponse,
272
- context: __SerdeContext
273
- ) => Promise<DeleteEvaluationCommandOutput>;
274
- export declare const de_DeleteMLModelCommand: (
275
- output: __HttpResponse,
276
- context: __SerdeContext
277
- ) => Promise<DeleteMLModelCommandOutput>;
278
- export declare const de_DeleteRealtimeEndpointCommand: (
279
- output: __HttpResponse,
280
- context: __SerdeContext
281
- ) => Promise<DeleteRealtimeEndpointCommandOutput>;
282
- export declare const de_DeleteTagsCommand: (
283
- output: __HttpResponse,
284
- context: __SerdeContext
285
- ) => Promise<DeleteTagsCommandOutput>;
286
- export declare const de_DescribeBatchPredictionsCommand: (
287
- output: __HttpResponse,
288
- context: __SerdeContext
289
- ) => Promise<DescribeBatchPredictionsCommandOutput>;
290
- export declare const de_DescribeDataSourcesCommand: (
291
- output: __HttpResponse,
292
- context: __SerdeContext
293
- ) => Promise<DescribeDataSourcesCommandOutput>;
294
- export declare const de_DescribeEvaluationsCommand: (
295
- output: __HttpResponse,
296
- context: __SerdeContext
297
- ) => Promise<DescribeEvaluationsCommandOutput>;
298
- export declare const de_DescribeMLModelsCommand: (
299
- output: __HttpResponse,
300
- context: __SerdeContext
301
- ) => Promise<DescribeMLModelsCommandOutput>;
302
- export declare const de_DescribeTagsCommand: (
303
- output: __HttpResponse,
304
- context: __SerdeContext
305
- ) => Promise<DescribeTagsCommandOutput>;
306
- export declare const de_GetBatchPredictionCommand: (
307
- output: __HttpResponse,
308
- context: __SerdeContext
309
- ) => Promise<GetBatchPredictionCommandOutput>;
310
- export declare const de_GetDataSourceCommand: (
311
- output: __HttpResponse,
312
- context: __SerdeContext
313
- ) => Promise<GetDataSourceCommandOutput>;
314
- export declare const de_GetEvaluationCommand: (
315
- output: __HttpResponse,
316
- context: __SerdeContext
317
- ) => Promise<GetEvaluationCommandOutput>;
318
- export declare const de_GetMLModelCommand: (
319
- output: __HttpResponse,
320
- context: __SerdeContext
321
- ) => Promise<GetMLModelCommandOutput>;
322
- export declare const de_PredictCommand: (
323
- output: __HttpResponse,
324
- context: __SerdeContext
325
- ) => Promise<PredictCommandOutput>;
326
- export declare const de_UpdateBatchPredictionCommand: (
327
- output: __HttpResponse,
328
- context: __SerdeContext
329
- ) => Promise<UpdateBatchPredictionCommandOutput>;
330
- export declare const de_UpdateDataSourceCommand: (
331
- output: __HttpResponse,
332
- context: __SerdeContext
333
- ) => Promise<UpdateDataSourceCommandOutput>;
334
- export declare const de_UpdateEvaluationCommand: (
335
- output: __HttpResponse,
336
- context: __SerdeContext
337
- ) => Promise<UpdateEvaluationCommandOutput>;
338
- export declare const de_UpdateMLModelCommand: (
339
- output: __HttpResponse,
340
- context: __SerdeContext
341
- ) => Promise<UpdateMLModelCommandOutput>;