@aws-sdk/client-cleanroomsml 3.928.0 → 3.929.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/index.js +2777 -2837
- package/dist-cjs/runtimeConfig.shared.js +2 -0
- package/dist-es/CleanRoomsMLClient.js +2 -0
- package/dist-es/commands/CancelTrainedModelCommand.js +3 -9
- package/dist-es/commands/CancelTrainedModelInferenceJobCommand.js +3 -9
- package/dist-es/commands/CreateAudienceModelCommand.js +3 -9
- package/dist-es/commands/CreateConfiguredAudienceModelCommand.js +3 -9
- package/dist-es/commands/CreateConfiguredModelAlgorithmAssociationCommand.js +3 -9
- package/dist-es/commands/CreateConfiguredModelAlgorithmCommand.js +3 -9
- package/dist-es/commands/CreateMLInputChannelCommand.js +3 -10
- package/dist-es/commands/CreateTrainedModelCommand.js +3 -9
- package/dist-es/commands/CreateTrainingDatasetCommand.js +3 -9
- package/dist-es/commands/DeleteAudienceGenerationJobCommand.js +3 -9
- package/dist-es/commands/DeleteAudienceModelCommand.js +3 -9
- package/dist-es/commands/DeleteConfiguredAudienceModelCommand.js +3 -9
- package/dist-es/commands/DeleteConfiguredAudienceModelPolicyCommand.js +3 -9
- package/dist-es/commands/DeleteConfiguredModelAlgorithmAssociationCommand.js +3 -9
- package/dist-es/commands/DeleteConfiguredModelAlgorithmCommand.js +3 -9
- package/dist-es/commands/DeleteMLConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteMLInputChannelDataCommand.js +3 -9
- package/dist-es/commands/DeleteTrainedModelOutputCommand.js +3 -9
- package/dist-es/commands/DeleteTrainingDatasetCommand.js +3 -9
- package/dist-es/commands/GetAudienceGenerationJobCommand.js +3 -10
- package/dist-es/commands/GetAudienceModelCommand.js +3 -9
- package/dist-es/commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand.js +3 -9
- package/dist-es/commands/GetCollaborationMLInputChannelCommand.js +3 -9
- package/dist-es/commands/GetCollaborationTrainedModelCommand.js +3 -9
- package/dist-es/commands/GetConfiguredAudienceModelCommand.js +3 -9
- package/dist-es/commands/GetConfiguredAudienceModelPolicyCommand.js +3 -9
- package/dist-es/commands/GetConfiguredModelAlgorithmAssociationCommand.js +3 -9
- package/dist-es/commands/GetConfiguredModelAlgorithmCommand.js +3 -9
- package/dist-es/commands/GetMLConfigurationCommand.js +3 -9
- package/dist-es/commands/GetMLInputChannelCommand.js +3 -10
- package/dist-es/commands/GetTrainedModelCommand.js +3 -9
- package/dist-es/commands/GetTrainedModelInferenceJobCommand.js +3 -9
- package/dist-es/commands/GetTrainingDatasetCommand.js +3 -9
- package/dist-es/commands/ListAudienceExportJobsCommand.js +3 -9
- package/dist-es/commands/ListAudienceGenerationJobsCommand.js +3 -9
- package/dist-es/commands/ListAudienceModelsCommand.js +3 -9
- package/dist-es/commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand.js +3 -9
- package/dist-es/commands/ListCollaborationMLInputChannelsCommand.js +3 -9
- package/dist-es/commands/ListCollaborationTrainedModelExportJobsCommand.js +3 -9
- package/dist-es/commands/ListCollaborationTrainedModelInferenceJobsCommand.js +3 -9
- package/dist-es/commands/ListCollaborationTrainedModelsCommand.js +3 -9
- package/dist-es/commands/ListConfiguredAudienceModelsCommand.js +3 -9
- package/dist-es/commands/ListConfiguredModelAlgorithmAssociationsCommand.js +3 -9
- package/dist-es/commands/ListConfiguredModelAlgorithmsCommand.js +3 -9
- package/dist-es/commands/ListMLInputChannelsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListTrainedModelInferenceJobsCommand.js +3 -9
- package/dist-es/commands/ListTrainedModelVersionsCommand.js +3 -9
- package/dist-es/commands/ListTrainedModelsCommand.js +3 -9
- package/dist-es/commands/ListTrainingDatasetsCommand.js +3 -9
- package/dist-es/commands/PutConfiguredAudienceModelPolicyCommand.js +3 -9
- package/dist-es/commands/PutMLConfigurationCommand.js +3 -9
- package/dist-es/commands/StartAudienceExportJobCommand.js +3 -9
- package/dist-es/commands/StartAudienceGenerationJobCommand.js +3 -10
- package/dist-es/commands/StartTrainedModelExportJobCommand.js +3 -9
- package/dist-es/commands/StartTrainedModelInferenceJobCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateConfiguredAudienceModelCommand.js +3 -9
- package/dist-es/models/models_0.js +0 -43
- package/dist-es/runtimeConfig.shared.js +2 -0
- package/dist-es/schemas/schemas_0.js +2662 -0
- package/dist-types/CleanRoomsMLClient.d.ts +10 -1
- package/dist-types/models/models_0.d.ts +0 -36
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +282 -0
- package/dist-types/ts3.4/CleanRoomsMLClient.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +0 -25
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +287 -0
- package/package.json +2 -2
- package/dist-es/protocols/Aws_restJson1.js +0 -2363
- package/dist-types/protocols/Aws_restJson1.d.ts +0 -533
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -713
|
@@ -0,0 +1,2662 @@
|
|
|
1
|
+
const _AB = "AccessBudget";
|
|
2
|
+
const _ABD = "AccessBudgetDetails";
|
|
3
|
+
const _ABDL = "AccessBudgetDetailsList";
|
|
4
|
+
const _ABc = "AccessBudgets";
|
|
5
|
+
const _AD = "AudienceDestination";
|
|
6
|
+
const _ADE = "AccessDeniedException";
|
|
7
|
+
const _AEJL = "AudienceExportJobList";
|
|
8
|
+
const _AEJS = "AudienceExportJobSummary";
|
|
9
|
+
const _AGJDS = "AudienceGenerationJobDataSource";
|
|
10
|
+
const _AGJL = "AudienceGenerationJobList";
|
|
11
|
+
const _AGJS = "AudienceGenerationJobSummary";
|
|
12
|
+
const _AML = "AudienceModelList";
|
|
13
|
+
const _AMS = "AudienceModelSummary";
|
|
14
|
+
const _AQM = "AudienceQualityMetrics";
|
|
15
|
+
const _AS = "AudienceSize";
|
|
16
|
+
const _ASC = "AudienceSizeConfig";
|
|
17
|
+
const _CAM = "CreateAudienceModel";
|
|
18
|
+
const _CAML = "ConfiguredAudienceModelList";
|
|
19
|
+
const _CAMOC = "ConfiguredAudienceModelOutputConfig";
|
|
20
|
+
const _CAMR = "CreateAudienceModelRequest";
|
|
21
|
+
const _CAMRr = "CreateAudienceModelResponse";
|
|
22
|
+
const _CAMS = "ConfiguredAudienceModelSummary";
|
|
23
|
+
const _CC = "ContainerConfig";
|
|
24
|
+
const _CCAM = "CreateConfiguredAudienceModel";
|
|
25
|
+
const _CCAMR = "CreateConfiguredAudienceModelRequest";
|
|
26
|
+
const _CCAMRr = "CreateConfiguredAudienceModelResponse";
|
|
27
|
+
const _CCMA = "CreateConfiguredModelAlgorithm";
|
|
28
|
+
const _CCMAA = "CreateConfiguredModelAlgorithmAssociation";
|
|
29
|
+
const _CCMAAL = "CollaborationConfiguredModelAlgorithmAssociationList";
|
|
30
|
+
const _CCMAAR = "CreateConfiguredModelAlgorithmAssociationRequest";
|
|
31
|
+
const _CCMAARr = "CreateConfiguredModelAlgorithmAssociationResponse";
|
|
32
|
+
const _CCMAAS = "CollaborationConfiguredModelAlgorithmAssociationSummary";
|
|
33
|
+
const _CCMAR = "CreateConfiguredModelAlgorithmRequest";
|
|
34
|
+
const _CCMARr = "CreateConfiguredModelAlgorithmResponse";
|
|
35
|
+
const _CCo = "ComputeConfiguration";
|
|
36
|
+
const _CE = "ConflictException";
|
|
37
|
+
const _CEC = "CustomEntityConfig";
|
|
38
|
+
const _CMAAL = "ConfiguredModelAlgorithmAssociationList";
|
|
39
|
+
const _CMAAS = "ConfiguredModelAlgorithmAssociationSummary";
|
|
40
|
+
const _CMAL = "ConfiguredModelAlgorithmList";
|
|
41
|
+
const _CMAS = "ConfiguredModelAlgorithmSummary";
|
|
42
|
+
const _CMLIC = "CreateMLInputChannel";
|
|
43
|
+
const _CMLICL = "CollaborationMLInputChannelsList";
|
|
44
|
+
const _CMLICR = "CreateMLInputChannelRequest";
|
|
45
|
+
const _CMLICRr = "CreateMLInputChannelResponse";
|
|
46
|
+
const _CMLICS = "CollaborationMLInputChannelSummary";
|
|
47
|
+
const _CS = "ColumnSchema";
|
|
48
|
+
const _CTD = "CreateTrainingDataset";
|
|
49
|
+
const _CTDR = "CreateTrainingDatasetRequest";
|
|
50
|
+
const _CTDRr = "CreateTrainingDatasetResponse";
|
|
51
|
+
const _CTM = "CancelTrainedModel";
|
|
52
|
+
const _CTMEJL = "CollaborationTrainedModelExportJobList";
|
|
53
|
+
const _CTMEJS = "CollaborationTrainedModelExportJobSummary";
|
|
54
|
+
const _CTMIJ = "CancelTrainedModelInferenceJob";
|
|
55
|
+
const _CTMIJL = "CollaborationTrainedModelInferenceJobList";
|
|
56
|
+
const _CTMIJR = "CancelTrainedModelInferenceJobRequest";
|
|
57
|
+
const _CTMIJS = "CollaborationTrainedModelInferenceJobSummary";
|
|
58
|
+
const _CTML = "CollaborationTrainedModelList";
|
|
59
|
+
const _CTMR = "CancelTrainedModelRequest";
|
|
60
|
+
const _CTMRr = "CreateTrainedModelRequest";
|
|
61
|
+
const _CTMRre = "CreateTrainedModelResponse";
|
|
62
|
+
const _CTMS = "CollaborationTrainedModelSummary";
|
|
63
|
+
const _CTMr = "CreateTrainedModel";
|
|
64
|
+
const _D = "Dataset";
|
|
65
|
+
const _DAGJ = "DeleteAudienceGenerationJob";
|
|
66
|
+
const _DAGJR = "DeleteAudienceGenerationJobRequest";
|
|
67
|
+
const _DAM = "DeleteAudienceModel";
|
|
68
|
+
const _DAMR = "DeleteAudienceModelRequest";
|
|
69
|
+
const _DCAM = "DeleteConfiguredAudienceModel";
|
|
70
|
+
const _DCAMP = "DeleteConfiguredAudienceModelPolicy";
|
|
71
|
+
const _DCAMPR = "DeleteConfiguredAudienceModelPolicyRequest";
|
|
72
|
+
const _DCAMR = "DeleteConfiguredAudienceModelRequest";
|
|
73
|
+
const _DCMA = "DeleteConfiguredModelAlgorithm";
|
|
74
|
+
const _DCMAA = "DeleteConfiguredModelAlgorithmAssociation";
|
|
75
|
+
const _DCMAAR = "DeleteConfiguredModelAlgorithmAssociationRequest";
|
|
76
|
+
const _DCMAR = "DeleteConfiguredModelAlgorithmRequest";
|
|
77
|
+
const _DIC = "DatasetInputConfig";
|
|
78
|
+
const _DL = "DatasetList";
|
|
79
|
+
const _DMLC = "DeleteMLConfiguration";
|
|
80
|
+
const _DMLCR = "DeleteMLConfigurationRequest";
|
|
81
|
+
const _DMLICD = "DeleteMLInputChannelData";
|
|
82
|
+
const _DMLICDR = "DeleteMLInputChannelDataRequest";
|
|
83
|
+
const _DS = "DataSource";
|
|
84
|
+
const _DSL = "DatasetSchemaList";
|
|
85
|
+
const _DTD = "DeleteTrainingDataset";
|
|
86
|
+
const _DTDR = "DeleteTrainingDatasetRequest";
|
|
87
|
+
const _DTMO = "DeleteTrainedModelOutput";
|
|
88
|
+
const _DTMOR = "DeleteTrainedModelOutputRequest";
|
|
89
|
+
const _De = "Destination";
|
|
90
|
+
const _GAGJ = "GetAudienceGenerationJob";
|
|
91
|
+
const _GAGJR = "GetAudienceGenerationJobRequest";
|
|
92
|
+
const _GAGJRe = "GetAudienceGenerationJobResponse";
|
|
93
|
+
const _GAM = "GetAudienceModel";
|
|
94
|
+
const _GAMR = "GetAudienceModelRequest";
|
|
95
|
+
const _GAMRe = "GetAudienceModelResponse";
|
|
96
|
+
const _GCAM = "GetConfiguredAudienceModel";
|
|
97
|
+
const _GCAMP = "GetConfiguredAudienceModelPolicy";
|
|
98
|
+
const _GCAMPR = "GetConfiguredAudienceModelPolicyRequest";
|
|
99
|
+
const _GCAMPRe = "GetConfiguredAudienceModelPolicyResponse";
|
|
100
|
+
const _GCAMR = "GetConfiguredAudienceModelRequest";
|
|
101
|
+
const _GCAMRe = "GetConfiguredAudienceModelResponse";
|
|
102
|
+
const _GCCMAA = "GetCollaborationConfiguredModelAlgorithmAssociation";
|
|
103
|
+
const _GCCMAAR = "GetCollaborationConfiguredModelAlgorithmAssociationRequest";
|
|
104
|
+
const _GCCMAARe = "GetCollaborationConfiguredModelAlgorithmAssociationResponse";
|
|
105
|
+
const _GCMA = "GetConfiguredModelAlgorithm";
|
|
106
|
+
const _GCMAA = "GetConfiguredModelAlgorithmAssociation";
|
|
107
|
+
const _GCMAAR = "GetConfiguredModelAlgorithmAssociationRequest";
|
|
108
|
+
const _GCMAARe = "GetConfiguredModelAlgorithmAssociationResponse";
|
|
109
|
+
const _GCMAR = "GetConfiguredModelAlgorithmRequest";
|
|
110
|
+
const _GCMARe = "GetConfiguredModelAlgorithmResponse";
|
|
111
|
+
const _GCMLIC = "GetCollaborationMLInputChannel";
|
|
112
|
+
const _GCMLICR = "GetCollaborationMLInputChannelRequest";
|
|
113
|
+
const _GCMLICRe = "GetCollaborationMLInputChannelResponse";
|
|
114
|
+
const _GCTM = "GetCollaborationTrainedModel";
|
|
115
|
+
const _GCTMR = "GetCollaborationTrainedModelRequest";
|
|
116
|
+
const _GCTMRe = "GetCollaborationTrainedModelResponse";
|
|
117
|
+
const _GDS = "GlueDataSource";
|
|
118
|
+
const _GMLC = "GetMLConfiguration";
|
|
119
|
+
const _GMLCR = "GetMLConfigurationRequest";
|
|
120
|
+
const _GMLCRe = "GetMLConfigurationResponse";
|
|
121
|
+
const _GMLIC = "GetMLInputChannel";
|
|
122
|
+
const _GMLICR = "GetMLInputChannelRequest";
|
|
123
|
+
const _GMLICRe = "GetMLInputChannelResponse";
|
|
124
|
+
const _GTD = "GetTrainingDataset";
|
|
125
|
+
const _GTDR = "GetTrainingDatasetRequest";
|
|
126
|
+
const _GTDRe = "GetTrainingDatasetResponse";
|
|
127
|
+
const _GTM = "GetTrainedModel";
|
|
128
|
+
const _GTMIJ = "GetTrainedModelInferenceJob";
|
|
129
|
+
const _GTMIJR = "GetTrainedModelInferenceJobRequest";
|
|
130
|
+
const _GTMIJRe = "GetTrainedModelInferenceJobResponse";
|
|
131
|
+
const _GTMR = "GetTrainedModelRequest";
|
|
132
|
+
const _GTMRe = "GetTrainedModelResponse";
|
|
133
|
+
const _IC = "InputChannel";
|
|
134
|
+
const _ICC = "InferenceContainerConfig";
|
|
135
|
+
const _ICDS = "InputChannelDataSource";
|
|
136
|
+
const _ICEP = "InferenceContainerExecutionParameters";
|
|
137
|
+
const _IOC = "InferenceOutputConfiguration";
|
|
138
|
+
const _IRC = "InferenceResourceConfig";
|
|
139
|
+
const _IRM = "InferenceReceiverMember";
|
|
140
|
+
const _IRMn = "InferenceReceiverMembers";
|
|
141
|
+
const _ISE = "InternalServiceException";
|
|
142
|
+
const _ITDC = "IncrementalTrainingDataChannel";
|
|
143
|
+
const _ITDCO = "IncrementalTrainingDataChannelOutput";
|
|
144
|
+
const _ITDCOn = "IncrementalTrainingDataChannelsOutput";
|
|
145
|
+
const _ITDCn = "IncrementalTrainingDataChannels";
|
|
146
|
+
const _LAEJ = "ListAudienceExportJobs";
|
|
147
|
+
const _LAEJR = "ListAudienceExportJobsRequest";
|
|
148
|
+
const _LAEJRi = "ListAudienceExportJobsResponse";
|
|
149
|
+
const _LAGJ = "ListAudienceGenerationJobs";
|
|
150
|
+
const _LAGJR = "ListAudienceGenerationJobsRequest";
|
|
151
|
+
const _LAGJRi = "ListAudienceGenerationJobsResponse";
|
|
152
|
+
const _LAM = "ListAudienceModels";
|
|
153
|
+
const _LAMR = "ListAudienceModelsRequest";
|
|
154
|
+
const _LAMRi = "ListAudienceModelsResponse";
|
|
155
|
+
const _LCAM = "ListConfiguredAudienceModels";
|
|
156
|
+
const _LCAMR = "ListConfiguredAudienceModelsRequest";
|
|
157
|
+
const _LCAMRi = "ListConfiguredAudienceModelsResponse";
|
|
158
|
+
const _LCCMAA = "ListCollaborationConfiguredModelAlgorithmAssociations";
|
|
159
|
+
const _LCCMAAR = "ListCollaborationConfiguredModelAlgorithmAssociationsRequest";
|
|
160
|
+
const _LCCMAARi = "ListCollaborationConfiguredModelAlgorithmAssociationsResponse";
|
|
161
|
+
const _LCMA = "ListConfiguredModelAlgorithms";
|
|
162
|
+
const _LCMAA = "ListConfiguredModelAlgorithmAssociations";
|
|
163
|
+
const _LCMAAR = "ListConfiguredModelAlgorithmAssociationsRequest";
|
|
164
|
+
const _LCMAARi = "ListConfiguredModelAlgorithmAssociationsResponse";
|
|
165
|
+
const _LCMAR = "ListConfiguredModelAlgorithmsRequest";
|
|
166
|
+
const _LCMARi = "ListConfiguredModelAlgorithmsResponse";
|
|
167
|
+
const _LCMLIC = "ListCollaborationMLInputChannels";
|
|
168
|
+
const _LCMLICR = "ListCollaborationMLInputChannelsRequest";
|
|
169
|
+
const _LCMLICRi = "ListCollaborationMLInputChannelsResponse";
|
|
170
|
+
const _LCP = "LogsConfigurationPolicy";
|
|
171
|
+
const _LCPL = "LogsConfigurationPolicyList";
|
|
172
|
+
const _LCTM = "ListCollaborationTrainedModels";
|
|
173
|
+
const _LCTMEJ = "ListCollaborationTrainedModelExportJobs";
|
|
174
|
+
const _LCTMEJR = "ListCollaborationTrainedModelExportJobsRequest";
|
|
175
|
+
const _LCTMEJRi = "ListCollaborationTrainedModelExportJobsResponse";
|
|
176
|
+
const _LCTMIJ = "ListCollaborationTrainedModelInferenceJobs";
|
|
177
|
+
const _LCTMIJR = "ListCollaborationTrainedModelInferenceJobsRequest";
|
|
178
|
+
const _LCTMIJRi = "ListCollaborationTrainedModelInferenceJobsResponse";
|
|
179
|
+
const _LCTMR = "ListCollaborationTrainedModelsRequest";
|
|
180
|
+
const _LCTMRi = "ListCollaborationTrainedModelsResponse";
|
|
181
|
+
const _LMLIC = "ListMLInputChannels";
|
|
182
|
+
const _LMLICR = "ListMLInputChannelsRequest";
|
|
183
|
+
const _LMLICRi = "ListMLInputChannelsResponse";
|
|
184
|
+
const _LRC = "LogRedactionConfiguration";
|
|
185
|
+
const _LTD = "ListTrainingDatasets";
|
|
186
|
+
const _LTDR = "ListTrainingDatasetsRequest";
|
|
187
|
+
const _LTDRi = "ListTrainingDatasetsResponse";
|
|
188
|
+
const _LTFR = "ListTagsForResource";
|
|
189
|
+
const _LTFRR = "ListTagsForResourceRequest";
|
|
190
|
+
const _LTFRRi = "ListTagsForResourceResponse";
|
|
191
|
+
const _LTM = "ListTrainedModels";
|
|
192
|
+
const _LTMIJ = "ListTrainedModelInferenceJobs";
|
|
193
|
+
const _LTMIJR = "ListTrainedModelInferenceJobsRequest";
|
|
194
|
+
const _LTMIJRi = "ListTrainedModelInferenceJobsResponse";
|
|
195
|
+
const _LTMR = "ListTrainedModelsRequest";
|
|
196
|
+
const _LTMRi = "ListTrainedModelsResponse";
|
|
197
|
+
const _LTMV = "ListTrainedModelVersions";
|
|
198
|
+
const _LTMVR = "ListTrainedModelVersionsRequest";
|
|
199
|
+
const _LTMVRi = "ListTrainedModelVersionsResponse";
|
|
200
|
+
const _MCP = "MetricsConfigurationPolicy";
|
|
201
|
+
const _MD = "MetricDefinition";
|
|
202
|
+
const _MDL = "MetricDefinitionList";
|
|
203
|
+
const _MIDS = "ModelInferenceDataSource";
|
|
204
|
+
const _MLICL = "MLInputChannelsList";
|
|
205
|
+
const _MLICS = "MLInputChannelSummary";
|
|
206
|
+
const _MLOC = "MLOutputConfiguration";
|
|
207
|
+
const _MTDC = "ModelTrainingDataChannel";
|
|
208
|
+
const _MTDCo = "ModelTrainingDataChannels";
|
|
209
|
+
const _PB = "PrivacyBudgets";
|
|
210
|
+
const _PC = "PrivacyConfiguration";
|
|
211
|
+
const _PCAMP = "PutConfiguredAudienceModelPolicy";
|
|
212
|
+
const _PCAMPR = "PutConfiguredAudienceModelPolicyRequest";
|
|
213
|
+
const _PCAMPRu = "PutConfiguredAudienceModelPolicyResponse";
|
|
214
|
+
const _PCP = "PrivacyConfigurationPolicies";
|
|
215
|
+
const _PMLC = "PutMLConfiguration";
|
|
216
|
+
const _PMLCR = "PutMLConfigurationRequest";
|
|
217
|
+
const _PQIP = "ProtectedQueryInputParameters";
|
|
218
|
+
const _PQSQLP = "ProtectedQuerySQLParameters";
|
|
219
|
+
const _RC = "ResourceConfig";
|
|
220
|
+
const _RM = "RelevanceMetric";
|
|
221
|
+
const _RMe = "RelevanceMetrics";
|
|
222
|
+
const _RNFE = "ResourceNotFoundException";
|
|
223
|
+
const _SAEJ = "StartAudienceExportJob";
|
|
224
|
+
const _SAEJR = "StartAudienceExportJobRequest";
|
|
225
|
+
const _SAGJ = "StartAudienceGenerationJob";
|
|
226
|
+
const _SAGJR = "StartAudienceGenerationJobRequest";
|
|
227
|
+
const _SAGJRt = "StartAudienceGenerationJobResponse";
|
|
228
|
+
const _SC = "StoppingCondition";
|
|
229
|
+
const _SCM = "S3ConfigMap";
|
|
230
|
+
const _SD = "StatusDetails";
|
|
231
|
+
const _SQEE = "ServiceQuotaExceededException";
|
|
232
|
+
const _STMEJ = "StartTrainedModelExportJob";
|
|
233
|
+
const _STMEJR = "StartTrainedModelExportJobRequest";
|
|
234
|
+
const _STMIJ = "StartTrainedModelInferenceJob";
|
|
235
|
+
const _STMIJR = "StartTrainedModelInferenceJobRequest";
|
|
236
|
+
const _STMIJRt = "StartTrainedModelInferenceJobResponse";
|
|
237
|
+
const _TDL = "TrainingDatasetList";
|
|
238
|
+
const _TDS = "TrainingDatasetSummary";
|
|
239
|
+
const _TE = "ThrottlingException";
|
|
240
|
+
const _TMAMS = "TrainedModelArtifactMaxSize";
|
|
241
|
+
const _TMCP = "TrainedModelsConfigurationPolicy";
|
|
242
|
+
const _TMECP = "TrainedModelExportsConfigurationPolicy";
|
|
243
|
+
const _TMEMS = "TrainedModelExportsMaxSize";
|
|
244
|
+
const _TMEOC = "TrainedModelExportOutputConfiguration";
|
|
245
|
+
const _TMERM = "TrainedModelExportReceiverMember";
|
|
246
|
+
const _TMERMr = "TrainedModelExportReceiverMembers";
|
|
247
|
+
const _TMIJCP = "TrainedModelInferenceJobsConfigurationPolicy";
|
|
248
|
+
const _TMIJL = "TrainedModelInferenceJobList";
|
|
249
|
+
const _TMIJS = "TrainedModelInferenceJobSummary";
|
|
250
|
+
const _TMIMOS = "TrainedModelInferenceMaxOutputSize";
|
|
251
|
+
const _TML = "TrainedModelList";
|
|
252
|
+
const _TMS = "TrainedModelSummary";
|
|
253
|
+
const _TR = "TagResource";
|
|
254
|
+
const _TRR = "TagResourceRequest";
|
|
255
|
+
const _TRRa = "TagResourceResponse";
|
|
256
|
+
const _UCAM = "UpdateConfiguredAudienceModel";
|
|
257
|
+
const _UCAMR = "UpdateConfiguredAudienceModelRequest";
|
|
258
|
+
const _UCAMRp = "UpdateConfiguredAudienceModelResponse";
|
|
259
|
+
const _UR = "UntagResource";
|
|
260
|
+
const _URR = "UntagResourceRequest";
|
|
261
|
+
const _URRn = "UntagResourceResponse";
|
|
262
|
+
const _VE = "ValidationException";
|
|
263
|
+
const _WCC = "WorkerComputeConfiguration";
|
|
264
|
+
const _a = "arguments";
|
|
265
|
+
const _aAI = "allowedAccountIds";
|
|
266
|
+
const _aB = "accessBudgets";
|
|
267
|
+
const _aEJ = "audienceExportJobs";
|
|
268
|
+
const _aGJ = "audienceGenerationJobs";
|
|
269
|
+
const _aGJA = "audienceGenerationJobArn";
|
|
270
|
+
const _aI = "accountId";
|
|
271
|
+
const _aM = "audienceModels";
|
|
272
|
+
const _aMA = "audienceModelArn";
|
|
273
|
+
const _aR = "autoRefresh";
|
|
274
|
+
const _aRB = "aggregateRemainingBudget";
|
|
275
|
+
const _aS = "audienceSize";
|
|
276
|
+
const _aSB = "audienceSizeBins";
|
|
277
|
+
const _aSC = "audienceSizeConfig";
|
|
278
|
+
const _aST = "audienceSizeType";
|
|
279
|
+
const _aTA = "analysisTemplateArn";
|
|
280
|
+
const _ac = "accept";
|
|
281
|
+
const _b = "budget";
|
|
282
|
+
const _bT = "budgetType";
|
|
283
|
+
const _c = "client";
|
|
284
|
+
const _cAI = "creatorAccountId";
|
|
285
|
+
const _cAM = "configuredAudienceModels";
|
|
286
|
+
const _cAMA = "configuredAudienceModelArn";
|
|
287
|
+
const _cAMP = "configuredAudienceModelPolicy";
|
|
288
|
+
const _cC = "computeConfiguration";
|
|
289
|
+
const _cCMAA = "collaborationConfiguredModelAlgorithmAssociations";
|
|
290
|
+
const _cDI = "customDataIdentifiers";
|
|
291
|
+
const _cEC = "customEntityConfig";
|
|
292
|
+
const _cEP = "containerExecutionParameters";
|
|
293
|
+
const _cI = "collaborationId";
|
|
294
|
+
const _cIa = "catalogId";
|
|
295
|
+
const _cIo = "collaborationIdentifier";
|
|
296
|
+
const _cL = "containerLogs";
|
|
297
|
+
const _cM = "containerMetrics";
|
|
298
|
+
const _cMA = "configuredModelAlgorithms";
|
|
299
|
+
const _cMAA = "configuredModelAlgorithmArn";
|
|
300
|
+
const _cMAAA = "configuredModelAlgorithmAssociationArn";
|
|
301
|
+
const _cMAAo = "configuredModelAlgorithmAssociations";
|
|
302
|
+
const _cMLICL = "collaborationMLInputChannelsList";
|
|
303
|
+
const _cN = "columnName";
|
|
304
|
+
const _cNh = "channelName";
|
|
305
|
+
const _cRTOCP = "childResourceTagOnCreatePolicy";
|
|
306
|
+
const _cT = "createTime";
|
|
307
|
+
const _cTM = "collaborationTrainedModels";
|
|
308
|
+
const _cTMEJ = "collaborationTrainedModelExportJobs";
|
|
309
|
+
const _cTMIJ = "collaborationTrainedModelInferenceJobs";
|
|
310
|
+
const _cTo = "columnTypes";
|
|
311
|
+
const _d = "details";
|
|
312
|
+
const _dC = "dataChannels";
|
|
313
|
+
const _dN = "databaseName";
|
|
314
|
+
const _dOL = "defaultOutputLocation";
|
|
315
|
+
const _dS = "dataSource";
|
|
316
|
+
const _de = "description";
|
|
317
|
+
const _des = "destination";
|
|
318
|
+
const _e = "error";
|
|
319
|
+
const _eT = "endTime";
|
|
320
|
+
const _eTR = "entitiesToRedact";
|
|
321
|
+
const _en = "entrypoint";
|
|
322
|
+
const _env = "environment";
|
|
323
|
+
const _fP = "filterPattern";
|
|
324
|
+
const _fTE = "filesToExport";
|
|
325
|
+
const _gDS = "glueDataSource";
|
|
326
|
+
const _h = "hyperparameters";
|
|
327
|
+
const _hE = "httpError";
|
|
328
|
+
const _hQ = "httpQuery";
|
|
329
|
+
const _ht = "http";
|
|
330
|
+
const _iC = "inputChannel";
|
|
331
|
+
const _iCC = "inferenceContainerConfig";
|
|
332
|
+
const _iCID = "inferenceContainerImageDigest";
|
|
333
|
+
const _iCn = "inputConfig";
|
|
334
|
+
const _iCns = "instanceCount";
|
|
335
|
+
const _iSIO = "includeSeedInOutput";
|
|
336
|
+
const _iT = "instanceType";
|
|
337
|
+
const _iTDC = "incrementalTrainingDataChannels";
|
|
338
|
+
const _iU = "imageUri";
|
|
339
|
+
const _kKA = "kmsKeyArn";
|
|
340
|
+
const _lRC = "logRedactionConfiguration";
|
|
341
|
+
const _lS = "logsStatus";
|
|
342
|
+
const _lSD = "logsStatusDetails";
|
|
343
|
+
const _lT = "logType";
|
|
344
|
+
const _m = "message";
|
|
345
|
+
const _mAS = "maxArtifactSize";
|
|
346
|
+
const _mD = "metricDefinitions";
|
|
347
|
+
const _mI = "membershipIdentifier";
|
|
348
|
+
const _mICA = "mlInputChannelArn";
|
|
349
|
+
const _mICL = "mlInputChannelsList";
|
|
350
|
+
const _mMSS = "minMatchingSeedSize";
|
|
351
|
+
const _mN = "modelName";
|
|
352
|
+
const _mOS = "maxOutputSize";
|
|
353
|
+
const _mPIMB = "maxPayloadInMB";
|
|
354
|
+
const _mR = "maxResults";
|
|
355
|
+
const _mRIS = "maxRuntimeInSeconds";
|
|
356
|
+
const _mS = "metricsStatus";
|
|
357
|
+
const _mSD = "metricsStatusDetails";
|
|
358
|
+
const _mSa = "maxSize";
|
|
359
|
+
const _me = "metrics";
|
|
360
|
+
const _mem = "members";
|
|
361
|
+
const _n = "name";
|
|
362
|
+
const _nL = "noiseLevel";
|
|
363
|
+
const _nOF = "numberOfFiles";
|
|
364
|
+
const _nOR = "numberOfRecords";
|
|
365
|
+
const _nT = "nextToken";
|
|
366
|
+
const _nu = "number";
|
|
367
|
+
const _oC = "outputConfiguration";
|
|
368
|
+
const _oCu = "outputConfig";
|
|
369
|
+
const _oL = "outputLocation";
|
|
370
|
+
const _p = "policies";
|
|
371
|
+
const _pB = "privacyBudgets";
|
|
372
|
+
const _pC = "privacyConfiguration";
|
|
373
|
+
const _pEC = "policyExistenceCondition";
|
|
374
|
+
const _pH = "policyHash";
|
|
375
|
+
const _pPH = "previousPolicyHash";
|
|
376
|
+
const _pQI = "protectedQueryIdentifier";
|
|
377
|
+
const _pQIP = "protectedQueryInputParameters";
|
|
378
|
+
const _pa = "parameters";
|
|
379
|
+
const _qN = "quotaName";
|
|
380
|
+
const _qS = "queryString";
|
|
381
|
+
const _qV = "quotaValue";
|
|
382
|
+
const _r = "regex";
|
|
383
|
+
const _rA = "resourceArn";
|
|
384
|
+
const _rAo = "roleArn";
|
|
385
|
+
const _rB = "remainingBudget";
|
|
386
|
+
const _rC = "resourceConfig";
|
|
387
|
+
const _rF = "resultFormat";
|
|
388
|
+
const _rID = "retentionInDays";
|
|
389
|
+
const _rM = "relevanceMetrics";
|
|
390
|
+
const _rMe = "recallMetric";
|
|
391
|
+
const _s = "status";
|
|
392
|
+
const _sA = "seedAudience";
|
|
393
|
+
const _sAM = "sharedAudienceMetrics";
|
|
394
|
+
const _sB = "startedBy";
|
|
395
|
+
const _sC = "stoppingCondition";
|
|
396
|
+
const _sCC = "sqlComputeConfiguration";
|
|
397
|
+
const _sCt = "statusCode";
|
|
398
|
+
const _sD = "s3Destination";
|
|
399
|
+
const _sDDT = "s3DataDistributionType";
|
|
400
|
+
const _sDt = "statusDetails";
|
|
401
|
+
const _sIG = "sizeInGb";
|
|
402
|
+
const _sP = "sqlParameters";
|
|
403
|
+
const _sT = "startTime";
|
|
404
|
+
const _sU = "s3Uri";
|
|
405
|
+
const _sc = "schema";
|
|
406
|
+
const _sco = "score";
|
|
407
|
+
const _se = "server";
|
|
408
|
+
const _sm = "smithy.ts.sdk.synthetic.com.amazonaws.cleanroomsml";
|
|
409
|
+
const _t = "type";
|
|
410
|
+
const _tCC = "trainingContainerConfig";
|
|
411
|
+
const _tCID = "trainingContainerImageDigest";
|
|
412
|
+
const _tD = "trainingData";
|
|
413
|
+
const _tDA = "trainingDatasetArn";
|
|
414
|
+
const _tDET = "trainingDataEndTime";
|
|
415
|
+
const _tDST = "trainingDataStartTime";
|
|
416
|
+
const _tDr = "trainingDatasets";
|
|
417
|
+
const _tIM = "trainingInputMode";
|
|
418
|
+
const _tK = "tagKeys";
|
|
419
|
+
const _tM = "trainedModels";
|
|
420
|
+
const _tMA = "trainedModelArn";
|
|
421
|
+
const _tME = "trainedModelExports";
|
|
422
|
+
const _tMIJ = "trainedModelInferenceJobs";
|
|
423
|
+
const _tMIJA = "trainedModelInferenceJobArn";
|
|
424
|
+
const _tMVI = "trainedModelVersionIdentifier";
|
|
425
|
+
const _tN = "tableName";
|
|
426
|
+
const _ta = "tags";
|
|
427
|
+
const _u = "unit";
|
|
428
|
+
const _uT = "updateTime";
|
|
429
|
+
const _v = "value";
|
|
430
|
+
const _vI = "versionIdentifier";
|
|
431
|
+
const _vSIGB = "volumeSizeInGB";
|
|
432
|
+
const _w = "worker";
|
|
433
|
+
const n0 = "com.amazonaws.cleanroomsml";
|
|
434
|
+
import { TypeRegistry } from "@smithy/core/schema";
|
|
435
|
+
import { CleanRoomsMLServiceException as __CleanRoomsMLServiceException } from "../models/CleanRoomsMLServiceException";
|
|
436
|
+
import { AccessDeniedException as __AccessDeniedException, ConflictException as __ConflictException, InternalServiceException as __InternalServiceException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/index";
|
|
437
|
+
export var AccessBudget = [
|
|
438
|
+
3,
|
|
439
|
+
n0,
|
|
440
|
+
_AB,
|
|
441
|
+
0,
|
|
442
|
+
[_rA, _d, _aRB],
|
|
443
|
+
[0, () => AccessBudgetDetailsList, 1],
|
|
444
|
+
];
|
|
445
|
+
export var AccessBudgetDetails = [
|
|
446
|
+
3,
|
|
447
|
+
n0,
|
|
448
|
+
_ABD,
|
|
449
|
+
0,
|
|
450
|
+
[_sT, _eT, _rB, _b, _bT, _aR],
|
|
451
|
+
[5, 5, 1, 1, 0, 0],
|
|
452
|
+
];
|
|
453
|
+
export var AccessDeniedException = [
|
|
454
|
+
-3,
|
|
455
|
+
n0,
|
|
456
|
+
_ADE,
|
|
457
|
+
{
|
|
458
|
+
[_e]: _c,
|
|
459
|
+
[_hE]: 403,
|
|
460
|
+
},
|
|
461
|
+
[_m],
|
|
462
|
+
[0],
|
|
463
|
+
];
|
|
464
|
+
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
465
|
+
export var AudienceDestination = [3, n0, _AD, 0, [_sD], [() => S3ConfigMap]];
|
|
466
|
+
export var AudienceExportJobSummary = [
|
|
467
|
+
3,
|
|
468
|
+
n0,
|
|
469
|
+
_AEJS,
|
|
470
|
+
0,
|
|
471
|
+
[_cT, _uT, _n, _aGJA, _aS, _de, _s, _sDt, _oL],
|
|
472
|
+
[5, 5, 0, 0, () => AudienceSize, 0, 0, () => StatusDetails, 0],
|
|
473
|
+
];
|
|
474
|
+
export var AudienceGenerationJobDataSource = [
|
|
475
|
+
3,
|
|
476
|
+
n0,
|
|
477
|
+
_AGJDS,
|
|
478
|
+
0,
|
|
479
|
+
[_dS, _rAo, _sP, _sCC],
|
|
480
|
+
[() => S3ConfigMap, 0, [() => ProtectedQuerySQLParameters, 0], () => ComputeConfiguration],
|
|
481
|
+
];
|
|
482
|
+
export var AudienceGenerationJobSummary = [
|
|
483
|
+
3,
|
|
484
|
+
n0,
|
|
485
|
+
_AGJS,
|
|
486
|
+
0,
|
|
487
|
+
[_cT, _uT, _aGJA, _n, _de, _s, _cAMA, _cI, _sB],
|
|
488
|
+
[5, 5, 0, 0, 0, 0, 0, 0, 0],
|
|
489
|
+
];
|
|
490
|
+
export var AudienceModelSummary = [
|
|
491
|
+
3,
|
|
492
|
+
n0,
|
|
493
|
+
_AMS,
|
|
494
|
+
0,
|
|
495
|
+
[_cT, _uT, _aMA, _n, _tDA, _s, _de],
|
|
496
|
+
[5, 5, 0, 0, 0, 0, 0],
|
|
497
|
+
];
|
|
498
|
+
export var AudienceQualityMetrics = [3, n0, _AQM, 0, [_rM, _rMe], [() => RelevanceMetrics, 1]];
|
|
499
|
+
export var AudienceSize = [3, n0, _AS, 0, [_t, _v], [0, 1]];
|
|
500
|
+
export var AudienceSizeConfig = [3, n0, _ASC, 0, [_aST, _aSB], [0, 64 | 1]];
|
|
501
|
+
export var CancelTrainedModelInferenceJobRequest = [
|
|
502
|
+
3,
|
|
503
|
+
n0,
|
|
504
|
+
_CTMIJR,
|
|
505
|
+
0,
|
|
506
|
+
[_mI, _tMIJA],
|
|
507
|
+
[
|
|
508
|
+
[0, 1],
|
|
509
|
+
[0, 1],
|
|
510
|
+
],
|
|
511
|
+
];
|
|
512
|
+
export var CancelTrainedModelRequest = [
|
|
513
|
+
3,
|
|
514
|
+
n0,
|
|
515
|
+
_CTMR,
|
|
516
|
+
0,
|
|
517
|
+
[_mI, _tMA, _vI],
|
|
518
|
+
[
|
|
519
|
+
[0, 1],
|
|
520
|
+
[0, 1],
|
|
521
|
+
[
|
|
522
|
+
0,
|
|
523
|
+
{
|
|
524
|
+
[_hQ]: _vI,
|
|
525
|
+
},
|
|
526
|
+
],
|
|
527
|
+
],
|
|
528
|
+
];
|
|
529
|
+
export var CollaborationConfiguredModelAlgorithmAssociationSummary = [
|
|
530
|
+
3,
|
|
531
|
+
n0,
|
|
532
|
+
_CCMAAS,
|
|
533
|
+
0,
|
|
534
|
+
[_cT, _uT, _cMAAA, _n, _de, _mI, _cIo, _cMAA, _cAI],
|
|
535
|
+
[5, 5, 0, 0, 0, 0, 0, 0, 0],
|
|
536
|
+
];
|
|
537
|
+
export var CollaborationMLInputChannelSummary = [
|
|
538
|
+
3,
|
|
539
|
+
n0,
|
|
540
|
+
_CMLICS,
|
|
541
|
+
0,
|
|
542
|
+
[_cT, _uT, _mI, _cIo, _n, _cMAAo, _mICA, _s, _cAI, _de],
|
|
543
|
+
[5, 5, 0, 0, 0, 64 | 0, 0, 0, 0, 0],
|
|
544
|
+
];
|
|
545
|
+
export var CollaborationTrainedModelExportJobSummary = [
|
|
546
|
+
3,
|
|
547
|
+
n0,
|
|
548
|
+
_CTMEJS,
|
|
549
|
+
0,
|
|
550
|
+
[_cT, _uT, _n, _oC, _s, _sDt, _de, _cAI, _tMA, _tMVI, _mI, _cIo],
|
|
551
|
+
[5, 5, 0, () => TrainedModelExportOutputConfiguration, 0, () => StatusDetails, 0, 0, 0, 0, 0, 0],
|
|
552
|
+
];
|
|
553
|
+
export var CollaborationTrainedModelInferenceJobSummary = [
|
|
554
|
+
3,
|
|
555
|
+
n0,
|
|
556
|
+
_CTMIJS,
|
|
557
|
+
0,
|
|
558
|
+
[_tMIJA, _cMAAA, _mI, _tMA, _tMVI, _cIo, _s, _oC, _n, _de, _mS, _mSD, _lS, _lSD, _cT, _uT, _cAI],
|
|
559
|
+
[0, 0, 0, 0, 0, 0, 0, () => InferenceOutputConfiguration, 0, 0, 0, 0, 0, 0, 5, 5, 0],
|
|
560
|
+
];
|
|
561
|
+
export var CollaborationTrainedModelSummary = [
|
|
562
|
+
3,
|
|
563
|
+
n0,
|
|
564
|
+
_CTMS,
|
|
565
|
+
0,
|
|
566
|
+
[_cT, _uT, _tMA, _n, _vI, _iTDC, _de, _mI, _cIo, _s, _cMAAA, _cAI],
|
|
567
|
+
[5, 5, 0, 0, 0, () => IncrementalTrainingDataChannelsOutput, 0, 0, 0, 0, 0, 0],
|
|
568
|
+
];
|
|
569
|
+
export var ColumnSchema = [3, n0, _CS, 0, [_cN, _cTo], [0, 64 | 0]];
|
|
570
|
+
export var ConfiguredAudienceModelOutputConfig = [
|
|
571
|
+
3,
|
|
572
|
+
n0,
|
|
573
|
+
_CAMOC,
|
|
574
|
+
0,
|
|
575
|
+
[_des, _rAo],
|
|
576
|
+
[() => AudienceDestination, 0],
|
|
577
|
+
];
|
|
578
|
+
export var ConfiguredAudienceModelSummary = [
|
|
579
|
+
3,
|
|
580
|
+
n0,
|
|
581
|
+
_CAMS,
|
|
582
|
+
0,
|
|
583
|
+
[_cT, _uT, _n, _aMA, _oCu, _de, _cAMA, _s],
|
|
584
|
+
[5, 5, 0, 0, () => ConfiguredAudienceModelOutputConfig, 0, 0, 0],
|
|
585
|
+
];
|
|
586
|
+
export var ConfiguredModelAlgorithmAssociationSummary = [
|
|
587
|
+
3,
|
|
588
|
+
n0,
|
|
589
|
+
_CMAAS,
|
|
590
|
+
0,
|
|
591
|
+
[_cT, _uT, _cMAAA, _cMAA, _n, _de, _mI, _cIo],
|
|
592
|
+
[5, 5, 0, 0, 0, 0, 0, 0],
|
|
593
|
+
];
|
|
594
|
+
export var ConfiguredModelAlgorithmSummary = [
|
|
595
|
+
3,
|
|
596
|
+
n0,
|
|
597
|
+
_CMAS,
|
|
598
|
+
0,
|
|
599
|
+
[_cT, _uT, _cMAA, _n, _de],
|
|
600
|
+
[5, 5, 0, 0, 0],
|
|
601
|
+
];
|
|
602
|
+
export var ConflictException = [
|
|
603
|
+
-3,
|
|
604
|
+
n0,
|
|
605
|
+
_CE,
|
|
606
|
+
{
|
|
607
|
+
[_e]: _c,
|
|
608
|
+
[_hE]: 409,
|
|
609
|
+
},
|
|
610
|
+
[_m],
|
|
611
|
+
[0],
|
|
612
|
+
];
|
|
613
|
+
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
614
|
+
export var ContainerConfig = [
|
|
615
|
+
3,
|
|
616
|
+
n0,
|
|
617
|
+
_CC,
|
|
618
|
+
0,
|
|
619
|
+
[_iU, _en, _a, _mD],
|
|
620
|
+
[0, 64 | 0, 64 | 0, () => MetricDefinitionList],
|
|
621
|
+
];
|
|
622
|
+
export var CreateAudienceModelRequest = [
|
|
623
|
+
3,
|
|
624
|
+
n0,
|
|
625
|
+
_CAMR,
|
|
626
|
+
0,
|
|
627
|
+
[_tDST, _tDET, _n, _tDA, _kKA, _ta, _de],
|
|
628
|
+
[5, 5, 0, 0, 0, 128 | 0, 0],
|
|
629
|
+
];
|
|
630
|
+
export var CreateAudienceModelResponse = [3, n0, _CAMRr, 0, [_aMA], [0]];
|
|
631
|
+
export var CreateConfiguredAudienceModelRequest = [
|
|
632
|
+
3,
|
|
633
|
+
n0,
|
|
634
|
+
_CCAMR,
|
|
635
|
+
0,
|
|
636
|
+
[_n, _aMA, _oCu, _de, _sAM, _mMSS, _aSC, _ta, _cRTOCP],
|
|
637
|
+
[0, 0, () => ConfiguredAudienceModelOutputConfig, 0, 64 | 0, 1, () => AudienceSizeConfig, 128 | 0, 0],
|
|
638
|
+
];
|
|
639
|
+
export var CreateConfiguredAudienceModelResponse = [3, n0, _CCAMRr, 0, [_cAMA], [0]];
|
|
640
|
+
export var CreateConfiguredModelAlgorithmAssociationRequest = [
|
|
641
|
+
3,
|
|
642
|
+
n0,
|
|
643
|
+
_CCMAAR,
|
|
644
|
+
0,
|
|
645
|
+
[_mI, _cMAA, _n, _de, _pC, _ta],
|
|
646
|
+
[[0, 1], 0, 0, 0, () => PrivacyConfiguration, 128 | 0],
|
|
647
|
+
];
|
|
648
|
+
export var CreateConfiguredModelAlgorithmAssociationResponse = [
|
|
649
|
+
3,
|
|
650
|
+
n0,
|
|
651
|
+
_CCMAARr,
|
|
652
|
+
0,
|
|
653
|
+
[_cMAAA],
|
|
654
|
+
[0],
|
|
655
|
+
];
|
|
656
|
+
export var CreateConfiguredModelAlgorithmRequest = [
|
|
657
|
+
3,
|
|
658
|
+
n0,
|
|
659
|
+
_CCMAR,
|
|
660
|
+
0,
|
|
661
|
+
[_n, _de, _rAo, _tCC, _iCC, _ta, _kKA],
|
|
662
|
+
[0, 0, 0, () => ContainerConfig, () => InferenceContainerConfig, 128 | 0, 0],
|
|
663
|
+
];
|
|
664
|
+
export var CreateConfiguredModelAlgorithmResponse = [3, n0, _CCMARr, 0, [_cMAA], [0]];
|
|
665
|
+
export var CreateMLInputChannelRequest = [
|
|
666
|
+
3,
|
|
667
|
+
n0,
|
|
668
|
+
_CMLICR,
|
|
669
|
+
0,
|
|
670
|
+
[_mI, _cMAAo, _iC, _n, _rID, _de, _kKA, _ta],
|
|
671
|
+
[[0, 1], 64 | 0, [() => InputChannel, 0], 0, 1, 0, 0, 128 | 0],
|
|
672
|
+
];
|
|
673
|
+
export var CreateMLInputChannelResponse = [3, n0, _CMLICRr, 0, [_mICA], [0]];
|
|
674
|
+
export var CreateTrainedModelRequest = [
|
|
675
|
+
3,
|
|
676
|
+
n0,
|
|
677
|
+
_CTMRr,
|
|
678
|
+
0,
|
|
679
|
+
[_mI, _n, _cMAAA, _h, _env, _rC, _sC, _iTDC, _dC, _tIM, _de, _kKA, _ta],
|
|
680
|
+
[
|
|
681
|
+
[0, 1],
|
|
682
|
+
0,
|
|
683
|
+
0,
|
|
684
|
+
128 | 0,
|
|
685
|
+
128 | 0,
|
|
686
|
+
() => ResourceConfig,
|
|
687
|
+
() => StoppingCondition,
|
|
688
|
+
() => IncrementalTrainingDataChannels,
|
|
689
|
+
() => ModelTrainingDataChannels,
|
|
690
|
+
0,
|
|
691
|
+
0,
|
|
692
|
+
0,
|
|
693
|
+
128 | 0,
|
|
694
|
+
],
|
|
695
|
+
];
|
|
696
|
+
export var CreateTrainedModelResponse = [3, n0, _CTMRre, 0, [_tMA, _vI], [0, 0]];
|
|
697
|
+
export var CreateTrainingDatasetRequest = [
|
|
698
|
+
3,
|
|
699
|
+
n0,
|
|
700
|
+
_CTDR,
|
|
701
|
+
0,
|
|
702
|
+
[_n, _rAo, _tD, _ta, _de],
|
|
703
|
+
[0, 0, () => DatasetList, 128 | 0, 0],
|
|
704
|
+
];
|
|
705
|
+
export var CreateTrainingDatasetResponse = [3, n0, _CTDRr, 0, [_tDA], [0]];
|
|
706
|
+
export var CustomEntityConfig = [3, n0, _CEC, 0, [_cDI], [64 | 0]];
|
|
707
|
+
export var Dataset = [3, n0, _D, 0, [_t, _iCn], [0, () => DatasetInputConfig]];
|
|
708
|
+
export var DatasetInputConfig = [
|
|
709
|
+
3,
|
|
710
|
+
n0,
|
|
711
|
+
_DIC,
|
|
712
|
+
0,
|
|
713
|
+
[_sc, _dS],
|
|
714
|
+
[() => DatasetSchemaList, () => DataSource],
|
|
715
|
+
];
|
|
716
|
+
export var DataSource = [3, n0, _DS, 0, [_gDS], [() => GlueDataSource]];
|
|
717
|
+
export var DeleteAudienceGenerationJobRequest = [3, n0, _DAGJR, 0, [_aGJA], [[0, 1]]];
|
|
718
|
+
export var DeleteAudienceModelRequest = [3, n0, _DAMR, 0, [_aMA], [[0, 1]]];
|
|
719
|
+
export var DeleteConfiguredAudienceModelPolicyRequest = [3, n0, _DCAMPR, 0, [_cAMA], [[0, 1]]];
|
|
720
|
+
export var DeleteConfiguredAudienceModelRequest = [3, n0, _DCAMR, 0, [_cAMA], [[0, 1]]];
|
|
721
|
+
export var DeleteConfiguredModelAlgorithmAssociationRequest = [
|
|
722
|
+
3,
|
|
723
|
+
n0,
|
|
724
|
+
_DCMAAR,
|
|
725
|
+
0,
|
|
726
|
+
[_cMAAA, _mI],
|
|
727
|
+
[
|
|
728
|
+
[0, 1],
|
|
729
|
+
[0, 1],
|
|
730
|
+
],
|
|
731
|
+
];
|
|
732
|
+
export var DeleteConfiguredModelAlgorithmRequest = [3, n0, _DCMAR, 0, [_cMAA], [[0, 1]]];
|
|
733
|
+
export var DeleteMLConfigurationRequest = [3, n0, _DMLCR, 0, [_mI], [[0, 1]]];
|
|
734
|
+
export var DeleteMLInputChannelDataRequest = [
|
|
735
|
+
3,
|
|
736
|
+
n0,
|
|
737
|
+
_DMLICDR,
|
|
738
|
+
0,
|
|
739
|
+
[_mICA, _mI],
|
|
740
|
+
[
|
|
741
|
+
[0, 1],
|
|
742
|
+
[0, 1],
|
|
743
|
+
],
|
|
744
|
+
];
|
|
745
|
+
export var DeleteTrainedModelOutputRequest = [
|
|
746
|
+
3,
|
|
747
|
+
n0,
|
|
748
|
+
_DTMOR,
|
|
749
|
+
0,
|
|
750
|
+
[_tMA, _mI, _vI],
|
|
751
|
+
[
|
|
752
|
+
[0, 1],
|
|
753
|
+
[0, 1],
|
|
754
|
+
[
|
|
755
|
+
0,
|
|
756
|
+
{
|
|
757
|
+
[_hQ]: _vI,
|
|
758
|
+
},
|
|
759
|
+
],
|
|
760
|
+
],
|
|
761
|
+
];
|
|
762
|
+
export var DeleteTrainingDatasetRequest = [3, n0, _DTDR, 0, [_tDA], [[0, 1]]];
|
|
763
|
+
export var Destination = [3, n0, _De, 0, [_sD], [() => S3ConfigMap]];
|
|
764
|
+
export var GetAudienceGenerationJobRequest = [3, n0, _GAGJR, 0, [_aGJA], [[0, 1]]];
|
|
765
|
+
export var GetAudienceGenerationJobResponse = [
|
|
766
|
+
3,
|
|
767
|
+
n0,
|
|
768
|
+
_GAGJRe,
|
|
769
|
+
0,
|
|
770
|
+
[_cT, _uT, _aGJA, _n, _de, _s, _sDt, _cAMA, _sA, _iSIO, _cI, _me, _sB, _ta, _pQI],
|
|
771
|
+
[
|
|
772
|
+
5,
|
|
773
|
+
5,
|
|
774
|
+
0,
|
|
775
|
+
0,
|
|
776
|
+
0,
|
|
777
|
+
0,
|
|
778
|
+
() => StatusDetails,
|
|
779
|
+
0,
|
|
780
|
+
[() => AudienceGenerationJobDataSource, 0],
|
|
781
|
+
2,
|
|
782
|
+
0,
|
|
783
|
+
() => AudienceQualityMetrics,
|
|
784
|
+
0,
|
|
785
|
+
128 | 0,
|
|
786
|
+
0,
|
|
787
|
+
],
|
|
788
|
+
];
|
|
789
|
+
export var GetAudienceModelRequest = [3, n0, _GAMR, 0, [_aMA], [[0, 1]]];
|
|
790
|
+
export var GetAudienceModelResponse = [
|
|
791
|
+
3,
|
|
792
|
+
n0,
|
|
793
|
+
_GAMRe,
|
|
794
|
+
0,
|
|
795
|
+
[_cT, _uT, _tDST, _tDET, _aMA, _n, _tDA, _s, _sDt, _kKA, _ta, _de],
|
|
796
|
+
[5, 5, 5, 5, 0, 0, 0, 0, () => StatusDetails, 0, 128 | 0, 0],
|
|
797
|
+
];
|
|
798
|
+
export var GetCollaborationConfiguredModelAlgorithmAssociationRequest = [
|
|
799
|
+
3,
|
|
800
|
+
n0,
|
|
801
|
+
_GCCMAAR,
|
|
802
|
+
0,
|
|
803
|
+
[_cMAAA, _cIo],
|
|
804
|
+
[
|
|
805
|
+
[0, 1],
|
|
806
|
+
[0, 1],
|
|
807
|
+
],
|
|
808
|
+
];
|
|
809
|
+
export var GetCollaborationConfiguredModelAlgorithmAssociationResponse = [
|
|
810
|
+
3,
|
|
811
|
+
n0,
|
|
812
|
+
_GCCMAARe,
|
|
813
|
+
0,
|
|
814
|
+
[_cT, _uT, _cMAAA, _mI, _cIo, _cMAA, _n, _de, _cAI, _pC],
|
|
815
|
+
[5, 5, 0, 0, 0, 0, 0, 0, 0, () => PrivacyConfiguration],
|
|
816
|
+
];
|
|
817
|
+
export var GetCollaborationMLInputChannelRequest = [
|
|
818
|
+
3,
|
|
819
|
+
n0,
|
|
820
|
+
_GCMLICR,
|
|
821
|
+
0,
|
|
822
|
+
[_mICA, _cIo],
|
|
823
|
+
[
|
|
824
|
+
[0, 1],
|
|
825
|
+
[0, 1],
|
|
826
|
+
],
|
|
827
|
+
];
|
|
828
|
+
export var GetCollaborationMLInputChannelResponse = [
|
|
829
|
+
3,
|
|
830
|
+
n0,
|
|
831
|
+
_GCMLICRe,
|
|
832
|
+
0,
|
|
833
|
+
[_mI, _cIo, _mICA, _n, _cMAAo, _s, _sDt, _rID, _nOR, _pB, _de, _cT, _uT, _cAI],
|
|
834
|
+
[0, 0, 0, 0, 64 | 0, 0, () => StatusDetails, 1, 1, () => PrivacyBudgets, 0, 5, 5, 0],
|
|
835
|
+
];
|
|
836
|
+
export var GetCollaborationTrainedModelRequest = [
|
|
837
|
+
3,
|
|
838
|
+
n0,
|
|
839
|
+
_GCTMR,
|
|
840
|
+
0,
|
|
841
|
+
[_tMA, _cIo, _vI],
|
|
842
|
+
[
|
|
843
|
+
[0, 1],
|
|
844
|
+
[0, 1],
|
|
845
|
+
[
|
|
846
|
+
0,
|
|
847
|
+
{
|
|
848
|
+
[_hQ]: _vI,
|
|
849
|
+
},
|
|
850
|
+
],
|
|
851
|
+
],
|
|
852
|
+
];
|
|
853
|
+
export var GetCollaborationTrainedModelResponse = [
|
|
854
|
+
3,
|
|
855
|
+
n0,
|
|
856
|
+
_GCTMRe,
|
|
857
|
+
0,
|
|
858
|
+
[_mI, _cIo, _tMA, _vI, _iTDC, _n, _de, _s, _sDt, _cMAAA, _rC, _tIM, _sC, _mS, _mSD, _lS, _lSD, _tCID, _cT, _uT, _cAI],
|
|
859
|
+
[
|
|
860
|
+
0,
|
|
861
|
+
0,
|
|
862
|
+
0,
|
|
863
|
+
0,
|
|
864
|
+
() => IncrementalTrainingDataChannelsOutput,
|
|
865
|
+
0,
|
|
866
|
+
0,
|
|
867
|
+
0,
|
|
868
|
+
() => StatusDetails,
|
|
869
|
+
0,
|
|
870
|
+
() => ResourceConfig,
|
|
871
|
+
0,
|
|
872
|
+
() => StoppingCondition,
|
|
873
|
+
0,
|
|
874
|
+
0,
|
|
875
|
+
0,
|
|
876
|
+
0,
|
|
877
|
+
0,
|
|
878
|
+
5,
|
|
879
|
+
5,
|
|
880
|
+
0,
|
|
881
|
+
],
|
|
882
|
+
];
|
|
883
|
+
export var GetConfiguredAudienceModelPolicyRequest = [3, n0, _GCAMPR, 0, [_cAMA], [[0, 1]]];
|
|
884
|
+
export var GetConfiguredAudienceModelPolicyResponse = [
|
|
885
|
+
3,
|
|
886
|
+
n0,
|
|
887
|
+
_GCAMPRe,
|
|
888
|
+
0,
|
|
889
|
+
[_cAMA, _cAMP, _pH],
|
|
890
|
+
[0, 0, 0],
|
|
891
|
+
];
|
|
892
|
+
export var GetConfiguredAudienceModelRequest = [3, n0, _GCAMR, 0, [_cAMA], [[0, 1]]];
|
|
893
|
+
export var GetConfiguredAudienceModelResponse = [
|
|
894
|
+
3,
|
|
895
|
+
n0,
|
|
896
|
+
_GCAMRe,
|
|
897
|
+
0,
|
|
898
|
+
[_cT, _uT, _cAMA, _n, _aMA, _oCu, _de, _s, _sAM, _mMSS, _aSC, _ta, _cRTOCP],
|
|
899
|
+
[5, 5, 0, 0, 0, () => ConfiguredAudienceModelOutputConfig, 0, 0, 64 | 0, 1, () => AudienceSizeConfig, 128 | 0, 0],
|
|
900
|
+
];
|
|
901
|
+
export var GetConfiguredModelAlgorithmAssociationRequest = [
|
|
902
|
+
3,
|
|
903
|
+
n0,
|
|
904
|
+
_GCMAAR,
|
|
905
|
+
0,
|
|
906
|
+
[_cMAAA, _mI],
|
|
907
|
+
[
|
|
908
|
+
[0, 1],
|
|
909
|
+
[0, 1],
|
|
910
|
+
],
|
|
911
|
+
];
|
|
912
|
+
export var GetConfiguredModelAlgorithmAssociationResponse = [
|
|
913
|
+
3,
|
|
914
|
+
n0,
|
|
915
|
+
_GCMAARe,
|
|
916
|
+
0,
|
|
917
|
+
[_cT, _uT, _cMAAA, _mI, _cIo, _cMAA, _n, _pC, _de, _ta],
|
|
918
|
+
[5, 5, 0, 0, 0, 0, 0, () => PrivacyConfiguration, 0, 128 | 0],
|
|
919
|
+
];
|
|
920
|
+
export var GetConfiguredModelAlgorithmRequest = [3, n0, _GCMAR, 0, [_cMAA], [[0, 1]]];
|
|
921
|
+
export var GetConfiguredModelAlgorithmResponse = [
|
|
922
|
+
3,
|
|
923
|
+
n0,
|
|
924
|
+
_GCMARe,
|
|
925
|
+
0,
|
|
926
|
+
[_cT, _uT, _cMAA, _n, _tCC, _iCC, _rAo, _de, _ta, _kKA],
|
|
927
|
+
[5, 5, 0, 0, () => ContainerConfig, () => InferenceContainerConfig, 0, 0, 128 | 0, 0],
|
|
928
|
+
];
|
|
929
|
+
export var GetMLConfigurationRequest = [3, n0, _GMLCR, 0, [_mI], [[0, 1]]];
|
|
930
|
+
export var GetMLConfigurationResponse = [
|
|
931
|
+
3,
|
|
932
|
+
n0,
|
|
933
|
+
_GMLCRe,
|
|
934
|
+
0,
|
|
935
|
+
[_mI, _dOL, _cT, _uT],
|
|
936
|
+
[0, () => MLOutputConfiguration, 5, 5],
|
|
937
|
+
];
|
|
938
|
+
export var GetMLInputChannelRequest = [
|
|
939
|
+
3,
|
|
940
|
+
n0,
|
|
941
|
+
_GMLICR,
|
|
942
|
+
0,
|
|
943
|
+
[_mICA, _mI],
|
|
944
|
+
[
|
|
945
|
+
[0, 1],
|
|
946
|
+
[0, 1],
|
|
947
|
+
],
|
|
948
|
+
];
|
|
949
|
+
export var GetMLInputChannelResponse = [
|
|
950
|
+
3,
|
|
951
|
+
n0,
|
|
952
|
+
_GMLICRe,
|
|
953
|
+
0,
|
|
954
|
+
[_mI, _cIo, _mICA, _n, _cMAAo, _s, _sDt, _rID, _nOR, _pB, _de, _cT, _uT, _iC, _pQI, _nOF, _sIG, _kKA, _ta],
|
|
955
|
+
[
|
|
956
|
+
0,
|
|
957
|
+
0,
|
|
958
|
+
0,
|
|
959
|
+
0,
|
|
960
|
+
64 | 0,
|
|
961
|
+
0,
|
|
962
|
+
() => StatusDetails,
|
|
963
|
+
1,
|
|
964
|
+
1,
|
|
965
|
+
() => PrivacyBudgets,
|
|
966
|
+
0,
|
|
967
|
+
5,
|
|
968
|
+
5,
|
|
969
|
+
[() => InputChannel, 0],
|
|
970
|
+
0,
|
|
971
|
+
1,
|
|
972
|
+
1,
|
|
973
|
+
0,
|
|
974
|
+
128 | 0,
|
|
975
|
+
],
|
|
976
|
+
];
|
|
977
|
+
export var GetTrainedModelInferenceJobRequest = [
|
|
978
|
+
3,
|
|
979
|
+
n0,
|
|
980
|
+
_GTMIJR,
|
|
981
|
+
0,
|
|
982
|
+
[_mI, _tMIJA],
|
|
983
|
+
[
|
|
984
|
+
[0, 1],
|
|
985
|
+
[0, 1],
|
|
986
|
+
],
|
|
987
|
+
];
|
|
988
|
+
export var GetTrainedModelInferenceJobResponse = [
|
|
989
|
+
3,
|
|
990
|
+
n0,
|
|
991
|
+
_GTMIJRe,
|
|
992
|
+
0,
|
|
993
|
+
[
|
|
994
|
+
_cT,
|
|
995
|
+
_uT,
|
|
996
|
+
_tMIJA,
|
|
997
|
+
_cMAAA,
|
|
998
|
+
_n,
|
|
999
|
+
_s,
|
|
1000
|
+
_tMA,
|
|
1001
|
+
_tMVI,
|
|
1002
|
+
_rC,
|
|
1003
|
+
_oC,
|
|
1004
|
+
_mI,
|
|
1005
|
+
_dS,
|
|
1006
|
+
_cEP,
|
|
1007
|
+
_sDt,
|
|
1008
|
+
_de,
|
|
1009
|
+
_iCID,
|
|
1010
|
+
_env,
|
|
1011
|
+
_kKA,
|
|
1012
|
+
_mS,
|
|
1013
|
+
_mSD,
|
|
1014
|
+
_lS,
|
|
1015
|
+
_lSD,
|
|
1016
|
+
_ta,
|
|
1017
|
+
],
|
|
1018
|
+
[
|
|
1019
|
+
5,
|
|
1020
|
+
5,
|
|
1021
|
+
0,
|
|
1022
|
+
0,
|
|
1023
|
+
0,
|
|
1024
|
+
0,
|
|
1025
|
+
0,
|
|
1026
|
+
0,
|
|
1027
|
+
() => InferenceResourceConfig,
|
|
1028
|
+
() => InferenceOutputConfiguration,
|
|
1029
|
+
0,
|
|
1030
|
+
() => ModelInferenceDataSource,
|
|
1031
|
+
() => InferenceContainerExecutionParameters,
|
|
1032
|
+
() => StatusDetails,
|
|
1033
|
+
0,
|
|
1034
|
+
0,
|
|
1035
|
+
128 | 0,
|
|
1036
|
+
0,
|
|
1037
|
+
0,
|
|
1038
|
+
0,
|
|
1039
|
+
0,
|
|
1040
|
+
0,
|
|
1041
|
+
128 | 0,
|
|
1042
|
+
],
|
|
1043
|
+
];
|
|
1044
|
+
export var GetTrainedModelRequest = [
|
|
1045
|
+
3,
|
|
1046
|
+
n0,
|
|
1047
|
+
_GTMR,
|
|
1048
|
+
0,
|
|
1049
|
+
[_tMA, _mI, _vI],
|
|
1050
|
+
[
|
|
1051
|
+
[0, 1],
|
|
1052
|
+
[0, 1],
|
|
1053
|
+
[
|
|
1054
|
+
0,
|
|
1055
|
+
{
|
|
1056
|
+
[_hQ]: _vI,
|
|
1057
|
+
},
|
|
1058
|
+
],
|
|
1059
|
+
],
|
|
1060
|
+
];
|
|
1061
|
+
export var GetTrainedModelResponse = [
|
|
1062
|
+
3,
|
|
1063
|
+
n0,
|
|
1064
|
+
_GTMRe,
|
|
1065
|
+
0,
|
|
1066
|
+
[
|
|
1067
|
+
_mI,
|
|
1068
|
+
_cIo,
|
|
1069
|
+
_tMA,
|
|
1070
|
+
_vI,
|
|
1071
|
+
_iTDC,
|
|
1072
|
+
_n,
|
|
1073
|
+
_de,
|
|
1074
|
+
_s,
|
|
1075
|
+
_sDt,
|
|
1076
|
+
_cMAAA,
|
|
1077
|
+
_rC,
|
|
1078
|
+
_tIM,
|
|
1079
|
+
_sC,
|
|
1080
|
+
_mS,
|
|
1081
|
+
_mSD,
|
|
1082
|
+
_lS,
|
|
1083
|
+
_lSD,
|
|
1084
|
+
_tCID,
|
|
1085
|
+
_cT,
|
|
1086
|
+
_uT,
|
|
1087
|
+
_h,
|
|
1088
|
+
_env,
|
|
1089
|
+
_kKA,
|
|
1090
|
+
_ta,
|
|
1091
|
+
_dC,
|
|
1092
|
+
],
|
|
1093
|
+
[
|
|
1094
|
+
0,
|
|
1095
|
+
0,
|
|
1096
|
+
0,
|
|
1097
|
+
0,
|
|
1098
|
+
() => IncrementalTrainingDataChannelsOutput,
|
|
1099
|
+
0,
|
|
1100
|
+
0,
|
|
1101
|
+
0,
|
|
1102
|
+
() => StatusDetails,
|
|
1103
|
+
0,
|
|
1104
|
+
() => ResourceConfig,
|
|
1105
|
+
0,
|
|
1106
|
+
() => StoppingCondition,
|
|
1107
|
+
0,
|
|
1108
|
+
0,
|
|
1109
|
+
0,
|
|
1110
|
+
0,
|
|
1111
|
+
0,
|
|
1112
|
+
5,
|
|
1113
|
+
5,
|
|
1114
|
+
128 | 0,
|
|
1115
|
+
128 | 0,
|
|
1116
|
+
0,
|
|
1117
|
+
128 | 0,
|
|
1118
|
+
() => ModelTrainingDataChannels,
|
|
1119
|
+
],
|
|
1120
|
+
];
|
|
1121
|
+
export var GetTrainingDatasetRequest = [3, n0, _GTDR, 0, [_tDA], [[0, 1]]];
|
|
1122
|
+
export var GetTrainingDatasetResponse = [
|
|
1123
|
+
3,
|
|
1124
|
+
n0,
|
|
1125
|
+
_GTDRe,
|
|
1126
|
+
0,
|
|
1127
|
+
[_cT, _uT, _tDA, _n, _tD, _s, _rAo, _ta, _de],
|
|
1128
|
+
[5, 5, 0, 0, () => DatasetList, 0, 0, 128 | 0, 0],
|
|
1129
|
+
];
|
|
1130
|
+
export var GlueDataSource = [3, n0, _GDS, 0, [_tN, _dN, _cIa], [0, 0, 0]];
|
|
1131
|
+
export var IncrementalTrainingDataChannel = [3, n0, _ITDC, 0, [_tMA, _vI, _cNh], [0, 0, 0]];
|
|
1132
|
+
export var IncrementalTrainingDataChannelOutput = [
|
|
1133
|
+
3,
|
|
1134
|
+
n0,
|
|
1135
|
+
_ITDCO,
|
|
1136
|
+
0,
|
|
1137
|
+
[_cNh, _vI, _mN],
|
|
1138
|
+
[0, 0, 0],
|
|
1139
|
+
];
|
|
1140
|
+
export var InferenceContainerConfig = [3, n0, _ICC, 0, [_iU], [0]];
|
|
1141
|
+
export var InferenceContainerExecutionParameters = [3, n0, _ICEP, 0, [_mPIMB], [1]];
|
|
1142
|
+
export var InferenceOutputConfiguration = [
|
|
1143
|
+
3,
|
|
1144
|
+
n0,
|
|
1145
|
+
_IOC,
|
|
1146
|
+
0,
|
|
1147
|
+
[_ac, _mem],
|
|
1148
|
+
[0, () => InferenceReceiverMembers],
|
|
1149
|
+
];
|
|
1150
|
+
export var InferenceReceiverMember = [3, n0, _IRM, 0, [_aI], [0]];
|
|
1151
|
+
export var InferenceResourceConfig = [3, n0, _IRC, 0, [_iT, _iCns], [0, 1]];
|
|
1152
|
+
export var InputChannel = [3, n0, _IC, 0, [_dS, _rAo], [[() => InputChannelDataSource, 0], 0]];
|
|
1153
|
+
export var InternalServiceException = [
|
|
1154
|
+
-3,
|
|
1155
|
+
n0,
|
|
1156
|
+
_ISE,
|
|
1157
|
+
{
|
|
1158
|
+
[_e]: _se,
|
|
1159
|
+
[_hE]: 500,
|
|
1160
|
+
},
|
|
1161
|
+
[_m],
|
|
1162
|
+
[0],
|
|
1163
|
+
];
|
|
1164
|
+
TypeRegistry.for(n0).registerError(InternalServiceException, __InternalServiceException);
|
|
1165
|
+
export var ListAudienceExportJobsRequest = [
|
|
1166
|
+
3,
|
|
1167
|
+
n0,
|
|
1168
|
+
_LAEJR,
|
|
1169
|
+
0,
|
|
1170
|
+
[_nT, _mR, _aGJA],
|
|
1171
|
+
[
|
|
1172
|
+
[
|
|
1173
|
+
0,
|
|
1174
|
+
{
|
|
1175
|
+
[_hQ]: _nT,
|
|
1176
|
+
},
|
|
1177
|
+
],
|
|
1178
|
+
[
|
|
1179
|
+
1,
|
|
1180
|
+
{
|
|
1181
|
+
[_hQ]: _mR,
|
|
1182
|
+
},
|
|
1183
|
+
],
|
|
1184
|
+
[
|
|
1185
|
+
0,
|
|
1186
|
+
{
|
|
1187
|
+
[_hQ]: _aGJA,
|
|
1188
|
+
},
|
|
1189
|
+
],
|
|
1190
|
+
],
|
|
1191
|
+
];
|
|
1192
|
+
export var ListAudienceExportJobsResponse = [
|
|
1193
|
+
3,
|
|
1194
|
+
n0,
|
|
1195
|
+
_LAEJRi,
|
|
1196
|
+
0,
|
|
1197
|
+
[_nT, _aEJ],
|
|
1198
|
+
[0, () => AudienceExportJobList],
|
|
1199
|
+
];
|
|
1200
|
+
export var ListAudienceGenerationJobsRequest = [
|
|
1201
|
+
3,
|
|
1202
|
+
n0,
|
|
1203
|
+
_LAGJR,
|
|
1204
|
+
0,
|
|
1205
|
+
[_nT, _mR, _cAMA, _cI],
|
|
1206
|
+
[
|
|
1207
|
+
[
|
|
1208
|
+
0,
|
|
1209
|
+
{
|
|
1210
|
+
[_hQ]: _nT,
|
|
1211
|
+
},
|
|
1212
|
+
],
|
|
1213
|
+
[
|
|
1214
|
+
1,
|
|
1215
|
+
{
|
|
1216
|
+
[_hQ]: _mR,
|
|
1217
|
+
},
|
|
1218
|
+
],
|
|
1219
|
+
[
|
|
1220
|
+
0,
|
|
1221
|
+
{
|
|
1222
|
+
[_hQ]: _cAMA,
|
|
1223
|
+
},
|
|
1224
|
+
],
|
|
1225
|
+
[
|
|
1226
|
+
0,
|
|
1227
|
+
{
|
|
1228
|
+
[_hQ]: _cI,
|
|
1229
|
+
},
|
|
1230
|
+
],
|
|
1231
|
+
],
|
|
1232
|
+
];
|
|
1233
|
+
export var ListAudienceGenerationJobsResponse = [
|
|
1234
|
+
3,
|
|
1235
|
+
n0,
|
|
1236
|
+
_LAGJRi,
|
|
1237
|
+
0,
|
|
1238
|
+
[_nT, _aGJ],
|
|
1239
|
+
[0, () => AudienceGenerationJobList],
|
|
1240
|
+
];
|
|
1241
|
+
export var ListAudienceModelsRequest = [
|
|
1242
|
+
3,
|
|
1243
|
+
n0,
|
|
1244
|
+
_LAMR,
|
|
1245
|
+
0,
|
|
1246
|
+
[_nT, _mR],
|
|
1247
|
+
[
|
|
1248
|
+
[
|
|
1249
|
+
0,
|
|
1250
|
+
{
|
|
1251
|
+
[_hQ]: _nT,
|
|
1252
|
+
},
|
|
1253
|
+
],
|
|
1254
|
+
[
|
|
1255
|
+
1,
|
|
1256
|
+
{
|
|
1257
|
+
[_hQ]: _mR,
|
|
1258
|
+
},
|
|
1259
|
+
],
|
|
1260
|
+
],
|
|
1261
|
+
];
|
|
1262
|
+
export var ListAudienceModelsResponse = [
|
|
1263
|
+
3,
|
|
1264
|
+
n0,
|
|
1265
|
+
_LAMRi,
|
|
1266
|
+
0,
|
|
1267
|
+
[_nT, _aM],
|
|
1268
|
+
[0, () => AudienceModelList],
|
|
1269
|
+
];
|
|
1270
|
+
export var ListCollaborationConfiguredModelAlgorithmAssociationsRequest = [
|
|
1271
|
+
3,
|
|
1272
|
+
n0,
|
|
1273
|
+
_LCCMAAR,
|
|
1274
|
+
0,
|
|
1275
|
+
[_nT, _mR, _cIo],
|
|
1276
|
+
[
|
|
1277
|
+
[
|
|
1278
|
+
0,
|
|
1279
|
+
{
|
|
1280
|
+
[_hQ]: _nT,
|
|
1281
|
+
},
|
|
1282
|
+
],
|
|
1283
|
+
[
|
|
1284
|
+
1,
|
|
1285
|
+
{
|
|
1286
|
+
[_hQ]: _mR,
|
|
1287
|
+
},
|
|
1288
|
+
],
|
|
1289
|
+
[0, 1],
|
|
1290
|
+
],
|
|
1291
|
+
];
|
|
1292
|
+
export var ListCollaborationConfiguredModelAlgorithmAssociationsResponse = [
|
|
1293
|
+
3,
|
|
1294
|
+
n0,
|
|
1295
|
+
_LCCMAARi,
|
|
1296
|
+
0,
|
|
1297
|
+
[_nT, _cCMAA],
|
|
1298
|
+
[0, () => CollaborationConfiguredModelAlgorithmAssociationList],
|
|
1299
|
+
];
|
|
1300
|
+
export var ListCollaborationMLInputChannelsRequest = [
|
|
1301
|
+
3,
|
|
1302
|
+
n0,
|
|
1303
|
+
_LCMLICR,
|
|
1304
|
+
0,
|
|
1305
|
+
[_nT, _mR, _cIo],
|
|
1306
|
+
[
|
|
1307
|
+
[
|
|
1308
|
+
0,
|
|
1309
|
+
{
|
|
1310
|
+
[_hQ]: _nT,
|
|
1311
|
+
},
|
|
1312
|
+
],
|
|
1313
|
+
[
|
|
1314
|
+
1,
|
|
1315
|
+
{
|
|
1316
|
+
[_hQ]: _mR,
|
|
1317
|
+
},
|
|
1318
|
+
],
|
|
1319
|
+
[0, 1],
|
|
1320
|
+
],
|
|
1321
|
+
];
|
|
1322
|
+
export var ListCollaborationMLInputChannelsResponse = [
|
|
1323
|
+
3,
|
|
1324
|
+
n0,
|
|
1325
|
+
_LCMLICRi,
|
|
1326
|
+
0,
|
|
1327
|
+
[_nT, _cMLICL],
|
|
1328
|
+
[0, () => CollaborationMLInputChannelsList],
|
|
1329
|
+
];
|
|
1330
|
+
export var ListCollaborationTrainedModelExportJobsRequest = [
|
|
1331
|
+
3,
|
|
1332
|
+
n0,
|
|
1333
|
+
_LCTMEJR,
|
|
1334
|
+
0,
|
|
1335
|
+
[_nT, _mR, _cIo, _tMA, _tMVI],
|
|
1336
|
+
[
|
|
1337
|
+
[
|
|
1338
|
+
0,
|
|
1339
|
+
{
|
|
1340
|
+
[_hQ]: _nT,
|
|
1341
|
+
},
|
|
1342
|
+
],
|
|
1343
|
+
[
|
|
1344
|
+
1,
|
|
1345
|
+
{
|
|
1346
|
+
[_hQ]: _mR,
|
|
1347
|
+
},
|
|
1348
|
+
],
|
|
1349
|
+
[0, 1],
|
|
1350
|
+
[0, 1],
|
|
1351
|
+
[
|
|
1352
|
+
0,
|
|
1353
|
+
{
|
|
1354
|
+
[_hQ]: _tMVI,
|
|
1355
|
+
},
|
|
1356
|
+
],
|
|
1357
|
+
],
|
|
1358
|
+
];
|
|
1359
|
+
export var ListCollaborationTrainedModelExportJobsResponse = [
|
|
1360
|
+
3,
|
|
1361
|
+
n0,
|
|
1362
|
+
_LCTMEJRi,
|
|
1363
|
+
0,
|
|
1364
|
+
[_nT, _cTMEJ],
|
|
1365
|
+
[0, () => CollaborationTrainedModelExportJobList],
|
|
1366
|
+
];
|
|
1367
|
+
export var ListCollaborationTrainedModelInferenceJobsRequest = [
|
|
1368
|
+
3,
|
|
1369
|
+
n0,
|
|
1370
|
+
_LCTMIJR,
|
|
1371
|
+
0,
|
|
1372
|
+
[_nT, _mR, _cIo, _tMA, _tMVI],
|
|
1373
|
+
[
|
|
1374
|
+
[
|
|
1375
|
+
0,
|
|
1376
|
+
{
|
|
1377
|
+
[_hQ]: _nT,
|
|
1378
|
+
},
|
|
1379
|
+
],
|
|
1380
|
+
[
|
|
1381
|
+
1,
|
|
1382
|
+
{
|
|
1383
|
+
[_hQ]: _mR,
|
|
1384
|
+
},
|
|
1385
|
+
],
|
|
1386
|
+
[0, 1],
|
|
1387
|
+
[
|
|
1388
|
+
0,
|
|
1389
|
+
{
|
|
1390
|
+
[_hQ]: _tMA,
|
|
1391
|
+
},
|
|
1392
|
+
],
|
|
1393
|
+
[
|
|
1394
|
+
0,
|
|
1395
|
+
{
|
|
1396
|
+
[_hQ]: _tMVI,
|
|
1397
|
+
},
|
|
1398
|
+
],
|
|
1399
|
+
],
|
|
1400
|
+
];
|
|
1401
|
+
export var ListCollaborationTrainedModelInferenceJobsResponse = [
|
|
1402
|
+
3,
|
|
1403
|
+
n0,
|
|
1404
|
+
_LCTMIJRi,
|
|
1405
|
+
0,
|
|
1406
|
+
[_nT, _cTMIJ],
|
|
1407
|
+
[0, () => CollaborationTrainedModelInferenceJobList],
|
|
1408
|
+
];
|
|
1409
|
+
export var ListCollaborationTrainedModelsRequest = [
|
|
1410
|
+
3,
|
|
1411
|
+
n0,
|
|
1412
|
+
_LCTMR,
|
|
1413
|
+
0,
|
|
1414
|
+
[_nT, _mR, _cIo],
|
|
1415
|
+
[
|
|
1416
|
+
[
|
|
1417
|
+
0,
|
|
1418
|
+
{
|
|
1419
|
+
[_hQ]: _nT,
|
|
1420
|
+
},
|
|
1421
|
+
],
|
|
1422
|
+
[
|
|
1423
|
+
1,
|
|
1424
|
+
{
|
|
1425
|
+
[_hQ]: _mR,
|
|
1426
|
+
},
|
|
1427
|
+
],
|
|
1428
|
+
[0, 1],
|
|
1429
|
+
],
|
|
1430
|
+
];
|
|
1431
|
+
export var ListCollaborationTrainedModelsResponse = [
|
|
1432
|
+
3,
|
|
1433
|
+
n0,
|
|
1434
|
+
_LCTMRi,
|
|
1435
|
+
0,
|
|
1436
|
+
[_nT, _cTM],
|
|
1437
|
+
[0, () => CollaborationTrainedModelList],
|
|
1438
|
+
];
|
|
1439
|
+
export var ListConfiguredAudienceModelsRequest = [
|
|
1440
|
+
3,
|
|
1441
|
+
n0,
|
|
1442
|
+
_LCAMR,
|
|
1443
|
+
0,
|
|
1444
|
+
[_nT, _mR],
|
|
1445
|
+
[
|
|
1446
|
+
[
|
|
1447
|
+
0,
|
|
1448
|
+
{
|
|
1449
|
+
[_hQ]: _nT,
|
|
1450
|
+
},
|
|
1451
|
+
],
|
|
1452
|
+
[
|
|
1453
|
+
1,
|
|
1454
|
+
{
|
|
1455
|
+
[_hQ]: _mR,
|
|
1456
|
+
},
|
|
1457
|
+
],
|
|
1458
|
+
],
|
|
1459
|
+
];
|
|
1460
|
+
export var ListConfiguredAudienceModelsResponse = [
|
|
1461
|
+
3,
|
|
1462
|
+
n0,
|
|
1463
|
+
_LCAMRi,
|
|
1464
|
+
0,
|
|
1465
|
+
[_nT, _cAM],
|
|
1466
|
+
[0, () => ConfiguredAudienceModelList],
|
|
1467
|
+
];
|
|
1468
|
+
export var ListConfiguredModelAlgorithmAssociationsRequest = [
|
|
1469
|
+
3,
|
|
1470
|
+
n0,
|
|
1471
|
+
_LCMAAR,
|
|
1472
|
+
0,
|
|
1473
|
+
[_nT, _mR, _mI],
|
|
1474
|
+
[
|
|
1475
|
+
[
|
|
1476
|
+
0,
|
|
1477
|
+
{
|
|
1478
|
+
[_hQ]: _nT,
|
|
1479
|
+
},
|
|
1480
|
+
],
|
|
1481
|
+
[
|
|
1482
|
+
1,
|
|
1483
|
+
{
|
|
1484
|
+
[_hQ]: _mR,
|
|
1485
|
+
},
|
|
1486
|
+
],
|
|
1487
|
+
[0, 1],
|
|
1488
|
+
],
|
|
1489
|
+
];
|
|
1490
|
+
export var ListConfiguredModelAlgorithmAssociationsResponse = [
|
|
1491
|
+
3,
|
|
1492
|
+
n0,
|
|
1493
|
+
_LCMAARi,
|
|
1494
|
+
0,
|
|
1495
|
+
[_nT, _cMAAo],
|
|
1496
|
+
[0, () => ConfiguredModelAlgorithmAssociationList],
|
|
1497
|
+
];
|
|
1498
|
+
export var ListConfiguredModelAlgorithmsRequest = [
|
|
1499
|
+
3,
|
|
1500
|
+
n0,
|
|
1501
|
+
_LCMAR,
|
|
1502
|
+
0,
|
|
1503
|
+
[_nT, _mR],
|
|
1504
|
+
[
|
|
1505
|
+
[
|
|
1506
|
+
0,
|
|
1507
|
+
{
|
|
1508
|
+
[_hQ]: _nT,
|
|
1509
|
+
},
|
|
1510
|
+
],
|
|
1511
|
+
[
|
|
1512
|
+
1,
|
|
1513
|
+
{
|
|
1514
|
+
[_hQ]: _mR,
|
|
1515
|
+
},
|
|
1516
|
+
],
|
|
1517
|
+
],
|
|
1518
|
+
];
|
|
1519
|
+
export var ListConfiguredModelAlgorithmsResponse = [
|
|
1520
|
+
3,
|
|
1521
|
+
n0,
|
|
1522
|
+
_LCMARi,
|
|
1523
|
+
0,
|
|
1524
|
+
[_nT, _cMA],
|
|
1525
|
+
[0, () => ConfiguredModelAlgorithmList],
|
|
1526
|
+
];
|
|
1527
|
+
export var ListMLInputChannelsRequest = [
|
|
1528
|
+
3,
|
|
1529
|
+
n0,
|
|
1530
|
+
_LMLICR,
|
|
1531
|
+
0,
|
|
1532
|
+
[_nT, _mR, _mI],
|
|
1533
|
+
[
|
|
1534
|
+
[
|
|
1535
|
+
0,
|
|
1536
|
+
{
|
|
1537
|
+
[_hQ]: _nT,
|
|
1538
|
+
},
|
|
1539
|
+
],
|
|
1540
|
+
[
|
|
1541
|
+
1,
|
|
1542
|
+
{
|
|
1543
|
+
[_hQ]: _mR,
|
|
1544
|
+
},
|
|
1545
|
+
],
|
|
1546
|
+
[0, 1],
|
|
1547
|
+
],
|
|
1548
|
+
];
|
|
1549
|
+
export var ListMLInputChannelsResponse = [
|
|
1550
|
+
3,
|
|
1551
|
+
n0,
|
|
1552
|
+
_LMLICRi,
|
|
1553
|
+
0,
|
|
1554
|
+
[_nT, _mICL],
|
|
1555
|
+
[0, () => MLInputChannelsList],
|
|
1556
|
+
];
|
|
1557
|
+
export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
1558
|
+
export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_ta], [128 | 0]];
|
|
1559
|
+
export var ListTrainedModelInferenceJobsRequest = [
|
|
1560
|
+
3,
|
|
1561
|
+
n0,
|
|
1562
|
+
_LTMIJR,
|
|
1563
|
+
0,
|
|
1564
|
+
[_nT, _mR, _mI, _tMA, _tMVI],
|
|
1565
|
+
[
|
|
1566
|
+
[
|
|
1567
|
+
0,
|
|
1568
|
+
{
|
|
1569
|
+
[_hQ]: _nT,
|
|
1570
|
+
},
|
|
1571
|
+
],
|
|
1572
|
+
[
|
|
1573
|
+
1,
|
|
1574
|
+
{
|
|
1575
|
+
[_hQ]: _mR,
|
|
1576
|
+
},
|
|
1577
|
+
],
|
|
1578
|
+
[0, 1],
|
|
1579
|
+
[
|
|
1580
|
+
0,
|
|
1581
|
+
{
|
|
1582
|
+
[_hQ]: _tMA,
|
|
1583
|
+
},
|
|
1584
|
+
],
|
|
1585
|
+
[
|
|
1586
|
+
0,
|
|
1587
|
+
{
|
|
1588
|
+
[_hQ]: _tMVI,
|
|
1589
|
+
},
|
|
1590
|
+
],
|
|
1591
|
+
],
|
|
1592
|
+
];
|
|
1593
|
+
export var ListTrainedModelInferenceJobsResponse = [
|
|
1594
|
+
3,
|
|
1595
|
+
n0,
|
|
1596
|
+
_LTMIJRi,
|
|
1597
|
+
0,
|
|
1598
|
+
[_nT, _tMIJ],
|
|
1599
|
+
[0, () => TrainedModelInferenceJobList],
|
|
1600
|
+
];
|
|
1601
|
+
export var ListTrainedModelsRequest = [
|
|
1602
|
+
3,
|
|
1603
|
+
n0,
|
|
1604
|
+
_LTMR,
|
|
1605
|
+
0,
|
|
1606
|
+
[_nT, _mR, _mI],
|
|
1607
|
+
[
|
|
1608
|
+
[
|
|
1609
|
+
0,
|
|
1610
|
+
{
|
|
1611
|
+
[_hQ]: _nT,
|
|
1612
|
+
},
|
|
1613
|
+
],
|
|
1614
|
+
[
|
|
1615
|
+
1,
|
|
1616
|
+
{
|
|
1617
|
+
[_hQ]: _mR,
|
|
1618
|
+
},
|
|
1619
|
+
],
|
|
1620
|
+
[0, 1],
|
|
1621
|
+
],
|
|
1622
|
+
];
|
|
1623
|
+
export var ListTrainedModelsResponse = [
|
|
1624
|
+
3,
|
|
1625
|
+
n0,
|
|
1626
|
+
_LTMRi,
|
|
1627
|
+
0,
|
|
1628
|
+
[_nT, _tM],
|
|
1629
|
+
[0, () => TrainedModelList],
|
|
1630
|
+
];
|
|
1631
|
+
export var ListTrainedModelVersionsRequest = [
|
|
1632
|
+
3,
|
|
1633
|
+
n0,
|
|
1634
|
+
_LTMVR,
|
|
1635
|
+
0,
|
|
1636
|
+
[_nT, _mR, _mI, _tMA, _s],
|
|
1637
|
+
[
|
|
1638
|
+
[
|
|
1639
|
+
0,
|
|
1640
|
+
{
|
|
1641
|
+
[_hQ]: _nT,
|
|
1642
|
+
},
|
|
1643
|
+
],
|
|
1644
|
+
[
|
|
1645
|
+
1,
|
|
1646
|
+
{
|
|
1647
|
+
[_hQ]: _mR,
|
|
1648
|
+
},
|
|
1649
|
+
],
|
|
1650
|
+
[0, 1],
|
|
1651
|
+
[0, 1],
|
|
1652
|
+
[
|
|
1653
|
+
0,
|
|
1654
|
+
{
|
|
1655
|
+
[_hQ]: _s,
|
|
1656
|
+
},
|
|
1657
|
+
],
|
|
1658
|
+
],
|
|
1659
|
+
];
|
|
1660
|
+
export var ListTrainedModelVersionsResponse = [
|
|
1661
|
+
3,
|
|
1662
|
+
n0,
|
|
1663
|
+
_LTMVRi,
|
|
1664
|
+
0,
|
|
1665
|
+
[_nT, _tM],
|
|
1666
|
+
[0, () => TrainedModelList],
|
|
1667
|
+
];
|
|
1668
|
+
export var ListTrainingDatasetsRequest = [
|
|
1669
|
+
3,
|
|
1670
|
+
n0,
|
|
1671
|
+
_LTDR,
|
|
1672
|
+
0,
|
|
1673
|
+
[_nT, _mR],
|
|
1674
|
+
[
|
|
1675
|
+
[
|
|
1676
|
+
0,
|
|
1677
|
+
{
|
|
1678
|
+
[_hQ]: _nT,
|
|
1679
|
+
},
|
|
1680
|
+
],
|
|
1681
|
+
[
|
|
1682
|
+
1,
|
|
1683
|
+
{
|
|
1684
|
+
[_hQ]: _mR,
|
|
1685
|
+
},
|
|
1686
|
+
],
|
|
1687
|
+
],
|
|
1688
|
+
];
|
|
1689
|
+
export var ListTrainingDatasetsResponse = [
|
|
1690
|
+
3,
|
|
1691
|
+
n0,
|
|
1692
|
+
_LTDRi,
|
|
1693
|
+
0,
|
|
1694
|
+
[_nT, _tDr],
|
|
1695
|
+
[0, () => TrainingDatasetList],
|
|
1696
|
+
];
|
|
1697
|
+
export var LogRedactionConfiguration = [
|
|
1698
|
+
3,
|
|
1699
|
+
n0,
|
|
1700
|
+
_LRC,
|
|
1701
|
+
0,
|
|
1702
|
+
[_eTR, _cEC],
|
|
1703
|
+
[64 | 0, () => CustomEntityConfig],
|
|
1704
|
+
];
|
|
1705
|
+
export var LogsConfigurationPolicy = [
|
|
1706
|
+
3,
|
|
1707
|
+
n0,
|
|
1708
|
+
_LCP,
|
|
1709
|
+
0,
|
|
1710
|
+
[_aAI, _fP, _lT, _lRC],
|
|
1711
|
+
[64 | 0, 0, 0, () => LogRedactionConfiguration],
|
|
1712
|
+
];
|
|
1713
|
+
export var MetricDefinition = [3, n0, _MD, 0, [_n, _r], [0, 0]];
|
|
1714
|
+
export var MetricsConfigurationPolicy = [3, n0, _MCP, 0, [_nL], [0]];
|
|
1715
|
+
export var MLInputChannelSummary = [
|
|
1716
|
+
3,
|
|
1717
|
+
n0,
|
|
1718
|
+
_MLICS,
|
|
1719
|
+
0,
|
|
1720
|
+
[_cT, _uT, _mI, _cIo, _n, _cMAAo, _pQI, _mICA, _s, _de],
|
|
1721
|
+
[5, 5, 0, 0, 0, 64 | 0, 0, 0, 0, 0],
|
|
1722
|
+
];
|
|
1723
|
+
export var MLOutputConfiguration = [3, n0, _MLOC, 0, [_des, _rAo], [() => Destination, 0]];
|
|
1724
|
+
export var ModelInferenceDataSource = [3, n0, _MIDS, 0, [_mICA], [0]];
|
|
1725
|
+
export var ModelTrainingDataChannel = [3, n0, _MTDC, 0, [_mICA, _cNh, _sDDT], [0, 0, 0]];
|
|
1726
|
+
export var PrivacyConfiguration = [3, n0, _PC, 0, [_p], [() => PrivacyConfigurationPolicies]];
|
|
1727
|
+
export var PrivacyConfigurationPolicies = [
|
|
1728
|
+
3,
|
|
1729
|
+
n0,
|
|
1730
|
+
_PCP,
|
|
1731
|
+
0,
|
|
1732
|
+
[_tM, _tME, _tMIJ],
|
|
1733
|
+
[
|
|
1734
|
+
() => TrainedModelsConfigurationPolicy,
|
|
1735
|
+
() => TrainedModelExportsConfigurationPolicy,
|
|
1736
|
+
() => TrainedModelInferenceJobsConfigurationPolicy,
|
|
1737
|
+
],
|
|
1738
|
+
];
|
|
1739
|
+
export var ProtectedQueryInputParameters = [
|
|
1740
|
+
3,
|
|
1741
|
+
n0,
|
|
1742
|
+
_PQIP,
|
|
1743
|
+
0,
|
|
1744
|
+
[_sP, _cC, _rF],
|
|
1745
|
+
[[() => ProtectedQuerySQLParameters, 0], () => ComputeConfiguration, 0],
|
|
1746
|
+
];
|
|
1747
|
+
export var ProtectedQuerySQLParameters = [3, n0, _PQSQLP, 8, [_qS, _aTA, _pa], [0, 0, 128 | 0]];
|
|
1748
|
+
export var PutConfiguredAudienceModelPolicyRequest = [
|
|
1749
|
+
3,
|
|
1750
|
+
n0,
|
|
1751
|
+
_PCAMPR,
|
|
1752
|
+
0,
|
|
1753
|
+
[_cAMA, _cAMP, _pPH, _pEC],
|
|
1754
|
+
[[0, 1], 0, 0, 0],
|
|
1755
|
+
];
|
|
1756
|
+
export var PutConfiguredAudienceModelPolicyResponse = [3, n0, _PCAMPRu, 0, [_cAMP, _pH], [0, 0]];
|
|
1757
|
+
export var PutMLConfigurationRequest = [
|
|
1758
|
+
3,
|
|
1759
|
+
n0,
|
|
1760
|
+
_PMLCR,
|
|
1761
|
+
0,
|
|
1762
|
+
[_mI, _dOL],
|
|
1763
|
+
[[0, 1], () => MLOutputConfiguration],
|
|
1764
|
+
];
|
|
1765
|
+
export var RelevanceMetric = [3, n0, _RM, 0, [_aS, _sco], [() => AudienceSize, 1]];
|
|
1766
|
+
export var ResourceConfig = [3, n0, _RC, 0, [_iCns, _iT, _vSIGB], [1, 0, 1]];
|
|
1767
|
+
export var ResourceNotFoundException = [
|
|
1768
|
+
-3,
|
|
1769
|
+
n0,
|
|
1770
|
+
_RNFE,
|
|
1771
|
+
{
|
|
1772
|
+
[_e]: _c,
|
|
1773
|
+
[_hE]: 404,
|
|
1774
|
+
},
|
|
1775
|
+
[_m],
|
|
1776
|
+
[0],
|
|
1777
|
+
];
|
|
1778
|
+
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
1779
|
+
export var S3ConfigMap = [3, n0, _SCM, 0, [_sU], [0]];
|
|
1780
|
+
export var ServiceQuotaExceededException = [
|
|
1781
|
+
-3,
|
|
1782
|
+
n0,
|
|
1783
|
+
_SQEE,
|
|
1784
|
+
{
|
|
1785
|
+
[_e]: _c,
|
|
1786
|
+
[_hE]: 402,
|
|
1787
|
+
},
|
|
1788
|
+
[_m, _qN, _qV],
|
|
1789
|
+
[0, 0, 1],
|
|
1790
|
+
];
|
|
1791
|
+
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
|
|
1792
|
+
export var StartAudienceExportJobRequest = [
|
|
1793
|
+
3,
|
|
1794
|
+
n0,
|
|
1795
|
+
_SAEJR,
|
|
1796
|
+
0,
|
|
1797
|
+
[_n, _aGJA, _aS, _de],
|
|
1798
|
+
[0, 0, () => AudienceSize, 0],
|
|
1799
|
+
];
|
|
1800
|
+
export var StartAudienceGenerationJobRequest = [
|
|
1801
|
+
3,
|
|
1802
|
+
n0,
|
|
1803
|
+
_SAGJR,
|
|
1804
|
+
0,
|
|
1805
|
+
[_n, _cAMA, _sA, _iSIO, _cI, _de, _ta],
|
|
1806
|
+
[0, 0, [() => AudienceGenerationJobDataSource, 0], 2, 0, 0, 128 | 0],
|
|
1807
|
+
];
|
|
1808
|
+
export var StartAudienceGenerationJobResponse = [3, n0, _SAGJRt, 0, [_aGJA], [0]];
|
|
1809
|
+
export var StartTrainedModelExportJobRequest = [
|
|
1810
|
+
3,
|
|
1811
|
+
n0,
|
|
1812
|
+
_STMEJR,
|
|
1813
|
+
0,
|
|
1814
|
+
[_n, _tMA, _tMVI, _mI, _oC, _de],
|
|
1815
|
+
[0, [0, 1], 0, [0, 1], () => TrainedModelExportOutputConfiguration, 0],
|
|
1816
|
+
];
|
|
1817
|
+
export var StartTrainedModelInferenceJobRequest = [
|
|
1818
|
+
3,
|
|
1819
|
+
n0,
|
|
1820
|
+
_STMIJR,
|
|
1821
|
+
0,
|
|
1822
|
+
[_mI, _n, _tMA, _tMVI, _cMAAA, _rC, _oC, _dS, _de, _cEP, _env, _kKA, _ta],
|
|
1823
|
+
[
|
|
1824
|
+
[0, 1],
|
|
1825
|
+
0,
|
|
1826
|
+
0,
|
|
1827
|
+
0,
|
|
1828
|
+
0,
|
|
1829
|
+
() => InferenceResourceConfig,
|
|
1830
|
+
() => InferenceOutputConfiguration,
|
|
1831
|
+
() => ModelInferenceDataSource,
|
|
1832
|
+
0,
|
|
1833
|
+
() => InferenceContainerExecutionParameters,
|
|
1834
|
+
128 | 0,
|
|
1835
|
+
0,
|
|
1836
|
+
128 | 0,
|
|
1837
|
+
],
|
|
1838
|
+
];
|
|
1839
|
+
export var StartTrainedModelInferenceJobResponse = [3, n0, _STMIJRt, 0, [_tMIJA], [0]];
|
|
1840
|
+
export var StatusDetails = [3, n0, _SD, 0, [_sCt, _m], [0, 0]];
|
|
1841
|
+
export var StoppingCondition = [3, n0, _SC, 0, [_mRIS], [1]];
|
|
1842
|
+
export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _ta], [[0, 1], 128 | 0]];
|
|
1843
|
+
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
1844
|
+
export var ThrottlingException = [
|
|
1845
|
+
-3,
|
|
1846
|
+
n0,
|
|
1847
|
+
_TE,
|
|
1848
|
+
{
|
|
1849
|
+
[_e]: _c,
|
|
1850
|
+
[_hE]: 429,
|
|
1851
|
+
},
|
|
1852
|
+
[_m],
|
|
1853
|
+
[0],
|
|
1854
|
+
];
|
|
1855
|
+
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
1856
|
+
export var TrainedModelArtifactMaxSize = [3, n0, _TMAMS, 0, [_u, _v], [0, 1]];
|
|
1857
|
+
export var TrainedModelExportOutputConfiguration = [
|
|
1858
|
+
3,
|
|
1859
|
+
n0,
|
|
1860
|
+
_TMEOC,
|
|
1861
|
+
0,
|
|
1862
|
+
[_mem],
|
|
1863
|
+
[() => TrainedModelExportReceiverMembers],
|
|
1864
|
+
];
|
|
1865
|
+
export var TrainedModelExportReceiverMember = [3, n0, _TMERM, 0, [_aI], [0]];
|
|
1866
|
+
export var TrainedModelExportsConfigurationPolicy = [
|
|
1867
|
+
3,
|
|
1868
|
+
n0,
|
|
1869
|
+
_TMECP,
|
|
1870
|
+
0,
|
|
1871
|
+
[_mSa, _fTE],
|
|
1872
|
+
[() => TrainedModelExportsMaxSize, 64 | 0],
|
|
1873
|
+
];
|
|
1874
|
+
export var TrainedModelExportsMaxSize = [3, n0, _TMEMS, 0, [_u, _v], [0, 1]];
|
|
1875
|
+
export var TrainedModelInferenceJobsConfigurationPolicy = [
|
|
1876
|
+
3,
|
|
1877
|
+
n0,
|
|
1878
|
+
_TMIJCP,
|
|
1879
|
+
0,
|
|
1880
|
+
[_cL, _mOS],
|
|
1881
|
+
[() => LogsConfigurationPolicyList, () => TrainedModelInferenceMaxOutputSize],
|
|
1882
|
+
];
|
|
1883
|
+
export var TrainedModelInferenceJobSummary = [
|
|
1884
|
+
3,
|
|
1885
|
+
n0,
|
|
1886
|
+
_TMIJS,
|
|
1887
|
+
0,
|
|
1888
|
+
[_tMIJA, _cMAAA, _mI, _tMA, _tMVI, _cIo, _s, _oC, _n, _de, _mS, _mSD, _lS, _lSD, _cT, _uT],
|
|
1889
|
+
[0, 0, 0, 0, 0, 0, 0, () => InferenceOutputConfiguration, 0, 0, 0, 0, 0, 0, 5, 5],
|
|
1890
|
+
];
|
|
1891
|
+
export var TrainedModelInferenceMaxOutputSize = [3, n0, _TMIMOS, 0, [_u, _v], [0, 1]];
|
|
1892
|
+
export var TrainedModelsConfigurationPolicy = [
|
|
1893
|
+
3,
|
|
1894
|
+
n0,
|
|
1895
|
+
_TMCP,
|
|
1896
|
+
0,
|
|
1897
|
+
[_cL, _cM, _mAS],
|
|
1898
|
+
[() => LogsConfigurationPolicyList, () => MetricsConfigurationPolicy, () => TrainedModelArtifactMaxSize],
|
|
1899
|
+
];
|
|
1900
|
+
export var TrainedModelSummary = [
|
|
1901
|
+
3,
|
|
1902
|
+
n0,
|
|
1903
|
+
_TMS,
|
|
1904
|
+
0,
|
|
1905
|
+
[_cT, _uT, _tMA, _vI, _iTDC, _n, _de, _mI, _cIo, _s, _cMAAA],
|
|
1906
|
+
[5, 5, 0, 0, () => IncrementalTrainingDataChannelsOutput, 0, 0, 0, 0, 0, 0],
|
|
1907
|
+
];
|
|
1908
|
+
export var TrainingDatasetSummary = [
|
|
1909
|
+
3,
|
|
1910
|
+
n0,
|
|
1911
|
+
_TDS,
|
|
1912
|
+
0,
|
|
1913
|
+
[_cT, _uT, _tDA, _n, _s, _de],
|
|
1914
|
+
[5, 5, 0, 0, 0, 0],
|
|
1915
|
+
];
|
|
1916
|
+
export var UntagResourceRequest = [
|
|
1917
|
+
3,
|
|
1918
|
+
n0,
|
|
1919
|
+
_URR,
|
|
1920
|
+
0,
|
|
1921
|
+
[_rA, _tK],
|
|
1922
|
+
[
|
|
1923
|
+
[0, 1],
|
|
1924
|
+
[
|
|
1925
|
+
64 | 0,
|
|
1926
|
+
{
|
|
1927
|
+
[_hQ]: _tK,
|
|
1928
|
+
},
|
|
1929
|
+
],
|
|
1930
|
+
],
|
|
1931
|
+
];
|
|
1932
|
+
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
1933
|
+
export var UpdateConfiguredAudienceModelRequest = [
|
|
1934
|
+
3,
|
|
1935
|
+
n0,
|
|
1936
|
+
_UCAMR,
|
|
1937
|
+
0,
|
|
1938
|
+
[_cAMA, _oCu, _aMA, _sAM, _mMSS, _aSC, _de],
|
|
1939
|
+
[[0, 1], () => ConfiguredAudienceModelOutputConfig, 0, 64 | 0, 1, () => AudienceSizeConfig, 0],
|
|
1940
|
+
];
|
|
1941
|
+
export var UpdateConfiguredAudienceModelResponse = [3, n0, _UCAMRp, 0, [_cAMA], [0]];
|
|
1942
|
+
export var ValidationException = [
|
|
1943
|
+
-3,
|
|
1944
|
+
n0,
|
|
1945
|
+
_VE,
|
|
1946
|
+
{
|
|
1947
|
+
[_e]: _c,
|
|
1948
|
+
[_hE]: 400,
|
|
1949
|
+
},
|
|
1950
|
+
[_m],
|
|
1951
|
+
[0],
|
|
1952
|
+
];
|
|
1953
|
+
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
1954
|
+
export var WorkerComputeConfiguration = [3, n0, _WCC, 0, [_t, _nu], [0, 1]];
|
|
1955
|
+
export var __Unit = "unit";
|
|
1956
|
+
export var CleanRoomsMLServiceException = [-3, _sm, "CleanRoomsMLServiceException", 0, [], []];
|
|
1957
|
+
TypeRegistry.for(_sm).registerError(CleanRoomsMLServiceException, __CleanRoomsMLServiceException);
|
|
1958
|
+
export var AccessBudgetDetailsList = [1, n0, _ABDL, 0, () => AccessBudgetDetails];
|
|
1959
|
+
export var AccessBudgets = [1, n0, _ABc, 0, () => AccessBudget];
|
|
1960
|
+
export var AccountIdList = 64 | 0;
|
|
1961
|
+
export var AudienceExportJobList = [1, n0, _AEJL, 0, () => AudienceExportJobSummary];
|
|
1962
|
+
export var AudienceGenerationJobList = [1, n0, _AGJL, 0, () => AudienceGenerationJobSummary];
|
|
1963
|
+
export var AudienceModelList = [1, n0, _AML, 0, () => AudienceModelSummary];
|
|
1964
|
+
export var AudienceSizeBins = 64 | 1;
|
|
1965
|
+
export var CollaborationConfiguredModelAlgorithmAssociationList = [
|
|
1966
|
+
1,
|
|
1967
|
+
n0,
|
|
1968
|
+
_CCMAAL,
|
|
1969
|
+
0,
|
|
1970
|
+
() => CollaborationConfiguredModelAlgorithmAssociationSummary,
|
|
1971
|
+
];
|
|
1972
|
+
export var CollaborationMLInputChannelsList = [
|
|
1973
|
+
1,
|
|
1974
|
+
n0,
|
|
1975
|
+
_CMLICL,
|
|
1976
|
+
0,
|
|
1977
|
+
() => CollaborationMLInputChannelSummary,
|
|
1978
|
+
];
|
|
1979
|
+
export var CollaborationTrainedModelExportJobList = [
|
|
1980
|
+
1,
|
|
1981
|
+
n0,
|
|
1982
|
+
_CTMEJL,
|
|
1983
|
+
0,
|
|
1984
|
+
() => CollaborationTrainedModelExportJobSummary,
|
|
1985
|
+
];
|
|
1986
|
+
export var CollaborationTrainedModelInferenceJobList = [
|
|
1987
|
+
1,
|
|
1988
|
+
n0,
|
|
1989
|
+
_CTMIJL,
|
|
1990
|
+
0,
|
|
1991
|
+
() => CollaborationTrainedModelInferenceJobSummary,
|
|
1992
|
+
];
|
|
1993
|
+
export var CollaborationTrainedModelList = [1, n0, _CTML, 0, () => CollaborationTrainedModelSummary];
|
|
1994
|
+
export var ColumnTypeList = 64 | 0;
|
|
1995
|
+
export var ConfiguredAudienceModelList = [1, n0, _CAML, 0, () => ConfiguredAudienceModelSummary];
|
|
1996
|
+
export var ConfiguredModelAlgorithmAssociationArnList = 64 | 0;
|
|
1997
|
+
export var ConfiguredModelAlgorithmAssociationList = [
|
|
1998
|
+
1,
|
|
1999
|
+
n0,
|
|
2000
|
+
_CMAAL,
|
|
2001
|
+
0,
|
|
2002
|
+
() => ConfiguredModelAlgorithmAssociationSummary,
|
|
2003
|
+
];
|
|
2004
|
+
export var ConfiguredModelAlgorithmList = [1, n0, _CMAL, 0, () => ConfiguredModelAlgorithmSummary];
|
|
2005
|
+
export var ContainerArguments = 64 | 0;
|
|
2006
|
+
export var ContainerEntrypoint = 64 | 0;
|
|
2007
|
+
export var CustomDataIdentifierList = 64 | 0;
|
|
2008
|
+
export var DatasetList = [1, n0, _DL, 0, () => Dataset];
|
|
2009
|
+
export var DatasetSchemaList = [1, n0, _DSL, 0, () => ColumnSchema];
|
|
2010
|
+
export var EntityTypeList = 64 | 0;
|
|
2011
|
+
export var IncrementalTrainingDataChannels = [1, n0, _ITDCn, 0, () => IncrementalTrainingDataChannel];
|
|
2012
|
+
export var IncrementalTrainingDataChannelsOutput = [
|
|
2013
|
+
1,
|
|
2014
|
+
n0,
|
|
2015
|
+
_ITDCOn,
|
|
2016
|
+
0,
|
|
2017
|
+
() => IncrementalTrainingDataChannelOutput,
|
|
2018
|
+
];
|
|
2019
|
+
export var InferenceReceiverMembers = [1, n0, _IRMn, 0, () => InferenceReceiverMember];
|
|
2020
|
+
export var LogsConfigurationPolicyList = [1, n0, _LCPL, 0, () => LogsConfigurationPolicy];
|
|
2021
|
+
export var MetricDefinitionList = [1, n0, _MDL, 0, () => MetricDefinition];
|
|
2022
|
+
export var MetricsList = 64 | 0;
|
|
2023
|
+
export var MLInputChannelsList = [1, n0, _MLICL, 0, () => MLInputChannelSummary];
|
|
2024
|
+
export var ModelTrainingDataChannels = [1, n0, _MTDCo, 0, () => ModelTrainingDataChannel];
|
|
2025
|
+
export var RelevanceMetrics = [1, n0, _RMe, 0, () => RelevanceMetric];
|
|
2026
|
+
export var TagKeys = 64 | 0;
|
|
2027
|
+
export var TrainedModelExportFileTypeList = 64 | 0;
|
|
2028
|
+
export var TrainedModelExportReceiverMembers = [
|
|
2029
|
+
1,
|
|
2030
|
+
n0,
|
|
2031
|
+
_TMERMr,
|
|
2032
|
+
0,
|
|
2033
|
+
() => TrainedModelExportReceiverMember,
|
|
2034
|
+
];
|
|
2035
|
+
export var TrainedModelInferenceJobList = [1, n0, _TMIJL, 0, () => TrainedModelInferenceJobSummary];
|
|
2036
|
+
export var TrainedModelList = [1, n0, _TML, 0, () => TrainedModelSummary];
|
|
2037
|
+
export var TrainingDatasetList = [1, n0, _TDL, 0, () => TrainingDatasetSummary];
|
|
2038
|
+
export var Environment = 128 | 0;
|
|
2039
|
+
export var HyperParameters = 128 | 0;
|
|
2040
|
+
export var InferenceEnvironmentMap = 128 | 0;
|
|
2041
|
+
export var ParameterMap = 128 | 0;
|
|
2042
|
+
export var TagMap = 128 | 0;
|
|
2043
|
+
export var ComputeConfiguration = [3, n0, _CCo, 0, [_w], [() => WorkerComputeConfiguration]];
|
|
2044
|
+
export var InputChannelDataSource = [
|
|
2045
|
+
3,
|
|
2046
|
+
n0,
|
|
2047
|
+
_ICDS,
|
|
2048
|
+
0,
|
|
2049
|
+
[_pQIP],
|
|
2050
|
+
[[() => ProtectedQueryInputParameters, 0]],
|
|
2051
|
+
];
|
|
2052
|
+
export var PrivacyBudgets = [3, n0, _PB, 0, [_aB], [() => AccessBudgets]];
|
|
2053
|
+
export var CancelTrainedModel = [
|
|
2054
|
+
9,
|
|
2055
|
+
n0,
|
|
2056
|
+
_CTM,
|
|
2057
|
+
{
|
|
2058
|
+
[_ht]: ["PATCH", "/memberships/{membershipIdentifier}/trained-models/{trainedModelArn}", 200],
|
|
2059
|
+
},
|
|
2060
|
+
() => CancelTrainedModelRequest,
|
|
2061
|
+
() => __Unit,
|
|
2062
|
+
];
|
|
2063
|
+
export var CancelTrainedModelInferenceJob = [
|
|
2064
|
+
9,
|
|
2065
|
+
n0,
|
|
2066
|
+
_CTMIJ,
|
|
2067
|
+
{
|
|
2068
|
+
[_ht]: [
|
|
2069
|
+
"PATCH",
|
|
2070
|
+
"/memberships/{membershipIdentifier}/trained-model-inference-jobs/{trainedModelInferenceJobArn}",
|
|
2071
|
+
200,
|
|
2072
|
+
],
|
|
2073
|
+
},
|
|
2074
|
+
() => CancelTrainedModelInferenceJobRequest,
|
|
2075
|
+
() => __Unit,
|
|
2076
|
+
];
|
|
2077
|
+
export var CreateAudienceModel = [
|
|
2078
|
+
9,
|
|
2079
|
+
n0,
|
|
2080
|
+
_CAM,
|
|
2081
|
+
{
|
|
2082
|
+
[_ht]: ["POST", "/audience-model", 200],
|
|
2083
|
+
},
|
|
2084
|
+
() => CreateAudienceModelRequest,
|
|
2085
|
+
() => CreateAudienceModelResponse,
|
|
2086
|
+
];
|
|
2087
|
+
export var CreateConfiguredAudienceModel = [
|
|
2088
|
+
9,
|
|
2089
|
+
n0,
|
|
2090
|
+
_CCAM,
|
|
2091
|
+
{
|
|
2092
|
+
[_ht]: ["POST", "/configured-audience-model", 200],
|
|
2093
|
+
},
|
|
2094
|
+
() => CreateConfiguredAudienceModelRequest,
|
|
2095
|
+
() => CreateConfiguredAudienceModelResponse,
|
|
2096
|
+
];
|
|
2097
|
+
export var CreateConfiguredModelAlgorithm = [
|
|
2098
|
+
9,
|
|
2099
|
+
n0,
|
|
2100
|
+
_CCMA,
|
|
2101
|
+
{
|
|
2102
|
+
[_ht]: ["POST", "/configured-model-algorithms", 200],
|
|
2103
|
+
},
|
|
2104
|
+
() => CreateConfiguredModelAlgorithmRequest,
|
|
2105
|
+
() => CreateConfiguredModelAlgorithmResponse,
|
|
2106
|
+
];
|
|
2107
|
+
export var CreateConfiguredModelAlgorithmAssociation = [
|
|
2108
|
+
9,
|
|
2109
|
+
n0,
|
|
2110
|
+
_CCMAA,
|
|
2111
|
+
{
|
|
2112
|
+
[_ht]: ["POST", "/memberships/{membershipIdentifier}/configured-model-algorithm-associations", 200],
|
|
2113
|
+
},
|
|
2114
|
+
() => CreateConfiguredModelAlgorithmAssociationRequest,
|
|
2115
|
+
() => CreateConfiguredModelAlgorithmAssociationResponse,
|
|
2116
|
+
];
|
|
2117
|
+
export var CreateMLInputChannel = [
|
|
2118
|
+
9,
|
|
2119
|
+
n0,
|
|
2120
|
+
_CMLIC,
|
|
2121
|
+
{
|
|
2122
|
+
[_ht]: ["POST", "/memberships/{membershipIdentifier}/ml-input-channels", 200],
|
|
2123
|
+
},
|
|
2124
|
+
() => CreateMLInputChannelRequest,
|
|
2125
|
+
() => CreateMLInputChannelResponse,
|
|
2126
|
+
];
|
|
2127
|
+
export var CreateTrainedModel = [
|
|
2128
|
+
9,
|
|
2129
|
+
n0,
|
|
2130
|
+
_CTMr,
|
|
2131
|
+
{
|
|
2132
|
+
[_ht]: ["POST", "/memberships/{membershipIdentifier}/trained-models", 200],
|
|
2133
|
+
},
|
|
2134
|
+
() => CreateTrainedModelRequest,
|
|
2135
|
+
() => CreateTrainedModelResponse,
|
|
2136
|
+
];
|
|
2137
|
+
export var CreateTrainingDataset = [
|
|
2138
|
+
9,
|
|
2139
|
+
n0,
|
|
2140
|
+
_CTD,
|
|
2141
|
+
{
|
|
2142
|
+
[_ht]: ["POST", "/training-dataset", 200],
|
|
2143
|
+
},
|
|
2144
|
+
() => CreateTrainingDatasetRequest,
|
|
2145
|
+
() => CreateTrainingDatasetResponse,
|
|
2146
|
+
];
|
|
2147
|
+
export var DeleteAudienceGenerationJob = [
|
|
2148
|
+
9,
|
|
2149
|
+
n0,
|
|
2150
|
+
_DAGJ,
|
|
2151
|
+
{
|
|
2152
|
+
[_ht]: ["DELETE", "/audience-generation-job/{audienceGenerationJobArn}", 200],
|
|
2153
|
+
},
|
|
2154
|
+
() => DeleteAudienceGenerationJobRequest,
|
|
2155
|
+
() => __Unit,
|
|
2156
|
+
];
|
|
2157
|
+
export var DeleteAudienceModel = [
|
|
2158
|
+
9,
|
|
2159
|
+
n0,
|
|
2160
|
+
_DAM,
|
|
2161
|
+
{
|
|
2162
|
+
[_ht]: ["DELETE", "/audience-model/{audienceModelArn}", 200],
|
|
2163
|
+
},
|
|
2164
|
+
() => DeleteAudienceModelRequest,
|
|
2165
|
+
() => __Unit,
|
|
2166
|
+
];
|
|
2167
|
+
export var DeleteConfiguredAudienceModel = [
|
|
2168
|
+
9,
|
|
2169
|
+
n0,
|
|
2170
|
+
_DCAM,
|
|
2171
|
+
{
|
|
2172
|
+
[_ht]: ["DELETE", "/configured-audience-model/{configuredAudienceModelArn}", 200],
|
|
2173
|
+
},
|
|
2174
|
+
() => DeleteConfiguredAudienceModelRequest,
|
|
2175
|
+
() => __Unit,
|
|
2176
|
+
];
|
|
2177
|
+
export var DeleteConfiguredAudienceModelPolicy = [
|
|
2178
|
+
9,
|
|
2179
|
+
n0,
|
|
2180
|
+
_DCAMP,
|
|
2181
|
+
{
|
|
2182
|
+
[_ht]: ["DELETE", "/configured-audience-model/{configuredAudienceModelArn}/policy", 200],
|
|
2183
|
+
},
|
|
2184
|
+
() => DeleteConfiguredAudienceModelPolicyRequest,
|
|
2185
|
+
() => __Unit,
|
|
2186
|
+
];
|
|
2187
|
+
export var DeleteConfiguredModelAlgorithm = [
|
|
2188
|
+
9,
|
|
2189
|
+
n0,
|
|
2190
|
+
_DCMA,
|
|
2191
|
+
{
|
|
2192
|
+
[_ht]: ["DELETE", "/configured-model-algorithms/{configuredModelAlgorithmArn}", 200],
|
|
2193
|
+
},
|
|
2194
|
+
() => DeleteConfiguredModelAlgorithmRequest,
|
|
2195
|
+
() => __Unit,
|
|
2196
|
+
];
|
|
2197
|
+
export var DeleteConfiguredModelAlgorithmAssociation = [
|
|
2198
|
+
9,
|
|
2199
|
+
n0,
|
|
2200
|
+
_DCMAA,
|
|
2201
|
+
{
|
|
2202
|
+
[_ht]: [
|
|
2203
|
+
"DELETE",
|
|
2204
|
+
"/memberships/{membershipIdentifier}/configured-model-algorithm-associations/{configuredModelAlgorithmAssociationArn}",
|
|
2205
|
+
200,
|
|
2206
|
+
],
|
|
2207
|
+
},
|
|
2208
|
+
() => DeleteConfiguredModelAlgorithmAssociationRequest,
|
|
2209
|
+
() => __Unit,
|
|
2210
|
+
];
|
|
2211
|
+
export var DeleteMLConfiguration = [
|
|
2212
|
+
9,
|
|
2213
|
+
n0,
|
|
2214
|
+
_DMLC,
|
|
2215
|
+
{
|
|
2216
|
+
[_ht]: ["DELETE", "/memberships/{membershipIdentifier}/ml-configurations", 200],
|
|
2217
|
+
},
|
|
2218
|
+
() => DeleteMLConfigurationRequest,
|
|
2219
|
+
() => __Unit,
|
|
2220
|
+
];
|
|
2221
|
+
export var DeleteMLInputChannelData = [
|
|
2222
|
+
9,
|
|
2223
|
+
n0,
|
|
2224
|
+
_DMLICD,
|
|
2225
|
+
{
|
|
2226
|
+
[_ht]: ["DELETE", "/memberships/{membershipIdentifier}/ml-input-channels/{mlInputChannelArn}", 200],
|
|
2227
|
+
},
|
|
2228
|
+
() => DeleteMLInputChannelDataRequest,
|
|
2229
|
+
() => __Unit,
|
|
2230
|
+
];
|
|
2231
|
+
export var DeleteTrainedModelOutput = [
|
|
2232
|
+
9,
|
|
2233
|
+
n0,
|
|
2234
|
+
_DTMO,
|
|
2235
|
+
{
|
|
2236
|
+
[_ht]: ["DELETE", "/memberships/{membershipIdentifier}/trained-models/{trainedModelArn}", 200],
|
|
2237
|
+
},
|
|
2238
|
+
() => DeleteTrainedModelOutputRequest,
|
|
2239
|
+
() => __Unit,
|
|
2240
|
+
];
|
|
2241
|
+
export var DeleteTrainingDataset = [
|
|
2242
|
+
9,
|
|
2243
|
+
n0,
|
|
2244
|
+
_DTD,
|
|
2245
|
+
{
|
|
2246
|
+
[_ht]: ["DELETE", "/training-dataset/{trainingDatasetArn}", 200],
|
|
2247
|
+
},
|
|
2248
|
+
() => DeleteTrainingDatasetRequest,
|
|
2249
|
+
() => __Unit,
|
|
2250
|
+
];
|
|
2251
|
+
export var GetAudienceGenerationJob = [
|
|
2252
|
+
9,
|
|
2253
|
+
n0,
|
|
2254
|
+
_GAGJ,
|
|
2255
|
+
{
|
|
2256
|
+
[_ht]: ["GET", "/audience-generation-job/{audienceGenerationJobArn}", 200],
|
|
2257
|
+
},
|
|
2258
|
+
() => GetAudienceGenerationJobRequest,
|
|
2259
|
+
() => GetAudienceGenerationJobResponse,
|
|
2260
|
+
];
|
|
2261
|
+
export var GetAudienceModel = [
|
|
2262
|
+
9,
|
|
2263
|
+
n0,
|
|
2264
|
+
_GAM,
|
|
2265
|
+
{
|
|
2266
|
+
[_ht]: ["GET", "/audience-model/{audienceModelArn}", 200],
|
|
2267
|
+
},
|
|
2268
|
+
() => GetAudienceModelRequest,
|
|
2269
|
+
() => GetAudienceModelResponse,
|
|
2270
|
+
];
|
|
2271
|
+
export var GetCollaborationConfiguredModelAlgorithmAssociation = [
|
|
2272
|
+
9,
|
|
2273
|
+
n0,
|
|
2274
|
+
_GCCMAA,
|
|
2275
|
+
{
|
|
2276
|
+
[_ht]: [
|
|
2277
|
+
"GET",
|
|
2278
|
+
"/collaborations/{collaborationIdentifier}/configured-model-algorithm-associations/{configuredModelAlgorithmAssociationArn}",
|
|
2279
|
+
200,
|
|
2280
|
+
],
|
|
2281
|
+
},
|
|
2282
|
+
() => GetCollaborationConfiguredModelAlgorithmAssociationRequest,
|
|
2283
|
+
() => GetCollaborationConfiguredModelAlgorithmAssociationResponse,
|
|
2284
|
+
];
|
|
2285
|
+
export var GetCollaborationMLInputChannel = [
|
|
2286
|
+
9,
|
|
2287
|
+
n0,
|
|
2288
|
+
_GCMLIC,
|
|
2289
|
+
{
|
|
2290
|
+
[_ht]: ["GET", "/collaborations/{collaborationIdentifier}/ml-input-channels/{mlInputChannelArn}", 200],
|
|
2291
|
+
},
|
|
2292
|
+
() => GetCollaborationMLInputChannelRequest,
|
|
2293
|
+
() => GetCollaborationMLInputChannelResponse,
|
|
2294
|
+
];
|
|
2295
|
+
export var GetCollaborationTrainedModel = [
|
|
2296
|
+
9,
|
|
2297
|
+
n0,
|
|
2298
|
+
_GCTM,
|
|
2299
|
+
{
|
|
2300
|
+
[_ht]: ["GET", "/collaborations/{collaborationIdentifier}/trained-models/{trainedModelArn}", 200],
|
|
2301
|
+
},
|
|
2302
|
+
() => GetCollaborationTrainedModelRequest,
|
|
2303
|
+
() => GetCollaborationTrainedModelResponse,
|
|
2304
|
+
];
|
|
2305
|
+
export var GetConfiguredAudienceModel = [
|
|
2306
|
+
9,
|
|
2307
|
+
n0,
|
|
2308
|
+
_GCAM,
|
|
2309
|
+
{
|
|
2310
|
+
[_ht]: ["GET", "/configured-audience-model/{configuredAudienceModelArn}", 200],
|
|
2311
|
+
},
|
|
2312
|
+
() => GetConfiguredAudienceModelRequest,
|
|
2313
|
+
() => GetConfiguredAudienceModelResponse,
|
|
2314
|
+
];
|
|
2315
|
+
export var GetConfiguredAudienceModelPolicy = [
|
|
2316
|
+
9,
|
|
2317
|
+
n0,
|
|
2318
|
+
_GCAMP,
|
|
2319
|
+
{
|
|
2320
|
+
[_ht]: ["GET", "/configured-audience-model/{configuredAudienceModelArn}/policy", 200],
|
|
2321
|
+
},
|
|
2322
|
+
() => GetConfiguredAudienceModelPolicyRequest,
|
|
2323
|
+
() => GetConfiguredAudienceModelPolicyResponse,
|
|
2324
|
+
];
|
|
2325
|
+
export var GetConfiguredModelAlgorithm = [
|
|
2326
|
+
9,
|
|
2327
|
+
n0,
|
|
2328
|
+
_GCMA,
|
|
2329
|
+
{
|
|
2330
|
+
[_ht]: ["GET", "/configured-model-algorithms/{configuredModelAlgorithmArn}", 200],
|
|
2331
|
+
},
|
|
2332
|
+
() => GetConfiguredModelAlgorithmRequest,
|
|
2333
|
+
() => GetConfiguredModelAlgorithmResponse,
|
|
2334
|
+
];
|
|
2335
|
+
export var GetConfiguredModelAlgorithmAssociation = [
|
|
2336
|
+
9,
|
|
2337
|
+
n0,
|
|
2338
|
+
_GCMAA,
|
|
2339
|
+
{
|
|
2340
|
+
[_ht]: [
|
|
2341
|
+
"GET",
|
|
2342
|
+
"/memberships/{membershipIdentifier}/configured-model-algorithm-associations/{configuredModelAlgorithmAssociationArn}",
|
|
2343
|
+
200,
|
|
2344
|
+
],
|
|
2345
|
+
},
|
|
2346
|
+
() => GetConfiguredModelAlgorithmAssociationRequest,
|
|
2347
|
+
() => GetConfiguredModelAlgorithmAssociationResponse,
|
|
2348
|
+
];
|
|
2349
|
+
export var GetMLConfiguration = [
|
|
2350
|
+
9,
|
|
2351
|
+
n0,
|
|
2352
|
+
_GMLC,
|
|
2353
|
+
{
|
|
2354
|
+
[_ht]: ["GET", "/memberships/{membershipIdentifier}/ml-configurations", 200],
|
|
2355
|
+
},
|
|
2356
|
+
() => GetMLConfigurationRequest,
|
|
2357
|
+
() => GetMLConfigurationResponse,
|
|
2358
|
+
];
|
|
2359
|
+
export var GetMLInputChannel = [
|
|
2360
|
+
9,
|
|
2361
|
+
n0,
|
|
2362
|
+
_GMLIC,
|
|
2363
|
+
{
|
|
2364
|
+
[_ht]: ["GET", "/memberships/{membershipIdentifier}/ml-input-channels/{mlInputChannelArn}", 200],
|
|
2365
|
+
},
|
|
2366
|
+
() => GetMLInputChannelRequest,
|
|
2367
|
+
() => GetMLInputChannelResponse,
|
|
2368
|
+
];
|
|
2369
|
+
export var GetTrainedModel = [
|
|
2370
|
+
9,
|
|
2371
|
+
n0,
|
|
2372
|
+
_GTM,
|
|
2373
|
+
{
|
|
2374
|
+
[_ht]: ["GET", "/memberships/{membershipIdentifier}/trained-models/{trainedModelArn}", 200],
|
|
2375
|
+
},
|
|
2376
|
+
() => GetTrainedModelRequest,
|
|
2377
|
+
() => GetTrainedModelResponse,
|
|
2378
|
+
];
|
|
2379
|
+
export var GetTrainedModelInferenceJob = [
|
|
2380
|
+
9,
|
|
2381
|
+
n0,
|
|
2382
|
+
_GTMIJ,
|
|
2383
|
+
{
|
|
2384
|
+
[_ht]: [
|
|
2385
|
+
"GET",
|
|
2386
|
+
"/memberships/{membershipIdentifier}/trained-model-inference-jobs/{trainedModelInferenceJobArn}",
|
|
2387
|
+
200,
|
|
2388
|
+
],
|
|
2389
|
+
},
|
|
2390
|
+
() => GetTrainedModelInferenceJobRequest,
|
|
2391
|
+
() => GetTrainedModelInferenceJobResponse,
|
|
2392
|
+
];
|
|
2393
|
+
export var GetTrainingDataset = [
|
|
2394
|
+
9,
|
|
2395
|
+
n0,
|
|
2396
|
+
_GTD,
|
|
2397
|
+
{
|
|
2398
|
+
[_ht]: ["GET", "/training-dataset/{trainingDatasetArn}", 200],
|
|
2399
|
+
},
|
|
2400
|
+
() => GetTrainingDatasetRequest,
|
|
2401
|
+
() => GetTrainingDatasetResponse,
|
|
2402
|
+
];
|
|
2403
|
+
export var ListAudienceExportJobs = [
|
|
2404
|
+
9,
|
|
2405
|
+
n0,
|
|
2406
|
+
_LAEJ,
|
|
2407
|
+
{
|
|
2408
|
+
[_ht]: ["GET", "/audience-export-job", 200],
|
|
2409
|
+
},
|
|
2410
|
+
() => ListAudienceExportJobsRequest,
|
|
2411
|
+
() => ListAudienceExportJobsResponse,
|
|
2412
|
+
];
|
|
2413
|
+
export var ListAudienceGenerationJobs = [
|
|
2414
|
+
9,
|
|
2415
|
+
n0,
|
|
2416
|
+
_LAGJ,
|
|
2417
|
+
{
|
|
2418
|
+
[_ht]: ["GET", "/audience-generation-job", 200],
|
|
2419
|
+
},
|
|
2420
|
+
() => ListAudienceGenerationJobsRequest,
|
|
2421
|
+
() => ListAudienceGenerationJobsResponse,
|
|
2422
|
+
];
|
|
2423
|
+
export var ListAudienceModels = [
|
|
2424
|
+
9,
|
|
2425
|
+
n0,
|
|
2426
|
+
_LAM,
|
|
2427
|
+
{
|
|
2428
|
+
[_ht]: ["GET", "/audience-model", 200],
|
|
2429
|
+
},
|
|
2430
|
+
() => ListAudienceModelsRequest,
|
|
2431
|
+
() => ListAudienceModelsResponse,
|
|
2432
|
+
];
|
|
2433
|
+
export var ListCollaborationConfiguredModelAlgorithmAssociations = [
|
|
2434
|
+
9,
|
|
2435
|
+
n0,
|
|
2436
|
+
_LCCMAA,
|
|
2437
|
+
{
|
|
2438
|
+
[_ht]: ["GET", "/collaborations/{collaborationIdentifier}/configured-model-algorithm-associations", 200],
|
|
2439
|
+
},
|
|
2440
|
+
() => ListCollaborationConfiguredModelAlgorithmAssociationsRequest,
|
|
2441
|
+
() => ListCollaborationConfiguredModelAlgorithmAssociationsResponse,
|
|
2442
|
+
];
|
|
2443
|
+
export var ListCollaborationMLInputChannels = [
|
|
2444
|
+
9,
|
|
2445
|
+
n0,
|
|
2446
|
+
_LCMLIC,
|
|
2447
|
+
{
|
|
2448
|
+
[_ht]: ["GET", "/collaborations/{collaborationIdentifier}/ml-input-channels", 200],
|
|
2449
|
+
},
|
|
2450
|
+
() => ListCollaborationMLInputChannelsRequest,
|
|
2451
|
+
() => ListCollaborationMLInputChannelsResponse,
|
|
2452
|
+
];
|
|
2453
|
+
export var ListCollaborationTrainedModelExportJobs = [
|
|
2454
|
+
9,
|
|
2455
|
+
n0,
|
|
2456
|
+
_LCTMEJ,
|
|
2457
|
+
{
|
|
2458
|
+
[_ht]: ["GET", "/collaborations/{collaborationIdentifier}/trained-models/{trainedModelArn}/export-jobs", 200],
|
|
2459
|
+
},
|
|
2460
|
+
() => ListCollaborationTrainedModelExportJobsRequest,
|
|
2461
|
+
() => ListCollaborationTrainedModelExportJobsResponse,
|
|
2462
|
+
];
|
|
2463
|
+
export var ListCollaborationTrainedModelInferenceJobs = [
|
|
2464
|
+
9,
|
|
2465
|
+
n0,
|
|
2466
|
+
_LCTMIJ,
|
|
2467
|
+
{
|
|
2468
|
+
[_ht]: ["GET", "/collaborations/{collaborationIdentifier}/trained-model-inference-jobs", 200],
|
|
2469
|
+
},
|
|
2470
|
+
() => ListCollaborationTrainedModelInferenceJobsRequest,
|
|
2471
|
+
() => ListCollaborationTrainedModelInferenceJobsResponse,
|
|
2472
|
+
];
|
|
2473
|
+
export var ListCollaborationTrainedModels = [
|
|
2474
|
+
9,
|
|
2475
|
+
n0,
|
|
2476
|
+
_LCTM,
|
|
2477
|
+
{
|
|
2478
|
+
[_ht]: ["GET", "/collaborations/{collaborationIdentifier}/trained-models", 200],
|
|
2479
|
+
},
|
|
2480
|
+
() => ListCollaborationTrainedModelsRequest,
|
|
2481
|
+
() => ListCollaborationTrainedModelsResponse,
|
|
2482
|
+
];
|
|
2483
|
+
export var ListConfiguredAudienceModels = [
|
|
2484
|
+
9,
|
|
2485
|
+
n0,
|
|
2486
|
+
_LCAM,
|
|
2487
|
+
{
|
|
2488
|
+
[_ht]: ["GET", "/configured-audience-model", 200],
|
|
2489
|
+
},
|
|
2490
|
+
() => ListConfiguredAudienceModelsRequest,
|
|
2491
|
+
() => ListConfiguredAudienceModelsResponse,
|
|
2492
|
+
];
|
|
2493
|
+
export var ListConfiguredModelAlgorithmAssociations = [
|
|
2494
|
+
9,
|
|
2495
|
+
n0,
|
|
2496
|
+
_LCMAA,
|
|
2497
|
+
{
|
|
2498
|
+
[_ht]: ["GET", "/memberships/{membershipIdentifier}/configured-model-algorithm-associations", 200],
|
|
2499
|
+
},
|
|
2500
|
+
() => ListConfiguredModelAlgorithmAssociationsRequest,
|
|
2501
|
+
() => ListConfiguredModelAlgorithmAssociationsResponse,
|
|
2502
|
+
];
|
|
2503
|
+
export var ListConfiguredModelAlgorithms = [
|
|
2504
|
+
9,
|
|
2505
|
+
n0,
|
|
2506
|
+
_LCMA,
|
|
2507
|
+
{
|
|
2508
|
+
[_ht]: ["GET", "/configured-model-algorithms", 200],
|
|
2509
|
+
},
|
|
2510
|
+
() => ListConfiguredModelAlgorithmsRequest,
|
|
2511
|
+
() => ListConfiguredModelAlgorithmsResponse,
|
|
2512
|
+
];
|
|
2513
|
+
export var ListMLInputChannels = [
|
|
2514
|
+
9,
|
|
2515
|
+
n0,
|
|
2516
|
+
_LMLIC,
|
|
2517
|
+
{
|
|
2518
|
+
[_ht]: ["GET", "/memberships/{membershipIdentifier}/ml-input-channels", 200],
|
|
2519
|
+
},
|
|
2520
|
+
() => ListMLInputChannelsRequest,
|
|
2521
|
+
() => ListMLInputChannelsResponse,
|
|
2522
|
+
];
|
|
2523
|
+
export var ListTagsForResource = [
|
|
2524
|
+
9,
|
|
2525
|
+
n0,
|
|
2526
|
+
_LTFR,
|
|
2527
|
+
{
|
|
2528
|
+
[_ht]: ["GET", "/tags/{resourceArn}", 200],
|
|
2529
|
+
},
|
|
2530
|
+
() => ListTagsForResourceRequest,
|
|
2531
|
+
() => ListTagsForResourceResponse,
|
|
2532
|
+
];
|
|
2533
|
+
export var ListTrainedModelInferenceJobs = [
|
|
2534
|
+
9,
|
|
2535
|
+
n0,
|
|
2536
|
+
_LTMIJ,
|
|
2537
|
+
{
|
|
2538
|
+
[_ht]: ["GET", "/memberships/{membershipIdentifier}/trained-model-inference-jobs", 200],
|
|
2539
|
+
},
|
|
2540
|
+
() => ListTrainedModelInferenceJobsRequest,
|
|
2541
|
+
() => ListTrainedModelInferenceJobsResponse,
|
|
2542
|
+
];
|
|
2543
|
+
export var ListTrainedModels = [
|
|
2544
|
+
9,
|
|
2545
|
+
n0,
|
|
2546
|
+
_LTM,
|
|
2547
|
+
{
|
|
2548
|
+
[_ht]: ["GET", "/memberships/{membershipIdentifier}/trained-models", 200],
|
|
2549
|
+
},
|
|
2550
|
+
() => ListTrainedModelsRequest,
|
|
2551
|
+
() => ListTrainedModelsResponse,
|
|
2552
|
+
];
|
|
2553
|
+
export var ListTrainedModelVersions = [
|
|
2554
|
+
9,
|
|
2555
|
+
n0,
|
|
2556
|
+
_LTMV,
|
|
2557
|
+
{
|
|
2558
|
+
[_ht]: ["GET", "/memberships/{membershipIdentifier}/trained-models/{trainedModelArn}/versions", 200],
|
|
2559
|
+
},
|
|
2560
|
+
() => ListTrainedModelVersionsRequest,
|
|
2561
|
+
() => ListTrainedModelVersionsResponse,
|
|
2562
|
+
];
|
|
2563
|
+
export var ListTrainingDatasets = [
|
|
2564
|
+
9,
|
|
2565
|
+
n0,
|
|
2566
|
+
_LTD,
|
|
2567
|
+
{
|
|
2568
|
+
[_ht]: ["GET", "/training-dataset", 200],
|
|
2569
|
+
},
|
|
2570
|
+
() => ListTrainingDatasetsRequest,
|
|
2571
|
+
() => ListTrainingDatasetsResponse,
|
|
2572
|
+
];
|
|
2573
|
+
export var PutConfiguredAudienceModelPolicy = [
|
|
2574
|
+
9,
|
|
2575
|
+
n0,
|
|
2576
|
+
_PCAMP,
|
|
2577
|
+
{
|
|
2578
|
+
[_ht]: ["PUT", "/configured-audience-model/{configuredAudienceModelArn}/policy", 200],
|
|
2579
|
+
},
|
|
2580
|
+
() => PutConfiguredAudienceModelPolicyRequest,
|
|
2581
|
+
() => PutConfiguredAudienceModelPolicyResponse,
|
|
2582
|
+
];
|
|
2583
|
+
export var PutMLConfiguration = [
|
|
2584
|
+
9,
|
|
2585
|
+
n0,
|
|
2586
|
+
_PMLC,
|
|
2587
|
+
{
|
|
2588
|
+
[_ht]: ["PUT", "/memberships/{membershipIdentifier}/ml-configurations", 200],
|
|
2589
|
+
},
|
|
2590
|
+
() => PutMLConfigurationRequest,
|
|
2591
|
+
() => __Unit,
|
|
2592
|
+
];
|
|
2593
|
+
export var StartAudienceExportJob = [
|
|
2594
|
+
9,
|
|
2595
|
+
n0,
|
|
2596
|
+
_SAEJ,
|
|
2597
|
+
{
|
|
2598
|
+
[_ht]: ["POST", "/audience-export-job", 200],
|
|
2599
|
+
},
|
|
2600
|
+
() => StartAudienceExportJobRequest,
|
|
2601
|
+
() => __Unit,
|
|
2602
|
+
];
|
|
2603
|
+
export var StartAudienceGenerationJob = [
|
|
2604
|
+
9,
|
|
2605
|
+
n0,
|
|
2606
|
+
_SAGJ,
|
|
2607
|
+
{
|
|
2608
|
+
[_ht]: ["POST", "/audience-generation-job", 200],
|
|
2609
|
+
},
|
|
2610
|
+
() => StartAudienceGenerationJobRequest,
|
|
2611
|
+
() => StartAudienceGenerationJobResponse,
|
|
2612
|
+
];
|
|
2613
|
+
export var StartTrainedModelExportJob = [
|
|
2614
|
+
9,
|
|
2615
|
+
n0,
|
|
2616
|
+
_STMEJ,
|
|
2617
|
+
{
|
|
2618
|
+
[_ht]: ["POST", "/memberships/{membershipIdentifier}/trained-models/{trainedModelArn}/export-jobs", 200],
|
|
2619
|
+
},
|
|
2620
|
+
() => StartTrainedModelExportJobRequest,
|
|
2621
|
+
() => __Unit,
|
|
2622
|
+
];
|
|
2623
|
+
export var StartTrainedModelInferenceJob = [
|
|
2624
|
+
9,
|
|
2625
|
+
n0,
|
|
2626
|
+
_STMIJ,
|
|
2627
|
+
{
|
|
2628
|
+
[_ht]: ["POST", "/memberships/{membershipIdentifier}/trained-model-inference-jobs", 200],
|
|
2629
|
+
},
|
|
2630
|
+
() => StartTrainedModelInferenceJobRequest,
|
|
2631
|
+
() => StartTrainedModelInferenceJobResponse,
|
|
2632
|
+
];
|
|
2633
|
+
export var TagResource = [
|
|
2634
|
+
9,
|
|
2635
|
+
n0,
|
|
2636
|
+
_TR,
|
|
2637
|
+
{
|
|
2638
|
+
[_ht]: ["POST", "/tags/{resourceArn}", 200],
|
|
2639
|
+
},
|
|
2640
|
+
() => TagResourceRequest,
|
|
2641
|
+
() => TagResourceResponse,
|
|
2642
|
+
];
|
|
2643
|
+
export var UntagResource = [
|
|
2644
|
+
9,
|
|
2645
|
+
n0,
|
|
2646
|
+
_UR,
|
|
2647
|
+
{
|
|
2648
|
+
[_ht]: ["DELETE", "/tags/{resourceArn}", 200],
|
|
2649
|
+
},
|
|
2650
|
+
() => UntagResourceRequest,
|
|
2651
|
+
() => UntagResourceResponse,
|
|
2652
|
+
];
|
|
2653
|
+
export var UpdateConfiguredAudienceModel = [
|
|
2654
|
+
9,
|
|
2655
|
+
n0,
|
|
2656
|
+
_UCAM,
|
|
2657
|
+
{
|
|
2658
|
+
[_ht]: ["PATCH", "/configured-audience-model/{configuredAudienceModelArn}", 200],
|
|
2659
|
+
},
|
|
2660
|
+
() => UpdateConfiguredAudienceModelRequest,
|
|
2661
|
+
() => UpdateConfiguredAudienceModelResponse,
|
|
2662
|
+
];
|