@aws-sdk/client-cleanroomsml 3.686.0 → 3.691.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/README.md +264 -0
- package/dist-cjs/index.js +2347 -97
- package/dist-es/CleanRoomsML.js +66 -0
- package/dist-es/commands/CancelTrainedModelCommand.js +22 -0
- package/dist-es/commands/CancelTrainedModelInferenceJobCommand.js +22 -0
- package/dist-es/commands/CreateConfiguredModelAlgorithmAssociationCommand.js +22 -0
- package/dist-es/commands/CreateConfiguredModelAlgorithmCommand.js +22 -0
- package/dist-es/commands/CreateMLInputChannelCommand.js +23 -0
- package/dist-es/commands/CreateTrainedModelCommand.js +22 -0
- package/dist-es/commands/DeleteConfiguredModelAlgorithmAssociationCommand.js +22 -0
- package/dist-es/commands/DeleteConfiguredModelAlgorithmCommand.js +22 -0
- package/dist-es/commands/DeleteMLConfigurationCommand.js +22 -0
- package/dist-es/commands/DeleteMLInputChannelDataCommand.js +22 -0
- package/dist-es/commands/DeleteTrainedModelOutputCommand.js +22 -0
- package/dist-es/commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand.js +22 -0
- package/dist-es/commands/GetCollaborationMLInputChannelCommand.js +22 -0
- package/dist-es/commands/GetCollaborationTrainedModelCommand.js +22 -0
- package/dist-es/commands/GetConfiguredModelAlgorithmAssociationCommand.js +22 -0
- package/dist-es/commands/GetConfiguredModelAlgorithmCommand.js +22 -0
- package/dist-es/commands/GetMLConfigurationCommand.js +22 -0
- package/dist-es/commands/GetMLInputChannelCommand.js +23 -0
- package/dist-es/commands/GetTrainedModelCommand.js +22 -0
- package/dist-es/commands/GetTrainedModelInferenceJobCommand.js +22 -0
- package/dist-es/commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand.js +22 -0
- package/dist-es/commands/ListCollaborationMLInputChannelsCommand.js +22 -0
- package/dist-es/commands/ListCollaborationTrainedModelExportJobsCommand.js +22 -0
- package/dist-es/commands/ListCollaborationTrainedModelInferenceJobsCommand.js +22 -0
- package/dist-es/commands/ListCollaborationTrainedModelsCommand.js +22 -0
- package/dist-es/commands/ListConfiguredModelAlgorithmAssociationsCommand.js +22 -0
- package/dist-es/commands/ListConfiguredModelAlgorithmsCommand.js +22 -0
- package/dist-es/commands/ListMLInputChannelsCommand.js +22 -0
- package/dist-es/commands/ListTrainedModelInferenceJobsCommand.js +22 -0
- package/dist-es/commands/ListTrainedModelsCommand.js +22 -0
- package/dist-es/commands/PutMLConfigurationCommand.js +22 -0
- package/dist-es/commands/StartTrainedModelExportJobCommand.js +22 -0
- package/dist-es/commands/StartTrainedModelInferenceJobCommand.js +22 -0
- package/dist-es/commands/index.js +33 -0
- package/dist-es/models/models_0.js +295 -0
- package/dist-es/pagination/ListCollaborationConfiguredModelAlgorithmAssociationsPaginator.js +4 -0
- package/dist-es/pagination/ListCollaborationMLInputChannelsPaginator.js +4 -0
- package/dist-es/pagination/ListCollaborationTrainedModelExportJobsPaginator.js +4 -0
- package/dist-es/pagination/ListCollaborationTrainedModelInferenceJobsPaginator.js +4 -0
- package/dist-es/pagination/ListCollaborationTrainedModelsPaginator.js +4 -0
- package/dist-es/pagination/ListConfiguredModelAlgorithmAssociationsPaginator.js +4 -0
- package/dist-es/pagination/ListConfiguredModelAlgorithmsPaginator.js +4 -0
- package/dist-es/pagination/ListMLInputChannelsPaginator.js +4 -0
- package/dist-es/pagination/ListTrainedModelInferenceJobsPaginator.js +4 -0
- package/dist-es/pagination/ListTrainedModelsPaginator.js +4 -0
- package/dist-es/pagination/index.js +10 -0
- package/dist-es/protocols/Aws_restJson1.js +1320 -47
- package/dist-types/CleanRoomsML.d.ts +232 -0
- package/dist-types/CleanRoomsMLClient.d.ts +35 -2
- package/dist-types/commands/CancelTrainedModelCommand.d.ts +82 -0
- package/dist-types/commands/CancelTrainedModelInferenceJobCommand.d.ts +82 -0
- package/dist-types/commands/CreateConfiguredModelAlgorithmAssociationCommand.d.ts +132 -0
- package/dist-types/commands/CreateConfiguredModelAlgorithmCommand.d.ts +107 -0
- package/dist-types/commands/CreateMLInputChannelCommand.d.ts +116 -0
- package/dist-types/commands/CreateTrainedModelCommand.d.ts +113 -0
- package/dist-types/commands/DeleteConfiguredModelAlgorithmAssociationCommand.d.ts +82 -0
- package/dist-types/commands/DeleteConfiguredModelAlgorithmCommand.d.ts +81 -0
- package/dist-types/commands/DeleteMLConfigurationCommand.d.ts +78 -0
- package/dist-types/commands/DeleteMLInputChannelDataCommand.d.ts +82 -0
- package/dist-types/commands/DeleteTrainedModelOutputCommand.d.ts +82 -0
- package/dist-types/commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand.d.ts +129 -0
- package/dist-types/commands/GetCollaborationMLInputChannelCommand.d.ts +98 -0
- package/dist-types/commands/GetCollaborationTrainedModelCommand.d.ts +107 -0
- package/dist-types/commands/GetConfiguredModelAlgorithmAssociationCommand.d.ts +131 -0
- package/dist-types/commands/GetConfiguredModelAlgorithmCommand.d.ts +107 -0
- package/dist-types/commands/GetMLConfigurationCommand.d.ts +90 -0
- package/dist-types/commands/GetMLInputChannelCommand.d.ts +124 -0
- package/dist-types/commands/GetTrainedModelCommand.d.ts +122 -0
- package/dist-types/commands/GetTrainedModelInferenceJobCommand.d.ts +123 -0
- package/dist-types/commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand.d.ts +92 -0
- package/dist-types/commands/ListCollaborationMLInputChannelsCommand.d.ts +95 -0
- package/dist-types/commands/ListCollaborationTrainedModelExportJobsCommand.d.ts +104 -0
- package/dist-types/commands/ListCollaborationTrainedModelInferenceJobsCommand.d.ts +107 -0
- package/dist-types/commands/ListCollaborationTrainedModelsCommand.d.ts +93 -0
- package/dist-types/commands/ListConfiguredModelAlgorithmAssociationsCommand.d.ts +91 -0
- package/dist-types/commands/ListConfiguredModelAlgorithmsCommand.d.ts +87 -0
- package/dist-types/commands/ListMLInputChannelsCommand.d.ts +95 -0
- package/dist-types/commands/ListTrainedModelInferenceJobsCommand.d.ts +106 -0
- package/dist-types/commands/ListTrainedModelsCommand.d.ts +92 -0
- package/dist-types/commands/PutMLConfigurationCommand.d.ts +83 -0
- package/dist-types/commands/StartTrainedModelExportJobCommand.d.ts +91 -0
- package/dist-types/commands/StartTrainedModelInferenceJobCommand.d.ts +115 -0
- package/dist-types/commands/index.d.ts +33 -0
- package/dist-types/models/models_0.d.ts +3512 -256
- package/dist-types/pagination/ListCollaborationConfiguredModelAlgorithmAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCollaborationMLInputChannelsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCollaborationTrainedModelExportJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCollaborationTrainedModelInferenceJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCollaborationTrainedModelsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListConfiguredModelAlgorithmAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListConfiguredModelAlgorithmsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListMLInputChannelsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListTrainedModelInferenceJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListTrainedModelsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +10 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +297 -0
- package/dist-types/ts3.4/CleanRoomsML.d.ts +610 -0
- package/dist-types/ts3.4/CleanRoomsMLClient.d.ts +198 -0
- package/dist-types/ts3.4/commands/CancelTrainedModelCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/CancelTrainedModelInferenceJobCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/CreateConfiguredModelAlgorithmAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateConfiguredModelAlgorithmCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateMLInputChannelCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateTrainedModelCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteConfiguredModelAlgorithmAssociationCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteConfiguredModelAlgorithmCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteMLConfigurationCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/DeleteMLInputChannelDataCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteTrainedModelOutputCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCollaborationMLInputChannelCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCollaborationTrainedModelCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetConfiguredModelAlgorithmAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetConfiguredModelAlgorithmCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetMLConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetMLInputChannelCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetTrainedModelCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetTrainedModelInferenceJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCollaborationMLInputChannelsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCollaborationTrainedModelExportJobsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCollaborationTrainedModelInferenceJobsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCollaborationTrainedModelsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListConfiguredModelAlgorithmAssociationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListConfiguredModelAlgorithmsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListMLInputChannelsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTrainedModelInferenceJobsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTrainedModelsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PutMLConfigurationCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/StartTrainedModelExportJobCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/StartTrainedModelInferenceJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +33 -0
- package/dist-types/ts3.4/models/models_0.d.ts +1028 -84
- package/dist-types/ts3.4/pagination/ListCollaborationConfiguredModelAlgorithmAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCollaborationMLInputChannelsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCollaborationTrainedModelExportJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCollaborationTrainedModelInferenceJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCollaborationTrainedModelsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListConfiguredModelAlgorithmAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListConfiguredModelAlgorithmsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListMLInputChannelsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTrainedModelInferenceJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTrainedModelsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +10 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +396 -0
- package/package.json +7 -7
|
@@ -45,6 +45,14 @@ import {
|
|
|
45
45
|
HttpAuthSchemeInputConfig,
|
|
46
46
|
HttpAuthSchemeResolvedConfig,
|
|
47
47
|
} from "./auth/httpAuthSchemeProvider";
|
|
48
|
+
import {
|
|
49
|
+
CancelTrainedModelCommandInput,
|
|
50
|
+
CancelTrainedModelCommandOutput,
|
|
51
|
+
} from "./commands/CancelTrainedModelCommand";
|
|
52
|
+
import {
|
|
53
|
+
CancelTrainedModelInferenceJobCommandInput,
|
|
54
|
+
CancelTrainedModelInferenceJobCommandOutput,
|
|
55
|
+
} from "./commands/CancelTrainedModelInferenceJobCommand";
|
|
48
56
|
import {
|
|
49
57
|
CreateAudienceModelCommandInput,
|
|
50
58
|
CreateAudienceModelCommandOutput,
|
|
@@ -53,6 +61,22 @@ import {
|
|
|
53
61
|
CreateConfiguredAudienceModelCommandInput,
|
|
54
62
|
CreateConfiguredAudienceModelCommandOutput,
|
|
55
63
|
} from "./commands/CreateConfiguredAudienceModelCommand";
|
|
64
|
+
import {
|
|
65
|
+
CreateConfiguredModelAlgorithmAssociationCommandInput,
|
|
66
|
+
CreateConfiguredModelAlgorithmAssociationCommandOutput,
|
|
67
|
+
} from "./commands/CreateConfiguredModelAlgorithmAssociationCommand";
|
|
68
|
+
import {
|
|
69
|
+
CreateConfiguredModelAlgorithmCommandInput,
|
|
70
|
+
CreateConfiguredModelAlgorithmCommandOutput,
|
|
71
|
+
} from "./commands/CreateConfiguredModelAlgorithmCommand";
|
|
72
|
+
import {
|
|
73
|
+
CreateMLInputChannelCommandInput,
|
|
74
|
+
CreateMLInputChannelCommandOutput,
|
|
75
|
+
} from "./commands/CreateMLInputChannelCommand";
|
|
76
|
+
import {
|
|
77
|
+
CreateTrainedModelCommandInput,
|
|
78
|
+
CreateTrainedModelCommandOutput,
|
|
79
|
+
} from "./commands/CreateTrainedModelCommand";
|
|
56
80
|
import {
|
|
57
81
|
CreateTrainingDatasetCommandInput,
|
|
58
82
|
CreateTrainingDatasetCommandOutput,
|
|
@@ -73,6 +97,26 @@ import {
|
|
|
73
97
|
DeleteConfiguredAudienceModelPolicyCommandInput,
|
|
74
98
|
DeleteConfiguredAudienceModelPolicyCommandOutput,
|
|
75
99
|
} from "./commands/DeleteConfiguredAudienceModelPolicyCommand";
|
|
100
|
+
import {
|
|
101
|
+
DeleteConfiguredModelAlgorithmAssociationCommandInput,
|
|
102
|
+
DeleteConfiguredModelAlgorithmAssociationCommandOutput,
|
|
103
|
+
} from "./commands/DeleteConfiguredModelAlgorithmAssociationCommand";
|
|
104
|
+
import {
|
|
105
|
+
DeleteConfiguredModelAlgorithmCommandInput,
|
|
106
|
+
DeleteConfiguredModelAlgorithmCommandOutput,
|
|
107
|
+
} from "./commands/DeleteConfiguredModelAlgorithmCommand";
|
|
108
|
+
import {
|
|
109
|
+
DeleteMLConfigurationCommandInput,
|
|
110
|
+
DeleteMLConfigurationCommandOutput,
|
|
111
|
+
} from "./commands/DeleteMLConfigurationCommand";
|
|
112
|
+
import {
|
|
113
|
+
DeleteMLInputChannelDataCommandInput,
|
|
114
|
+
DeleteMLInputChannelDataCommandOutput,
|
|
115
|
+
} from "./commands/DeleteMLInputChannelDataCommand";
|
|
116
|
+
import {
|
|
117
|
+
DeleteTrainedModelOutputCommandInput,
|
|
118
|
+
DeleteTrainedModelOutputCommandOutput,
|
|
119
|
+
} from "./commands/DeleteTrainedModelOutputCommand";
|
|
76
120
|
import {
|
|
77
121
|
DeleteTrainingDatasetCommandInput,
|
|
78
122
|
DeleteTrainingDatasetCommandOutput,
|
|
@@ -85,6 +129,18 @@ import {
|
|
|
85
129
|
GetAudienceModelCommandInput,
|
|
86
130
|
GetAudienceModelCommandOutput,
|
|
87
131
|
} from "./commands/GetAudienceModelCommand";
|
|
132
|
+
import {
|
|
133
|
+
GetCollaborationConfiguredModelAlgorithmAssociationCommandInput,
|
|
134
|
+
GetCollaborationConfiguredModelAlgorithmAssociationCommandOutput,
|
|
135
|
+
} from "./commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand";
|
|
136
|
+
import {
|
|
137
|
+
GetCollaborationMLInputChannelCommandInput,
|
|
138
|
+
GetCollaborationMLInputChannelCommandOutput,
|
|
139
|
+
} from "./commands/GetCollaborationMLInputChannelCommand";
|
|
140
|
+
import {
|
|
141
|
+
GetCollaborationTrainedModelCommandInput,
|
|
142
|
+
GetCollaborationTrainedModelCommandOutput,
|
|
143
|
+
} from "./commands/GetCollaborationTrainedModelCommand";
|
|
88
144
|
import {
|
|
89
145
|
GetConfiguredAudienceModelCommandInput,
|
|
90
146
|
GetConfiguredAudienceModelCommandOutput,
|
|
@@ -93,6 +149,30 @@ import {
|
|
|
93
149
|
GetConfiguredAudienceModelPolicyCommandInput,
|
|
94
150
|
GetConfiguredAudienceModelPolicyCommandOutput,
|
|
95
151
|
} from "./commands/GetConfiguredAudienceModelPolicyCommand";
|
|
152
|
+
import {
|
|
153
|
+
GetConfiguredModelAlgorithmAssociationCommandInput,
|
|
154
|
+
GetConfiguredModelAlgorithmAssociationCommandOutput,
|
|
155
|
+
} from "./commands/GetConfiguredModelAlgorithmAssociationCommand";
|
|
156
|
+
import {
|
|
157
|
+
GetConfiguredModelAlgorithmCommandInput,
|
|
158
|
+
GetConfiguredModelAlgorithmCommandOutput,
|
|
159
|
+
} from "./commands/GetConfiguredModelAlgorithmCommand";
|
|
160
|
+
import {
|
|
161
|
+
GetMLConfigurationCommandInput,
|
|
162
|
+
GetMLConfigurationCommandOutput,
|
|
163
|
+
} from "./commands/GetMLConfigurationCommand";
|
|
164
|
+
import {
|
|
165
|
+
GetMLInputChannelCommandInput,
|
|
166
|
+
GetMLInputChannelCommandOutput,
|
|
167
|
+
} from "./commands/GetMLInputChannelCommand";
|
|
168
|
+
import {
|
|
169
|
+
GetTrainedModelCommandInput,
|
|
170
|
+
GetTrainedModelCommandOutput,
|
|
171
|
+
} from "./commands/GetTrainedModelCommand";
|
|
172
|
+
import {
|
|
173
|
+
GetTrainedModelInferenceJobCommandInput,
|
|
174
|
+
GetTrainedModelInferenceJobCommandOutput,
|
|
175
|
+
} from "./commands/GetTrainedModelInferenceJobCommand";
|
|
96
176
|
import {
|
|
97
177
|
GetTrainingDatasetCommandInput,
|
|
98
178
|
GetTrainingDatasetCommandOutput,
|
|
@@ -109,14 +189,54 @@ import {
|
|
|
109
189
|
ListAudienceModelsCommandInput,
|
|
110
190
|
ListAudienceModelsCommandOutput,
|
|
111
191
|
} from "./commands/ListAudienceModelsCommand";
|
|
192
|
+
import {
|
|
193
|
+
ListCollaborationConfiguredModelAlgorithmAssociationsCommandInput,
|
|
194
|
+
ListCollaborationConfiguredModelAlgorithmAssociationsCommandOutput,
|
|
195
|
+
} from "./commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand";
|
|
196
|
+
import {
|
|
197
|
+
ListCollaborationMLInputChannelsCommandInput,
|
|
198
|
+
ListCollaborationMLInputChannelsCommandOutput,
|
|
199
|
+
} from "./commands/ListCollaborationMLInputChannelsCommand";
|
|
200
|
+
import {
|
|
201
|
+
ListCollaborationTrainedModelExportJobsCommandInput,
|
|
202
|
+
ListCollaborationTrainedModelExportJobsCommandOutput,
|
|
203
|
+
} from "./commands/ListCollaborationTrainedModelExportJobsCommand";
|
|
204
|
+
import {
|
|
205
|
+
ListCollaborationTrainedModelInferenceJobsCommandInput,
|
|
206
|
+
ListCollaborationTrainedModelInferenceJobsCommandOutput,
|
|
207
|
+
} from "./commands/ListCollaborationTrainedModelInferenceJobsCommand";
|
|
208
|
+
import {
|
|
209
|
+
ListCollaborationTrainedModelsCommandInput,
|
|
210
|
+
ListCollaborationTrainedModelsCommandOutput,
|
|
211
|
+
} from "./commands/ListCollaborationTrainedModelsCommand";
|
|
112
212
|
import {
|
|
113
213
|
ListConfiguredAudienceModelsCommandInput,
|
|
114
214
|
ListConfiguredAudienceModelsCommandOutput,
|
|
115
215
|
} from "./commands/ListConfiguredAudienceModelsCommand";
|
|
216
|
+
import {
|
|
217
|
+
ListConfiguredModelAlgorithmAssociationsCommandInput,
|
|
218
|
+
ListConfiguredModelAlgorithmAssociationsCommandOutput,
|
|
219
|
+
} from "./commands/ListConfiguredModelAlgorithmAssociationsCommand";
|
|
220
|
+
import {
|
|
221
|
+
ListConfiguredModelAlgorithmsCommandInput,
|
|
222
|
+
ListConfiguredModelAlgorithmsCommandOutput,
|
|
223
|
+
} from "./commands/ListConfiguredModelAlgorithmsCommand";
|
|
224
|
+
import {
|
|
225
|
+
ListMLInputChannelsCommandInput,
|
|
226
|
+
ListMLInputChannelsCommandOutput,
|
|
227
|
+
} from "./commands/ListMLInputChannelsCommand";
|
|
116
228
|
import {
|
|
117
229
|
ListTagsForResourceCommandInput,
|
|
118
230
|
ListTagsForResourceCommandOutput,
|
|
119
231
|
} from "./commands/ListTagsForResourceCommand";
|
|
232
|
+
import {
|
|
233
|
+
ListTrainedModelInferenceJobsCommandInput,
|
|
234
|
+
ListTrainedModelInferenceJobsCommandOutput,
|
|
235
|
+
} from "./commands/ListTrainedModelInferenceJobsCommand";
|
|
236
|
+
import {
|
|
237
|
+
ListTrainedModelsCommandInput,
|
|
238
|
+
ListTrainedModelsCommandOutput,
|
|
239
|
+
} from "./commands/ListTrainedModelsCommand";
|
|
120
240
|
import {
|
|
121
241
|
ListTrainingDatasetsCommandInput,
|
|
122
242
|
ListTrainingDatasetsCommandOutput,
|
|
@@ -125,6 +245,10 @@ import {
|
|
|
125
245
|
PutConfiguredAudienceModelPolicyCommandInput,
|
|
126
246
|
PutConfiguredAudienceModelPolicyCommandOutput,
|
|
127
247
|
} from "./commands/PutConfiguredAudienceModelPolicyCommand";
|
|
248
|
+
import {
|
|
249
|
+
PutMLConfigurationCommandInput,
|
|
250
|
+
PutMLConfigurationCommandOutput,
|
|
251
|
+
} from "./commands/PutMLConfigurationCommand";
|
|
128
252
|
import {
|
|
129
253
|
StartAudienceExportJobCommandInput,
|
|
130
254
|
StartAudienceExportJobCommandOutput,
|
|
@@ -133,6 +257,14 @@ import {
|
|
|
133
257
|
StartAudienceGenerationJobCommandInput,
|
|
134
258
|
StartAudienceGenerationJobCommandOutput,
|
|
135
259
|
} from "./commands/StartAudienceGenerationJobCommand";
|
|
260
|
+
import {
|
|
261
|
+
StartTrainedModelExportJobCommandInput,
|
|
262
|
+
StartTrainedModelExportJobCommandOutput,
|
|
263
|
+
} from "./commands/StartTrainedModelExportJobCommand";
|
|
264
|
+
import {
|
|
265
|
+
StartTrainedModelInferenceJobCommandInput,
|
|
266
|
+
StartTrainedModelInferenceJobCommandOutput,
|
|
267
|
+
} from "./commands/StartTrainedModelInferenceJobCommand";
|
|
136
268
|
import {
|
|
137
269
|
TagResourceCommandInput,
|
|
138
270
|
TagResourceCommandOutput,
|
|
@@ -153,54 +285,120 @@ import {
|
|
|
153
285
|
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
154
286
|
export { __Client };
|
|
155
287
|
export type ServiceInputTypes =
|
|
288
|
+
| CancelTrainedModelCommandInput
|
|
289
|
+
| CancelTrainedModelInferenceJobCommandInput
|
|
156
290
|
| CreateAudienceModelCommandInput
|
|
157
291
|
| CreateConfiguredAudienceModelCommandInput
|
|
292
|
+
| CreateConfiguredModelAlgorithmAssociationCommandInput
|
|
293
|
+
| CreateConfiguredModelAlgorithmCommandInput
|
|
294
|
+
| CreateMLInputChannelCommandInput
|
|
295
|
+
| CreateTrainedModelCommandInput
|
|
158
296
|
| CreateTrainingDatasetCommandInput
|
|
159
297
|
| DeleteAudienceGenerationJobCommandInput
|
|
160
298
|
| DeleteAudienceModelCommandInput
|
|
161
299
|
| DeleteConfiguredAudienceModelCommandInput
|
|
162
300
|
| DeleteConfiguredAudienceModelPolicyCommandInput
|
|
301
|
+
| DeleteConfiguredModelAlgorithmAssociationCommandInput
|
|
302
|
+
| DeleteConfiguredModelAlgorithmCommandInput
|
|
303
|
+
| DeleteMLConfigurationCommandInput
|
|
304
|
+
| DeleteMLInputChannelDataCommandInput
|
|
305
|
+
| DeleteTrainedModelOutputCommandInput
|
|
163
306
|
| DeleteTrainingDatasetCommandInput
|
|
164
307
|
| GetAudienceGenerationJobCommandInput
|
|
165
308
|
| GetAudienceModelCommandInput
|
|
309
|
+
| GetCollaborationConfiguredModelAlgorithmAssociationCommandInput
|
|
310
|
+
| GetCollaborationMLInputChannelCommandInput
|
|
311
|
+
| GetCollaborationTrainedModelCommandInput
|
|
166
312
|
| GetConfiguredAudienceModelCommandInput
|
|
167
313
|
| GetConfiguredAudienceModelPolicyCommandInput
|
|
314
|
+
| GetConfiguredModelAlgorithmAssociationCommandInput
|
|
315
|
+
| GetConfiguredModelAlgorithmCommandInput
|
|
316
|
+
| GetMLConfigurationCommandInput
|
|
317
|
+
| GetMLInputChannelCommandInput
|
|
318
|
+
| GetTrainedModelCommandInput
|
|
319
|
+
| GetTrainedModelInferenceJobCommandInput
|
|
168
320
|
| GetTrainingDatasetCommandInput
|
|
169
321
|
| ListAudienceExportJobsCommandInput
|
|
170
322
|
| ListAudienceGenerationJobsCommandInput
|
|
171
323
|
| ListAudienceModelsCommandInput
|
|
324
|
+
| ListCollaborationConfiguredModelAlgorithmAssociationsCommandInput
|
|
325
|
+
| ListCollaborationMLInputChannelsCommandInput
|
|
326
|
+
| ListCollaborationTrainedModelExportJobsCommandInput
|
|
327
|
+
| ListCollaborationTrainedModelInferenceJobsCommandInput
|
|
328
|
+
| ListCollaborationTrainedModelsCommandInput
|
|
172
329
|
| ListConfiguredAudienceModelsCommandInput
|
|
330
|
+
| ListConfiguredModelAlgorithmAssociationsCommandInput
|
|
331
|
+
| ListConfiguredModelAlgorithmsCommandInput
|
|
332
|
+
| ListMLInputChannelsCommandInput
|
|
173
333
|
| ListTagsForResourceCommandInput
|
|
334
|
+
| ListTrainedModelInferenceJobsCommandInput
|
|
335
|
+
| ListTrainedModelsCommandInput
|
|
174
336
|
| ListTrainingDatasetsCommandInput
|
|
175
337
|
| PutConfiguredAudienceModelPolicyCommandInput
|
|
338
|
+
| PutMLConfigurationCommandInput
|
|
176
339
|
| StartAudienceExportJobCommandInput
|
|
177
340
|
| StartAudienceGenerationJobCommandInput
|
|
341
|
+
| StartTrainedModelExportJobCommandInput
|
|
342
|
+
| StartTrainedModelInferenceJobCommandInput
|
|
178
343
|
| TagResourceCommandInput
|
|
179
344
|
| UntagResourceCommandInput
|
|
180
345
|
| UpdateConfiguredAudienceModelCommandInput;
|
|
181
346
|
export type ServiceOutputTypes =
|
|
347
|
+
| CancelTrainedModelCommandOutput
|
|
348
|
+
| CancelTrainedModelInferenceJobCommandOutput
|
|
182
349
|
| CreateAudienceModelCommandOutput
|
|
183
350
|
| CreateConfiguredAudienceModelCommandOutput
|
|
351
|
+
| CreateConfiguredModelAlgorithmAssociationCommandOutput
|
|
352
|
+
| CreateConfiguredModelAlgorithmCommandOutput
|
|
353
|
+
| CreateMLInputChannelCommandOutput
|
|
354
|
+
| CreateTrainedModelCommandOutput
|
|
184
355
|
| CreateTrainingDatasetCommandOutput
|
|
185
356
|
| DeleteAudienceGenerationJobCommandOutput
|
|
186
357
|
| DeleteAudienceModelCommandOutput
|
|
187
358
|
| DeleteConfiguredAudienceModelCommandOutput
|
|
188
359
|
| DeleteConfiguredAudienceModelPolicyCommandOutput
|
|
360
|
+
| DeleteConfiguredModelAlgorithmAssociationCommandOutput
|
|
361
|
+
| DeleteConfiguredModelAlgorithmCommandOutput
|
|
362
|
+
| DeleteMLConfigurationCommandOutput
|
|
363
|
+
| DeleteMLInputChannelDataCommandOutput
|
|
364
|
+
| DeleteTrainedModelOutputCommandOutput
|
|
189
365
|
| DeleteTrainingDatasetCommandOutput
|
|
190
366
|
| GetAudienceGenerationJobCommandOutput
|
|
191
367
|
| GetAudienceModelCommandOutput
|
|
368
|
+
| GetCollaborationConfiguredModelAlgorithmAssociationCommandOutput
|
|
369
|
+
| GetCollaborationMLInputChannelCommandOutput
|
|
370
|
+
| GetCollaborationTrainedModelCommandOutput
|
|
192
371
|
| GetConfiguredAudienceModelCommandOutput
|
|
193
372
|
| GetConfiguredAudienceModelPolicyCommandOutput
|
|
373
|
+
| GetConfiguredModelAlgorithmAssociationCommandOutput
|
|
374
|
+
| GetConfiguredModelAlgorithmCommandOutput
|
|
375
|
+
| GetMLConfigurationCommandOutput
|
|
376
|
+
| GetMLInputChannelCommandOutput
|
|
377
|
+
| GetTrainedModelCommandOutput
|
|
378
|
+
| GetTrainedModelInferenceJobCommandOutput
|
|
194
379
|
| GetTrainingDatasetCommandOutput
|
|
195
380
|
| ListAudienceExportJobsCommandOutput
|
|
196
381
|
| ListAudienceGenerationJobsCommandOutput
|
|
197
382
|
| ListAudienceModelsCommandOutput
|
|
383
|
+
| ListCollaborationConfiguredModelAlgorithmAssociationsCommandOutput
|
|
384
|
+
| ListCollaborationMLInputChannelsCommandOutput
|
|
385
|
+
| ListCollaborationTrainedModelExportJobsCommandOutput
|
|
386
|
+
| ListCollaborationTrainedModelInferenceJobsCommandOutput
|
|
387
|
+
| ListCollaborationTrainedModelsCommandOutput
|
|
198
388
|
| ListConfiguredAudienceModelsCommandOutput
|
|
389
|
+
| ListConfiguredModelAlgorithmAssociationsCommandOutput
|
|
390
|
+
| ListConfiguredModelAlgorithmsCommandOutput
|
|
391
|
+
| ListMLInputChannelsCommandOutput
|
|
199
392
|
| ListTagsForResourceCommandOutput
|
|
393
|
+
| ListTrainedModelInferenceJobsCommandOutput
|
|
394
|
+
| ListTrainedModelsCommandOutput
|
|
200
395
|
| ListTrainingDatasetsCommandOutput
|
|
201
396
|
| PutConfiguredAudienceModelPolicyCommandOutput
|
|
397
|
+
| PutMLConfigurationCommandOutput
|
|
202
398
|
| StartAudienceExportJobCommandOutput
|
|
203
399
|
| StartAudienceGenerationJobCommandOutput
|
|
400
|
+
| StartTrainedModelExportJobCommandOutput
|
|
401
|
+
| StartTrainedModelInferenceJobCommandOutput
|
|
204
402
|
| TagResourceCommandOutput
|
|
205
403
|
| UntagResourceCommandOutput
|
|
206
404
|
| UpdateConfiguredAudienceModelCommandOutput;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CleanRoomsMLClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CleanRoomsMLClient";
|
|
8
|
+
import { CancelTrainedModelRequest } from "../models/models_0";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface CancelTrainedModelCommandInput
|
|
12
|
+
extends CancelTrainedModelRequest {}
|
|
13
|
+
export interface CancelTrainedModelCommandOutput extends __MetadataBearer {}
|
|
14
|
+
declare const CancelTrainedModelCommand_base: {
|
|
15
|
+
new (
|
|
16
|
+
input: CancelTrainedModelCommandInput
|
|
17
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
18
|
+
CancelTrainedModelCommandInput,
|
|
19
|
+
CancelTrainedModelCommandOutput,
|
|
20
|
+
CleanRoomsMLClientResolvedConfig,
|
|
21
|
+
ServiceInputTypes,
|
|
22
|
+
ServiceOutputTypes
|
|
23
|
+
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: CancelTrainedModelCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
CancelTrainedModelCommandInput,
|
|
28
|
+
CancelTrainedModelCommandOutput,
|
|
29
|
+
CleanRoomsMLClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
33
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
34
|
+
};
|
|
35
|
+
export declare class CancelTrainedModelCommand extends CancelTrainedModelCommand_base {
|
|
36
|
+
protected static __types: {
|
|
37
|
+
api: {
|
|
38
|
+
input: CancelTrainedModelRequest;
|
|
39
|
+
output: {};
|
|
40
|
+
};
|
|
41
|
+
sdk: {
|
|
42
|
+
input: CancelTrainedModelCommandInput;
|
|
43
|
+
output: CancelTrainedModelCommandOutput;
|
|
44
|
+
};
|
|
45
|
+
};
|
|
46
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CleanRoomsMLClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CleanRoomsMLClient";
|
|
8
|
+
import { CancelTrainedModelInferenceJobRequest } from "../models/models_0";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface CancelTrainedModelInferenceJobCommandInput
|
|
12
|
+
extends CancelTrainedModelInferenceJobRequest {}
|
|
13
|
+
export interface CancelTrainedModelInferenceJobCommandOutput
|
|
14
|
+
extends __MetadataBearer {}
|
|
15
|
+
declare const CancelTrainedModelInferenceJobCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: CancelTrainedModelInferenceJobCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
CancelTrainedModelInferenceJobCommandInput,
|
|
20
|
+
CancelTrainedModelInferenceJobCommandOutput,
|
|
21
|
+
CleanRoomsMLClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
__0_0: CancelTrainedModelInferenceJobCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
CancelTrainedModelInferenceJobCommandInput,
|
|
29
|
+
CancelTrainedModelInferenceJobCommandOutput,
|
|
30
|
+
CleanRoomsMLClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class CancelTrainedModelInferenceJobCommand extends CancelTrainedModelInferenceJobCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: CancelTrainedModelInferenceJobRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: CancelTrainedModelInferenceJobCommandInput;
|
|
44
|
+
output: CancelTrainedModelInferenceJobCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CleanRoomsMLClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CleanRoomsMLClient";
|
|
8
|
+
import {
|
|
9
|
+
CreateConfiguredModelAlgorithmAssociationRequest,
|
|
10
|
+
CreateConfiguredModelAlgorithmAssociationResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateConfiguredModelAlgorithmAssociationCommandInput
|
|
15
|
+
extends CreateConfiguredModelAlgorithmAssociationRequest {}
|
|
16
|
+
export interface CreateConfiguredModelAlgorithmAssociationCommandOutput
|
|
17
|
+
extends CreateConfiguredModelAlgorithmAssociationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateConfiguredModelAlgorithmAssociationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateConfiguredModelAlgorithmAssociationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateConfiguredModelAlgorithmAssociationCommandInput,
|
|
24
|
+
CreateConfiguredModelAlgorithmAssociationCommandOutput,
|
|
25
|
+
CleanRoomsMLClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: CreateConfiguredModelAlgorithmAssociationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateConfiguredModelAlgorithmAssociationCommandInput,
|
|
33
|
+
CreateConfiguredModelAlgorithmAssociationCommandOutput,
|
|
34
|
+
CleanRoomsMLClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateConfiguredModelAlgorithmAssociationCommand extends CreateConfiguredModelAlgorithmAssociationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateConfiguredModelAlgorithmAssociationRequest;
|
|
44
|
+
output: CreateConfiguredModelAlgorithmAssociationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateConfiguredModelAlgorithmAssociationCommandInput;
|
|
48
|
+
output: CreateConfiguredModelAlgorithmAssociationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CleanRoomsMLClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CleanRoomsMLClient";
|
|
8
|
+
import {
|
|
9
|
+
CreateConfiguredModelAlgorithmRequest,
|
|
10
|
+
CreateConfiguredModelAlgorithmResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateConfiguredModelAlgorithmCommandInput
|
|
15
|
+
extends CreateConfiguredModelAlgorithmRequest {}
|
|
16
|
+
export interface CreateConfiguredModelAlgorithmCommandOutput
|
|
17
|
+
extends CreateConfiguredModelAlgorithmResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateConfiguredModelAlgorithmCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateConfiguredModelAlgorithmCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateConfiguredModelAlgorithmCommandInput,
|
|
24
|
+
CreateConfiguredModelAlgorithmCommandOutput,
|
|
25
|
+
CleanRoomsMLClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: CreateConfiguredModelAlgorithmCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateConfiguredModelAlgorithmCommandInput,
|
|
33
|
+
CreateConfiguredModelAlgorithmCommandOutput,
|
|
34
|
+
CleanRoomsMLClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateConfiguredModelAlgorithmCommand extends CreateConfiguredModelAlgorithmCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateConfiguredModelAlgorithmRequest;
|
|
44
|
+
output: CreateConfiguredModelAlgorithmResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateConfiguredModelAlgorithmCommandInput;
|
|
48
|
+
output: CreateConfiguredModelAlgorithmCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CleanRoomsMLClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CleanRoomsMLClient";
|
|
8
|
+
import {
|
|
9
|
+
CreateMLInputChannelRequest,
|
|
10
|
+
CreateMLInputChannelResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateMLInputChannelCommandInput
|
|
15
|
+
extends CreateMLInputChannelRequest {}
|
|
16
|
+
export interface CreateMLInputChannelCommandOutput
|
|
17
|
+
extends CreateMLInputChannelResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateMLInputChannelCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateMLInputChannelCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateMLInputChannelCommandInput,
|
|
24
|
+
CreateMLInputChannelCommandOutput,
|
|
25
|
+
CleanRoomsMLClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: CreateMLInputChannelCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateMLInputChannelCommandInput,
|
|
33
|
+
CreateMLInputChannelCommandOutput,
|
|
34
|
+
CleanRoomsMLClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateMLInputChannelCommand extends CreateMLInputChannelCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateMLInputChannelRequest;
|
|
44
|
+
output: CreateMLInputChannelResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateMLInputChannelCommandInput;
|
|
48
|
+
output: CreateMLInputChannelCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CleanRoomsMLClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CleanRoomsMLClient";
|
|
8
|
+
import {
|
|
9
|
+
CreateTrainedModelRequest,
|
|
10
|
+
CreateTrainedModelResponse,
|
|
11
|
+
} from "../models/models_0";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateTrainedModelCommandInput
|
|
15
|
+
extends CreateTrainedModelRequest {}
|
|
16
|
+
export interface CreateTrainedModelCommandOutput
|
|
17
|
+
extends CreateTrainedModelResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateTrainedModelCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateTrainedModelCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateTrainedModelCommandInput,
|
|
24
|
+
CreateTrainedModelCommandOutput,
|
|
25
|
+
CleanRoomsMLClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: CreateTrainedModelCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateTrainedModelCommandInput,
|
|
33
|
+
CreateTrainedModelCommandOutput,
|
|
34
|
+
CleanRoomsMLClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateTrainedModelCommand extends CreateTrainedModelCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: CreateTrainedModelRequest;
|
|
44
|
+
output: CreateTrainedModelResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: CreateTrainedModelCommandInput;
|
|
48
|
+
output: CreateTrainedModelCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CleanRoomsMLClientResolvedConfig,
|
|
5
|
+
ServiceInputTypes,
|
|
6
|
+
ServiceOutputTypes,
|
|
7
|
+
} from "../CleanRoomsMLClient";
|
|
8
|
+
import { DeleteConfiguredModelAlgorithmAssociationRequest } from "../models/models_0";
|
|
9
|
+
export { __MetadataBearer };
|
|
10
|
+
export { $Command };
|
|
11
|
+
export interface DeleteConfiguredModelAlgorithmAssociationCommandInput
|
|
12
|
+
extends DeleteConfiguredModelAlgorithmAssociationRequest {}
|
|
13
|
+
export interface DeleteConfiguredModelAlgorithmAssociationCommandOutput
|
|
14
|
+
extends __MetadataBearer {}
|
|
15
|
+
declare const DeleteConfiguredModelAlgorithmAssociationCommand_base: {
|
|
16
|
+
new (
|
|
17
|
+
input: DeleteConfiguredModelAlgorithmAssociationCommandInput
|
|
18
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
19
|
+
DeleteConfiguredModelAlgorithmAssociationCommandInput,
|
|
20
|
+
DeleteConfiguredModelAlgorithmAssociationCommandOutput,
|
|
21
|
+
CleanRoomsMLClientResolvedConfig,
|
|
22
|
+
ServiceInputTypes,
|
|
23
|
+
ServiceOutputTypes
|
|
24
|
+
>;
|
|
25
|
+
new (
|
|
26
|
+
__0_0: DeleteConfiguredModelAlgorithmAssociationCommandInput
|
|
27
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
28
|
+
DeleteConfiguredModelAlgorithmAssociationCommandInput,
|
|
29
|
+
DeleteConfiguredModelAlgorithmAssociationCommandOutput,
|
|
30
|
+
CleanRoomsMLClientResolvedConfig,
|
|
31
|
+
ServiceInputTypes,
|
|
32
|
+
ServiceOutputTypes
|
|
33
|
+
>;
|
|
34
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
35
|
+
};
|
|
36
|
+
export declare class DeleteConfiguredModelAlgorithmAssociationCommand extends DeleteConfiguredModelAlgorithmAssociationCommand_base {
|
|
37
|
+
protected static __types: {
|
|
38
|
+
api: {
|
|
39
|
+
input: DeleteConfiguredModelAlgorithmAssociationRequest;
|
|
40
|
+
output: {};
|
|
41
|
+
};
|
|
42
|
+
sdk: {
|
|
43
|
+
input: DeleteConfiguredModelAlgorithmAssociationCommandInput;
|
|
44
|
+
output: DeleteConfiguredModelAlgorithmAssociationCommandOutput;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
}
|