@aws-sdk/client-cleanroomsml 3.952.0 → 3.953.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 +788 -548
- package/dist-cjs/runtimeConfig.shared.js +6 -1
- package/dist-es/commands/CancelTrainedModelCommand.js +2 -2
- package/dist-es/commands/CancelTrainedModelInferenceJobCommand.js +2 -2
- package/dist-es/commands/CreateAudienceModelCommand.js +2 -2
- package/dist-es/commands/CreateConfiguredAudienceModelCommand.js +2 -2
- package/dist-es/commands/CreateConfiguredModelAlgorithmAssociationCommand.js +2 -2
- package/dist-es/commands/CreateConfiguredModelAlgorithmCommand.js +2 -2
- package/dist-es/commands/CreateMLInputChannelCommand.js +2 -2
- package/dist-es/commands/CreateTrainedModelCommand.js +2 -2
- package/dist-es/commands/CreateTrainingDatasetCommand.js +2 -2
- package/dist-es/commands/DeleteAudienceGenerationJobCommand.js +2 -2
- package/dist-es/commands/DeleteAudienceModelCommand.js +2 -2
- package/dist-es/commands/DeleteConfiguredAudienceModelCommand.js +2 -2
- package/dist-es/commands/DeleteConfiguredAudienceModelPolicyCommand.js +2 -2
- package/dist-es/commands/DeleteConfiguredModelAlgorithmAssociationCommand.js +2 -2
- package/dist-es/commands/DeleteConfiguredModelAlgorithmCommand.js +2 -2
- package/dist-es/commands/DeleteMLConfigurationCommand.js +2 -2
- package/dist-es/commands/DeleteMLInputChannelDataCommand.js +2 -2
- package/dist-es/commands/DeleteTrainedModelOutputCommand.js +2 -2
- package/dist-es/commands/DeleteTrainingDatasetCommand.js +2 -2
- package/dist-es/commands/GetAudienceGenerationJobCommand.js +2 -2
- package/dist-es/commands/GetAudienceModelCommand.js +2 -2
- package/dist-es/commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand.js +2 -2
- package/dist-es/commands/GetCollaborationMLInputChannelCommand.js +2 -2
- package/dist-es/commands/GetCollaborationTrainedModelCommand.js +2 -2
- package/dist-es/commands/GetConfiguredAudienceModelCommand.js +2 -2
- package/dist-es/commands/GetConfiguredAudienceModelPolicyCommand.js +2 -2
- package/dist-es/commands/GetConfiguredModelAlgorithmAssociationCommand.js +2 -2
- package/dist-es/commands/GetConfiguredModelAlgorithmCommand.js +2 -2
- package/dist-es/commands/GetMLConfigurationCommand.js +2 -2
- package/dist-es/commands/GetMLInputChannelCommand.js +2 -2
- package/dist-es/commands/GetTrainedModelCommand.js +2 -2
- package/dist-es/commands/GetTrainedModelInferenceJobCommand.js +2 -2
- package/dist-es/commands/GetTrainingDatasetCommand.js +2 -2
- package/dist-es/commands/ListAudienceExportJobsCommand.js +2 -2
- package/dist-es/commands/ListAudienceGenerationJobsCommand.js +2 -2
- package/dist-es/commands/ListAudienceModelsCommand.js +2 -2
- package/dist-es/commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand.js +2 -2
- package/dist-es/commands/ListCollaborationMLInputChannelsCommand.js +2 -2
- package/dist-es/commands/ListCollaborationTrainedModelExportJobsCommand.js +2 -2
- package/dist-es/commands/ListCollaborationTrainedModelInferenceJobsCommand.js +2 -2
- package/dist-es/commands/ListCollaborationTrainedModelsCommand.js +2 -2
- package/dist-es/commands/ListConfiguredAudienceModelsCommand.js +2 -2
- package/dist-es/commands/ListConfiguredModelAlgorithmAssociationsCommand.js +2 -2
- package/dist-es/commands/ListConfiguredModelAlgorithmsCommand.js +2 -2
- package/dist-es/commands/ListMLInputChannelsCommand.js +2 -2
- package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-es/commands/ListTrainedModelInferenceJobsCommand.js +2 -2
- package/dist-es/commands/ListTrainedModelVersionsCommand.js +2 -2
- package/dist-es/commands/ListTrainedModelsCommand.js +2 -2
- package/dist-es/commands/ListTrainingDatasetsCommand.js +2 -2
- package/dist-es/commands/PutConfiguredAudienceModelPolicyCommand.js +2 -2
- package/dist-es/commands/PutMLConfigurationCommand.js +2 -2
- package/dist-es/commands/StartAudienceExportJobCommand.js +2 -2
- package/dist-es/commands/StartAudienceGenerationJobCommand.js +2 -2
- package/dist-es/commands/StartTrainedModelExportJobCommand.js +2 -2
- package/dist-es/commands/StartTrainedModelInferenceJobCommand.js +2 -2
- package/dist-es/commands/TagResourceCommand.js +2 -2
- package/dist-es/commands/UntagResourceCommand.js +2 -2
- package/dist-es/commands/UpdateConfiguredAudienceModelCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -1
- package/dist-es/schemas/schemas_0.js +488 -492
- package/dist-types/CleanRoomsMLClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +245 -291
- package/dist-types/ts3.4/CleanRoomsMLClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +244 -291
- package/package.json +34 -34
package/dist-cjs/index.js
CHANGED
|
@@ -110,14 +110,14 @@ class CleanRoomsMLClient extends smithyClient.Client {
|
|
|
110
110
|
}
|
|
111
111
|
}
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
class CleanRoomsMLServiceException extends smithyClient.ServiceException {
|
|
114
114
|
constructor(options) {
|
|
115
115
|
super(options);
|
|
116
116
|
Object.setPrototypeOf(this, CleanRoomsMLServiceException.prototype);
|
|
117
117
|
}
|
|
118
|
-
}
|
|
118
|
+
}
|
|
119
119
|
|
|
120
|
-
|
|
120
|
+
class AccessDeniedException extends CleanRoomsMLServiceException {
|
|
121
121
|
name = "AccessDeniedException";
|
|
122
122
|
$fault = "client";
|
|
123
123
|
constructor(opts) {
|
|
@@ -128,8 +128,8 @@ let AccessDeniedException$1 = class AccessDeniedException extends CleanRoomsMLSe
|
|
|
128
128
|
});
|
|
129
129
|
Object.setPrototypeOf(this, AccessDeniedException.prototype);
|
|
130
130
|
}
|
|
131
|
-
}
|
|
132
|
-
|
|
131
|
+
}
|
|
132
|
+
class ValidationException extends CleanRoomsMLServiceException {
|
|
133
133
|
name = "ValidationException";
|
|
134
134
|
$fault = "client";
|
|
135
135
|
constructor(opts) {
|
|
@@ -140,8 +140,8 @@ let ValidationException$1 = class ValidationException extends CleanRoomsMLServic
|
|
|
140
140
|
});
|
|
141
141
|
Object.setPrototypeOf(this, ValidationException.prototype);
|
|
142
142
|
}
|
|
143
|
-
}
|
|
144
|
-
|
|
143
|
+
}
|
|
144
|
+
class ConflictException extends CleanRoomsMLServiceException {
|
|
145
145
|
name = "ConflictException";
|
|
146
146
|
$fault = "client";
|
|
147
147
|
constructor(opts) {
|
|
@@ -152,8 +152,8 @@ let ConflictException$1 = class ConflictException extends CleanRoomsMLServiceExc
|
|
|
152
152
|
});
|
|
153
153
|
Object.setPrototypeOf(this, ConflictException.prototype);
|
|
154
154
|
}
|
|
155
|
-
}
|
|
156
|
-
|
|
155
|
+
}
|
|
156
|
+
class ResourceNotFoundException extends CleanRoomsMLServiceException {
|
|
157
157
|
name = "ResourceNotFoundException";
|
|
158
158
|
$fault = "client";
|
|
159
159
|
constructor(opts) {
|
|
@@ -164,8 +164,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends CleanR
|
|
|
164
164
|
});
|
|
165
165
|
Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
|
|
166
166
|
}
|
|
167
|
-
}
|
|
168
|
-
|
|
167
|
+
}
|
|
168
|
+
class ServiceQuotaExceededException extends CleanRoomsMLServiceException {
|
|
169
169
|
name = "ServiceQuotaExceededException";
|
|
170
170
|
$fault = "client";
|
|
171
171
|
quotaName;
|
|
@@ -180,8 +180,8 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
|
|
|
180
180
|
this.quotaName = opts.quotaName;
|
|
181
181
|
this.quotaValue = opts.quotaValue;
|
|
182
182
|
}
|
|
183
|
-
}
|
|
184
|
-
|
|
183
|
+
}
|
|
184
|
+
class ThrottlingException extends CleanRoomsMLServiceException {
|
|
185
185
|
name = "ThrottlingException";
|
|
186
186
|
$fault = "client";
|
|
187
187
|
constructor(opts) {
|
|
@@ -192,8 +192,8 @@ let ThrottlingException$1 = class ThrottlingException extends CleanRoomsMLServic
|
|
|
192
192
|
});
|
|
193
193
|
Object.setPrototypeOf(this, ThrottlingException.prototype);
|
|
194
194
|
}
|
|
195
|
-
}
|
|
196
|
-
|
|
195
|
+
}
|
|
196
|
+
class InternalServiceException extends CleanRoomsMLServiceException {
|
|
197
197
|
name = "InternalServiceException";
|
|
198
198
|
$fault = "server";
|
|
199
199
|
constructor(opts) {
|
|
@@ -204,7 +204,7 @@ let InternalServiceException$1 = class InternalServiceException extends CleanRoo
|
|
|
204
204
|
});
|
|
205
205
|
Object.setPrototypeOf(this, InternalServiceException.prototype);
|
|
206
206
|
}
|
|
207
|
-
}
|
|
207
|
+
}
|
|
208
208
|
|
|
209
209
|
const _AB = "AccessBudget";
|
|
210
210
|
const _ABD = "AccessBudgetDetails";
|
|
@@ -660,7 +660,7 @@ const _vI = "versionIdentifier";
|
|
|
660
660
|
const _vSIGB = "volumeSizeInGB";
|
|
661
661
|
const _w = "worker";
|
|
662
662
|
const n0 = "com.amazonaws.cleanroomsml";
|
|
663
|
-
var AccessBudget = [
|
|
663
|
+
var AccessBudget$ = [
|
|
664
664
|
3,
|
|
665
665
|
n0,
|
|
666
666
|
_AB,
|
|
@@ -668,7 +668,7 @@ var AccessBudget = [
|
|
|
668
668
|
[_rA, _d, _aRB],
|
|
669
669
|
[0, () => AccessBudgetDetailsList, 1],
|
|
670
670
|
];
|
|
671
|
-
var AccessBudgetDetails = [
|
|
671
|
+
var AccessBudgetDetails$ = [
|
|
672
672
|
3,
|
|
673
673
|
n0,
|
|
674
674
|
_ABD,
|
|
@@ -676,26 +676,26 @@ var AccessBudgetDetails = [
|
|
|
676
676
|
[_sT, _eT, _rB, _b, _bT, _aR],
|
|
677
677
|
[5, 5, 1, 1, 0, 0],
|
|
678
678
|
];
|
|
679
|
-
var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
680
|
-
schema.TypeRegistry.for(n0).registerError(AccessDeniedException
|
|
681
|
-
var AudienceDestination = [3, n0, _AD, 0, [_sD], [() => S3ConfigMap]];
|
|
682
|
-
var AudienceExportJobSummary = [
|
|
679
|
+
var AccessDeniedException$ = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
680
|
+
schema.TypeRegistry.for(n0).registerError(AccessDeniedException$, AccessDeniedException);
|
|
681
|
+
var AudienceDestination$ = [3, n0, _AD, 0, [_sD], [() => S3ConfigMap$]];
|
|
682
|
+
var AudienceExportJobSummary$ = [
|
|
683
683
|
3,
|
|
684
684
|
n0,
|
|
685
685
|
_AEJS,
|
|
686
686
|
0,
|
|
687
687
|
[_cT, _uT, _n, _aGJA, _aS, _de, _s, _sDt, _oL],
|
|
688
|
-
[5, 5, 0, 0, () => AudienceSize
|
|
688
|
+
[5, 5, 0, 0, () => AudienceSize$, 0, 0, () => StatusDetails$, 0],
|
|
689
689
|
];
|
|
690
|
-
var AudienceGenerationJobDataSource = [
|
|
690
|
+
var AudienceGenerationJobDataSource$ = [
|
|
691
691
|
3,
|
|
692
692
|
n0,
|
|
693
693
|
_AGJDS,
|
|
694
694
|
0,
|
|
695
695
|
[_dS, _rAo, _sP, _sCC],
|
|
696
|
-
[() => S3ConfigMap
|
|
696
|
+
[() => S3ConfigMap$, 0, [() => ProtectedQuerySQLParameters$, 0], () => ComputeConfiguration$],
|
|
697
697
|
];
|
|
698
|
-
var AudienceGenerationJobSummary = [
|
|
698
|
+
var AudienceGenerationJobSummary$ = [
|
|
699
699
|
3,
|
|
700
700
|
n0,
|
|
701
701
|
_AGJS,
|
|
@@ -703,7 +703,7 @@ var AudienceGenerationJobSummary = [
|
|
|
703
703
|
[_cT, _uT, _aGJA, _n, _de, _s, _cAMA, _cI, _sB],
|
|
704
704
|
[5, 5, 0, 0, 0, 0, 0, 0, 0],
|
|
705
705
|
];
|
|
706
|
-
var AudienceModelSummary = [
|
|
706
|
+
var AudienceModelSummary$ = [
|
|
707
707
|
3,
|
|
708
708
|
n0,
|
|
709
709
|
_AMS,
|
|
@@ -711,10 +711,10 @@ var AudienceModelSummary = [
|
|
|
711
711
|
[_cT, _uT, _aMA, _n, _tDA, _s, _de],
|
|
712
712
|
[5, 5, 0, 0, 0, 0, 0],
|
|
713
713
|
];
|
|
714
|
-
var AudienceQualityMetrics = [3, n0, _AQM, 0, [_rM, _rMe], [() => RelevanceMetrics, 1]];
|
|
715
|
-
var AudienceSize = [3, n0, _AS, 0, [_t, _v], [0, 1]];
|
|
716
|
-
var AudienceSizeConfig = [3, n0, _ASC, 0, [_aST, _aSB], [0, 64 | 1]];
|
|
717
|
-
var CancelTrainedModelInferenceJobRequest = [
|
|
714
|
+
var AudienceQualityMetrics$ = [3, n0, _AQM, 0, [_rM, _rMe], [() => RelevanceMetrics, 1]];
|
|
715
|
+
var AudienceSize$ = [3, n0, _AS, 0, [_t, _v], [0, 1]];
|
|
716
|
+
var AudienceSizeConfig$ = [3, n0, _ASC, 0, [_aST, _aSB], [0, 64 | 1]];
|
|
717
|
+
var CancelTrainedModelInferenceJobRequest$ = [
|
|
718
718
|
3,
|
|
719
719
|
n0,
|
|
720
720
|
_CTMIJR,
|
|
@@ -725,7 +725,7 @@ var CancelTrainedModelInferenceJobRequest = [
|
|
|
725
725
|
[0, 1],
|
|
726
726
|
],
|
|
727
727
|
];
|
|
728
|
-
var CancelTrainedModelRequest = [
|
|
728
|
+
var CancelTrainedModelRequest$ = [
|
|
729
729
|
3,
|
|
730
730
|
n0,
|
|
731
731
|
_CTMR,
|
|
@@ -737,7 +737,7 @@ var CancelTrainedModelRequest = [
|
|
|
737
737
|
[0, { [_hQ]: _vI }],
|
|
738
738
|
],
|
|
739
739
|
];
|
|
740
|
-
var CollaborationConfiguredModelAlgorithmAssociationSummary = [
|
|
740
|
+
var CollaborationConfiguredModelAlgorithmAssociationSummary$ = [
|
|
741
741
|
3,
|
|
742
742
|
n0,
|
|
743
743
|
_CCMAAS,
|
|
@@ -745,7 +745,7 @@ var CollaborationConfiguredModelAlgorithmAssociationSummary = [
|
|
|
745
745
|
[_cT, _uT, _cMAAA, _n, _de, _mI, _cIo, _cMAA, _cAI],
|
|
746
746
|
[5, 5, 0, 0, 0, 0, 0, 0, 0],
|
|
747
747
|
];
|
|
748
|
-
var CollaborationMLInputChannelSummary = [
|
|
748
|
+
var CollaborationMLInputChannelSummary$ = [
|
|
749
749
|
3,
|
|
750
750
|
n0,
|
|
751
751
|
_CMLICS,
|
|
@@ -753,23 +753,23 @@ var CollaborationMLInputChannelSummary = [
|
|
|
753
753
|
[_cT, _uT, _mI, _cIo, _n, _cMAAo, _mICA, _s, _cAI, _de],
|
|
754
754
|
[5, 5, 0, 0, 0, 64 | 0, 0, 0, 0, 0],
|
|
755
755
|
];
|
|
756
|
-
var CollaborationTrainedModelExportJobSummary = [
|
|
756
|
+
var CollaborationTrainedModelExportJobSummary$ = [
|
|
757
757
|
3,
|
|
758
758
|
n0,
|
|
759
759
|
_CTMEJS,
|
|
760
760
|
0,
|
|
761
761
|
[_cT, _uT, _n, _oC, _s, _sDt, _de, _cAI, _tMA, _tMVI, _mI, _cIo],
|
|
762
|
-
[5, 5, 0, () => TrainedModelExportOutputConfiguration
|
|
762
|
+
[5, 5, 0, () => TrainedModelExportOutputConfiguration$, 0, () => StatusDetails$, 0, 0, 0, 0, 0, 0],
|
|
763
763
|
];
|
|
764
|
-
var CollaborationTrainedModelInferenceJobSummary = [
|
|
764
|
+
var CollaborationTrainedModelInferenceJobSummary$ = [
|
|
765
765
|
3,
|
|
766
766
|
n0,
|
|
767
767
|
_CTMIJS,
|
|
768
768
|
0,
|
|
769
769
|
[_tMIJA, _cMAAA, _mI, _tMA, _tMVI, _cIo, _s, _oC, _n, _de, _mS, _mSD, _lS, _lSD, _cT, _uT, _cAI],
|
|
770
|
-
[0, 0, 0, 0, 0, 0, 0, () => InferenceOutputConfiguration
|
|
770
|
+
[0, 0, 0, 0, 0, 0, 0, () => InferenceOutputConfiguration$, 0, 0, 0, 0, 0, 0, 5, 5, 0],
|
|
771
771
|
];
|
|
772
|
-
var CollaborationTrainedModelSummary = [
|
|
772
|
+
var CollaborationTrainedModelSummary$ = [
|
|
773
773
|
3,
|
|
774
774
|
n0,
|
|
775
775
|
_CTMS,
|
|
@@ -777,25 +777,25 @@ var CollaborationTrainedModelSummary = [
|
|
|
777
777
|
[_cT, _uT, _tMA, _n, _vI, _iTDC, _de, _mI, _cIo, _s, _cMAAA, _cAI],
|
|
778
778
|
[5, 5, 0, 0, 0, () => IncrementalTrainingDataChannelsOutput, 0, 0, 0, 0, 0, 0],
|
|
779
779
|
];
|
|
780
|
-
var ColumnClassificationDetails = [3, n0, _CCD, 0, [_cM], [() => ColumnMappingList]];
|
|
781
|
-
var ColumnSchema = [3, n0, _CS, 0, [_cN, _cTo], [0, 64 | 0]];
|
|
782
|
-
var ConfiguredAudienceModelOutputConfig = [
|
|
780
|
+
var ColumnClassificationDetails$ = [3, n0, _CCD, 0, [_cM], [() => ColumnMappingList]];
|
|
781
|
+
var ColumnSchema$ = [3, n0, _CS, 0, [_cN, _cTo], [0, 64 | 0]];
|
|
782
|
+
var ConfiguredAudienceModelOutputConfig$ = [
|
|
783
783
|
3,
|
|
784
784
|
n0,
|
|
785
785
|
_CAMOC,
|
|
786
786
|
0,
|
|
787
787
|
[_des, _rAo],
|
|
788
|
-
[() => AudienceDestination
|
|
788
|
+
[() => AudienceDestination$, 0],
|
|
789
789
|
];
|
|
790
|
-
var ConfiguredAudienceModelSummary = [
|
|
790
|
+
var ConfiguredAudienceModelSummary$ = [
|
|
791
791
|
3,
|
|
792
792
|
n0,
|
|
793
793
|
_CAMS,
|
|
794
794
|
0,
|
|
795
795
|
[_cT, _uT, _n, _aMA, _oCu, _de, _cAMA, _s],
|
|
796
|
-
[5, 5, 0, 0, () => ConfiguredAudienceModelOutputConfig
|
|
796
|
+
[5, 5, 0, 0, () => ConfiguredAudienceModelOutputConfig$, 0, 0, 0],
|
|
797
797
|
];
|
|
798
|
-
var ConfiguredModelAlgorithmAssociationSummary = [
|
|
798
|
+
var ConfiguredModelAlgorithmAssociationSummary$ = [
|
|
799
799
|
3,
|
|
800
800
|
n0,
|
|
801
801
|
_CMAAS,
|
|
@@ -803,7 +803,7 @@ var ConfiguredModelAlgorithmAssociationSummary = [
|
|
|
803
803
|
[_cT, _uT, _cMAAA, _cMAA, _n, _de, _mI, _cIo],
|
|
804
804
|
[5, 5, 0, 0, 0, 0, 0, 0],
|
|
805
805
|
];
|
|
806
|
-
var ConfiguredModelAlgorithmSummary = [
|
|
806
|
+
var ConfiguredModelAlgorithmSummary$ = [
|
|
807
807
|
3,
|
|
808
808
|
n0,
|
|
809
809
|
_CMAS,
|
|
@@ -811,9 +811,9 @@ var ConfiguredModelAlgorithmSummary = [
|
|
|
811
811
|
[_cT, _uT, _cMAA, _n, _de],
|
|
812
812
|
[5, 5, 0, 0, 0],
|
|
813
813
|
];
|
|
814
|
-
var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
815
|
-
schema.TypeRegistry.for(n0).registerError(ConflictException
|
|
816
|
-
var ContainerConfig = [
|
|
814
|
+
var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
815
|
+
schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
816
|
+
var ContainerConfig$ = [
|
|
817
817
|
3,
|
|
818
818
|
n0,
|
|
819
819
|
_CC,
|
|
@@ -821,7 +821,7 @@ var ContainerConfig = [
|
|
|
821
821
|
[_iU, _en, _a, _mD],
|
|
822
822
|
[0, 64 | 0, 64 | 0, () => MetricDefinitionList],
|
|
823
823
|
];
|
|
824
|
-
var CreateAudienceModelRequest = [
|
|
824
|
+
var CreateAudienceModelRequest$ = [
|
|
825
825
|
3,
|
|
826
826
|
n0,
|
|
827
827
|
_CAMR,
|
|
@@ -829,25 +829,25 @@ var CreateAudienceModelRequest = [
|
|
|
829
829
|
[_tDST, _tDET, _n, _tDA, _kKA, _ta, _de],
|
|
830
830
|
[5, 5, 0, 0, 0, 128 | 0, 0],
|
|
831
831
|
];
|
|
832
|
-
var CreateAudienceModelResponse = [3, n0, _CAMRr, 0, [_aMA], [0]];
|
|
833
|
-
var CreateConfiguredAudienceModelRequest = [
|
|
832
|
+
var CreateAudienceModelResponse$ = [3, n0, _CAMRr, 0, [_aMA], [0]];
|
|
833
|
+
var CreateConfiguredAudienceModelRequest$ = [
|
|
834
834
|
3,
|
|
835
835
|
n0,
|
|
836
836
|
_CCAMR,
|
|
837
837
|
0,
|
|
838
838
|
[_n, _aMA, _oCu, _de, _sAM, _mMSS, _aSC, _ta, _cRTOCP],
|
|
839
|
-
[0, 0, () => ConfiguredAudienceModelOutputConfig
|
|
839
|
+
[0, 0, () => ConfiguredAudienceModelOutputConfig$, 0, 64 | 0, 1, () => AudienceSizeConfig$, 128 | 0, 0],
|
|
840
840
|
];
|
|
841
|
-
var CreateConfiguredAudienceModelResponse = [3, n0, _CCAMRr, 0, [_cAMA], [0]];
|
|
842
|
-
var CreateConfiguredModelAlgorithmAssociationRequest = [
|
|
841
|
+
var CreateConfiguredAudienceModelResponse$ = [3, n0, _CCAMRr, 0, [_cAMA], [0]];
|
|
842
|
+
var CreateConfiguredModelAlgorithmAssociationRequest$ = [
|
|
843
843
|
3,
|
|
844
844
|
n0,
|
|
845
845
|
_CCMAAR,
|
|
846
846
|
0,
|
|
847
847
|
[_mI, _cMAA, _n, _de, _pC, _ta],
|
|
848
|
-
[[0, 1], 0, 0, 0, () => PrivacyConfiguration
|
|
848
|
+
[[0, 1], 0, 0, 0, () => PrivacyConfiguration$, 128 | 0],
|
|
849
849
|
];
|
|
850
|
-
var CreateConfiguredModelAlgorithmAssociationResponse = [
|
|
850
|
+
var CreateConfiguredModelAlgorithmAssociationResponse$ = [
|
|
851
851
|
3,
|
|
852
852
|
n0,
|
|
853
853
|
_CCMAARr,
|
|
@@ -855,25 +855,25 @@ var CreateConfiguredModelAlgorithmAssociationResponse = [
|
|
|
855
855
|
[_cMAAA],
|
|
856
856
|
[0],
|
|
857
857
|
];
|
|
858
|
-
var CreateConfiguredModelAlgorithmRequest = [
|
|
858
|
+
var CreateConfiguredModelAlgorithmRequest$ = [
|
|
859
859
|
3,
|
|
860
860
|
n0,
|
|
861
861
|
_CCMAR,
|
|
862
862
|
0,
|
|
863
863
|
[_n, _de, _rAo, _tCC, _iCC, _ta, _kKA],
|
|
864
|
-
[0, 0, 0, () => ContainerConfig
|
|
864
|
+
[0, 0, 0, () => ContainerConfig$, () => InferenceContainerConfig$, 128 | 0, 0],
|
|
865
865
|
];
|
|
866
|
-
var CreateConfiguredModelAlgorithmResponse = [3, n0, _CCMARr, 0, [_cMAA], [0]];
|
|
867
|
-
var CreateMLInputChannelRequest = [
|
|
866
|
+
var CreateConfiguredModelAlgorithmResponse$ = [3, n0, _CCMARr, 0, [_cMAA], [0]];
|
|
867
|
+
var CreateMLInputChannelRequest$ = [
|
|
868
868
|
3,
|
|
869
869
|
n0,
|
|
870
870
|
_CMLICR,
|
|
871
871
|
0,
|
|
872
872
|
[_mI, _cMAAo, _iC, _n, _rID, _de, _kKA, _ta],
|
|
873
|
-
[[0, 1], 64 | 0, [() => InputChannel
|
|
873
|
+
[[0, 1], 64 | 0, [() => InputChannel$, 0], 0, 1, 0, 0, 128 | 0],
|
|
874
874
|
];
|
|
875
|
-
var CreateMLInputChannelResponse = [3, n0, _CMLICRr, 0, [_mICA], [0]];
|
|
876
|
-
var CreateTrainedModelRequest = [
|
|
875
|
+
var CreateMLInputChannelResponse$ = [3, n0, _CMLICRr, 0, [_mICA], [0]];
|
|
876
|
+
var CreateTrainedModelRequest$ = [
|
|
877
877
|
3,
|
|
878
878
|
n0,
|
|
879
879
|
_CTMRr,
|
|
@@ -885,8 +885,8 @@ var CreateTrainedModelRequest = [
|
|
|
885
885
|
0,
|
|
886
886
|
128 | 0,
|
|
887
887
|
128 | 0,
|
|
888
|
-
() => ResourceConfig
|
|
889
|
-
() => StoppingCondition
|
|
888
|
+
() => ResourceConfig$,
|
|
889
|
+
() => StoppingCondition$,
|
|
890
890
|
() => IncrementalTrainingDataChannels,
|
|
891
891
|
() => ModelTrainingDataChannels,
|
|
892
892
|
0,
|
|
@@ -895,8 +895,8 @@ var CreateTrainedModelRequest = [
|
|
|
895
895
|
128 | 0,
|
|
896
896
|
],
|
|
897
897
|
];
|
|
898
|
-
var CreateTrainedModelResponse = [3, n0, _CTMRre, 0, [_tMA, _vI], [0, 0]];
|
|
899
|
-
var CreateTrainingDatasetRequest = [
|
|
898
|
+
var CreateTrainedModelResponse$ = [3, n0, _CTMRre, 0, [_tMA, _vI], [0, 0]];
|
|
899
|
+
var CreateTrainingDatasetRequest$ = [
|
|
900
900
|
3,
|
|
901
901
|
n0,
|
|
902
902
|
_CTDR,
|
|
@@ -904,9 +904,9 @@ var CreateTrainingDatasetRequest = [
|
|
|
904
904
|
[_n, _rAo, _tD, _ta, _de],
|
|
905
905
|
[0, 0, () => DatasetList, 128 | 0, 0],
|
|
906
906
|
];
|
|
907
|
-
var CreateTrainingDatasetResponse = [3, n0, _CTDRr, 0, [_tDA], [0]];
|
|
908
|
-
var CustomEntityConfig = [3, n0, _CEC, 0, [_cDI], [64 | 0]];
|
|
909
|
-
var DataPrivacyScores = [
|
|
907
|
+
var CreateTrainingDatasetResponse$ = [3, n0, _CTDRr, 0, [_tDA], [0]];
|
|
908
|
+
var CustomEntityConfig$ = [3, n0, _CEC, 0, [_cDI], [64 | 0]];
|
|
909
|
+
var DataPrivacyScores$ = [
|
|
910
910
|
3,
|
|
911
911
|
n0,
|
|
912
912
|
_DPS,
|
|
@@ -914,21 +914,21 @@ var DataPrivacyScores = [
|
|
|
914
914
|
[_mIAS],
|
|
915
915
|
[() => MembershipInferenceAttackScoreList],
|
|
916
916
|
];
|
|
917
|
-
var Dataset = [3, n0, _D, 0, [_t, _iCn], [0, () => DatasetInputConfig]];
|
|
918
|
-
var DatasetInputConfig = [
|
|
917
|
+
var Dataset$ = [3, n0, _D, 0, [_t, _iCn], [0, () => DatasetInputConfig$]];
|
|
918
|
+
var DatasetInputConfig$ = [
|
|
919
919
|
3,
|
|
920
920
|
n0,
|
|
921
921
|
_DIC,
|
|
922
922
|
0,
|
|
923
923
|
[_sc, _dS],
|
|
924
|
-
[() => DatasetSchemaList, () => DataSource],
|
|
924
|
+
[() => DatasetSchemaList, () => DataSource$],
|
|
925
925
|
];
|
|
926
|
-
var DataSource = [3, n0, _DS, 0, [_gDS], [() => GlueDataSource]];
|
|
927
|
-
var DeleteAudienceGenerationJobRequest = [3, n0, _DAGJR, 0, [_aGJA], [[0, 1]]];
|
|
928
|
-
var DeleteAudienceModelRequest = [3, n0, _DAMR, 0, [_aMA], [[0, 1]]];
|
|
929
|
-
var DeleteConfiguredAudienceModelPolicyRequest = [3, n0, _DCAMPR, 0, [_cAMA], [[0, 1]]];
|
|
930
|
-
var DeleteConfiguredAudienceModelRequest = [3, n0, _DCAMR, 0, [_cAMA], [[0, 1]]];
|
|
931
|
-
var DeleteConfiguredModelAlgorithmAssociationRequest = [
|
|
926
|
+
var DataSource$ = [3, n0, _DS, 0, [_gDS], [() => GlueDataSource$]];
|
|
927
|
+
var DeleteAudienceGenerationJobRequest$ = [3, n0, _DAGJR, 0, [_aGJA], [[0, 1]]];
|
|
928
|
+
var DeleteAudienceModelRequest$ = [3, n0, _DAMR, 0, [_aMA], [[0, 1]]];
|
|
929
|
+
var DeleteConfiguredAudienceModelPolicyRequest$ = [3, n0, _DCAMPR, 0, [_cAMA], [[0, 1]]];
|
|
930
|
+
var DeleteConfiguredAudienceModelRequest$ = [3, n0, _DCAMR, 0, [_cAMA], [[0, 1]]];
|
|
931
|
+
var DeleteConfiguredModelAlgorithmAssociationRequest$ = [
|
|
932
932
|
3,
|
|
933
933
|
n0,
|
|
934
934
|
_DCMAAR,
|
|
@@ -939,9 +939,9 @@ var DeleteConfiguredModelAlgorithmAssociationRequest = [
|
|
|
939
939
|
[0, 1],
|
|
940
940
|
],
|
|
941
941
|
];
|
|
942
|
-
var DeleteConfiguredModelAlgorithmRequest = [3, n0, _DCMAR, 0, [_cMAA], [[0, 1]]];
|
|
943
|
-
var DeleteMLConfigurationRequest = [3, n0, _DMLCR, 0, [_mI], [[0, 1]]];
|
|
944
|
-
var DeleteMLInputChannelDataRequest = [
|
|
942
|
+
var DeleteConfiguredModelAlgorithmRequest$ = [3, n0, _DCMAR, 0, [_cMAA], [[0, 1]]];
|
|
943
|
+
var DeleteMLConfigurationRequest$ = [3, n0, _DMLCR, 0, [_mI], [[0, 1]]];
|
|
944
|
+
var DeleteMLInputChannelDataRequest$ = [
|
|
945
945
|
3,
|
|
946
946
|
n0,
|
|
947
947
|
_DMLICDR,
|
|
@@ -952,7 +952,7 @@ var DeleteMLInputChannelDataRequest = [
|
|
|
952
952
|
[0, 1],
|
|
953
953
|
],
|
|
954
954
|
];
|
|
955
|
-
var DeleteTrainedModelOutputRequest = [
|
|
955
|
+
var DeleteTrainedModelOutputRequest$ = [
|
|
956
956
|
3,
|
|
957
957
|
n0,
|
|
958
958
|
_DTMOR,
|
|
@@ -964,10 +964,10 @@ var DeleteTrainedModelOutputRequest = [
|
|
|
964
964
|
[0, { [_hQ]: _vI }],
|
|
965
965
|
],
|
|
966
966
|
];
|
|
967
|
-
var DeleteTrainingDatasetRequest = [3, n0, _DTDR, 0, [_tDA], [[0, 1]]];
|
|
968
|
-
var Destination = [3, n0, _De, 0, [_sD], [() => S3ConfigMap]];
|
|
969
|
-
var GetAudienceGenerationJobRequest = [3, n0, _GAGJR, 0, [_aGJA], [[0, 1]]];
|
|
970
|
-
var GetAudienceGenerationJobResponse = [
|
|
967
|
+
var DeleteTrainingDatasetRequest$ = [3, n0, _DTDR, 0, [_tDA], [[0, 1]]];
|
|
968
|
+
var Destination$ = [3, n0, _De, 0, [_sD], [() => S3ConfigMap$]];
|
|
969
|
+
var GetAudienceGenerationJobRequest$ = [3, n0, _GAGJR, 0, [_aGJA], [[0, 1]]];
|
|
970
|
+
var GetAudienceGenerationJobResponse$ = [
|
|
971
971
|
3,
|
|
972
972
|
n0,
|
|
973
973
|
_GAGJRe,
|
|
@@ -980,27 +980,27 @@ var GetAudienceGenerationJobResponse = [
|
|
|
980
980
|
0,
|
|
981
981
|
0,
|
|
982
982
|
0,
|
|
983
|
-
() => StatusDetails
|
|
983
|
+
() => StatusDetails$,
|
|
984
984
|
0,
|
|
985
|
-
[() => AudienceGenerationJobDataSource
|
|
985
|
+
[() => AudienceGenerationJobDataSource$, 0],
|
|
986
986
|
2,
|
|
987
987
|
0,
|
|
988
|
-
() => AudienceQualityMetrics
|
|
988
|
+
() => AudienceQualityMetrics$,
|
|
989
989
|
0,
|
|
990
990
|
128 | 0,
|
|
991
991
|
0,
|
|
992
992
|
],
|
|
993
993
|
];
|
|
994
|
-
var GetAudienceModelRequest = [3, n0, _GAMR, 0, [_aMA], [[0, 1]]];
|
|
995
|
-
var GetAudienceModelResponse = [
|
|
994
|
+
var GetAudienceModelRequest$ = [3, n0, _GAMR, 0, [_aMA], [[0, 1]]];
|
|
995
|
+
var GetAudienceModelResponse$ = [
|
|
996
996
|
3,
|
|
997
997
|
n0,
|
|
998
998
|
_GAMRe,
|
|
999
999
|
0,
|
|
1000
1000
|
[_cT, _uT, _tDST, _tDET, _aMA, _n, _tDA, _s, _sDt, _kKA, _ta, _de],
|
|
1001
|
-
[5, 5, 5, 5, 0, 0, 0, 0, () => StatusDetails
|
|
1001
|
+
[5, 5, 5, 5, 0, 0, 0, 0, () => StatusDetails$, 0, 128 | 0, 0],
|
|
1002
1002
|
];
|
|
1003
|
-
var GetCollaborationConfiguredModelAlgorithmAssociationRequest = [
|
|
1003
|
+
var GetCollaborationConfiguredModelAlgorithmAssociationRequest$ = [
|
|
1004
1004
|
3,
|
|
1005
1005
|
n0,
|
|
1006
1006
|
_GCCMAAR,
|
|
@@ -1011,15 +1011,15 @@ var GetCollaborationConfiguredModelAlgorithmAssociationRequest = [
|
|
|
1011
1011
|
[0, 1],
|
|
1012
1012
|
],
|
|
1013
1013
|
];
|
|
1014
|
-
var GetCollaborationConfiguredModelAlgorithmAssociationResponse = [
|
|
1014
|
+
var GetCollaborationConfiguredModelAlgorithmAssociationResponse$ = [
|
|
1015
1015
|
3,
|
|
1016
1016
|
n0,
|
|
1017
1017
|
_GCCMAARe,
|
|
1018
1018
|
0,
|
|
1019
1019
|
[_cT, _uT, _cMAAA, _mI, _cIo, _cMAA, _n, _de, _cAI, _pC],
|
|
1020
|
-
[5, 5, 0, 0, 0, 0, 0, 0, 0, () => PrivacyConfiguration],
|
|
1020
|
+
[5, 5, 0, 0, 0, 0, 0, 0, 0, () => PrivacyConfiguration$],
|
|
1021
1021
|
];
|
|
1022
|
-
var GetCollaborationMLInputChannelRequest = [
|
|
1022
|
+
var GetCollaborationMLInputChannelRequest$ = [
|
|
1023
1023
|
3,
|
|
1024
1024
|
n0,
|
|
1025
1025
|
_GCMLICR,
|
|
@@ -1030,7 +1030,7 @@ var GetCollaborationMLInputChannelRequest = [
|
|
|
1030
1030
|
[0, 1],
|
|
1031
1031
|
],
|
|
1032
1032
|
];
|
|
1033
|
-
var GetCollaborationMLInputChannelResponse = [
|
|
1033
|
+
var GetCollaborationMLInputChannelResponse$ = [
|
|
1034
1034
|
3,
|
|
1035
1035
|
n0,
|
|
1036
1036
|
_GCMLICRe,
|
|
@@ -1043,18 +1043,18 @@ var GetCollaborationMLInputChannelResponse = [
|
|
|
1043
1043
|
0,
|
|
1044
1044
|
64 | 0,
|
|
1045
1045
|
0,
|
|
1046
|
-
() => StatusDetails
|
|
1046
|
+
() => StatusDetails$,
|
|
1047
1047
|
1,
|
|
1048
1048
|
1,
|
|
1049
|
-
() => PrivacyBudgets
|
|
1049
|
+
() => PrivacyBudgets$,
|
|
1050
1050
|
0,
|
|
1051
|
-
() => SyntheticDataConfiguration
|
|
1051
|
+
() => SyntheticDataConfiguration$,
|
|
1052
1052
|
5,
|
|
1053
1053
|
5,
|
|
1054
1054
|
0,
|
|
1055
1055
|
],
|
|
1056
1056
|
];
|
|
1057
|
-
var GetCollaborationTrainedModelRequest = [
|
|
1057
|
+
var GetCollaborationTrainedModelRequest$ = [
|
|
1058
1058
|
3,
|
|
1059
1059
|
n0,
|
|
1060
1060
|
_GCTMR,
|
|
@@ -1066,7 +1066,7 @@ var GetCollaborationTrainedModelRequest = [
|
|
|
1066
1066
|
[0, { [_hQ]: _vI }],
|
|
1067
1067
|
],
|
|
1068
1068
|
];
|
|
1069
|
-
var GetCollaborationTrainedModelResponse = [
|
|
1069
|
+
var GetCollaborationTrainedModelResponse$ = [
|
|
1070
1070
|
3,
|
|
1071
1071
|
n0,
|
|
1072
1072
|
_GCTMRe,
|
|
@@ -1081,11 +1081,11 @@ var GetCollaborationTrainedModelResponse = [
|
|
|
1081
1081
|
0,
|
|
1082
1082
|
0,
|
|
1083
1083
|
0,
|
|
1084
|
-
() => StatusDetails
|
|
1084
|
+
() => StatusDetails$,
|
|
1085
1085
|
0,
|
|
1086
|
-
() => ResourceConfig
|
|
1086
|
+
() => ResourceConfig$,
|
|
1087
1087
|
0,
|
|
1088
|
-
() => StoppingCondition
|
|
1088
|
+
() => StoppingCondition$,
|
|
1089
1089
|
0,
|
|
1090
1090
|
0,
|
|
1091
1091
|
0,
|
|
@@ -1096,8 +1096,8 @@ var GetCollaborationTrainedModelResponse = [
|
|
|
1096
1096
|
0,
|
|
1097
1097
|
],
|
|
1098
1098
|
];
|
|
1099
|
-
var GetConfiguredAudienceModelPolicyRequest = [3, n0, _GCAMPR, 0, [_cAMA], [[0, 1]]];
|
|
1100
|
-
var GetConfiguredAudienceModelPolicyResponse = [
|
|
1099
|
+
var GetConfiguredAudienceModelPolicyRequest$ = [3, n0, _GCAMPR, 0, [_cAMA], [[0, 1]]];
|
|
1100
|
+
var GetConfiguredAudienceModelPolicyResponse$ = [
|
|
1101
1101
|
3,
|
|
1102
1102
|
n0,
|
|
1103
1103
|
_GCAMPRe,
|
|
@@ -1105,16 +1105,16 @@ var GetConfiguredAudienceModelPolicyResponse = [
|
|
|
1105
1105
|
[_cAMA, _cAMP, _pH],
|
|
1106
1106
|
[0, 0, 0],
|
|
1107
1107
|
];
|
|
1108
|
-
var GetConfiguredAudienceModelRequest = [3, n0, _GCAMR, 0, [_cAMA], [[0, 1]]];
|
|
1109
|
-
var GetConfiguredAudienceModelResponse = [
|
|
1108
|
+
var GetConfiguredAudienceModelRequest$ = [3, n0, _GCAMR, 0, [_cAMA], [[0, 1]]];
|
|
1109
|
+
var GetConfiguredAudienceModelResponse$ = [
|
|
1110
1110
|
3,
|
|
1111
1111
|
n0,
|
|
1112
1112
|
_GCAMRe,
|
|
1113
1113
|
0,
|
|
1114
1114
|
[_cT, _uT, _cAMA, _n, _aMA, _oCu, _de, _s, _sAM, _mMSS, _aSC, _ta, _cRTOCP],
|
|
1115
|
-
[5, 5, 0, 0, 0, () => ConfiguredAudienceModelOutputConfig
|
|
1115
|
+
[5, 5, 0, 0, 0, () => ConfiguredAudienceModelOutputConfig$, 0, 0, 64 | 0, 1, () => AudienceSizeConfig$, 128 | 0, 0],
|
|
1116
1116
|
];
|
|
1117
|
-
var GetConfiguredModelAlgorithmAssociationRequest = [
|
|
1117
|
+
var GetConfiguredModelAlgorithmAssociationRequest$ = [
|
|
1118
1118
|
3,
|
|
1119
1119
|
n0,
|
|
1120
1120
|
_GCMAAR,
|
|
@@ -1125,33 +1125,33 @@ var GetConfiguredModelAlgorithmAssociationRequest = [
|
|
|
1125
1125
|
[0, 1],
|
|
1126
1126
|
],
|
|
1127
1127
|
];
|
|
1128
|
-
var GetConfiguredModelAlgorithmAssociationResponse = [
|
|
1128
|
+
var GetConfiguredModelAlgorithmAssociationResponse$ = [
|
|
1129
1129
|
3,
|
|
1130
1130
|
n0,
|
|
1131
1131
|
_GCMAARe,
|
|
1132
1132
|
0,
|
|
1133
1133
|
[_cT, _uT, _cMAAA, _mI, _cIo, _cMAA, _n, _pC, _de, _ta],
|
|
1134
|
-
[5, 5, 0, 0, 0, 0, 0, () => PrivacyConfiguration
|
|
1134
|
+
[5, 5, 0, 0, 0, 0, 0, () => PrivacyConfiguration$, 0, 128 | 0],
|
|
1135
1135
|
];
|
|
1136
|
-
var GetConfiguredModelAlgorithmRequest = [3, n0, _GCMAR, 0, [_cMAA], [[0, 1]]];
|
|
1137
|
-
var GetConfiguredModelAlgorithmResponse = [
|
|
1136
|
+
var GetConfiguredModelAlgorithmRequest$ = [3, n0, _GCMAR, 0, [_cMAA], [[0, 1]]];
|
|
1137
|
+
var GetConfiguredModelAlgorithmResponse$ = [
|
|
1138
1138
|
3,
|
|
1139
1139
|
n0,
|
|
1140
1140
|
_GCMARe,
|
|
1141
1141
|
0,
|
|
1142
1142
|
[_cT, _uT, _cMAA, _n, _tCC, _iCC, _rAo, _de, _ta, _kKA],
|
|
1143
|
-
[5, 5, 0, 0, () => ContainerConfig
|
|
1143
|
+
[5, 5, 0, 0, () => ContainerConfig$, () => InferenceContainerConfig$, 0, 0, 128 | 0, 0],
|
|
1144
1144
|
];
|
|
1145
|
-
var GetMLConfigurationRequest = [3, n0, _GMLCR, 0, [_mI], [[0, 1]]];
|
|
1146
|
-
var GetMLConfigurationResponse = [
|
|
1145
|
+
var GetMLConfigurationRequest$ = [3, n0, _GMLCR, 0, [_mI], [[0, 1]]];
|
|
1146
|
+
var GetMLConfigurationResponse$ = [
|
|
1147
1147
|
3,
|
|
1148
1148
|
n0,
|
|
1149
1149
|
_GMLCRe,
|
|
1150
1150
|
0,
|
|
1151
1151
|
[_mI, _dOL, _cT, _uT],
|
|
1152
|
-
[0, () => MLOutputConfiguration
|
|
1152
|
+
[0, () => MLOutputConfiguration$, 5, 5],
|
|
1153
1153
|
];
|
|
1154
|
-
var GetMLInputChannelRequest = [
|
|
1154
|
+
var GetMLInputChannelRequest$ = [
|
|
1155
1155
|
3,
|
|
1156
1156
|
n0,
|
|
1157
1157
|
_GMLICR,
|
|
@@ -1162,7 +1162,7 @@ var GetMLInputChannelRequest = [
|
|
|
1162
1162
|
[0, 1],
|
|
1163
1163
|
],
|
|
1164
1164
|
];
|
|
1165
|
-
var GetMLInputChannelResponse = [
|
|
1165
|
+
var GetMLInputChannelResponse$ = [
|
|
1166
1166
|
3,
|
|
1167
1167
|
n0,
|
|
1168
1168
|
_GMLICRe,
|
|
@@ -1175,15 +1175,15 @@ var GetMLInputChannelResponse = [
|
|
|
1175
1175
|
0,
|
|
1176
1176
|
64 | 0,
|
|
1177
1177
|
0,
|
|
1178
|
-
() => StatusDetails
|
|
1178
|
+
() => StatusDetails$,
|
|
1179
1179
|
1,
|
|
1180
1180
|
1,
|
|
1181
|
-
() => PrivacyBudgets
|
|
1181
|
+
() => PrivacyBudgets$,
|
|
1182
1182
|
0,
|
|
1183
|
-
() => SyntheticDataConfiguration
|
|
1183
|
+
() => SyntheticDataConfiguration$,
|
|
1184
1184
|
5,
|
|
1185
1185
|
5,
|
|
1186
|
-
[() => InputChannel
|
|
1186
|
+
[() => InputChannel$, 0],
|
|
1187
1187
|
0,
|
|
1188
1188
|
1,
|
|
1189
1189
|
1,
|
|
@@ -1191,7 +1191,7 @@ var GetMLInputChannelResponse = [
|
|
|
1191
1191
|
128 | 0,
|
|
1192
1192
|
],
|
|
1193
1193
|
];
|
|
1194
|
-
var GetTrainedModelInferenceJobRequest = [
|
|
1194
|
+
var GetTrainedModelInferenceJobRequest$ = [
|
|
1195
1195
|
3,
|
|
1196
1196
|
n0,
|
|
1197
1197
|
_GTMIJR,
|
|
@@ -1202,7 +1202,7 @@ var GetTrainedModelInferenceJobRequest = [
|
|
|
1202
1202
|
[0, 1],
|
|
1203
1203
|
],
|
|
1204
1204
|
];
|
|
1205
|
-
var GetTrainedModelInferenceJobResponse = [
|
|
1205
|
+
var GetTrainedModelInferenceJobResponse$ = [
|
|
1206
1206
|
3,
|
|
1207
1207
|
n0,
|
|
1208
1208
|
_GTMIJRe,
|
|
@@ -1241,12 +1241,12 @@ var GetTrainedModelInferenceJobResponse = [
|
|
|
1241
1241
|
0,
|
|
1242
1242
|
0,
|
|
1243
1243
|
0,
|
|
1244
|
-
() => InferenceResourceConfig
|
|
1245
|
-
() => InferenceOutputConfiguration
|
|
1244
|
+
() => InferenceResourceConfig$,
|
|
1245
|
+
() => InferenceOutputConfiguration$,
|
|
1246
1246
|
0,
|
|
1247
|
-
() => ModelInferenceDataSource
|
|
1248
|
-
() => InferenceContainerExecutionParameters
|
|
1249
|
-
() => StatusDetails
|
|
1247
|
+
() => ModelInferenceDataSource$,
|
|
1248
|
+
() => InferenceContainerExecutionParameters$,
|
|
1249
|
+
() => StatusDetails$,
|
|
1250
1250
|
0,
|
|
1251
1251
|
0,
|
|
1252
1252
|
128 | 0,
|
|
@@ -1258,7 +1258,7 @@ var GetTrainedModelInferenceJobResponse = [
|
|
|
1258
1258
|
128 | 0,
|
|
1259
1259
|
],
|
|
1260
1260
|
];
|
|
1261
|
-
var GetTrainedModelRequest = [
|
|
1261
|
+
var GetTrainedModelRequest$ = [
|
|
1262
1262
|
3,
|
|
1263
1263
|
n0,
|
|
1264
1264
|
_GTMR,
|
|
@@ -1270,7 +1270,7 @@ var GetTrainedModelRequest = [
|
|
|
1270
1270
|
[0, { [_hQ]: _vI }],
|
|
1271
1271
|
],
|
|
1272
1272
|
];
|
|
1273
|
-
var GetTrainedModelResponse = [
|
|
1273
|
+
var GetTrainedModelResponse$ = [
|
|
1274
1274
|
3,
|
|
1275
1275
|
n0,
|
|
1276
1276
|
_GTMRe,
|
|
@@ -1311,11 +1311,11 @@ var GetTrainedModelResponse = [
|
|
|
1311
1311
|
0,
|
|
1312
1312
|
0,
|
|
1313
1313
|
0,
|
|
1314
|
-
() => StatusDetails
|
|
1314
|
+
() => StatusDetails$,
|
|
1315
1315
|
0,
|
|
1316
|
-
() => ResourceConfig
|
|
1316
|
+
() => ResourceConfig$,
|
|
1317
1317
|
0,
|
|
1318
|
-
() => StoppingCondition
|
|
1318
|
+
() => StoppingCondition$,
|
|
1319
1319
|
0,
|
|
1320
1320
|
0,
|
|
1321
1321
|
0,
|
|
@@ -1330,8 +1330,8 @@ var GetTrainedModelResponse = [
|
|
|
1330
1330
|
() => ModelTrainingDataChannels,
|
|
1331
1331
|
],
|
|
1332
1332
|
];
|
|
1333
|
-
var GetTrainingDatasetRequest = [3, n0, _GTDR, 0, [_tDA], [[0, 1]]];
|
|
1334
|
-
var GetTrainingDatasetResponse = [
|
|
1333
|
+
var GetTrainingDatasetRequest$ = [3, n0, _GTDR, 0, [_tDA], [[0, 1]]];
|
|
1334
|
+
var GetTrainingDatasetResponse$ = [
|
|
1335
1335
|
3,
|
|
1336
1336
|
n0,
|
|
1337
1337
|
_GTDRe,
|
|
@@ -1339,9 +1339,9 @@ var GetTrainingDatasetResponse = [
|
|
|
1339
1339
|
[_cT, _uT, _tDA, _n, _tD, _s, _rAo, _ta, _de],
|
|
1340
1340
|
[5, 5, 0, 0, () => DatasetList, 0, 0, 128 | 0, 0],
|
|
1341
1341
|
];
|
|
1342
|
-
var GlueDataSource = [3, n0, _GDS, 0, [_tN, _dN, _cIa], [0, 0, 0]];
|
|
1343
|
-
var IncrementalTrainingDataChannel = [3, n0, _ITDC, 0, [_tMA, _vI, _cNh], [0, 0, 0]];
|
|
1344
|
-
var IncrementalTrainingDataChannelOutput = [
|
|
1342
|
+
var GlueDataSource$ = [3, n0, _GDS, 0, [_tN, _dN, _cIa], [0, 0, 0]];
|
|
1343
|
+
var IncrementalTrainingDataChannel$ = [3, n0, _ITDC, 0, [_tMA, _vI, _cNh], [0, 0, 0]];
|
|
1344
|
+
var IncrementalTrainingDataChannelOutput$ = [
|
|
1345
1345
|
3,
|
|
1346
1346
|
n0,
|
|
1347
1347
|
_ITDCO,
|
|
@@ -1349,9 +1349,9 @@ var IncrementalTrainingDataChannelOutput = [
|
|
|
1349
1349
|
[_cNh, _vI, _mN],
|
|
1350
1350
|
[0, 0, 0],
|
|
1351
1351
|
];
|
|
1352
|
-
var InferenceContainerConfig = [3, n0, _ICC, 0, [_iU], [0]];
|
|
1353
|
-
var InferenceContainerExecutionParameters = [3, n0, _ICEP, 0, [_mPIMB], [1]];
|
|
1354
|
-
var InferenceOutputConfiguration = [
|
|
1352
|
+
var InferenceContainerConfig$ = [3, n0, _ICC, 0, [_iU], [0]];
|
|
1353
|
+
var InferenceContainerExecutionParameters$ = [3, n0, _ICEP, 0, [_mPIMB], [1]];
|
|
1354
|
+
var InferenceOutputConfiguration$ = [
|
|
1355
1355
|
3,
|
|
1356
1356
|
n0,
|
|
1357
1357
|
_IOC,
|
|
@@ -1359,12 +1359,12 @@ var InferenceOutputConfiguration = [
|
|
|
1359
1359
|
[_ac, _mem],
|
|
1360
1360
|
[0, () => InferenceReceiverMembers],
|
|
1361
1361
|
];
|
|
1362
|
-
var InferenceReceiverMember = [3, n0, _IRM, 0, [_aI], [0]];
|
|
1363
|
-
var InferenceResourceConfig = [3, n0, _IRC, 0, [_iT, _iCns], [0, 1]];
|
|
1364
|
-
var InputChannel = [3, n0, _IC, 0, [_dS, _rAo], [[() => InputChannelDataSource
|
|
1365
|
-
var InternalServiceException = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
1366
|
-
schema.TypeRegistry.for(n0).registerError(InternalServiceException
|
|
1367
|
-
var ListAudienceExportJobsRequest = [
|
|
1362
|
+
var InferenceReceiverMember$ = [3, n0, _IRM, 0, [_aI], [0]];
|
|
1363
|
+
var InferenceResourceConfig$ = [3, n0, _IRC, 0, [_iT, _iCns], [0, 1]];
|
|
1364
|
+
var InputChannel$ = [3, n0, _IC, 0, [_dS, _rAo], [[() => InputChannelDataSource$, 0], 0]];
|
|
1365
|
+
var InternalServiceException$ = [-3, n0, _ISE, { [_e]: _se, [_hE]: 500 }, [_m], [0]];
|
|
1366
|
+
schema.TypeRegistry.for(n0).registerError(InternalServiceException$, InternalServiceException);
|
|
1367
|
+
var ListAudienceExportJobsRequest$ = [
|
|
1368
1368
|
3,
|
|
1369
1369
|
n0,
|
|
1370
1370
|
_LAEJR,
|
|
@@ -1376,7 +1376,7 @@ var ListAudienceExportJobsRequest = [
|
|
|
1376
1376
|
[0, { [_hQ]: _aGJA }],
|
|
1377
1377
|
],
|
|
1378
1378
|
];
|
|
1379
|
-
var ListAudienceExportJobsResponse = [
|
|
1379
|
+
var ListAudienceExportJobsResponse$ = [
|
|
1380
1380
|
3,
|
|
1381
1381
|
n0,
|
|
1382
1382
|
_LAEJRi,
|
|
@@ -1384,7 +1384,7 @@ var ListAudienceExportJobsResponse = [
|
|
|
1384
1384
|
[_nT, _aEJ],
|
|
1385
1385
|
[0, () => AudienceExportJobList],
|
|
1386
1386
|
];
|
|
1387
|
-
var ListAudienceGenerationJobsRequest = [
|
|
1387
|
+
var ListAudienceGenerationJobsRequest$ = [
|
|
1388
1388
|
3,
|
|
1389
1389
|
n0,
|
|
1390
1390
|
_LAGJR,
|
|
@@ -1397,7 +1397,7 @@ var ListAudienceGenerationJobsRequest = [
|
|
|
1397
1397
|
[0, { [_hQ]: _cI }],
|
|
1398
1398
|
],
|
|
1399
1399
|
];
|
|
1400
|
-
var ListAudienceGenerationJobsResponse = [
|
|
1400
|
+
var ListAudienceGenerationJobsResponse$ = [
|
|
1401
1401
|
3,
|
|
1402
1402
|
n0,
|
|
1403
1403
|
_LAGJRi,
|
|
@@ -1405,7 +1405,7 @@ var ListAudienceGenerationJobsResponse = [
|
|
|
1405
1405
|
[_nT, _aGJ],
|
|
1406
1406
|
[0, () => AudienceGenerationJobList],
|
|
1407
1407
|
];
|
|
1408
|
-
var ListAudienceModelsRequest = [
|
|
1408
|
+
var ListAudienceModelsRequest$ = [
|
|
1409
1409
|
3,
|
|
1410
1410
|
n0,
|
|
1411
1411
|
_LAMR,
|
|
@@ -1416,7 +1416,7 @@ var ListAudienceModelsRequest = [
|
|
|
1416
1416
|
[1, { [_hQ]: _mR }],
|
|
1417
1417
|
],
|
|
1418
1418
|
];
|
|
1419
|
-
var ListAudienceModelsResponse = [
|
|
1419
|
+
var ListAudienceModelsResponse$ = [
|
|
1420
1420
|
3,
|
|
1421
1421
|
n0,
|
|
1422
1422
|
_LAMRi,
|
|
@@ -1424,7 +1424,7 @@ var ListAudienceModelsResponse = [
|
|
|
1424
1424
|
[_nT, _aM],
|
|
1425
1425
|
[0, () => AudienceModelList],
|
|
1426
1426
|
];
|
|
1427
|
-
var ListCollaborationConfiguredModelAlgorithmAssociationsRequest = [
|
|
1427
|
+
var ListCollaborationConfiguredModelAlgorithmAssociationsRequest$ = [
|
|
1428
1428
|
3,
|
|
1429
1429
|
n0,
|
|
1430
1430
|
_LCCMAAR,
|
|
@@ -1436,7 +1436,7 @@ var ListCollaborationConfiguredModelAlgorithmAssociationsRequest = [
|
|
|
1436
1436
|
[0, 1],
|
|
1437
1437
|
],
|
|
1438
1438
|
];
|
|
1439
|
-
var ListCollaborationConfiguredModelAlgorithmAssociationsResponse = [
|
|
1439
|
+
var ListCollaborationConfiguredModelAlgorithmAssociationsResponse$ = [
|
|
1440
1440
|
3,
|
|
1441
1441
|
n0,
|
|
1442
1442
|
_LCCMAARi,
|
|
@@ -1444,7 +1444,7 @@ var ListCollaborationConfiguredModelAlgorithmAssociationsResponse = [
|
|
|
1444
1444
|
[_nT, _cCMAA],
|
|
1445
1445
|
[0, () => CollaborationConfiguredModelAlgorithmAssociationList],
|
|
1446
1446
|
];
|
|
1447
|
-
var ListCollaborationMLInputChannelsRequest = [
|
|
1447
|
+
var ListCollaborationMLInputChannelsRequest$ = [
|
|
1448
1448
|
3,
|
|
1449
1449
|
n0,
|
|
1450
1450
|
_LCMLICR,
|
|
@@ -1456,7 +1456,7 @@ var ListCollaborationMLInputChannelsRequest = [
|
|
|
1456
1456
|
[0, 1],
|
|
1457
1457
|
],
|
|
1458
1458
|
];
|
|
1459
|
-
var ListCollaborationMLInputChannelsResponse = [
|
|
1459
|
+
var ListCollaborationMLInputChannelsResponse$ = [
|
|
1460
1460
|
3,
|
|
1461
1461
|
n0,
|
|
1462
1462
|
_LCMLICRi,
|
|
@@ -1464,7 +1464,7 @@ var ListCollaborationMLInputChannelsResponse = [
|
|
|
1464
1464
|
[_nT, _cMLICL],
|
|
1465
1465
|
[0, () => CollaborationMLInputChannelsList],
|
|
1466
1466
|
];
|
|
1467
|
-
var ListCollaborationTrainedModelExportJobsRequest = [
|
|
1467
|
+
var ListCollaborationTrainedModelExportJobsRequest$ = [
|
|
1468
1468
|
3,
|
|
1469
1469
|
n0,
|
|
1470
1470
|
_LCTMEJR,
|
|
@@ -1478,7 +1478,7 @@ var ListCollaborationTrainedModelExportJobsRequest = [
|
|
|
1478
1478
|
[0, { [_hQ]: _tMVI }],
|
|
1479
1479
|
],
|
|
1480
1480
|
];
|
|
1481
|
-
var ListCollaborationTrainedModelExportJobsResponse = [
|
|
1481
|
+
var ListCollaborationTrainedModelExportJobsResponse$ = [
|
|
1482
1482
|
3,
|
|
1483
1483
|
n0,
|
|
1484
1484
|
_LCTMEJRi,
|
|
@@ -1486,7 +1486,7 @@ var ListCollaborationTrainedModelExportJobsResponse = [
|
|
|
1486
1486
|
[_nT, _cTMEJ],
|
|
1487
1487
|
[0, () => CollaborationTrainedModelExportJobList],
|
|
1488
1488
|
];
|
|
1489
|
-
var ListCollaborationTrainedModelInferenceJobsRequest = [
|
|
1489
|
+
var ListCollaborationTrainedModelInferenceJobsRequest$ = [
|
|
1490
1490
|
3,
|
|
1491
1491
|
n0,
|
|
1492
1492
|
_LCTMIJR,
|
|
@@ -1500,7 +1500,7 @@ var ListCollaborationTrainedModelInferenceJobsRequest = [
|
|
|
1500
1500
|
[0, { [_hQ]: _tMVI }],
|
|
1501
1501
|
],
|
|
1502
1502
|
];
|
|
1503
|
-
var ListCollaborationTrainedModelInferenceJobsResponse = [
|
|
1503
|
+
var ListCollaborationTrainedModelInferenceJobsResponse$ = [
|
|
1504
1504
|
3,
|
|
1505
1505
|
n0,
|
|
1506
1506
|
_LCTMIJRi,
|
|
@@ -1508,7 +1508,7 @@ var ListCollaborationTrainedModelInferenceJobsResponse = [
|
|
|
1508
1508
|
[_nT, _cTMIJ],
|
|
1509
1509
|
[0, () => CollaborationTrainedModelInferenceJobList],
|
|
1510
1510
|
];
|
|
1511
|
-
var ListCollaborationTrainedModelsRequest = [
|
|
1511
|
+
var ListCollaborationTrainedModelsRequest$ = [
|
|
1512
1512
|
3,
|
|
1513
1513
|
n0,
|
|
1514
1514
|
_LCTMR,
|
|
@@ -1520,7 +1520,7 @@ var ListCollaborationTrainedModelsRequest = [
|
|
|
1520
1520
|
[0, 1],
|
|
1521
1521
|
],
|
|
1522
1522
|
];
|
|
1523
|
-
var ListCollaborationTrainedModelsResponse = [
|
|
1523
|
+
var ListCollaborationTrainedModelsResponse$ = [
|
|
1524
1524
|
3,
|
|
1525
1525
|
n0,
|
|
1526
1526
|
_LCTMRi,
|
|
@@ -1528,7 +1528,7 @@ var ListCollaborationTrainedModelsResponse = [
|
|
|
1528
1528
|
[_nT, _cTM],
|
|
1529
1529
|
[0, () => CollaborationTrainedModelList],
|
|
1530
1530
|
];
|
|
1531
|
-
var ListConfiguredAudienceModelsRequest = [
|
|
1531
|
+
var ListConfiguredAudienceModelsRequest$ = [
|
|
1532
1532
|
3,
|
|
1533
1533
|
n0,
|
|
1534
1534
|
_LCAMR,
|
|
@@ -1539,7 +1539,7 @@ var ListConfiguredAudienceModelsRequest = [
|
|
|
1539
1539
|
[1, { [_hQ]: _mR }],
|
|
1540
1540
|
],
|
|
1541
1541
|
];
|
|
1542
|
-
var ListConfiguredAudienceModelsResponse = [
|
|
1542
|
+
var ListConfiguredAudienceModelsResponse$ = [
|
|
1543
1543
|
3,
|
|
1544
1544
|
n0,
|
|
1545
1545
|
_LCAMRi,
|
|
@@ -1547,7 +1547,7 @@ var ListConfiguredAudienceModelsResponse = [
|
|
|
1547
1547
|
[_nT, _cAM],
|
|
1548
1548
|
[0, () => ConfiguredAudienceModelList],
|
|
1549
1549
|
];
|
|
1550
|
-
var ListConfiguredModelAlgorithmAssociationsRequest = [
|
|
1550
|
+
var ListConfiguredModelAlgorithmAssociationsRequest$ = [
|
|
1551
1551
|
3,
|
|
1552
1552
|
n0,
|
|
1553
1553
|
_LCMAAR,
|
|
@@ -1559,7 +1559,7 @@ var ListConfiguredModelAlgorithmAssociationsRequest = [
|
|
|
1559
1559
|
[0, 1],
|
|
1560
1560
|
],
|
|
1561
1561
|
];
|
|
1562
|
-
var ListConfiguredModelAlgorithmAssociationsResponse = [
|
|
1562
|
+
var ListConfiguredModelAlgorithmAssociationsResponse$ = [
|
|
1563
1563
|
3,
|
|
1564
1564
|
n0,
|
|
1565
1565
|
_LCMAARi,
|
|
@@ -1567,7 +1567,7 @@ var ListConfiguredModelAlgorithmAssociationsResponse = [
|
|
|
1567
1567
|
[_nT, _cMAAo],
|
|
1568
1568
|
[0, () => ConfiguredModelAlgorithmAssociationList],
|
|
1569
1569
|
];
|
|
1570
|
-
var ListConfiguredModelAlgorithmsRequest = [
|
|
1570
|
+
var ListConfiguredModelAlgorithmsRequest$ = [
|
|
1571
1571
|
3,
|
|
1572
1572
|
n0,
|
|
1573
1573
|
_LCMAR,
|
|
@@ -1578,7 +1578,7 @@ var ListConfiguredModelAlgorithmsRequest = [
|
|
|
1578
1578
|
[1, { [_hQ]: _mR }],
|
|
1579
1579
|
],
|
|
1580
1580
|
];
|
|
1581
|
-
var ListConfiguredModelAlgorithmsResponse = [
|
|
1581
|
+
var ListConfiguredModelAlgorithmsResponse$ = [
|
|
1582
1582
|
3,
|
|
1583
1583
|
n0,
|
|
1584
1584
|
_LCMARi,
|
|
@@ -1586,7 +1586,7 @@ var ListConfiguredModelAlgorithmsResponse = [
|
|
|
1586
1586
|
[_nT, _cMA],
|
|
1587
1587
|
[0, () => ConfiguredModelAlgorithmList],
|
|
1588
1588
|
];
|
|
1589
|
-
var ListMLInputChannelsRequest = [
|
|
1589
|
+
var ListMLInputChannelsRequest$ = [
|
|
1590
1590
|
3,
|
|
1591
1591
|
n0,
|
|
1592
1592
|
_LMLICR,
|
|
@@ -1598,7 +1598,7 @@ var ListMLInputChannelsRequest = [
|
|
|
1598
1598
|
[0, 1],
|
|
1599
1599
|
],
|
|
1600
1600
|
];
|
|
1601
|
-
var ListMLInputChannelsResponse = [
|
|
1601
|
+
var ListMLInputChannelsResponse$ = [
|
|
1602
1602
|
3,
|
|
1603
1603
|
n0,
|
|
1604
1604
|
_LMLICRi,
|
|
@@ -1606,9 +1606,9 @@ var ListMLInputChannelsResponse = [
|
|
|
1606
1606
|
[_nT, _mICL],
|
|
1607
1607
|
[0, () => MLInputChannelsList],
|
|
1608
1608
|
];
|
|
1609
|
-
var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
1610
|
-
var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_ta], [128 | 0]];
|
|
1611
|
-
var ListTrainedModelInferenceJobsRequest = [
|
|
1609
|
+
var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
|
|
1610
|
+
var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_ta], [128 | 0]];
|
|
1611
|
+
var ListTrainedModelInferenceJobsRequest$ = [
|
|
1612
1612
|
3,
|
|
1613
1613
|
n0,
|
|
1614
1614
|
_LTMIJR,
|
|
@@ -1622,7 +1622,7 @@ var ListTrainedModelInferenceJobsRequest = [
|
|
|
1622
1622
|
[0, { [_hQ]: _tMVI }],
|
|
1623
1623
|
],
|
|
1624
1624
|
];
|
|
1625
|
-
var ListTrainedModelInferenceJobsResponse = [
|
|
1625
|
+
var ListTrainedModelInferenceJobsResponse$ = [
|
|
1626
1626
|
3,
|
|
1627
1627
|
n0,
|
|
1628
1628
|
_LTMIJRi,
|
|
@@ -1630,7 +1630,7 @@ var ListTrainedModelInferenceJobsResponse = [
|
|
|
1630
1630
|
[_nT, _tMIJ],
|
|
1631
1631
|
[0, () => TrainedModelInferenceJobList],
|
|
1632
1632
|
];
|
|
1633
|
-
var ListTrainedModelsRequest = [
|
|
1633
|
+
var ListTrainedModelsRequest$ = [
|
|
1634
1634
|
3,
|
|
1635
1635
|
n0,
|
|
1636
1636
|
_LTMR,
|
|
@@ -1642,7 +1642,7 @@ var ListTrainedModelsRequest = [
|
|
|
1642
1642
|
[0, 1],
|
|
1643
1643
|
],
|
|
1644
1644
|
];
|
|
1645
|
-
var ListTrainedModelsResponse = [
|
|
1645
|
+
var ListTrainedModelsResponse$ = [
|
|
1646
1646
|
3,
|
|
1647
1647
|
n0,
|
|
1648
1648
|
_LTMRi,
|
|
@@ -1650,7 +1650,7 @@ var ListTrainedModelsResponse = [
|
|
|
1650
1650
|
[_nT, _tM],
|
|
1651
1651
|
[0, () => TrainedModelList],
|
|
1652
1652
|
];
|
|
1653
|
-
var ListTrainedModelVersionsRequest = [
|
|
1653
|
+
var ListTrainedModelVersionsRequest$ = [
|
|
1654
1654
|
3,
|
|
1655
1655
|
n0,
|
|
1656
1656
|
_LTMVR,
|
|
@@ -1664,7 +1664,7 @@ var ListTrainedModelVersionsRequest = [
|
|
|
1664
1664
|
[0, { [_hQ]: _s }],
|
|
1665
1665
|
],
|
|
1666
1666
|
];
|
|
1667
|
-
var ListTrainedModelVersionsResponse = [
|
|
1667
|
+
var ListTrainedModelVersionsResponse$ = [
|
|
1668
1668
|
3,
|
|
1669
1669
|
n0,
|
|
1670
1670
|
_LTMVRi,
|
|
@@ -1672,7 +1672,7 @@ var ListTrainedModelVersionsResponse = [
|
|
|
1672
1672
|
[_nT, _tM],
|
|
1673
1673
|
[0, () => TrainedModelList],
|
|
1674
1674
|
];
|
|
1675
|
-
var ListTrainingDatasetsRequest = [
|
|
1675
|
+
var ListTrainingDatasetsRequest$ = [
|
|
1676
1676
|
3,
|
|
1677
1677
|
n0,
|
|
1678
1678
|
_LTDR,
|
|
@@ -1683,7 +1683,7 @@ var ListTrainingDatasetsRequest = [
|
|
|
1683
1683
|
[1, { [_hQ]: _mR }],
|
|
1684
1684
|
],
|
|
1685
1685
|
];
|
|
1686
|
-
var ListTrainingDatasetsResponse = [
|
|
1686
|
+
var ListTrainingDatasetsResponse$ = [
|
|
1687
1687
|
3,
|
|
1688
1688
|
n0,
|
|
1689
1689
|
_LTDRi,
|
|
@@ -1691,26 +1691,26 @@ var ListTrainingDatasetsResponse = [
|
|
|
1691
1691
|
[_nT, _tDr],
|
|
1692
1692
|
[0, () => TrainingDatasetList],
|
|
1693
1693
|
];
|
|
1694
|
-
var LogRedactionConfiguration = [
|
|
1694
|
+
var LogRedactionConfiguration$ = [
|
|
1695
1695
|
3,
|
|
1696
1696
|
n0,
|
|
1697
1697
|
_LRC,
|
|
1698
1698
|
0,
|
|
1699
1699
|
[_eTR, _cEC],
|
|
1700
|
-
[64 | 0, () => CustomEntityConfig],
|
|
1700
|
+
[64 | 0, () => CustomEntityConfig$],
|
|
1701
1701
|
];
|
|
1702
|
-
var LogsConfigurationPolicy = [
|
|
1702
|
+
var LogsConfigurationPolicy$ = [
|
|
1703
1703
|
3,
|
|
1704
1704
|
n0,
|
|
1705
1705
|
_LCP,
|
|
1706
1706
|
0,
|
|
1707
1707
|
[_aAI, _fP, _lT, _lRC],
|
|
1708
|
-
[64 | 0, 0, 0, () => LogRedactionConfiguration],
|
|
1708
|
+
[64 | 0, 0, 0, () => LogRedactionConfiguration$],
|
|
1709
1709
|
];
|
|
1710
|
-
var MembershipInferenceAttackScore = [3, n0, _MIAS, 0, [_aV, _sco], [0, 1]];
|
|
1711
|
-
var MetricDefinition = [3, n0, _MD, 0, [_n, _r], [0, 0]];
|
|
1712
|
-
var MetricsConfigurationPolicy = [3, n0, _MCP, 0, [_nL], [0]];
|
|
1713
|
-
var MLInputChannelSummary = [
|
|
1710
|
+
var MembershipInferenceAttackScore$ = [3, n0, _MIAS, 0, [_aV, _sco], [0, 1]];
|
|
1711
|
+
var MetricDefinition$ = [3, n0, _MD, 0, [_n, _r], [0, 0]];
|
|
1712
|
+
var MetricsConfigurationPolicy$ = [3, n0, _MCP, 0, [_nL], [0]];
|
|
1713
|
+
var MLInputChannelSummary$ = [
|
|
1714
1714
|
3,
|
|
1715
1715
|
n0,
|
|
1716
1716
|
_MLICS,
|
|
@@ -1718,40 +1718,40 @@ var MLInputChannelSummary = [
|
|
|
1718
1718
|
[_cT, _uT, _mI, _cIo, _n, _cMAAo, _pQI, _mICA, _s, _de],
|
|
1719
1719
|
[5, 5, 0, 0, 0, 64 | 0, 0, 0, 0, 0],
|
|
1720
1720
|
];
|
|
1721
|
-
var MLOutputConfiguration = [3, n0, _MLOC, 0, [_des, _rAo], [() => Destination
|
|
1722
|
-
var MLSyntheticDataParameters = [
|
|
1721
|
+
var MLOutputConfiguration$ = [3, n0, _MLOC, 0, [_des, _rAo], [() => Destination$, 0]];
|
|
1722
|
+
var MLSyntheticDataParameters$ = [
|
|
1723
1723
|
3,
|
|
1724
1724
|
n0,
|
|
1725
1725
|
_MLSDP,
|
|
1726
1726
|
0,
|
|
1727
1727
|
[_ep, _mMIAS, _cC],
|
|
1728
|
-
[1, 1, () => ColumnClassificationDetails],
|
|
1728
|
+
[1, 1, () => ColumnClassificationDetails$],
|
|
1729
1729
|
];
|
|
1730
|
-
var ModelInferenceDataSource = [3, n0, _MIDS, 0, [_mICA], [0]];
|
|
1731
|
-
var ModelTrainingDataChannel = [3, n0, _MTDC, 0, [_mICA, _cNh, _sDDT], [0, 0, 0]];
|
|
1732
|
-
var PrivacyConfiguration = [3, n0, _PC, 0, [_p], [() => PrivacyConfigurationPolicies]];
|
|
1733
|
-
var PrivacyConfigurationPolicies = [
|
|
1730
|
+
var ModelInferenceDataSource$ = [3, n0, _MIDS, 0, [_mICA], [0]];
|
|
1731
|
+
var ModelTrainingDataChannel$ = [3, n0, _MTDC, 0, [_mICA, _cNh, _sDDT], [0, 0, 0]];
|
|
1732
|
+
var PrivacyConfiguration$ = [3, n0, _PC, 0, [_p], [() => PrivacyConfigurationPolicies$]];
|
|
1733
|
+
var PrivacyConfigurationPolicies$ = [
|
|
1734
1734
|
3,
|
|
1735
1735
|
n0,
|
|
1736
1736
|
_PCP,
|
|
1737
1737
|
0,
|
|
1738
1738
|
[_tM, _tME, _tMIJ],
|
|
1739
1739
|
[
|
|
1740
|
-
() => TrainedModelsConfigurationPolicy
|
|
1741
|
-
() => TrainedModelExportsConfigurationPolicy
|
|
1742
|
-
() => TrainedModelInferenceJobsConfigurationPolicy
|
|
1740
|
+
() => TrainedModelsConfigurationPolicy$,
|
|
1741
|
+
() => TrainedModelExportsConfigurationPolicy$,
|
|
1742
|
+
() => TrainedModelInferenceJobsConfigurationPolicy$,
|
|
1743
1743
|
],
|
|
1744
1744
|
];
|
|
1745
|
-
var ProtectedQueryInputParameters = [
|
|
1745
|
+
var ProtectedQueryInputParameters$ = [
|
|
1746
1746
|
3,
|
|
1747
1747
|
n0,
|
|
1748
1748
|
_PQIP,
|
|
1749
1749
|
0,
|
|
1750
1750
|
[_sP, _cCo, _rF],
|
|
1751
|
-
[[() => ProtectedQuerySQLParameters
|
|
1751
|
+
[[() => ProtectedQuerySQLParameters$, 0], () => ComputeConfiguration$, 0],
|
|
1752
1752
|
];
|
|
1753
|
-
var ProtectedQuerySQLParameters = [3, n0, _PQSQLP, 8, [_qS, _aTA, _pa], [0, 0, 128 | 0]];
|
|
1754
|
-
var PutConfiguredAudienceModelPolicyRequest = [
|
|
1753
|
+
var ProtectedQuerySQLParameters$ = [3, n0, _PQSQLP, 8, [_qS, _aTA, _pa], [0, 0, 128 | 0]];
|
|
1754
|
+
var PutConfiguredAudienceModelPolicyRequest$ = [
|
|
1755
1755
|
3,
|
|
1756
1756
|
n0,
|
|
1757
1757
|
_PCAMPR,
|
|
@@ -1759,21 +1759,28 @@ var PutConfiguredAudienceModelPolicyRequest = [
|
|
|
1759
1759
|
[_cAMA, _cAMP, _pPH, _pEC],
|
|
1760
1760
|
[[0, 1], 0, 0, 0],
|
|
1761
1761
|
];
|
|
1762
|
-
var PutConfiguredAudienceModelPolicyResponse = [
|
|
1763
|
-
|
|
1762
|
+
var PutConfiguredAudienceModelPolicyResponse$ = [
|
|
1763
|
+
3,
|
|
1764
|
+
n0,
|
|
1765
|
+
_PCAMPRu,
|
|
1766
|
+
0,
|
|
1767
|
+
[_cAMP, _pH],
|
|
1768
|
+
[0, 0],
|
|
1769
|
+
];
|
|
1770
|
+
var PutMLConfigurationRequest$ = [
|
|
1764
1771
|
3,
|
|
1765
1772
|
n0,
|
|
1766
1773
|
_PMLCR,
|
|
1767
1774
|
0,
|
|
1768
1775
|
[_mI, _dOL],
|
|
1769
|
-
[[0, 1], () => MLOutputConfiguration],
|
|
1770
|
-
];
|
|
1771
|
-
var RelevanceMetric = [3, n0, _RM, 0, [_aS, _sco], [() => AudienceSize
|
|
1772
|
-
var ResourceConfig = [3, n0, _RC, 0, [_iCns, _iT, _vSIGB], [1, 0, 1]];
|
|
1773
|
-
var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
1774
|
-
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException
|
|
1775
|
-
var S3ConfigMap = [3, n0, _SCM, 0, [_sU], [0]];
|
|
1776
|
-
var ServiceQuotaExceededException = [
|
|
1776
|
+
[[0, 1], () => MLOutputConfiguration$],
|
|
1777
|
+
];
|
|
1778
|
+
var RelevanceMetric$ = [3, n0, _RM, 0, [_aS, _sco], [() => AudienceSize$, 1]];
|
|
1779
|
+
var ResourceConfig$ = [3, n0, _RC, 0, [_iCns, _iT, _vSIGB], [1, 0, 1]];
|
|
1780
|
+
var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
1781
|
+
schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
|
|
1782
|
+
var S3ConfigMap$ = [3, n0, _SCM, 0, [_sU], [0]];
|
|
1783
|
+
var ServiceQuotaExceededException$ = [
|
|
1777
1784
|
-3,
|
|
1778
1785
|
n0,
|
|
1779
1786
|
_SQEE,
|
|
@@ -1781,33 +1788,33 @@ var ServiceQuotaExceededException = [
|
|
|
1781
1788
|
[_m, _qN, _qV],
|
|
1782
1789
|
[0, 0, 1],
|
|
1783
1790
|
];
|
|
1784
|
-
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException
|
|
1785
|
-
var StartAudienceExportJobRequest = [
|
|
1791
|
+
schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
|
|
1792
|
+
var StartAudienceExportJobRequest$ = [
|
|
1786
1793
|
3,
|
|
1787
1794
|
n0,
|
|
1788
1795
|
_SAEJR,
|
|
1789
1796
|
0,
|
|
1790
1797
|
[_n, _aGJA, _aS, _de],
|
|
1791
|
-
[0, 0, () => AudienceSize
|
|
1798
|
+
[0, 0, () => AudienceSize$, 0],
|
|
1792
1799
|
];
|
|
1793
|
-
var StartAudienceGenerationJobRequest = [
|
|
1800
|
+
var StartAudienceGenerationJobRequest$ = [
|
|
1794
1801
|
3,
|
|
1795
1802
|
n0,
|
|
1796
1803
|
_SAGJR,
|
|
1797
1804
|
0,
|
|
1798
1805
|
[_n, _cAMA, _sA, _iSIO, _cI, _de, _ta],
|
|
1799
|
-
[0, 0, [() => AudienceGenerationJobDataSource
|
|
1806
|
+
[0, 0, [() => AudienceGenerationJobDataSource$, 0], 2, 0, 0, 128 | 0],
|
|
1800
1807
|
];
|
|
1801
|
-
var StartAudienceGenerationJobResponse = [3, n0, _SAGJRt, 0, [_aGJA], [0]];
|
|
1802
|
-
var StartTrainedModelExportJobRequest = [
|
|
1808
|
+
var StartAudienceGenerationJobResponse$ = [3, n0, _SAGJRt, 0, [_aGJA], [0]];
|
|
1809
|
+
var StartTrainedModelExportJobRequest$ = [
|
|
1803
1810
|
3,
|
|
1804
1811
|
n0,
|
|
1805
1812
|
_STMEJR,
|
|
1806
1813
|
0,
|
|
1807
1814
|
[_n, _tMA, _tMVI, _mI, _oC, _de],
|
|
1808
|
-
[0, [0, 1], 0, [0, 1], () => TrainedModelExportOutputConfiguration
|
|
1815
|
+
[0, [0, 1], 0, [0, 1], () => TrainedModelExportOutputConfiguration$, 0],
|
|
1809
1816
|
];
|
|
1810
|
-
var StartTrainedModelInferenceJobRequest = [
|
|
1817
|
+
var StartTrainedModelInferenceJobRequest$ = [
|
|
1811
1818
|
3,
|
|
1812
1819
|
n0,
|
|
1813
1820
|
_STMIJR,
|
|
@@ -1819,35 +1826,42 @@ var StartTrainedModelInferenceJobRequest = [
|
|
|
1819
1826
|
0,
|
|
1820
1827
|
0,
|
|
1821
1828
|
0,
|
|
1822
|
-
() => InferenceResourceConfig
|
|
1823
|
-
() => InferenceOutputConfiguration
|
|
1824
|
-
() => ModelInferenceDataSource
|
|
1829
|
+
() => InferenceResourceConfig$,
|
|
1830
|
+
() => InferenceOutputConfiguration$,
|
|
1831
|
+
() => ModelInferenceDataSource$,
|
|
1825
1832
|
0,
|
|
1826
|
-
() => InferenceContainerExecutionParameters
|
|
1833
|
+
() => InferenceContainerExecutionParameters$,
|
|
1827
1834
|
128 | 0,
|
|
1828
1835
|
0,
|
|
1829
1836
|
128 | 0,
|
|
1830
1837
|
],
|
|
1831
1838
|
];
|
|
1832
|
-
var StartTrainedModelInferenceJobResponse = [3, n0, _STMIJRt, 0, [_tMIJA], [0]];
|
|
1833
|
-
var StatusDetails = [3, n0, _SD, 0, [_sCt, _m], [0, 0]];
|
|
1834
|
-
var StoppingCondition = [3, n0, _SC, 0, [_mRIS], [1]];
|
|
1835
|
-
var SyntheticDataColumnProperties = [3, n0, _SDCP, 0, [_cN, _cTol, _iPV], [0, 0, 2]];
|
|
1836
|
-
var SyntheticDataConfiguration = [
|
|
1839
|
+
var StartTrainedModelInferenceJobResponse$ = [3, n0, _STMIJRt, 0, [_tMIJA], [0]];
|
|
1840
|
+
var StatusDetails$ = [3, n0, _SD, 0, [_sCt, _m], [0, 0]];
|
|
1841
|
+
var StoppingCondition$ = [3, n0, _SC, 0, [_mRIS], [1]];
|
|
1842
|
+
var SyntheticDataColumnProperties$ = [3, n0, _SDCP, 0, [_cN, _cTol, _iPV], [0, 0, 2]];
|
|
1843
|
+
var SyntheticDataConfiguration$ = [
|
|
1837
1844
|
3,
|
|
1838
1845
|
n0,
|
|
1839
1846
|
_SDC,
|
|
1840
1847
|
0,
|
|
1841
1848
|
[_sDP, _sDES],
|
|
1842
|
-
[() => MLSyntheticDataParameters
|
|
1849
|
+
[() => MLSyntheticDataParameters$, () => SyntheticDataEvaluationScores$],
|
|
1843
1850
|
];
|
|
1844
|
-
var SyntheticDataEvaluationScores = [
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
|
|
1848
|
-
|
|
1849
|
-
|
|
1850
|
-
|
|
1851
|
+
var SyntheticDataEvaluationScores$ = [
|
|
1852
|
+
3,
|
|
1853
|
+
n0,
|
|
1854
|
+
_SDES,
|
|
1855
|
+
0,
|
|
1856
|
+
[_dPS],
|
|
1857
|
+
[() => DataPrivacyScores$],
|
|
1858
|
+
];
|
|
1859
|
+
var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _ta], [[0, 1], 128 | 0]];
|
|
1860
|
+
var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
|
|
1861
|
+
var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m], [0]];
|
|
1862
|
+
schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
|
|
1863
|
+
var TrainedModelArtifactMaxSize$ = [3, n0, _TMAMS, 0, [_u, _v], [0, 1]];
|
|
1864
|
+
var TrainedModelExportOutputConfiguration$ = [
|
|
1851
1865
|
3,
|
|
1852
1866
|
n0,
|
|
1853
1867
|
_TMEOC,
|
|
@@ -1855,42 +1869,42 @@ var TrainedModelExportOutputConfiguration = [
|
|
|
1855
1869
|
[_mem],
|
|
1856
1870
|
[() => TrainedModelExportReceiverMembers],
|
|
1857
1871
|
];
|
|
1858
|
-
var TrainedModelExportReceiverMember = [3, n0, _TMERM, 0, [_aI], [0]];
|
|
1859
|
-
var TrainedModelExportsConfigurationPolicy = [
|
|
1872
|
+
var TrainedModelExportReceiverMember$ = [3, n0, _TMERM, 0, [_aI], [0]];
|
|
1873
|
+
var TrainedModelExportsConfigurationPolicy$ = [
|
|
1860
1874
|
3,
|
|
1861
1875
|
n0,
|
|
1862
1876
|
_TMECP,
|
|
1863
1877
|
0,
|
|
1864
1878
|
[_mSa, _fTE],
|
|
1865
|
-
[() => TrainedModelExportsMaxSize
|
|
1879
|
+
[() => TrainedModelExportsMaxSize$, 64 | 0],
|
|
1866
1880
|
];
|
|
1867
|
-
var TrainedModelExportsMaxSize = [3, n0, _TMEMS, 0, [_u, _v], [0, 1]];
|
|
1868
|
-
var TrainedModelInferenceJobsConfigurationPolicy = [
|
|
1881
|
+
var TrainedModelExportsMaxSize$ = [3, n0, _TMEMS, 0, [_u, _v], [0, 1]];
|
|
1882
|
+
var TrainedModelInferenceJobsConfigurationPolicy$ = [
|
|
1869
1883
|
3,
|
|
1870
1884
|
n0,
|
|
1871
1885
|
_TMIJCP,
|
|
1872
1886
|
0,
|
|
1873
1887
|
[_cL, _mOS],
|
|
1874
|
-
[() => LogsConfigurationPolicyList, () => TrainedModelInferenceMaxOutputSize],
|
|
1888
|
+
[() => LogsConfigurationPolicyList, () => TrainedModelInferenceMaxOutputSize$],
|
|
1875
1889
|
];
|
|
1876
|
-
var TrainedModelInferenceJobSummary = [
|
|
1890
|
+
var TrainedModelInferenceJobSummary$ = [
|
|
1877
1891
|
3,
|
|
1878
1892
|
n0,
|
|
1879
1893
|
_TMIJS,
|
|
1880
1894
|
0,
|
|
1881
1895
|
[_tMIJA, _cMAAA, _mI, _tMA, _tMVI, _cIo, _s, _oC, _n, _de, _mS, _mSD, _lS, _lSD, _cT, _uT],
|
|
1882
|
-
[0, 0, 0, 0, 0, 0, 0, () => InferenceOutputConfiguration
|
|
1896
|
+
[0, 0, 0, 0, 0, 0, 0, () => InferenceOutputConfiguration$, 0, 0, 0, 0, 0, 0, 5, 5],
|
|
1883
1897
|
];
|
|
1884
|
-
var TrainedModelInferenceMaxOutputSize = [3, n0, _TMIMOS, 0, [_u, _v], [0, 1]];
|
|
1885
|
-
var TrainedModelsConfigurationPolicy = [
|
|
1898
|
+
var TrainedModelInferenceMaxOutputSize$ = [3, n0, _TMIMOS, 0, [_u, _v], [0, 1]];
|
|
1899
|
+
var TrainedModelsConfigurationPolicy$ = [
|
|
1886
1900
|
3,
|
|
1887
1901
|
n0,
|
|
1888
1902
|
_TMCP,
|
|
1889
1903
|
0,
|
|
1890
1904
|
[_cL, _cMo, _mAS],
|
|
1891
|
-
[() => LogsConfigurationPolicyList, () => MetricsConfigurationPolicy
|
|
1905
|
+
[() => LogsConfigurationPolicyList, () => MetricsConfigurationPolicy$, () => TrainedModelArtifactMaxSize$],
|
|
1892
1906
|
];
|
|
1893
|
-
var TrainedModelSummary = [
|
|
1907
|
+
var TrainedModelSummary$ = [
|
|
1894
1908
|
3,
|
|
1895
1909
|
n0,
|
|
1896
1910
|
_TMS,
|
|
@@ -1898,7 +1912,7 @@ var TrainedModelSummary = [
|
|
|
1898
1912
|
[_cT, _uT, _tMA, _vI, _iTDC, _n, _de, _mI, _cIo, _s, _cMAAA],
|
|
1899
1913
|
[5, 5, 0, 0, () => IncrementalTrainingDataChannelsOutput, 0, 0, 0, 0, 0, 0],
|
|
1900
1914
|
];
|
|
1901
|
-
var TrainingDatasetSummary = [
|
|
1915
|
+
var TrainingDatasetSummary$ = [
|
|
1902
1916
|
3,
|
|
1903
1917
|
n0,
|
|
1904
1918
|
_TDS,
|
|
@@ -1906,7 +1920,7 @@ var TrainingDatasetSummary = [
|
|
|
1906
1920
|
[_cT, _uT, _tDA, _n, _s, _de],
|
|
1907
1921
|
[5, 5, 0, 0, 0, 0],
|
|
1908
1922
|
];
|
|
1909
|
-
var UntagResourceRequest = [
|
|
1923
|
+
var UntagResourceRequest$ = [
|
|
1910
1924
|
3,
|
|
1911
1925
|
n0,
|
|
1912
1926
|
_URR,
|
|
@@ -1917,118 +1931,100 @@ var UntagResourceRequest = [
|
|
|
1917
1931
|
[64 | 0, { [_hQ]: _tK }],
|
|
1918
1932
|
],
|
|
1919
1933
|
];
|
|
1920
|
-
var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
1921
|
-
var UpdateConfiguredAudienceModelRequest = [
|
|
1934
|
+
var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
|
|
1935
|
+
var UpdateConfiguredAudienceModelRequest$ = [
|
|
1922
1936
|
3,
|
|
1923
1937
|
n0,
|
|
1924
1938
|
_UCAMR,
|
|
1925
1939
|
0,
|
|
1926
1940
|
[_cAMA, _oCu, _aMA, _sAM, _mMSS, _aSC, _de],
|
|
1927
|
-
[[0, 1], () => ConfiguredAudienceModelOutputConfig
|
|
1941
|
+
[[0, 1], () => ConfiguredAudienceModelOutputConfig$, 0, 64 | 0, 1, () => AudienceSizeConfig$, 0],
|
|
1928
1942
|
];
|
|
1929
|
-
var UpdateConfiguredAudienceModelResponse = [3, n0, _UCAMRp, 0, [_cAMA], [0]];
|
|
1930
|
-
var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1931
|
-
schema.TypeRegistry.for(n0).registerError(ValidationException
|
|
1932
|
-
var WorkerComputeConfiguration = [3, n0, _WCC, 0, [_t, _nu], [0, 1]];
|
|
1943
|
+
var UpdateConfiguredAudienceModelResponse$ = [3, n0, _UCAMRp, 0, [_cAMA], [0]];
|
|
1944
|
+
var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
1945
|
+
schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
|
|
1946
|
+
var WorkerComputeConfiguration$ = [3, n0, _WCC, 0, [_t, _nu], [0, 1]];
|
|
1933
1947
|
var __Unit = "unit";
|
|
1934
|
-
var CleanRoomsMLServiceException = [-3, _sm, "CleanRoomsMLServiceException", 0, [], []];
|
|
1935
|
-
schema.TypeRegistry.for(_sm).registerError(CleanRoomsMLServiceException
|
|
1936
|
-
var AccessBudgetDetailsList = [1, n0, _ABDL, 0, () => AccessBudgetDetails];
|
|
1937
|
-
var AccessBudgets = [1, n0, _ABc, 0, () => AccessBudget];
|
|
1938
|
-
var AudienceExportJobList = [1, n0, _AEJL, 0, () => AudienceExportJobSummary];
|
|
1939
|
-
var AudienceGenerationJobList = [1, n0, _AGJL, 0, () => AudienceGenerationJobSummary];
|
|
1940
|
-
var AudienceModelList = [1, n0, _AML, 0, () => AudienceModelSummary];
|
|
1948
|
+
var CleanRoomsMLServiceException$ = [-3, _sm, "CleanRoomsMLServiceException", 0, [], []];
|
|
1949
|
+
schema.TypeRegistry.for(_sm).registerError(CleanRoomsMLServiceException$, CleanRoomsMLServiceException);
|
|
1950
|
+
var AccessBudgetDetailsList = [1, n0, _ABDL, 0, () => AccessBudgetDetails$];
|
|
1951
|
+
var AccessBudgets = [1, n0, _ABc, 0, () => AccessBudget$];
|
|
1952
|
+
var AudienceExportJobList = [1, n0, _AEJL, 0, () => AudienceExportJobSummary$];
|
|
1953
|
+
var AudienceGenerationJobList = [1, n0, _AGJL, 0, () => AudienceGenerationJobSummary$];
|
|
1954
|
+
var AudienceModelList = [1, n0, _AML, 0, () => AudienceModelSummary$];
|
|
1941
1955
|
var CollaborationConfiguredModelAlgorithmAssociationList = [
|
|
1942
1956
|
1,
|
|
1943
1957
|
n0,
|
|
1944
1958
|
_CCMAAL,
|
|
1945
1959
|
0,
|
|
1946
|
-
() => CollaborationConfiguredModelAlgorithmAssociationSummary
|
|
1947
|
-
];
|
|
1948
|
-
var CollaborationMLInputChannelsList = [
|
|
1949
|
-
1,
|
|
1950
|
-
n0,
|
|
1951
|
-
_CMLICL,
|
|
1952
|
-
0,
|
|
1953
|
-
() => CollaborationMLInputChannelSummary,
|
|
1960
|
+
() => CollaborationConfiguredModelAlgorithmAssociationSummary$,
|
|
1954
1961
|
];
|
|
1962
|
+
var CollaborationMLInputChannelsList = [1, n0, _CMLICL, 0, () => CollaborationMLInputChannelSummary$];
|
|
1955
1963
|
var CollaborationTrainedModelExportJobList = [
|
|
1956
1964
|
1,
|
|
1957
1965
|
n0,
|
|
1958
1966
|
_CTMEJL,
|
|
1959
1967
|
0,
|
|
1960
|
-
() => CollaborationTrainedModelExportJobSummary
|
|
1968
|
+
() => CollaborationTrainedModelExportJobSummary$,
|
|
1961
1969
|
];
|
|
1962
1970
|
var CollaborationTrainedModelInferenceJobList = [
|
|
1963
1971
|
1,
|
|
1964
1972
|
n0,
|
|
1965
1973
|
_CTMIJL,
|
|
1966
1974
|
0,
|
|
1967
|
-
() => CollaborationTrainedModelInferenceJobSummary
|
|
1975
|
+
() => CollaborationTrainedModelInferenceJobSummary$,
|
|
1968
1976
|
];
|
|
1969
|
-
var CollaborationTrainedModelList = [1, n0, _CTML, 0, () => CollaborationTrainedModelSummary];
|
|
1970
|
-
var ColumnMappingList = [1, n0, _CML, 0, () => SyntheticDataColumnProperties];
|
|
1971
|
-
var ConfiguredAudienceModelList = [1, n0, _CAML, 0, () => ConfiguredAudienceModelSummary];
|
|
1977
|
+
var CollaborationTrainedModelList = [1, n0, _CTML, 0, () => CollaborationTrainedModelSummary$];
|
|
1978
|
+
var ColumnMappingList = [1, n0, _CML, 0, () => SyntheticDataColumnProperties$];
|
|
1979
|
+
var ConfiguredAudienceModelList = [1, n0, _CAML, 0, () => ConfiguredAudienceModelSummary$];
|
|
1972
1980
|
var ConfiguredModelAlgorithmAssociationList = [
|
|
1973
1981
|
1,
|
|
1974
1982
|
n0,
|
|
1975
1983
|
_CMAAL,
|
|
1976
1984
|
0,
|
|
1977
|
-
() => ConfiguredModelAlgorithmAssociationSummary
|
|
1985
|
+
() => ConfiguredModelAlgorithmAssociationSummary$,
|
|
1978
1986
|
];
|
|
1979
|
-
var ConfiguredModelAlgorithmList = [1, n0, _CMAL, 0, () => ConfiguredModelAlgorithmSummary];
|
|
1980
|
-
var DatasetList = [1, n0, _DL, 0, () => Dataset];
|
|
1981
|
-
var DatasetSchemaList = [1, n0, _DSL, 0, () => ColumnSchema];
|
|
1982
|
-
var IncrementalTrainingDataChannels = [1, n0, _ITDCn, 0, () => IncrementalTrainingDataChannel];
|
|
1987
|
+
var ConfiguredModelAlgorithmList = [1, n0, _CMAL, 0, () => ConfiguredModelAlgorithmSummary$];
|
|
1988
|
+
var DatasetList = [1, n0, _DL, 0, () => Dataset$];
|
|
1989
|
+
var DatasetSchemaList = [1, n0, _DSL, 0, () => ColumnSchema$];
|
|
1990
|
+
var IncrementalTrainingDataChannels = [1, n0, _ITDCn, 0, () => IncrementalTrainingDataChannel$];
|
|
1983
1991
|
var IncrementalTrainingDataChannelsOutput = [
|
|
1984
1992
|
1,
|
|
1985
1993
|
n0,
|
|
1986
1994
|
_ITDCOn,
|
|
1987
1995
|
0,
|
|
1988
|
-
() => IncrementalTrainingDataChannelOutput
|
|
1989
|
-
];
|
|
1990
|
-
var InferenceReceiverMembers = [1, n0, _IRMn, 0, () => InferenceReceiverMember];
|
|
1991
|
-
var LogsConfigurationPolicyList = [1, n0, _LCPL, 0, () => LogsConfigurationPolicy];
|
|
1992
|
-
var MembershipInferenceAttackScoreList = [
|
|
1993
|
-
1,
|
|
1994
|
-
n0,
|
|
1995
|
-
_MIASL,
|
|
1996
|
-
0,
|
|
1997
|
-
() => MembershipInferenceAttackScore,
|
|
1998
|
-
];
|
|
1999
|
-
var MetricDefinitionList = [1, n0, _MDL, 0, () => MetricDefinition];
|
|
2000
|
-
var MLInputChannelsList = [1, n0, _MLICL, 0, () => MLInputChannelSummary];
|
|
2001
|
-
var ModelTrainingDataChannels = [1, n0, _MTDCo, 0, () => ModelTrainingDataChannel];
|
|
2002
|
-
var RelevanceMetrics = [1, n0, _RMe, 0, () => RelevanceMetric];
|
|
2003
|
-
var TrainedModelExportReceiverMembers = [
|
|
2004
|
-
1,
|
|
2005
|
-
n0,
|
|
2006
|
-
_TMERMr,
|
|
2007
|
-
0,
|
|
2008
|
-
() => TrainedModelExportReceiverMember,
|
|
1996
|
+
() => IncrementalTrainingDataChannelOutput$,
|
|
2009
1997
|
];
|
|
2010
|
-
var
|
|
2011
|
-
var
|
|
2012
|
-
var
|
|
2013
|
-
var
|
|
2014
|
-
var
|
|
1998
|
+
var InferenceReceiverMembers = [1, n0, _IRMn, 0, () => InferenceReceiverMember$];
|
|
1999
|
+
var LogsConfigurationPolicyList = [1, n0, _LCPL, 0, () => LogsConfigurationPolicy$];
|
|
2000
|
+
var MembershipInferenceAttackScoreList = [1, n0, _MIASL, 0, () => MembershipInferenceAttackScore$];
|
|
2001
|
+
var MetricDefinitionList = [1, n0, _MDL, 0, () => MetricDefinition$];
|
|
2002
|
+
var MLInputChannelsList = [1, n0, _MLICL, 0, () => MLInputChannelSummary$];
|
|
2003
|
+
var ModelTrainingDataChannels = [1, n0, _MTDCo, 0, () => ModelTrainingDataChannel$];
|
|
2004
|
+
var RelevanceMetrics = [1, n0, _RMe, 0, () => RelevanceMetric$];
|
|
2005
|
+
var TrainedModelExportReceiverMembers = [1, n0, _TMERMr, 0, () => TrainedModelExportReceiverMember$];
|
|
2006
|
+
var TrainedModelInferenceJobList = [1, n0, _TMIJL, 0, () => TrainedModelInferenceJobSummary$];
|
|
2007
|
+
var TrainedModelList = [1, n0, _TML, 0, () => TrainedModelSummary$];
|
|
2008
|
+
var TrainingDatasetList = [1, n0, _TDL, 0, () => TrainingDatasetSummary$];
|
|
2009
|
+
var ComputeConfiguration$ = [3, n0, _CCo, 0, [_w], [() => WorkerComputeConfiguration$]];
|
|
2010
|
+
var InputChannelDataSource$ = [
|
|
2015
2011
|
3,
|
|
2016
2012
|
n0,
|
|
2017
2013
|
_ICDS,
|
|
2018
2014
|
0,
|
|
2019
2015
|
[_pQIP],
|
|
2020
|
-
[[() => ProtectedQueryInputParameters
|
|
2016
|
+
[[() => ProtectedQueryInputParameters$, 0]],
|
|
2021
2017
|
];
|
|
2022
|
-
var PrivacyBudgets = [3, n0, _PB, 0, [_aB], [() => AccessBudgets]];
|
|
2023
|
-
var CancelTrainedModel = [
|
|
2018
|
+
var PrivacyBudgets$ = [3, n0, _PB, 0, [_aB], [() => AccessBudgets]];
|
|
2019
|
+
var CancelTrainedModel$ = [
|
|
2024
2020
|
9,
|
|
2025
2021
|
n0,
|
|
2026
2022
|
_CTM,
|
|
2027
2023
|
{ [_ht]: ["PATCH", "/memberships/{membershipIdentifier}/trained-models/{trainedModelArn}", 200] },
|
|
2028
|
-
() => CancelTrainedModelRequest
|
|
2024
|
+
() => CancelTrainedModelRequest$,
|
|
2029
2025
|
() => __Unit,
|
|
2030
2026
|
];
|
|
2031
|
-
var CancelTrainedModelInferenceJob = [
|
|
2027
|
+
var CancelTrainedModelInferenceJob$ = [
|
|
2032
2028
|
9,
|
|
2033
2029
|
n0,
|
|
2034
2030
|
_CTMIJ,
|
|
@@ -2039,106 +2035,106 @@ var CancelTrainedModelInferenceJob = [
|
|
|
2039
2035
|
200,
|
|
2040
2036
|
],
|
|
2041
2037
|
},
|
|
2042
|
-
() => CancelTrainedModelInferenceJobRequest
|
|
2038
|
+
() => CancelTrainedModelInferenceJobRequest$,
|
|
2043
2039
|
() => __Unit,
|
|
2044
2040
|
];
|
|
2045
|
-
var CreateAudienceModel = [
|
|
2041
|
+
var CreateAudienceModel$ = [
|
|
2046
2042
|
9,
|
|
2047
2043
|
n0,
|
|
2048
2044
|
_CAM,
|
|
2049
2045
|
{ [_ht]: ["POST", "/audience-model", 200] },
|
|
2050
|
-
() => CreateAudienceModelRequest
|
|
2051
|
-
() => CreateAudienceModelResponse
|
|
2046
|
+
() => CreateAudienceModelRequest$,
|
|
2047
|
+
() => CreateAudienceModelResponse$,
|
|
2052
2048
|
];
|
|
2053
|
-
var CreateConfiguredAudienceModel = [
|
|
2049
|
+
var CreateConfiguredAudienceModel$ = [
|
|
2054
2050
|
9,
|
|
2055
2051
|
n0,
|
|
2056
2052
|
_CCAM,
|
|
2057
2053
|
{ [_ht]: ["POST", "/configured-audience-model", 200] },
|
|
2058
|
-
() => CreateConfiguredAudienceModelRequest
|
|
2059
|
-
() => CreateConfiguredAudienceModelResponse
|
|
2054
|
+
() => CreateConfiguredAudienceModelRequest$,
|
|
2055
|
+
() => CreateConfiguredAudienceModelResponse$,
|
|
2060
2056
|
];
|
|
2061
|
-
var CreateConfiguredModelAlgorithm = [
|
|
2057
|
+
var CreateConfiguredModelAlgorithm$ = [
|
|
2062
2058
|
9,
|
|
2063
2059
|
n0,
|
|
2064
2060
|
_CCMA,
|
|
2065
2061
|
{ [_ht]: ["POST", "/configured-model-algorithms", 200] },
|
|
2066
|
-
() => CreateConfiguredModelAlgorithmRequest
|
|
2067
|
-
() => CreateConfiguredModelAlgorithmResponse
|
|
2062
|
+
() => CreateConfiguredModelAlgorithmRequest$,
|
|
2063
|
+
() => CreateConfiguredModelAlgorithmResponse$,
|
|
2068
2064
|
];
|
|
2069
|
-
var CreateConfiguredModelAlgorithmAssociation = [
|
|
2065
|
+
var CreateConfiguredModelAlgorithmAssociation$ = [
|
|
2070
2066
|
9,
|
|
2071
2067
|
n0,
|
|
2072
2068
|
_CCMAA,
|
|
2073
2069
|
{ [_ht]: ["POST", "/memberships/{membershipIdentifier}/configured-model-algorithm-associations", 200] },
|
|
2074
|
-
() => CreateConfiguredModelAlgorithmAssociationRequest
|
|
2075
|
-
() => CreateConfiguredModelAlgorithmAssociationResponse
|
|
2070
|
+
() => CreateConfiguredModelAlgorithmAssociationRequest$,
|
|
2071
|
+
() => CreateConfiguredModelAlgorithmAssociationResponse$,
|
|
2076
2072
|
];
|
|
2077
|
-
var CreateMLInputChannel = [
|
|
2073
|
+
var CreateMLInputChannel$ = [
|
|
2078
2074
|
9,
|
|
2079
2075
|
n0,
|
|
2080
2076
|
_CMLIC,
|
|
2081
2077
|
{ [_ht]: ["POST", "/memberships/{membershipIdentifier}/ml-input-channels", 200] },
|
|
2082
|
-
() => CreateMLInputChannelRequest
|
|
2083
|
-
() => CreateMLInputChannelResponse
|
|
2078
|
+
() => CreateMLInputChannelRequest$,
|
|
2079
|
+
() => CreateMLInputChannelResponse$,
|
|
2084
2080
|
];
|
|
2085
|
-
var CreateTrainedModel = [
|
|
2081
|
+
var CreateTrainedModel$ = [
|
|
2086
2082
|
9,
|
|
2087
2083
|
n0,
|
|
2088
2084
|
_CTMr,
|
|
2089
2085
|
{ [_ht]: ["POST", "/memberships/{membershipIdentifier}/trained-models", 200] },
|
|
2090
|
-
() => CreateTrainedModelRequest
|
|
2091
|
-
() => CreateTrainedModelResponse
|
|
2086
|
+
() => CreateTrainedModelRequest$,
|
|
2087
|
+
() => CreateTrainedModelResponse$,
|
|
2092
2088
|
];
|
|
2093
|
-
var CreateTrainingDataset = [
|
|
2089
|
+
var CreateTrainingDataset$ = [
|
|
2094
2090
|
9,
|
|
2095
2091
|
n0,
|
|
2096
2092
|
_CTD,
|
|
2097
2093
|
{ [_ht]: ["POST", "/training-dataset", 200] },
|
|
2098
|
-
() => CreateTrainingDatasetRequest
|
|
2099
|
-
() => CreateTrainingDatasetResponse
|
|
2094
|
+
() => CreateTrainingDatasetRequest$,
|
|
2095
|
+
() => CreateTrainingDatasetResponse$,
|
|
2100
2096
|
];
|
|
2101
|
-
var DeleteAudienceGenerationJob = [
|
|
2097
|
+
var DeleteAudienceGenerationJob$ = [
|
|
2102
2098
|
9,
|
|
2103
2099
|
n0,
|
|
2104
2100
|
_DAGJ,
|
|
2105
2101
|
{ [_ht]: ["DELETE", "/audience-generation-job/{audienceGenerationJobArn}", 200] },
|
|
2106
|
-
() => DeleteAudienceGenerationJobRequest
|
|
2102
|
+
() => DeleteAudienceGenerationJobRequest$,
|
|
2107
2103
|
() => __Unit,
|
|
2108
2104
|
];
|
|
2109
|
-
var DeleteAudienceModel = [
|
|
2105
|
+
var DeleteAudienceModel$ = [
|
|
2110
2106
|
9,
|
|
2111
2107
|
n0,
|
|
2112
2108
|
_DAM,
|
|
2113
2109
|
{ [_ht]: ["DELETE", "/audience-model/{audienceModelArn}", 200] },
|
|
2114
|
-
() => DeleteAudienceModelRequest
|
|
2110
|
+
() => DeleteAudienceModelRequest$,
|
|
2115
2111
|
() => __Unit,
|
|
2116
2112
|
];
|
|
2117
|
-
var DeleteConfiguredAudienceModel = [
|
|
2113
|
+
var DeleteConfiguredAudienceModel$ = [
|
|
2118
2114
|
9,
|
|
2119
2115
|
n0,
|
|
2120
2116
|
_DCAM,
|
|
2121
2117
|
{ [_ht]: ["DELETE", "/configured-audience-model/{configuredAudienceModelArn}", 200] },
|
|
2122
|
-
() => DeleteConfiguredAudienceModelRequest
|
|
2118
|
+
() => DeleteConfiguredAudienceModelRequest$,
|
|
2123
2119
|
() => __Unit,
|
|
2124
2120
|
];
|
|
2125
|
-
var DeleteConfiguredAudienceModelPolicy = [
|
|
2121
|
+
var DeleteConfiguredAudienceModelPolicy$ = [
|
|
2126
2122
|
9,
|
|
2127
2123
|
n0,
|
|
2128
2124
|
_DCAMP,
|
|
2129
2125
|
{ [_ht]: ["DELETE", "/configured-audience-model/{configuredAudienceModelArn}/policy", 200] },
|
|
2130
|
-
() => DeleteConfiguredAudienceModelPolicyRequest
|
|
2126
|
+
() => DeleteConfiguredAudienceModelPolicyRequest$,
|
|
2131
2127
|
() => __Unit,
|
|
2132
2128
|
];
|
|
2133
|
-
var DeleteConfiguredModelAlgorithm = [
|
|
2129
|
+
var DeleteConfiguredModelAlgorithm$ = [
|
|
2134
2130
|
9,
|
|
2135
2131
|
n0,
|
|
2136
2132
|
_DCMA,
|
|
2137
2133
|
{ [_ht]: ["DELETE", "/configured-model-algorithms/{configuredModelAlgorithmArn}", 200] },
|
|
2138
|
-
() => DeleteConfiguredModelAlgorithmRequest
|
|
2134
|
+
() => DeleteConfiguredModelAlgorithmRequest$,
|
|
2139
2135
|
() => __Unit,
|
|
2140
2136
|
];
|
|
2141
|
-
var DeleteConfiguredModelAlgorithmAssociation = [
|
|
2137
|
+
var DeleteConfiguredModelAlgorithmAssociation$ = [
|
|
2142
2138
|
9,
|
|
2143
2139
|
n0,
|
|
2144
2140
|
_DCMAA,
|
|
@@ -2149,58 +2145,58 @@ var DeleteConfiguredModelAlgorithmAssociation = [
|
|
|
2149
2145
|
200,
|
|
2150
2146
|
],
|
|
2151
2147
|
},
|
|
2152
|
-
() => DeleteConfiguredModelAlgorithmAssociationRequest
|
|
2148
|
+
() => DeleteConfiguredModelAlgorithmAssociationRequest$,
|
|
2153
2149
|
() => __Unit,
|
|
2154
2150
|
];
|
|
2155
|
-
var DeleteMLConfiguration = [
|
|
2151
|
+
var DeleteMLConfiguration$ = [
|
|
2156
2152
|
9,
|
|
2157
2153
|
n0,
|
|
2158
2154
|
_DMLC,
|
|
2159
2155
|
{ [_ht]: ["DELETE", "/memberships/{membershipIdentifier}/ml-configurations", 200] },
|
|
2160
|
-
() => DeleteMLConfigurationRequest
|
|
2156
|
+
() => DeleteMLConfigurationRequest$,
|
|
2161
2157
|
() => __Unit,
|
|
2162
2158
|
];
|
|
2163
|
-
var DeleteMLInputChannelData = [
|
|
2159
|
+
var DeleteMLInputChannelData$ = [
|
|
2164
2160
|
9,
|
|
2165
2161
|
n0,
|
|
2166
2162
|
_DMLICD,
|
|
2167
2163
|
{ [_ht]: ["DELETE", "/memberships/{membershipIdentifier}/ml-input-channels/{mlInputChannelArn}", 200] },
|
|
2168
|
-
() => DeleteMLInputChannelDataRequest
|
|
2164
|
+
() => DeleteMLInputChannelDataRequest$,
|
|
2169
2165
|
() => __Unit,
|
|
2170
2166
|
];
|
|
2171
|
-
var DeleteTrainedModelOutput = [
|
|
2167
|
+
var DeleteTrainedModelOutput$ = [
|
|
2172
2168
|
9,
|
|
2173
2169
|
n0,
|
|
2174
2170
|
_DTMO,
|
|
2175
2171
|
{ [_ht]: ["DELETE", "/memberships/{membershipIdentifier}/trained-models/{trainedModelArn}", 200] },
|
|
2176
|
-
() => DeleteTrainedModelOutputRequest
|
|
2172
|
+
() => DeleteTrainedModelOutputRequest$,
|
|
2177
2173
|
() => __Unit,
|
|
2178
2174
|
];
|
|
2179
|
-
var DeleteTrainingDataset = [
|
|
2175
|
+
var DeleteTrainingDataset$ = [
|
|
2180
2176
|
9,
|
|
2181
2177
|
n0,
|
|
2182
2178
|
_DTD,
|
|
2183
2179
|
{ [_ht]: ["DELETE", "/training-dataset/{trainingDatasetArn}", 200] },
|
|
2184
|
-
() => DeleteTrainingDatasetRequest
|
|
2180
|
+
() => DeleteTrainingDatasetRequest$,
|
|
2185
2181
|
() => __Unit,
|
|
2186
2182
|
];
|
|
2187
|
-
var GetAudienceGenerationJob = [
|
|
2183
|
+
var GetAudienceGenerationJob$ = [
|
|
2188
2184
|
9,
|
|
2189
2185
|
n0,
|
|
2190
2186
|
_GAGJ,
|
|
2191
2187
|
{ [_ht]: ["GET", "/audience-generation-job/{audienceGenerationJobArn}", 200] },
|
|
2192
|
-
() => GetAudienceGenerationJobRequest
|
|
2193
|
-
() => GetAudienceGenerationJobResponse
|
|
2188
|
+
() => GetAudienceGenerationJobRequest$,
|
|
2189
|
+
() => GetAudienceGenerationJobResponse$,
|
|
2194
2190
|
];
|
|
2195
|
-
var GetAudienceModel = [
|
|
2191
|
+
var GetAudienceModel$ = [
|
|
2196
2192
|
9,
|
|
2197
2193
|
n0,
|
|
2198
2194
|
_GAM,
|
|
2199
2195
|
{ [_ht]: ["GET", "/audience-model/{audienceModelArn}", 200] },
|
|
2200
|
-
() => GetAudienceModelRequest
|
|
2201
|
-
() => GetAudienceModelResponse
|
|
2196
|
+
() => GetAudienceModelRequest$,
|
|
2197
|
+
() => GetAudienceModelResponse$,
|
|
2202
2198
|
];
|
|
2203
|
-
var GetCollaborationConfiguredModelAlgorithmAssociation = [
|
|
2199
|
+
var GetCollaborationConfiguredModelAlgorithmAssociation$ = [
|
|
2204
2200
|
9,
|
|
2205
2201
|
n0,
|
|
2206
2202
|
_GCCMAA,
|
|
@@ -2211,50 +2207,50 @@ var GetCollaborationConfiguredModelAlgorithmAssociation = [
|
|
|
2211
2207
|
200,
|
|
2212
2208
|
],
|
|
2213
2209
|
},
|
|
2214
|
-
() => GetCollaborationConfiguredModelAlgorithmAssociationRequest
|
|
2215
|
-
() => GetCollaborationConfiguredModelAlgorithmAssociationResponse
|
|
2210
|
+
() => GetCollaborationConfiguredModelAlgorithmAssociationRequest$,
|
|
2211
|
+
() => GetCollaborationConfiguredModelAlgorithmAssociationResponse$,
|
|
2216
2212
|
];
|
|
2217
|
-
var GetCollaborationMLInputChannel = [
|
|
2213
|
+
var GetCollaborationMLInputChannel$ = [
|
|
2218
2214
|
9,
|
|
2219
2215
|
n0,
|
|
2220
2216
|
_GCMLIC,
|
|
2221
2217
|
{ [_ht]: ["GET", "/collaborations/{collaborationIdentifier}/ml-input-channels/{mlInputChannelArn}", 200] },
|
|
2222
|
-
() => GetCollaborationMLInputChannelRequest
|
|
2223
|
-
() => GetCollaborationMLInputChannelResponse
|
|
2218
|
+
() => GetCollaborationMLInputChannelRequest$,
|
|
2219
|
+
() => GetCollaborationMLInputChannelResponse$,
|
|
2224
2220
|
];
|
|
2225
|
-
var GetCollaborationTrainedModel = [
|
|
2221
|
+
var GetCollaborationTrainedModel$ = [
|
|
2226
2222
|
9,
|
|
2227
2223
|
n0,
|
|
2228
2224
|
_GCTM,
|
|
2229
2225
|
{ [_ht]: ["GET", "/collaborations/{collaborationIdentifier}/trained-models/{trainedModelArn}", 200] },
|
|
2230
|
-
() => GetCollaborationTrainedModelRequest
|
|
2231
|
-
() => GetCollaborationTrainedModelResponse
|
|
2226
|
+
() => GetCollaborationTrainedModelRequest$,
|
|
2227
|
+
() => GetCollaborationTrainedModelResponse$,
|
|
2232
2228
|
];
|
|
2233
|
-
var GetConfiguredAudienceModel = [
|
|
2229
|
+
var GetConfiguredAudienceModel$ = [
|
|
2234
2230
|
9,
|
|
2235
2231
|
n0,
|
|
2236
2232
|
_GCAM,
|
|
2237
2233
|
{ [_ht]: ["GET", "/configured-audience-model/{configuredAudienceModelArn}", 200] },
|
|
2238
|
-
() => GetConfiguredAudienceModelRequest
|
|
2239
|
-
() => GetConfiguredAudienceModelResponse
|
|
2234
|
+
() => GetConfiguredAudienceModelRequest$,
|
|
2235
|
+
() => GetConfiguredAudienceModelResponse$,
|
|
2240
2236
|
];
|
|
2241
|
-
var GetConfiguredAudienceModelPolicy = [
|
|
2237
|
+
var GetConfiguredAudienceModelPolicy$ = [
|
|
2242
2238
|
9,
|
|
2243
2239
|
n0,
|
|
2244
2240
|
_GCAMP,
|
|
2245
2241
|
{ [_ht]: ["GET", "/configured-audience-model/{configuredAudienceModelArn}/policy", 200] },
|
|
2246
|
-
() => GetConfiguredAudienceModelPolicyRequest
|
|
2247
|
-
() => GetConfiguredAudienceModelPolicyResponse
|
|
2242
|
+
() => GetConfiguredAudienceModelPolicyRequest$,
|
|
2243
|
+
() => GetConfiguredAudienceModelPolicyResponse$,
|
|
2248
2244
|
];
|
|
2249
|
-
var GetConfiguredModelAlgorithm = [
|
|
2245
|
+
var GetConfiguredModelAlgorithm$ = [
|
|
2250
2246
|
9,
|
|
2251
2247
|
n0,
|
|
2252
2248
|
_GCMA,
|
|
2253
2249
|
{ [_ht]: ["GET", "/configured-model-algorithms/{configuredModelAlgorithmArn}", 200] },
|
|
2254
|
-
() => GetConfiguredModelAlgorithmRequest
|
|
2255
|
-
() => GetConfiguredModelAlgorithmResponse
|
|
2250
|
+
() => GetConfiguredModelAlgorithmRequest$,
|
|
2251
|
+
() => GetConfiguredModelAlgorithmResponse$,
|
|
2256
2252
|
];
|
|
2257
|
-
var GetConfiguredModelAlgorithmAssociation = [
|
|
2253
|
+
var GetConfiguredModelAlgorithmAssociation$ = [
|
|
2258
2254
|
9,
|
|
2259
2255
|
n0,
|
|
2260
2256
|
_GCMAA,
|
|
@@ -2265,34 +2261,34 @@ var GetConfiguredModelAlgorithmAssociation = [
|
|
|
2265
2261
|
200,
|
|
2266
2262
|
],
|
|
2267
2263
|
},
|
|
2268
|
-
() => GetConfiguredModelAlgorithmAssociationRequest
|
|
2269
|
-
() => GetConfiguredModelAlgorithmAssociationResponse
|
|
2264
|
+
() => GetConfiguredModelAlgorithmAssociationRequest$,
|
|
2265
|
+
() => GetConfiguredModelAlgorithmAssociationResponse$,
|
|
2270
2266
|
];
|
|
2271
|
-
var GetMLConfiguration = [
|
|
2267
|
+
var GetMLConfiguration$ = [
|
|
2272
2268
|
9,
|
|
2273
2269
|
n0,
|
|
2274
2270
|
_GMLC,
|
|
2275
2271
|
{ [_ht]: ["GET", "/memberships/{membershipIdentifier}/ml-configurations", 200] },
|
|
2276
|
-
() => GetMLConfigurationRequest
|
|
2277
|
-
() => GetMLConfigurationResponse
|
|
2272
|
+
() => GetMLConfigurationRequest$,
|
|
2273
|
+
() => GetMLConfigurationResponse$,
|
|
2278
2274
|
];
|
|
2279
|
-
var GetMLInputChannel = [
|
|
2275
|
+
var GetMLInputChannel$ = [
|
|
2280
2276
|
9,
|
|
2281
2277
|
n0,
|
|
2282
2278
|
_GMLIC,
|
|
2283
2279
|
{ [_ht]: ["GET", "/memberships/{membershipIdentifier}/ml-input-channels/{mlInputChannelArn}", 200] },
|
|
2284
|
-
() => GetMLInputChannelRequest
|
|
2285
|
-
() => GetMLInputChannelResponse
|
|
2280
|
+
() => GetMLInputChannelRequest$,
|
|
2281
|
+
() => GetMLInputChannelResponse$,
|
|
2286
2282
|
];
|
|
2287
|
-
var GetTrainedModel = [
|
|
2283
|
+
var GetTrainedModel$ = [
|
|
2288
2284
|
9,
|
|
2289
2285
|
n0,
|
|
2290
2286
|
_GTM,
|
|
2291
2287
|
{ [_ht]: ["GET", "/memberships/{membershipIdentifier}/trained-models/{trainedModelArn}", 200] },
|
|
2292
|
-
() => GetTrainedModelRequest
|
|
2293
|
-
() => GetTrainedModelResponse
|
|
2288
|
+
() => GetTrainedModelRequest$,
|
|
2289
|
+
() => GetTrainedModelResponse$,
|
|
2294
2290
|
];
|
|
2295
|
-
var GetTrainedModelInferenceJob = [
|
|
2291
|
+
var GetTrainedModelInferenceJob$ = [
|
|
2296
2292
|
9,
|
|
2297
2293
|
n0,
|
|
2298
2294
|
_GTMIJ,
|
|
@@ -2303,224 +2299,224 @@ var GetTrainedModelInferenceJob = [
|
|
|
2303
2299
|
200,
|
|
2304
2300
|
],
|
|
2305
2301
|
},
|
|
2306
|
-
() => GetTrainedModelInferenceJobRequest
|
|
2307
|
-
() => GetTrainedModelInferenceJobResponse
|
|
2302
|
+
() => GetTrainedModelInferenceJobRequest$,
|
|
2303
|
+
() => GetTrainedModelInferenceJobResponse$,
|
|
2308
2304
|
];
|
|
2309
|
-
var GetTrainingDataset = [
|
|
2305
|
+
var GetTrainingDataset$ = [
|
|
2310
2306
|
9,
|
|
2311
2307
|
n0,
|
|
2312
2308
|
_GTD,
|
|
2313
2309
|
{ [_ht]: ["GET", "/training-dataset/{trainingDatasetArn}", 200] },
|
|
2314
|
-
() => GetTrainingDatasetRequest
|
|
2315
|
-
() => GetTrainingDatasetResponse
|
|
2310
|
+
() => GetTrainingDatasetRequest$,
|
|
2311
|
+
() => GetTrainingDatasetResponse$,
|
|
2316
2312
|
];
|
|
2317
|
-
var ListAudienceExportJobs = [
|
|
2313
|
+
var ListAudienceExportJobs$ = [
|
|
2318
2314
|
9,
|
|
2319
2315
|
n0,
|
|
2320
2316
|
_LAEJ,
|
|
2321
2317
|
{ [_ht]: ["GET", "/audience-export-job", 200] },
|
|
2322
|
-
() => ListAudienceExportJobsRequest
|
|
2323
|
-
() => ListAudienceExportJobsResponse
|
|
2318
|
+
() => ListAudienceExportJobsRequest$,
|
|
2319
|
+
() => ListAudienceExportJobsResponse$,
|
|
2324
2320
|
];
|
|
2325
|
-
var ListAudienceGenerationJobs = [
|
|
2321
|
+
var ListAudienceGenerationJobs$ = [
|
|
2326
2322
|
9,
|
|
2327
2323
|
n0,
|
|
2328
2324
|
_LAGJ,
|
|
2329
2325
|
{ [_ht]: ["GET", "/audience-generation-job", 200] },
|
|
2330
|
-
() => ListAudienceGenerationJobsRequest
|
|
2331
|
-
() => ListAudienceGenerationJobsResponse
|
|
2326
|
+
() => ListAudienceGenerationJobsRequest$,
|
|
2327
|
+
() => ListAudienceGenerationJobsResponse$,
|
|
2332
2328
|
];
|
|
2333
|
-
var ListAudienceModels = [
|
|
2329
|
+
var ListAudienceModels$ = [
|
|
2334
2330
|
9,
|
|
2335
2331
|
n0,
|
|
2336
2332
|
_LAM,
|
|
2337
2333
|
{ [_ht]: ["GET", "/audience-model", 200] },
|
|
2338
|
-
() => ListAudienceModelsRequest
|
|
2339
|
-
() => ListAudienceModelsResponse
|
|
2334
|
+
() => ListAudienceModelsRequest$,
|
|
2335
|
+
() => ListAudienceModelsResponse$,
|
|
2340
2336
|
];
|
|
2341
|
-
var ListCollaborationConfiguredModelAlgorithmAssociations = [
|
|
2337
|
+
var ListCollaborationConfiguredModelAlgorithmAssociations$ = [
|
|
2342
2338
|
9,
|
|
2343
2339
|
n0,
|
|
2344
2340
|
_LCCMAA,
|
|
2345
2341
|
{ [_ht]: ["GET", "/collaborations/{collaborationIdentifier}/configured-model-algorithm-associations", 200] },
|
|
2346
|
-
() => ListCollaborationConfiguredModelAlgorithmAssociationsRequest
|
|
2347
|
-
() => ListCollaborationConfiguredModelAlgorithmAssociationsResponse
|
|
2342
|
+
() => ListCollaborationConfiguredModelAlgorithmAssociationsRequest$,
|
|
2343
|
+
() => ListCollaborationConfiguredModelAlgorithmAssociationsResponse$,
|
|
2348
2344
|
];
|
|
2349
|
-
var ListCollaborationMLInputChannels = [
|
|
2345
|
+
var ListCollaborationMLInputChannels$ = [
|
|
2350
2346
|
9,
|
|
2351
2347
|
n0,
|
|
2352
2348
|
_LCMLIC,
|
|
2353
2349
|
{ [_ht]: ["GET", "/collaborations/{collaborationIdentifier}/ml-input-channels", 200] },
|
|
2354
|
-
() => ListCollaborationMLInputChannelsRequest
|
|
2355
|
-
() => ListCollaborationMLInputChannelsResponse
|
|
2350
|
+
() => ListCollaborationMLInputChannelsRequest$,
|
|
2351
|
+
() => ListCollaborationMLInputChannelsResponse$,
|
|
2356
2352
|
];
|
|
2357
|
-
var ListCollaborationTrainedModelExportJobs = [
|
|
2353
|
+
var ListCollaborationTrainedModelExportJobs$ = [
|
|
2358
2354
|
9,
|
|
2359
2355
|
n0,
|
|
2360
2356
|
_LCTMEJ,
|
|
2361
2357
|
{ [_ht]: ["GET", "/collaborations/{collaborationIdentifier}/trained-models/{trainedModelArn}/export-jobs", 200] },
|
|
2362
|
-
() => ListCollaborationTrainedModelExportJobsRequest
|
|
2363
|
-
() => ListCollaborationTrainedModelExportJobsResponse
|
|
2358
|
+
() => ListCollaborationTrainedModelExportJobsRequest$,
|
|
2359
|
+
() => ListCollaborationTrainedModelExportJobsResponse$,
|
|
2364
2360
|
];
|
|
2365
|
-
var ListCollaborationTrainedModelInferenceJobs = [
|
|
2361
|
+
var ListCollaborationTrainedModelInferenceJobs$ = [
|
|
2366
2362
|
9,
|
|
2367
2363
|
n0,
|
|
2368
2364
|
_LCTMIJ,
|
|
2369
2365
|
{ [_ht]: ["GET", "/collaborations/{collaborationIdentifier}/trained-model-inference-jobs", 200] },
|
|
2370
|
-
() => ListCollaborationTrainedModelInferenceJobsRequest
|
|
2371
|
-
() => ListCollaborationTrainedModelInferenceJobsResponse
|
|
2366
|
+
() => ListCollaborationTrainedModelInferenceJobsRequest$,
|
|
2367
|
+
() => ListCollaborationTrainedModelInferenceJobsResponse$,
|
|
2372
2368
|
];
|
|
2373
|
-
var ListCollaborationTrainedModels = [
|
|
2369
|
+
var ListCollaborationTrainedModels$ = [
|
|
2374
2370
|
9,
|
|
2375
2371
|
n0,
|
|
2376
2372
|
_LCTM,
|
|
2377
2373
|
{ [_ht]: ["GET", "/collaborations/{collaborationIdentifier}/trained-models", 200] },
|
|
2378
|
-
() => ListCollaborationTrainedModelsRequest
|
|
2379
|
-
() => ListCollaborationTrainedModelsResponse
|
|
2374
|
+
() => ListCollaborationTrainedModelsRequest$,
|
|
2375
|
+
() => ListCollaborationTrainedModelsResponse$,
|
|
2380
2376
|
];
|
|
2381
|
-
var ListConfiguredAudienceModels = [
|
|
2377
|
+
var ListConfiguredAudienceModels$ = [
|
|
2382
2378
|
9,
|
|
2383
2379
|
n0,
|
|
2384
2380
|
_LCAM,
|
|
2385
2381
|
{ [_ht]: ["GET", "/configured-audience-model", 200] },
|
|
2386
|
-
() => ListConfiguredAudienceModelsRequest
|
|
2387
|
-
() => ListConfiguredAudienceModelsResponse
|
|
2382
|
+
() => ListConfiguredAudienceModelsRequest$,
|
|
2383
|
+
() => ListConfiguredAudienceModelsResponse$,
|
|
2388
2384
|
];
|
|
2389
|
-
var ListConfiguredModelAlgorithmAssociations = [
|
|
2385
|
+
var ListConfiguredModelAlgorithmAssociations$ = [
|
|
2390
2386
|
9,
|
|
2391
2387
|
n0,
|
|
2392
2388
|
_LCMAA,
|
|
2393
2389
|
{ [_ht]: ["GET", "/memberships/{membershipIdentifier}/configured-model-algorithm-associations", 200] },
|
|
2394
|
-
() => ListConfiguredModelAlgorithmAssociationsRequest
|
|
2395
|
-
() => ListConfiguredModelAlgorithmAssociationsResponse
|
|
2390
|
+
() => ListConfiguredModelAlgorithmAssociationsRequest$,
|
|
2391
|
+
() => ListConfiguredModelAlgorithmAssociationsResponse$,
|
|
2396
2392
|
];
|
|
2397
|
-
var ListConfiguredModelAlgorithms = [
|
|
2393
|
+
var ListConfiguredModelAlgorithms$ = [
|
|
2398
2394
|
9,
|
|
2399
2395
|
n0,
|
|
2400
2396
|
_LCMA,
|
|
2401
2397
|
{ [_ht]: ["GET", "/configured-model-algorithms", 200] },
|
|
2402
|
-
() => ListConfiguredModelAlgorithmsRequest
|
|
2403
|
-
() => ListConfiguredModelAlgorithmsResponse
|
|
2398
|
+
() => ListConfiguredModelAlgorithmsRequest$,
|
|
2399
|
+
() => ListConfiguredModelAlgorithmsResponse$,
|
|
2404
2400
|
];
|
|
2405
|
-
var ListMLInputChannels = [
|
|
2401
|
+
var ListMLInputChannels$ = [
|
|
2406
2402
|
9,
|
|
2407
2403
|
n0,
|
|
2408
2404
|
_LMLIC,
|
|
2409
2405
|
{ [_ht]: ["GET", "/memberships/{membershipIdentifier}/ml-input-channels", 200] },
|
|
2410
|
-
() => ListMLInputChannelsRequest
|
|
2411
|
-
() => ListMLInputChannelsResponse
|
|
2406
|
+
() => ListMLInputChannelsRequest$,
|
|
2407
|
+
() => ListMLInputChannelsResponse$,
|
|
2412
2408
|
];
|
|
2413
|
-
var ListTagsForResource = [
|
|
2409
|
+
var ListTagsForResource$ = [
|
|
2414
2410
|
9,
|
|
2415
2411
|
n0,
|
|
2416
2412
|
_LTFR,
|
|
2417
2413
|
{ [_ht]: ["GET", "/tags/{resourceArn}", 200] },
|
|
2418
|
-
() => ListTagsForResourceRequest
|
|
2419
|
-
() => ListTagsForResourceResponse
|
|
2414
|
+
() => ListTagsForResourceRequest$,
|
|
2415
|
+
() => ListTagsForResourceResponse$,
|
|
2420
2416
|
];
|
|
2421
|
-
var ListTrainedModelInferenceJobs = [
|
|
2417
|
+
var ListTrainedModelInferenceJobs$ = [
|
|
2422
2418
|
9,
|
|
2423
2419
|
n0,
|
|
2424
2420
|
_LTMIJ,
|
|
2425
2421
|
{ [_ht]: ["GET", "/memberships/{membershipIdentifier}/trained-model-inference-jobs", 200] },
|
|
2426
|
-
() => ListTrainedModelInferenceJobsRequest
|
|
2427
|
-
() => ListTrainedModelInferenceJobsResponse
|
|
2422
|
+
() => ListTrainedModelInferenceJobsRequest$,
|
|
2423
|
+
() => ListTrainedModelInferenceJobsResponse$,
|
|
2428
2424
|
];
|
|
2429
|
-
var ListTrainedModels = [
|
|
2425
|
+
var ListTrainedModels$ = [
|
|
2430
2426
|
9,
|
|
2431
2427
|
n0,
|
|
2432
2428
|
_LTM,
|
|
2433
2429
|
{ [_ht]: ["GET", "/memberships/{membershipIdentifier}/trained-models", 200] },
|
|
2434
|
-
() => ListTrainedModelsRequest
|
|
2435
|
-
() => ListTrainedModelsResponse
|
|
2430
|
+
() => ListTrainedModelsRequest$,
|
|
2431
|
+
() => ListTrainedModelsResponse$,
|
|
2436
2432
|
];
|
|
2437
|
-
var ListTrainedModelVersions = [
|
|
2433
|
+
var ListTrainedModelVersions$ = [
|
|
2438
2434
|
9,
|
|
2439
2435
|
n0,
|
|
2440
2436
|
_LTMV,
|
|
2441
2437
|
{ [_ht]: ["GET", "/memberships/{membershipIdentifier}/trained-models/{trainedModelArn}/versions", 200] },
|
|
2442
|
-
() => ListTrainedModelVersionsRequest
|
|
2443
|
-
() => ListTrainedModelVersionsResponse
|
|
2438
|
+
() => ListTrainedModelVersionsRequest$,
|
|
2439
|
+
() => ListTrainedModelVersionsResponse$,
|
|
2444
2440
|
];
|
|
2445
|
-
var ListTrainingDatasets = [
|
|
2441
|
+
var ListTrainingDatasets$ = [
|
|
2446
2442
|
9,
|
|
2447
2443
|
n0,
|
|
2448
2444
|
_LTD,
|
|
2449
2445
|
{ [_ht]: ["GET", "/training-dataset", 200] },
|
|
2450
|
-
() => ListTrainingDatasetsRequest
|
|
2451
|
-
() => ListTrainingDatasetsResponse
|
|
2446
|
+
() => ListTrainingDatasetsRequest$,
|
|
2447
|
+
() => ListTrainingDatasetsResponse$,
|
|
2452
2448
|
];
|
|
2453
|
-
var PutConfiguredAudienceModelPolicy = [
|
|
2449
|
+
var PutConfiguredAudienceModelPolicy$ = [
|
|
2454
2450
|
9,
|
|
2455
2451
|
n0,
|
|
2456
2452
|
_PCAMP,
|
|
2457
2453
|
{ [_ht]: ["PUT", "/configured-audience-model/{configuredAudienceModelArn}/policy", 200] },
|
|
2458
|
-
() => PutConfiguredAudienceModelPolicyRequest
|
|
2459
|
-
() => PutConfiguredAudienceModelPolicyResponse
|
|
2454
|
+
() => PutConfiguredAudienceModelPolicyRequest$,
|
|
2455
|
+
() => PutConfiguredAudienceModelPolicyResponse$,
|
|
2460
2456
|
];
|
|
2461
|
-
var PutMLConfiguration = [
|
|
2457
|
+
var PutMLConfiguration$ = [
|
|
2462
2458
|
9,
|
|
2463
2459
|
n0,
|
|
2464
2460
|
_PMLC,
|
|
2465
2461
|
{ [_ht]: ["PUT", "/memberships/{membershipIdentifier}/ml-configurations", 200] },
|
|
2466
|
-
() => PutMLConfigurationRequest
|
|
2462
|
+
() => PutMLConfigurationRequest$,
|
|
2467
2463
|
() => __Unit,
|
|
2468
2464
|
];
|
|
2469
|
-
var StartAudienceExportJob = [
|
|
2465
|
+
var StartAudienceExportJob$ = [
|
|
2470
2466
|
9,
|
|
2471
2467
|
n0,
|
|
2472
2468
|
_SAEJ,
|
|
2473
2469
|
{ [_ht]: ["POST", "/audience-export-job", 200] },
|
|
2474
|
-
() => StartAudienceExportJobRequest
|
|
2470
|
+
() => StartAudienceExportJobRequest$,
|
|
2475
2471
|
() => __Unit,
|
|
2476
2472
|
];
|
|
2477
|
-
var StartAudienceGenerationJob = [
|
|
2473
|
+
var StartAudienceGenerationJob$ = [
|
|
2478
2474
|
9,
|
|
2479
2475
|
n0,
|
|
2480
2476
|
_SAGJ,
|
|
2481
2477
|
{ [_ht]: ["POST", "/audience-generation-job", 200] },
|
|
2482
|
-
() => StartAudienceGenerationJobRequest
|
|
2483
|
-
() => StartAudienceGenerationJobResponse
|
|
2478
|
+
() => StartAudienceGenerationJobRequest$,
|
|
2479
|
+
() => StartAudienceGenerationJobResponse$,
|
|
2484
2480
|
];
|
|
2485
|
-
var StartTrainedModelExportJob = [
|
|
2481
|
+
var StartTrainedModelExportJob$ = [
|
|
2486
2482
|
9,
|
|
2487
2483
|
n0,
|
|
2488
2484
|
_STMEJ,
|
|
2489
2485
|
{ [_ht]: ["POST", "/memberships/{membershipIdentifier}/trained-models/{trainedModelArn}/export-jobs", 200] },
|
|
2490
|
-
() => StartTrainedModelExportJobRequest
|
|
2486
|
+
() => StartTrainedModelExportJobRequest$,
|
|
2491
2487
|
() => __Unit,
|
|
2492
2488
|
];
|
|
2493
|
-
var StartTrainedModelInferenceJob = [
|
|
2489
|
+
var StartTrainedModelInferenceJob$ = [
|
|
2494
2490
|
9,
|
|
2495
2491
|
n0,
|
|
2496
2492
|
_STMIJ,
|
|
2497
2493
|
{ [_ht]: ["POST", "/memberships/{membershipIdentifier}/trained-model-inference-jobs", 200] },
|
|
2498
|
-
() => StartTrainedModelInferenceJobRequest
|
|
2499
|
-
() => StartTrainedModelInferenceJobResponse
|
|
2494
|
+
() => StartTrainedModelInferenceJobRequest$,
|
|
2495
|
+
() => StartTrainedModelInferenceJobResponse$,
|
|
2500
2496
|
];
|
|
2501
|
-
var TagResource = [
|
|
2497
|
+
var TagResource$ = [
|
|
2502
2498
|
9,
|
|
2503
2499
|
n0,
|
|
2504
2500
|
_TR,
|
|
2505
2501
|
{ [_ht]: ["POST", "/tags/{resourceArn}", 200] },
|
|
2506
|
-
() => TagResourceRequest
|
|
2507
|
-
() => TagResourceResponse
|
|
2502
|
+
() => TagResourceRequest$,
|
|
2503
|
+
() => TagResourceResponse$,
|
|
2508
2504
|
];
|
|
2509
|
-
var UntagResource = [
|
|
2505
|
+
var UntagResource$ = [
|
|
2510
2506
|
9,
|
|
2511
2507
|
n0,
|
|
2512
2508
|
_UR,
|
|
2513
2509
|
{ [_ht]: ["DELETE", "/tags/{resourceArn}", 200] },
|
|
2514
|
-
() => UntagResourceRequest
|
|
2515
|
-
() => UntagResourceResponse
|
|
2510
|
+
() => UntagResourceRequest$,
|
|
2511
|
+
() => UntagResourceResponse$,
|
|
2516
2512
|
];
|
|
2517
|
-
var UpdateConfiguredAudienceModel = [
|
|
2513
|
+
var UpdateConfiguredAudienceModel$ = [
|
|
2518
2514
|
9,
|
|
2519
2515
|
n0,
|
|
2520
2516
|
_UCAM,
|
|
2521
2517
|
{ [_ht]: ["PATCH", "/configured-audience-model/{configuredAudienceModelArn}", 200] },
|
|
2522
|
-
() => UpdateConfiguredAudienceModelRequest
|
|
2523
|
-
() => UpdateConfiguredAudienceModelResponse
|
|
2518
|
+
() => UpdateConfiguredAudienceModelRequest$,
|
|
2519
|
+
() => UpdateConfiguredAudienceModelResponse$,
|
|
2524
2520
|
];
|
|
2525
2521
|
|
|
2526
2522
|
class CancelTrainedModelCommand extends smithyClient.Command
|
|
@@ -2531,7 +2527,7 @@ class CancelTrainedModelCommand extends smithyClient.Command
|
|
|
2531
2527
|
})
|
|
2532
2528
|
.s("AWSStarkControlService", "CancelTrainedModel", {})
|
|
2533
2529
|
.n("CleanRoomsMLClient", "CancelTrainedModelCommand")
|
|
2534
|
-
.sc(CancelTrainedModel)
|
|
2530
|
+
.sc(CancelTrainedModel$)
|
|
2535
2531
|
.build() {
|
|
2536
2532
|
}
|
|
2537
2533
|
|
|
@@ -2543,7 +2539,7 @@ class CancelTrainedModelInferenceJobCommand extends smithyClient.Command
|
|
|
2543
2539
|
})
|
|
2544
2540
|
.s("AWSStarkControlService", "CancelTrainedModelInferenceJob", {})
|
|
2545
2541
|
.n("CleanRoomsMLClient", "CancelTrainedModelInferenceJobCommand")
|
|
2546
|
-
.sc(CancelTrainedModelInferenceJob)
|
|
2542
|
+
.sc(CancelTrainedModelInferenceJob$)
|
|
2547
2543
|
.build() {
|
|
2548
2544
|
}
|
|
2549
2545
|
|
|
@@ -2555,7 +2551,7 @@ class CreateAudienceModelCommand extends smithyClient.Command
|
|
|
2555
2551
|
})
|
|
2556
2552
|
.s("AWSStarkControlService", "CreateAudienceModel", {})
|
|
2557
2553
|
.n("CleanRoomsMLClient", "CreateAudienceModelCommand")
|
|
2558
|
-
.sc(CreateAudienceModel)
|
|
2554
|
+
.sc(CreateAudienceModel$)
|
|
2559
2555
|
.build() {
|
|
2560
2556
|
}
|
|
2561
2557
|
|
|
@@ -2567,7 +2563,7 @@ class CreateConfiguredAudienceModelCommand extends smithyClient.Command
|
|
|
2567
2563
|
})
|
|
2568
2564
|
.s("AWSStarkControlService", "CreateConfiguredAudienceModel", {})
|
|
2569
2565
|
.n("CleanRoomsMLClient", "CreateConfiguredAudienceModelCommand")
|
|
2570
|
-
.sc(CreateConfiguredAudienceModel)
|
|
2566
|
+
.sc(CreateConfiguredAudienceModel$)
|
|
2571
2567
|
.build() {
|
|
2572
2568
|
}
|
|
2573
2569
|
|
|
@@ -2579,7 +2575,7 @@ class CreateConfiguredModelAlgorithmAssociationCommand extends smithyClient.Comm
|
|
|
2579
2575
|
})
|
|
2580
2576
|
.s("AWSStarkControlService", "CreateConfiguredModelAlgorithmAssociation", {})
|
|
2581
2577
|
.n("CleanRoomsMLClient", "CreateConfiguredModelAlgorithmAssociationCommand")
|
|
2582
|
-
.sc(CreateConfiguredModelAlgorithmAssociation)
|
|
2578
|
+
.sc(CreateConfiguredModelAlgorithmAssociation$)
|
|
2583
2579
|
.build() {
|
|
2584
2580
|
}
|
|
2585
2581
|
|
|
@@ -2591,7 +2587,7 @@ class CreateConfiguredModelAlgorithmCommand extends smithyClient.Command
|
|
|
2591
2587
|
})
|
|
2592
2588
|
.s("AWSStarkControlService", "CreateConfiguredModelAlgorithm", {})
|
|
2593
2589
|
.n("CleanRoomsMLClient", "CreateConfiguredModelAlgorithmCommand")
|
|
2594
|
-
.sc(CreateConfiguredModelAlgorithm)
|
|
2590
|
+
.sc(CreateConfiguredModelAlgorithm$)
|
|
2595
2591
|
.build() {
|
|
2596
2592
|
}
|
|
2597
2593
|
|
|
@@ -2603,7 +2599,7 @@ class CreateMLInputChannelCommand extends smithyClient.Command
|
|
|
2603
2599
|
})
|
|
2604
2600
|
.s("AWSStarkControlService", "CreateMLInputChannel", {})
|
|
2605
2601
|
.n("CleanRoomsMLClient", "CreateMLInputChannelCommand")
|
|
2606
|
-
.sc(CreateMLInputChannel)
|
|
2602
|
+
.sc(CreateMLInputChannel$)
|
|
2607
2603
|
.build() {
|
|
2608
2604
|
}
|
|
2609
2605
|
|
|
@@ -2615,7 +2611,7 @@ class CreateTrainedModelCommand extends smithyClient.Command
|
|
|
2615
2611
|
})
|
|
2616
2612
|
.s("AWSStarkControlService", "CreateTrainedModel", {})
|
|
2617
2613
|
.n("CleanRoomsMLClient", "CreateTrainedModelCommand")
|
|
2618
|
-
.sc(CreateTrainedModel)
|
|
2614
|
+
.sc(CreateTrainedModel$)
|
|
2619
2615
|
.build() {
|
|
2620
2616
|
}
|
|
2621
2617
|
|
|
@@ -2627,7 +2623,7 @@ class CreateTrainingDatasetCommand extends smithyClient.Command
|
|
|
2627
2623
|
})
|
|
2628
2624
|
.s("AWSStarkControlService", "CreateTrainingDataset", {})
|
|
2629
2625
|
.n("CleanRoomsMLClient", "CreateTrainingDatasetCommand")
|
|
2630
|
-
.sc(CreateTrainingDataset)
|
|
2626
|
+
.sc(CreateTrainingDataset$)
|
|
2631
2627
|
.build() {
|
|
2632
2628
|
}
|
|
2633
2629
|
|
|
@@ -2639,7 +2635,7 @@ class DeleteAudienceGenerationJobCommand extends smithyClient.Command
|
|
|
2639
2635
|
})
|
|
2640
2636
|
.s("AWSStarkControlService", "DeleteAudienceGenerationJob", {})
|
|
2641
2637
|
.n("CleanRoomsMLClient", "DeleteAudienceGenerationJobCommand")
|
|
2642
|
-
.sc(DeleteAudienceGenerationJob)
|
|
2638
|
+
.sc(DeleteAudienceGenerationJob$)
|
|
2643
2639
|
.build() {
|
|
2644
2640
|
}
|
|
2645
2641
|
|
|
@@ -2651,7 +2647,7 @@ class DeleteAudienceModelCommand extends smithyClient.Command
|
|
|
2651
2647
|
})
|
|
2652
2648
|
.s("AWSStarkControlService", "DeleteAudienceModel", {})
|
|
2653
2649
|
.n("CleanRoomsMLClient", "DeleteAudienceModelCommand")
|
|
2654
|
-
.sc(DeleteAudienceModel)
|
|
2650
|
+
.sc(DeleteAudienceModel$)
|
|
2655
2651
|
.build() {
|
|
2656
2652
|
}
|
|
2657
2653
|
|
|
@@ -2663,7 +2659,7 @@ class DeleteConfiguredAudienceModelCommand extends smithyClient.Command
|
|
|
2663
2659
|
})
|
|
2664
2660
|
.s("AWSStarkControlService", "DeleteConfiguredAudienceModel", {})
|
|
2665
2661
|
.n("CleanRoomsMLClient", "DeleteConfiguredAudienceModelCommand")
|
|
2666
|
-
.sc(DeleteConfiguredAudienceModel)
|
|
2662
|
+
.sc(DeleteConfiguredAudienceModel$)
|
|
2667
2663
|
.build() {
|
|
2668
2664
|
}
|
|
2669
2665
|
|
|
@@ -2675,7 +2671,7 @@ class DeleteConfiguredAudienceModelPolicyCommand extends smithyClient.Command
|
|
|
2675
2671
|
})
|
|
2676
2672
|
.s("AWSStarkControlService", "DeleteConfiguredAudienceModelPolicy", {})
|
|
2677
2673
|
.n("CleanRoomsMLClient", "DeleteConfiguredAudienceModelPolicyCommand")
|
|
2678
|
-
.sc(DeleteConfiguredAudienceModelPolicy)
|
|
2674
|
+
.sc(DeleteConfiguredAudienceModelPolicy$)
|
|
2679
2675
|
.build() {
|
|
2680
2676
|
}
|
|
2681
2677
|
|
|
@@ -2687,7 +2683,7 @@ class DeleteConfiguredModelAlgorithmAssociationCommand extends smithyClient.Comm
|
|
|
2687
2683
|
})
|
|
2688
2684
|
.s("AWSStarkControlService", "DeleteConfiguredModelAlgorithmAssociation", {})
|
|
2689
2685
|
.n("CleanRoomsMLClient", "DeleteConfiguredModelAlgorithmAssociationCommand")
|
|
2690
|
-
.sc(DeleteConfiguredModelAlgorithmAssociation)
|
|
2686
|
+
.sc(DeleteConfiguredModelAlgorithmAssociation$)
|
|
2691
2687
|
.build() {
|
|
2692
2688
|
}
|
|
2693
2689
|
|
|
@@ -2699,7 +2695,7 @@ class DeleteConfiguredModelAlgorithmCommand extends smithyClient.Command
|
|
|
2699
2695
|
})
|
|
2700
2696
|
.s("AWSStarkControlService", "DeleteConfiguredModelAlgorithm", {})
|
|
2701
2697
|
.n("CleanRoomsMLClient", "DeleteConfiguredModelAlgorithmCommand")
|
|
2702
|
-
.sc(DeleteConfiguredModelAlgorithm)
|
|
2698
|
+
.sc(DeleteConfiguredModelAlgorithm$)
|
|
2703
2699
|
.build() {
|
|
2704
2700
|
}
|
|
2705
2701
|
|
|
@@ -2711,7 +2707,7 @@ class DeleteMLConfigurationCommand extends smithyClient.Command
|
|
|
2711
2707
|
})
|
|
2712
2708
|
.s("AWSStarkControlService", "DeleteMLConfiguration", {})
|
|
2713
2709
|
.n("CleanRoomsMLClient", "DeleteMLConfigurationCommand")
|
|
2714
|
-
.sc(DeleteMLConfiguration)
|
|
2710
|
+
.sc(DeleteMLConfiguration$)
|
|
2715
2711
|
.build() {
|
|
2716
2712
|
}
|
|
2717
2713
|
|
|
@@ -2723,7 +2719,7 @@ class DeleteMLInputChannelDataCommand extends smithyClient.Command
|
|
|
2723
2719
|
})
|
|
2724
2720
|
.s("AWSStarkControlService", "DeleteMLInputChannelData", {})
|
|
2725
2721
|
.n("CleanRoomsMLClient", "DeleteMLInputChannelDataCommand")
|
|
2726
|
-
.sc(DeleteMLInputChannelData)
|
|
2722
|
+
.sc(DeleteMLInputChannelData$)
|
|
2727
2723
|
.build() {
|
|
2728
2724
|
}
|
|
2729
2725
|
|
|
@@ -2735,7 +2731,7 @@ class DeleteTrainedModelOutputCommand extends smithyClient.Command
|
|
|
2735
2731
|
})
|
|
2736
2732
|
.s("AWSStarkControlService", "DeleteTrainedModelOutput", {})
|
|
2737
2733
|
.n("CleanRoomsMLClient", "DeleteTrainedModelOutputCommand")
|
|
2738
|
-
.sc(DeleteTrainedModelOutput)
|
|
2734
|
+
.sc(DeleteTrainedModelOutput$)
|
|
2739
2735
|
.build() {
|
|
2740
2736
|
}
|
|
2741
2737
|
|
|
@@ -2747,7 +2743,7 @@ class DeleteTrainingDatasetCommand extends smithyClient.Command
|
|
|
2747
2743
|
})
|
|
2748
2744
|
.s("AWSStarkControlService", "DeleteTrainingDataset", {})
|
|
2749
2745
|
.n("CleanRoomsMLClient", "DeleteTrainingDatasetCommand")
|
|
2750
|
-
.sc(DeleteTrainingDataset)
|
|
2746
|
+
.sc(DeleteTrainingDataset$)
|
|
2751
2747
|
.build() {
|
|
2752
2748
|
}
|
|
2753
2749
|
|
|
@@ -2759,7 +2755,7 @@ class GetAudienceGenerationJobCommand extends smithyClient.Command
|
|
|
2759
2755
|
})
|
|
2760
2756
|
.s("AWSStarkControlService", "GetAudienceGenerationJob", {})
|
|
2761
2757
|
.n("CleanRoomsMLClient", "GetAudienceGenerationJobCommand")
|
|
2762
|
-
.sc(GetAudienceGenerationJob)
|
|
2758
|
+
.sc(GetAudienceGenerationJob$)
|
|
2763
2759
|
.build() {
|
|
2764
2760
|
}
|
|
2765
2761
|
|
|
@@ -2771,7 +2767,7 @@ class GetAudienceModelCommand extends smithyClient.Command
|
|
|
2771
2767
|
})
|
|
2772
2768
|
.s("AWSStarkControlService", "GetAudienceModel", {})
|
|
2773
2769
|
.n("CleanRoomsMLClient", "GetAudienceModelCommand")
|
|
2774
|
-
.sc(GetAudienceModel)
|
|
2770
|
+
.sc(GetAudienceModel$)
|
|
2775
2771
|
.build() {
|
|
2776
2772
|
}
|
|
2777
2773
|
|
|
@@ -2783,7 +2779,7 @@ class GetCollaborationConfiguredModelAlgorithmAssociationCommand extends smithyC
|
|
|
2783
2779
|
})
|
|
2784
2780
|
.s("AWSStarkControlService", "GetCollaborationConfiguredModelAlgorithmAssociation", {})
|
|
2785
2781
|
.n("CleanRoomsMLClient", "GetCollaborationConfiguredModelAlgorithmAssociationCommand")
|
|
2786
|
-
.sc(GetCollaborationConfiguredModelAlgorithmAssociation)
|
|
2782
|
+
.sc(GetCollaborationConfiguredModelAlgorithmAssociation$)
|
|
2787
2783
|
.build() {
|
|
2788
2784
|
}
|
|
2789
2785
|
|
|
@@ -2795,7 +2791,7 @@ class GetCollaborationMLInputChannelCommand extends smithyClient.Command
|
|
|
2795
2791
|
})
|
|
2796
2792
|
.s("AWSStarkControlService", "GetCollaborationMLInputChannel", {})
|
|
2797
2793
|
.n("CleanRoomsMLClient", "GetCollaborationMLInputChannelCommand")
|
|
2798
|
-
.sc(GetCollaborationMLInputChannel)
|
|
2794
|
+
.sc(GetCollaborationMLInputChannel$)
|
|
2799
2795
|
.build() {
|
|
2800
2796
|
}
|
|
2801
2797
|
|
|
@@ -2807,7 +2803,7 @@ class GetCollaborationTrainedModelCommand extends smithyClient.Command
|
|
|
2807
2803
|
})
|
|
2808
2804
|
.s("AWSStarkControlService", "GetCollaborationTrainedModel", {})
|
|
2809
2805
|
.n("CleanRoomsMLClient", "GetCollaborationTrainedModelCommand")
|
|
2810
|
-
.sc(GetCollaborationTrainedModel)
|
|
2806
|
+
.sc(GetCollaborationTrainedModel$)
|
|
2811
2807
|
.build() {
|
|
2812
2808
|
}
|
|
2813
2809
|
|
|
@@ -2819,7 +2815,7 @@ class GetConfiguredAudienceModelCommand extends smithyClient.Command
|
|
|
2819
2815
|
})
|
|
2820
2816
|
.s("AWSStarkControlService", "GetConfiguredAudienceModel", {})
|
|
2821
2817
|
.n("CleanRoomsMLClient", "GetConfiguredAudienceModelCommand")
|
|
2822
|
-
.sc(GetConfiguredAudienceModel)
|
|
2818
|
+
.sc(GetConfiguredAudienceModel$)
|
|
2823
2819
|
.build() {
|
|
2824
2820
|
}
|
|
2825
2821
|
|
|
@@ -2831,7 +2827,7 @@ class GetConfiguredAudienceModelPolicyCommand extends smithyClient.Command
|
|
|
2831
2827
|
})
|
|
2832
2828
|
.s("AWSStarkControlService", "GetConfiguredAudienceModelPolicy", {})
|
|
2833
2829
|
.n("CleanRoomsMLClient", "GetConfiguredAudienceModelPolicyCommand")
|
|
2834
|
-
.sc(GetConfiguredAudienceModelPolicy)
|
|
2830
|
+
.sc(GetConfiguredAudienceModelPolicy$)
|
|
2835
2831
|
.build() {
|
|
2836
2832
|
}
|
|
2837
2833
|
|
|
@@ -2843,7 +2839,7 @@ class GetConfiguredModelAlgorithmAssociationCommand extends smithyClient.Command
|
|
|
2843
2839
|
})
|
|
2844
2840
|
.s("AWSStarkControlService", "GetConfiguredModelAlgorithmAssociation", {})
|
|
2845
2841
|
.n("CleanRoomsMLClient", "GetConfiguredModelAlgorithmAssociationCommand")
|
|
2846
|
-
.sc(GetConfiguredModelAlgorithmAssociation)
|
|
2842
|
+
.sc(GetConfiguredModelAlgorithmAssociation$)
|
|
2847
2843
|
.build() {
|
|
2848
2844
|
}
|
|
2849
2845
|
|
|
@@ -2855,7 +2851,7 @@ class GetConfiguredModelAlgorithmCommand extends smithyClient.Command
|
|
|
2855
2851
|
})
|
|
2856
2852
|
.s("AWSStarkControlService", "GetConfiguredModelAlgorithm", {})
|
|
2857
2853
|
.n("CleanRoomsMLClient", "GetConfiguredModelAlgorithmCommand")
|
|
2858
|
-
.sc(GetConfiguredModelAlgorithm)
|
|
2854
|
+
.sc(GetConfiguredModelAlgorithm$)
|
|
2859
2855
|
.build() {
|
|
2860
2856
|
}
|
|
2861
2857
|
|
|
@@ -2867,7 +2863,7 @@ class GetMLConfigurationCommand extends smithyClient.Command
|
|
|
2867
2863
|
})
|
|
2868
2864
|
.s("AWSStarkControlService", "GetMLConfiguration", {})
|
|
2869
2865
|
.n("CleanRoomsMLClient", "GetMLConfigurationCommand")
|
|
2870
|
-
.sc(GetMLConfiguration)
|
|
2866
|
+
.sc(GetMLConfiguration$)
|
|
2871
2867
|
.build() {
|
|
2872
2868
|
}
|
|
2873
2869
|
|
|
@@ -2879,7 +2875,7 @@ class GetMLInputChannelCommand extends smithyClient.Command
|
|
|
2879
2875
|
})
|
|
2880
2876
|
.s("AWSStarkControlService", "GetMLInputChannel", {})
|
|
2881
2877
|
.n("CleanRoomsMLClient", "GetMLInputChannelCommand")
|
|
2882
|
-
.sc(GetMLInputChannel)
|
|
2878
|
+
.sc(GetMLInputChannel$)
|
|
2883
2879
|
.build() {
|
|
2884
2880
|
}
|
|
2885
2881
|
|
|
@@ -2891,7 +2887,7 @@ class GetTrainedModelCommand extends smithyClient.Command
|
|
|
2891
2887
|
})
|
|
2892
2888
|
.s("AWSStarkControlService", "GetTrainedModel", {})
|
|
2893
2889
|
.n("CleanRoomsMLClient", "GetTrainedModelCommand")
|
|
2894
|
-
.sc(GetTrainedModel)
|
|
2890
|
+
.sc(GetTrainedModel$)
|
|
2895
2891
|
.build() {
|
|
2896
2892
|
}
|
|
2897
2893
|
|
|
@@ -2903,7 +2899,7 @@ class GetTrainedModelInferenceJobCommand extends smithyClient.Command
|
|
|
2903
2899
|
})
|
|
2904
2900
|
.s("AWSStarkControlService", "GetTrainedModelInferenceJob", {})
|
|
2905
2901
|
.n("CleanRoomsMLClient", "GetTrainedModelInferenceJobCommand")
|
|
2906
|
-
.sc(GetTrainedModelInferenceJob)
|
|
2902
|
+
.sc(GetTrainedModelInferenceJob$)
|
|
2907
2903
|
.build() {
|
|
2908
2904
|
}
|
|
2909
2905
|
|
|
@@ -2915,7 +2911,7 @@ class GetTrainingDatasetCommand extends smithyClient.Command
|
|
|
2915
2911
|
})
|
|
2916
2912
|
.s("AWSStarkControlService", "GetTrainingDataset", {})
|
|
2917
2913
|
.n("CleanRoomsMLClient", "GetTrainingDatasetCommand")
|
|
2918
|
-
.sc(GetTrainingDataset)
|
|
2914
|
+
.sc(GetTrainingDataset$)
|
|
2919
2915
|
.build() {
|
|
2920
2916
|
}
|
|
2921
2917
|
|
|
@@ -2927,7 +2923,7 @@ class ListAudienceExportJobsCommand extends smithyClient.Command
|
|
|
2927
2923
|
})
|
|
2928
2924
|
.s("AWSStarkControlService", "ListAudienceExportJobs", {})
|
|
2929
2925
|
.n("CleanRoomsMLClient", "ListAudienceExportJobsCommand")
|
|
2930
|
-
.sc(ListAudienceExportJobs)
|
|
2926
|
+
.sc(ListAudienceExportJobs$)
|
|
2931
2927
|
.build() {
|
|
2932
2928
|
}
|
|
2933
2929
|
|
|
@@ -2939,7 +2935,7 @@ class ListAudienceGenerationJobsCommand extends smithyClient.Command
|
|
|
2939
2935
|
})
|
|
2940
2936
|
.s("AWSStarkControlService", "ListAudienceGenerationJobs", {})
|
|
2941
2937
|
.n("CleanRoomsMLClient", "ListAudienceGenerationJobsCommand")
|
|
2942
|
-
.sc(ListAudienceGenerationJobs)
|
|
2938
|
+
.sc(ListAudienceGenerationJobs$)
|
|
2943
2939
|
.build() {
|
|
2944
2940
|
}
|
|
2945
2941
|
|
|
@@ -2951,7 +2947,7 @@ class ListAudienceModelsCommand extends smithyClient.Command
|
|
|
2951
2947
|
})
|
|
2952
2948
|
.s("AWSStarkControlService", "ListAudienceModels", {})
|
|
2953
2949
|
.n("CleanRoomsMLClient", "ListAudienceModelsCommand")
|
|
2954
|
-
.sc(ListAudienceModels)
|
|
2950
|
+
.sc(ListAudienceModels$)
|
|
2955
2951
|
.build() {
|
|
2956
2952
|
}
|
|
2957
2953
|
|
|
@@ -2963,7 +2959,7 @@ class ListCollaborationConfiguredModelAlgorithmAssociationsCommand extends smith
|
|
|
2963
2959
|
})
|
|
2964
2960
|
.s("AWSStarkControlService", "ListCollaborationConfiguredModelAlgorithmAssociations", {})
|
|
2965
2961
|
.n("CleanRoomsMLClient", "ListCollaborationConfiguredModelAlgorithmAssociationsCommand")
|
|
2966
|
-
.sc(ListCollaborationConfiguredModelAlgorithmAssociations)
|
|
2962
|
+
.sc(ListCollaborationConfiguredModelAlgorithmAssociations$)
|
|
2967
2963
|
.build() {
|
|
2968
2964
|
}
|
|
2969
2965
|
|
|
@@ -2975,7 +2971,7 @@ class ListCollaborationMLInputChannelsCommand extends smithyClient.Command
|
|
|
2975
2971
|
})
|
|
2976
2972
|
.s("AWSStarkControlService", "ListCollaborationMLInputChannels", {})
|
|
2977
2973
|
.n("CleanRoomsMLClient", "ListCollaborationMLInputChannelsCommand")
|
|
2978
|
-
.sc(ListCollaborationMLInputChannels)
|
|
2974
|
+
.sc(ListCollaborationMLInputChannels$)
|
|
2979
2975
|
.build() {
|
|
2980
2976
|
}
|
|
2981
2977
|
|
|
@@ -2987,7 +2983,7 @@ class ListCollaborationTrainedModelExportJobsCommand extends smithyClient.Comman
|
|
|
2987
2983
|
})
|
|
2988
2984
|
.s("AWSStarkControlService", "ListCollaborationTrainedModelExportJobs", {})
|
|
2989
2985
|
.n("CleanRoomsMLClient", "ListCollaborationTrainedModelExportJobsCommand")
|
|
2990
|
-
.sc(ListCollaborationTrainedModelExportJobs)
|
|
2986
|
+
.sc(ListCollaborationTrainedModelExportJobs$)
|
|
2991
2987
|
.build() {
|
|
2992
2988
|
}
|
|
2993
2989
|
|
|
@@ -2999,7 +2995,7 @@ class ListCollaborationTrainedModelInferenceJobsCommand extends smithyClient.Com
|
|
|
2999
2995
|
})
|
|
3000
2996
|
.s("AWSStarkControlService", "ListCollaborationTrainedModelInferenceJobs", {})
|
|
3001
2997
|
.n("CleanRoomsMLClient", "ListCollaborationTrainedModelInferenceJobsCommand")
|
|
3002
|
-
.sc(ListCollaborationTrainedModelInferenceJobs)
|
|
2998
|
+
.sc(ListCollaborationTrainedModelInferenceJobs$)
|
|
3003
2999
|
.build() {
|
|
3004
3000
|
}
|
|
3005
3001
|
|
|
@@ -3011,7 +3007,7 @@ class ListCollaborationTrainedModelsCommand extends smithyClient.Command
|
|
|
3011
3007
|
})
|
|
3012
3008
|
.s("AWSStarkControlService", "ListCollaborationTrainedModels", {})
|
|
3013
3009
|
.n("CleanRoomsMLClient", "ListCollaborationTrainedModelsCommand")
|
|
3014
|
-
.sc(ListCollaborationTrainedModels)
|
|
3010
|
+
.sc(ListCollaborationTrainedModels$)
|
|
3015
3011
|
.build() {
|
|
3016
3012
|
}
|
|
3017
3013
|
|
|
@@ -3023,7 +3019,7 @@ class ListConfiguredAudienceModelsCommand extends smithyClient.Command
|
|
|
3023
3019
|
})
|
|
3024
3020
|
.s("AWSStarkControlService", "ListConfiguredAudienceModels", {})
|
|
3025
3021
|
.n("CleanRoomsMLClient", "ListConfiguredAudienceModelsCommand")
|
|
3026
|
-
.sc(ListConfiguredAudienceModels)
|
|
3022
|
+
.sc(ListConfiguredAudienceModels$)
|
|
3027
3023
|
.build() {
|
|
3028
3024
|
}
|
|
3029
3025
|
|
|
@@ -3035,7 +3031,7 @@ class ListConfiguredModelAlgorithmAssociationsCommand extends smithyClient.Comma
|
|
|
3035
3031
|
})
|
|
3036
3032
|
.s("AWSStarkControlService", "ListConfiguredModelAlgorithmAssociations", {})
|
|
3037
3033
|
.n("CleanRoomsMLClient", "ListConfiguredModelAlgorithmAssociationsCommand")
|
|
3038
|
-
.sc(ListConfiguredModelAlgorithmAssociations)
|
|
3034
|
+
.sc(ListConfiguredModelAlgorithmAssociations$)
|
|
3039
3035
|
.build() {
|
|
3040
3036
|
}
|
|
3041
3037
|
|
|
@@ -3047,7 +3043,7 @@ class ListConfiguredModelAlgorithmsCommand extends smithyClient.Command
|
|
|
3047
3043
|
})
|
|
3048
3044
|
.s("AWSStarkControlService", "ListConfiguredModelAlgorithms", {})
|
|
3049
3045
|
.n("CleanRoomsMLClient", "ListConfiguredModelAlgorithmsCommand")
|
|
3050
|
-
.sc(ListConfiguredModelAlgorithms)
|
|
3046
|
+
.sc(ListConfiguredModelAlgorithms$)
|
|
3051
3047
|
.build() {
|
|
3052
3048
|
}
|
|
3053
3049
|
|
|
@@ -3059,7 +3055,7 @@ class ListMLInputChannelsCommand extends smithyClient.Command
|
|
|
3059
3055
|
})
|
|
3060
3056
|
.s("AWSStarkControlService", "ListMLInputChannels", {})
|
|
3061
3057
|
.n("CleanRoomsMLClient", "ListMLInputChannelsCommand")
|
|
3062
|
-
.sc(ListMLInputChannels)
|
|
3058
|
+
.sc(ListMLInputChannels$)
|
|
3063
3059
|
.build() {
|
|
3064
3060
|
}
|
|
3065
3061
|
|
|
@@ -3071,7 +3067,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
|
|
|
3071
3067
|
})
|
|
3072
3068
|
.s("AWSStarkControlService", "ListTagsForResource", {})
|
|
3073
3069
|
.n("CleanRoomsMLClient", "ListTagsForResourceCommand")
|
|
3074
|
-
.sc(ListTagsForResource)
|
|
3070
|
+
.sc(ListTagsForResource$)
|
|
3075
3071
|
.build() {
|
|
3076
3072
|
}
|
|
3077
3073
|
|
|
@@ -3083,7 +3079,7 @@ class ListTrainedModelInferenceJobsCommand extends smithyClient.Command
|
|
|
3083
3079
|
})
|
|
3084
3080
|
.s("AWSStarkControlService", "ListTrainedModelInferenceJobs", {})
|
|
3085
3081
|
.n("CleanRoomsMLClient", "ListTrainedModelInferenceJobsCommand")
|
|
3086
|
-
.sc(ListTrainedModelInferenceJobs)
|
|
3082
|
+
.sc(ListTrainedModelInferenceJobs$)
|
|
3087
3083
|
.build() {
|
|
3088
3084
|
}
|
|
3089
3085
|
|
|
@@ -3095,7 +3091,7 @@ class ListTrainedModelsCommand extends smithyClient.Command
|
|
|
3095
3091
|
})
|
|
3096
3092
|
.s("AWSStarkControlService", "ListTrainedModels", {})
|
|
3097
3093
|
.n("CleanRoomsMLClient", "ListTrainedModelsCommand")
|
|
3098
|
-
.sc(ListTrainedModels)
|
|
3094
|
+
.sc(ListTrainedModels$)
|
|
3099
3095
|
.build() {
|
|
3100
3096
|
}
|
|
3101
3097
|
|
|
@@ -3107,7 +3103,7 @@ class ListTrainedModelVersionsCommand extends smithyClient.Command
|
|
|
3107
3103
|
})
|
|
3108
3104
|
.s("AWSStarkControlService", "ListTrainedModelVersions", {})
|
|
3109
3105
|
.n("CleanRoomsMLClient", "ListTrainedModelVersionsCommand")
|
|
3110
|
-
.sc(ListTrainedModelVersions)
|
|
3106
|
+
.sc(ListTrainedModelVersions$)
|
|
3111
3107
|
.build() {
|
|
3112
3108
|
}
|
|
3113
3109
|
|
|
@@ -3119,7 +3115,7 @@ class ListTrainingDatasetsCommand extends smithyClient.Command
|
|
|
3119
3115
|
})
|
|
3120
3116
|
.s("AWSStarkControlService", "ListTrainingDatasets", {})
|
|
3121
3117
|
.n("CleanRoomsMLClient", "ListTrainingDatasetsCommand")
|
|
3122
|
-
.sc(ListTrainingDatasets)
|
|
3118
|
+
.sc(ListTrainingDatasets$)
|
|
3123
3119
|
.build() {
|
|
3124
3120
|
}
|
|
3125
3121
|
|
|
@@ -3131,7 +3127,7 @@ class PutConfiguredAudienceModelPolicyCommand extends smithyClient.Command
|
|
|
3131
3127
|
})
|
|
3132
3128
|
.s("AWSStarkControlService", "PutConfiguredAudienceModelPolicy", {})
|
|
3133
3129
|
.n("CleanRoomsMLClient", "PutConfiguredAudienceModelPolicyCommand")
|
|
3134
|
-
.sc(PutConfiguredAudienceModelPolicy)
|
|
3130
|
+
.sc(PutConfiguredAudienceModelPolicy$)
|
|
3135
3131
|
.build() {
|
|
3136
3132
|
}
|
|
3137
3133
|
|
|
@@ -3143,7 +3139,7 @@ class PutMLConfigurationCommand extends smithyClient.Command
|
|
|
3143
3139
|
})
|
|
3144
3140
|
.s("AWSStarkControlService", "PutMLConfiguration", {})
|
|
3145
3141
|
.n("CleanRoomsMLClient", "PutMLConfigurationCommand")
|
|
3146
|
-
.sc(PutMLConfiguration)
|
|
3142
|
+
.sc(PutMLConfiguration$)
|
|
3147
3143
|
.build() {
|
|
3148
3144
|
}
|
|
3149
3145
|
|
|
@@ -3155,7 +3151,7 @@ class StartAudienceExportJobCommand extends smithyClient.Command
|
|
|
3155
3151
|
})
|
|
3156
3152
|
.s("AWSStarkControlService", "StartAudienceExportJob", {})
|
|
3157
3153
|
.n("CleanRoomsMLClient", "StartAudienceExportJobCommand")
|
|
3158
|
-
.sc(StartAudienceExportJob)
|
|
3154
|
+
.sc(StartAudienceExportJob$)
|
|
3159
3155
|
.build() {
|
|
3160
3156
|
}
|
|
3161
3157
|
|
|
@@ -3167,7 +3163,7 @@ class StartAudienceGenerationJobCommand extends smithyClient.Command
|
|
|
3167
3163
|
})
|
|
3168
3164
|
.s("AWSStarkControlService", "StartAudienceGenerationJob", {})
|
|
3169
3165
|
.n("CleanRoomsMLClient", "StartAudienceGenerationJobCommand")
|
|
3170
|
-
.sc(StartAudienceGenerationJob)
|
|
3166
|
+
.sc(StartAudienceGenerationJob$)
|
|
3171
3167
|
.build() {
|
|
3172
3168
|
}
|
|
3173
3169
|
|
|
@@ -3179,7 +3175,7 @@ class StartTrainedModelExportJobCommand extends smithyClient.Command
|
|
|
3179
3175
|
})
|
|
3180
3176
|
.s("AWSStarkControlService", "StartTrainedModelExportJob", {})
|
|
3181
3177
|
.n("CleanRoomsMLClient", "StartTrainedModelExportJobCommand")
|
|
3182
|
-
.sc(StartTrainedModelExportJob)
|
|
3178
|
+
.sc(StartTrainedModelExportJob$)
|
|
3183
3179
|
.build() {
|
|
3184
3180
|
}
|
|
3185
3181
|
|
|
@@ -3191,7 +3187,7 @@ class StartTrainedModelInferenceJobCommand extends smithyClient.Command
|
|
|
3191
3187
|
})
|
|
3192
3188
|
.s("AWSStarkControlService", "StartTrainedModelInferenceJob", {})
|
|
3193
3189
|
.n("CleanRoomsMLClient", "StartTrainedModelInferenceJobCommand")
|
|
3194
|
-
.sc(StartTrainedModelInferenceJob)
|
|
3190
|
+
.sc(StartTrainedModelInferenceJob$)
|
|
3195
3191
|
.build() {
|
|
3196
3192
|
}
|
|
3197
3193
|
|
|
@@ -3203,7 +3199,7 @@ class TagResourceCommand extends smithyClient.Command
|
|
|
3203
3199
|
})
|
|
3204
3200
|
.s("AWSStarkControlService", "TagResource", {})
|
|
3205
3201
|
.n("CleanRoomsMLClient", "TagResourceCommand")
|
|
3206
|
-
.sc(TagResource)
|
|
3202
|
+
.sc(TagResource$)
|
|
3207
3203
|
.build() {
|
|
3208
3204
|
}
|
|
3209
3205
|
|
|
@@ -3215,7 +3211,7 @@ class UntagResourceCommand extends smithyClient.Command
|
|
|
3215
3211
|
})
|
|
3216
3212
|
.s("AWSStarkControlService", "UntagResource", {})
|
|
3217
3213
|
.n("CleanRoomsMLClient", "UntagResourceCommand")
|
|
3218
|
-
.sc(UntagResource)
|
|
3214
|
+
.sc(UntagResource$)
|
|
3219
3215
|
.build() {
|
|
3220
3216
|
}
|
|
3221
3217
|
|
|
@@ -3227,7 +3223,7 @@ class UpdateConfiguredAudienceModelCommand extends smithyClient.Command
|
|
|
3227
3223
|
})
|
|
3228
3224
|
.s("AWSStarkControlService", "UpdateConfiguredAudienceModel", {})
|
|
3229
3225
|
.n("CleanRoomsMLClient", "UpdateConfiguredAudienceModelCommand")
|
|
3230
|
-
.sc(UpdateConfiguredAudienceModel)
|
|
3226
|
+
.sc(UpdateConfiguredAudienceModel$)
|
|
3231
3227
|
.build() {
|
|
3232
3228
|
}
|
|
3233
3229
|
|
|
@@ -3733,107 +3729,351 @@ Object.defineProperty(exports, "__Client", {
|
|
|
3733
3729
|
enumerable: true,
|
|
3734
3730
|
get: function () { return smithyClient.Client; }
|
|
3735
3731
|
});
|
|
3732
|
+
exports.AccessBudget$ = AccessBudget$;
|
|
3733
|
+
exports.AccessBudgetDetails$ = AccessBudgetDetails$;
|
|
3736
3734
|
exports.AccessBudgetType = AccessBudgetType;
|
|
3737
|
-
exports.AccessDeniedException = AccessDeniedException
|
|
3735
|
+
exports.AccessDeniedException = AccessDeniedException;
|
|
3736
|
+
exports.AccessDeniedException$ = AccessDeniedException$;
|
|
3737
|
+
exports.AudienceDestination$ = AudienceDestination$;
|
|
3738
3738
|
exports.AudienceExportJobStatus = AudienceExportJobStatus;
|
|
3739
|
+
exports.AudienceExportJobSummary$ = AudienceExportJobSummary$;
|
|
3740
|
+
exports.AudienceGenerationJobDataSource$ = AudienceGenerationJobDataSource$;
|
|
3739
3741
|
exports.AudienceGenerationJobStatus = AudienceGenerationJobStatus;
|
|
3742
|
+
exports.AudienceGenerationJobSummary$ = AudienceGenerationJobSummary$;
|
|
3740
3743
|
exports.AudienceModelStatus = AudienceModelStatus;
|
|
3744
|
+
exports.AudienceModelSummary$ = AudienceModelSummary$;
|
|
3745
|
+
exports.AudienceQualityMetrics$ = AudienceQualityMetrics$;
|
|
3746
|
+
exports.AudienceSize$ = AudienceSize$;
|
|
3747
|
+
exports.AudienceSizeConfig$ = AudienceSizeConfig$;
|
|
3741
3748
|
exports.AudienceSizeType = AudienceSizeType;
|
|
3742
3749
|
exports.AutoRefreshMode = AutoRefreshMode;
|
|
3750
|
+
exports.CancelTrainedModel$ = CancelTrainedModel$;
|
|
3743
3751
|
exports.CancelTrainedModelCommand = CancelTrainedModelCommand;
|
|
3752
|
+
exports.CancelTrainedModelInferenceJob$ = CancelTrainedModelInferenceJob$;
|
|
3744
3753
|
exports.CancelTrainedModelInferenceJobCommand = CancelTrainedModelInferenceJobCommand;
|
|
3754
|
+
exports.CancelTrainedModelInferenceJobRequest$ = CancelTrainedModelInferenceJobRequest$;
|
|
3755
|
+
exports.CancelTrainedModelRequest$ = CancelTrainedModelRequest$;
|
|
3745
3756
|
exports.CleanRoomsML = CleanRoomsML;
|
|
3746
3757
|
exports.CleanRoomsMLClient = CleanRoomsMLClient;
|
|
3747
|
-
exports.CleanRoomsMLServiceException = CleanRoomsMLServiceException
|
|
3758
|
+
exports.CleanRoomsMLServiceException = CleanRoomsMLServiceException;
|
|
3759
|
+
exports.CleanRoomsMLServiceException$ = CleanRoomsMLServiceException$;
|
|
3760
|
+
exports.CollaborationConfiguredModelAlgorithmAssociationSummary$ = CollaborationConfiguredModelAlgorithmAssociationSummary$;
|
|
3761
|
+
exports.CollaborationMLInputChannelSummary$ = CollaborationMLInputChannelSummary$;
|
|
3762
|
+
exports.CollaborationTrainedModelExportJobSummary$ = CollaborationTrainedModelExportJobSummary$;
|
|
3763
|
+
exports.CollaborationTrainedModelInferenceJobSummary$ = CollaborationTrainedModelInferenceJobSummary$;
|
|
3764
|
+
exports.CollaborationTrainedModelSummary$ = CollaborationTrainedModelSummary$;
|
|
3765
|
+
exports.ColumnClassificationDetails$ = ColumnClassificationDetails$;
|
|
3766
|
+
exports.ColumnSchema$ = ColumnSchema$;
|
|
3748
3767
|
exports.ColumnType = ColumnType;
|
|
3768
|
+
exports.ComputeConfiguration$ = ComputeConfiguration$;
|
|
3769
|
+
exports.ConfiguredAudienceModelOutputConfig$ = ConfiguredAudienceModelOutputConfig$;
|
|
3749
3770
|
exports.ConfiguredAudienceModelStatus = ConfiguredAudienceModelStatus;
|
|
3750
|
-
exports.
|
|
3771
|
+
exports.ConfiguredAudienceModelSummary$ = ConfiguredAudienceModelSummary$;
|
|
3772
|
+
exports.ConfiguredModelAlgorithmAssociationSummary$ = ConfiguredModelAlgorithmAssociationSummary$;
|
|
3773
|
+
exports.ConfiguredModelAlgorithmSummary$ = ConfiguredModelAlgorithmSummary$;
|
|
3774
|
+
exports.ConflictException = ConflictException;
|
|
3775
|
+
exports.ConflictException$ = ConflictException$;
|
|
3776
|
+
exports.ContainerConfig$ = ContainerConfig$;
|
|
3777
|
+
exports.CreateAudienceModel$ = CreateAudienceModel$;
|
|
3751
3778
|
exports.CreateAudienceModelCommand = CreateAudienceModelCommand;
|
|
3779
|
+
exports.CreateAudienceModelRequest$ = CreateAudienceModelRequest$;
|
|
3780
|
+
exports.CreateAudienceModelResponse$ = CreateAudienceModelResponse$;
|
|
3781
|
+
exports.CreateConfiguredAudienceModel$ = CreateConfiguredAudienceModel$;
|
|
3752
3782
|
exports.CreateConfiguredAudienceModelCommand = CreateConfiguredAudienceModelCommand;
|
|
3783
|
+
exports.CreateConfiguredAudienceModelRequest$ = CreateConfiguredAudienceModelRequest$;
|
|
3784
|
+
exports.CreateConfiguredAudienceModelResponse$ = CreateConfiguredAudienceModelResponse$;
|
|
3785
|
+
exports.CreateConfiguredModelAlgorithm$ = CreateConfiguredModelAlgorithm$;
|
|
3786
|
+
exports.CreateConfiguredModelAlgorithmAssociation$ = CreateConfiguredModelAlgorithmAssociation$;
|
|
3753
3787
|
exports.CreateConfiguredModelAlgorithmAssociationCommand = CreateConfiguredModelAlgorithmAssociationCommand;
|
|
3788
|
+
exports.CreateConfiguredModelAlgorithmAssociationRequest$ = CreateConfiguredModelAlgorithmAssociationRequest$;
|
|
3789
|
+
exports.CreateConfiguredModelAlgorithmAssociationResponse$ = CreateConfiguredModelAlgorithmAssociationResponse$;
|
|
3754
3790
|
exports.CreateConfiguredModelAlgorithmCommand = CreateConfiguredModelAlgorithmCommand;
|
|
3791
|
+
exports.CreateConfiguredModelAlgorithmRequest$ = CreateConfiguredModelAlgorithmRequest$;
|
|
3792
|
+
exports.CreateConfiguredModelAlgorithmResponse$ = CreateConfiguredModelAlgorithmResponse$;
|
|
3793
|
+
exports.CreateMLInputChannel$ = CreateMLInputChannel$;
|
|
3755
3794
|
exports.CreateMLInputChannelCommand = CreateMLInputChannelCommand;
|
|
3795
|
+
exports.CreateMLInputChannelRequest$ = CreateMLInputChannelRequest$;
|
|
3796
|
+
exports.CreateMLInputChannelResponse$ = CreateMLInputChannelResponse$;
|
|
3797
|
+
exports.CreateTrainedModel$ = CreateTrainedModel$;
|
|
3756
3798
|
exports.CreateTrainedModelCommand = CreateTrainedModelCommand;
|
|
3799
|
+
exports.CreateTrainedModelRequest$ = CreateTrainedModelRequest$;
|
|
3800
|
+
exports.CreateTrainedModelResponse$ = CreateTrainedModelResponse$;
|
|
3801
|
+
exports.CreateTrainingDataset$ = CreateTrainingDataset$;
|
|
3757
3802
|
exports.CreateTrainingDatasetCommand = CreateTrainingDatasetCommand;
|
|
3803
|
+
exports.CreateTrainingDatasetRequest$ = CreateTrainingDatasetRequest$;
|
|
3804
|
+
exports.CreateTrainingDatasetResponse$ = CreateTrainingDatasetResponse$;
|
|
3805
|
+
exports.CustomEntityConfig$ = CustomEntityConfig$;
|
|
3806
|
+
exports.DataPrivacyScores$ = DataPrivacyScores$;
|
|
3807
|
+
exports.DataSource$ = DataSource$;
|
|
3808
|
+
exports.Dataset$ = Dataset$;
|
|
3809
|
+
exports.DatasetInputConfig$ = DatasetInputConfig$;
|
|
3758
3810
|
exports.DatasetType = DatasetType;
|
|
3811
|
+
exports.DeleteAudienceGenerationJob$ = DeleteAudienceGenerationJob$;
|
|
3759
3812
|
exports.DeleteAudienceGenerationJobCommand = DeleteAudienceGenerationJobCommand;
|
|
3813
|
+
exports.DeleteAudienceGenerationJobRequest$ = DeleteAudienceGenerationJobRequest$;
|
|
3814
|
+
exports.DeleteAudienceModel$ = DeleteAudienceModel$;
|
|
3760
3815
|
exports.DeleteAudienceModelCommand = DeleteAudienceModelCommand;
|
|
3816
|
+
exports.DeleteAudienceModelRequest$ = DeleteAudienceModelRequest$;
|
|
3817
|
+
exports.DeleteConfiguredAudienceModel$ = DeleteConfiguredAudienceModel$;
|
|
3761
3818
|
exports.DeleteConfiguredAudienceModelCommand = DeleteConfiguredAudienceModelCommand;
|
|
3819
|
+
exports.DeleteConfiguredAudienceModelPolicy$ = DeleteConfiguredAudienceModelPolicy$;
|
|
3762
3820
|
exports.DeleteConfiguredAudienceModelPolicyCommand = DeleteConfiguredAudienceModelPolicyCommand;
|
|
3821
|
+
exports.DeleteConfiguredAudienceModelPolicyRequest$ = DeleteConfiguredAudienceModelPolicyRequest$;
|
|
3822
|
+
exports.DeleteConfiguredAudienceModelRequest$ = DeleteConfiguredAudienceModelRequest$;
|
|
3823
|
+
exports.DeleteConfiguredModelAlgorithm$ = DeleteConfiguredModelAlgorithm$;
|
|
3824
|
+
exports.DeleteConfiguredModelAlgorithmAssociation$ = DeleteConfiguredModelAlgorithmAssociation$;
|
|
3763
3825
|
exports.DeleteConfiguredModelAlgorithmAssociationCommand = DeleteConfiguredModelAlgorithmAssociationCommand;
|
|
3826
|
+
exports.DeleteConfiguredModelAlgorithmAssociationRequest$ = DeleteConfiguredModelAlgorithmAssociationRequest$;
|
|
3764
3827
|
exports.DeleteConfiguredModelAlgorithmCommand = DeleteConfiguredModelAlgorithmCommand;
|
|
3828
|
+
exports.DeleteConfiguredModelAlgorithmRequest$ = DeleteConfiguredModelAlgorithmRequest$;
|
|
3829
|
+
exports.DeleteMLConfiguration$ = DeleteMLConfiguration$;
|
|
3765
3830
|
exports.DeleteMLConfigurationCommand = DeleteMLConfigurationCommand;
|
|
3831
|
+
exports.DeleteMLConfigurationRequest$ = DeleteMLConfigurationRequest$;
|
|
3832
|
+
exports.DeleteMLInputChannelData$ = DeleteMLInputChannelData$;
|
|
3766
3833
|
exports.DeleteMLInputChannelDataCommand = DeleteMLInputChannelDataCommand;
|
|
3834
|
+
exports.DeleteMLInputChannelDataRequest$ = DeleteMLInputChannelDataRequest$;
|
|
3835
|
+
exports.DeleteTrainedModelOutput$ = DeleteTrainedModelOutput$;
|
|
3767
3836
|
exports.DeleteTrainedModelOutputCommand = DeleteTrainedModelOutputCommand;
|
|
3837
|
+
exports.DeleteTrainedModelOutputRequest$ = DeleteTrainedModelOutputRequest$;
|
|
3838
|
+
exports.DeleteTrainingDataset$ = DeleteTrainingDataset$;
|
|
3768
3839
|
exports.DeleteTrainingDatasetCommand = DeleteTrainingDatasetCommand;
|
|
3840
|
+
exports.DeleteTrainingDatasetRequest$ = DeleteTrainingDatasetRequest$;
|
|
3841
|
+
exports.Destination$ = Destination$;
|
|
3769
3842
|
exports.EntityType = EntityType;
|
|
3843
|
+
exports.GetAudienceGenerationJob$ = GetAudienceGenerationJob$;
|
|
3770
3844
|
exports.GetAudienceGenerationJobCommand = GetAudienceGenerationJobCommand;
|
|
3845
|
+
exports.GetAudienceGenerationJobRequest$ = GetAudienceGenerationJobRequest$;
|
|
3846
|
+
exports.GetAudienceGenerationJobResponse$ = GetAudienceGenerationJobResponse$;
|
|
3847
|
+
exports.GetAudienceModel$ = GetAudienceModel$;
|
|
3771
3848
|
exports.GetAudienceModelCommand = GetAudienceModelCommand;
|
|
3849
|
+
exports.GetAudienceModelRequest$ = GetAudienceModelRequest$;
|
|
3850
|
+
exports.GetAudienceModelResponse$ = GetAudienceModelResponse$;
|
|
3851
|
+
exports.GetCollaborationConfiguredModelAlgorithmAssociation$ = GetCollaborationConfiguredModelAlgorithmAssociation$;
|
|
3772
3852
|
exports.GetCollaborationConfiguredModelAlgorithmAssociationCommand = GetCollaborationConfiguredModelAlgorithmAssociationCommand;
|
|
3853
|
+
exports.GetCollaborationConfiguredModelAlgorithmAssociationRequest$ = GetCollaborationConfiguredModelAlgorithmAssociationRequest$;
|
|
3854
|
+
exports.GetCollaborationConfiguredModelAlgorithmAssociationResponse$ = GetCollaborationConfiguredModelAlgorithmAssociationResponse$;
|
|
3855
|
+
exports.GetCollaborationMLInputChannel$ = GetCollaborationMLInputChannel$;
|
|
3773
3856
|
exports.GetCollaborationMLInputChannelCommand = GetCollaborationMLInputChannelCommand;
|
|
3857
|
+
exports.GetCollaborationMLInputChannelRequest$ = GetCollaborationMLInputChannelRequest$;
|
|
3858
|
+
exports.GetCollaborationMLInputChannelResponse$ = GetCollaborationMLInputChannelResponse$;
|
|
3859
|
+
exports.GetCollaborationTrainedModel$ = GetCollaborationTrainedModel$;
|
|
3774
3860
|
exports.GetCollaborationTrainedModelCommand = GetCollaborationTrainedModelCommand;
|
|
3861
|
+
exports.GetCollaborationTrainedModelRequest$ = GetCollaborationTrainedModelRequest$;
|
|
3862
|
+
exports.GetCollaborationTrainedModelResponse$ = GetCollaborationTrainedModelResponse$;
|
|
3863
|
+
exports.GetConfiguredAudienceModel$ = GetConfiguredAudienceModel$;
|
|
3775
3864
|
exports.GetConfiguredAudienceModelCommand = GetConfiguredAudienceModelCommand;
|
|
3865
|
+
exports.GetConfiguredAudienceModelPolicy$ = GetConfiguredAudienceModelPolicy$;
|
|
3776
3866
|
exports.GetConfiguredAudienceModelPolicyCommand = GetConfiguredAudienceModelPolicyCommand;
|
|
3867
|
+
exports.GetConfiguredAudienceModelPolicyRequest$ = GetConfiguredAudienceModelPolicyRequest$;
|
|
3868
|
+
exports.GetConfiguredAudienceModelPolicyResponse$ = GetConfiguredAudienceModelPolicyResponse$;
|
|
3869
|
+
exports.GetConfiguredAudienceModelRequest$ = GetConfiguredAudienceModelRequest$;
|
|
3870
|
+
exports.GetConfiguredAudienceModelResponse$ = GetConfiguredAudienceModelResponse$;
|
|
3871
|
+
exports.GetConfiguredModelAlgorithm$ = GetConfiguredModelAlgorithm$;
|
|
3872
|
+
exports.GetConfiguredModelAlgorithmAssociation$ = GetConfiguredModelAlgorithmAssociation$;
|
|
3777
3873
|
exports.GetConfiguredModelAlgorithmAssociationCommand = GetConfiguredModelAlgorithmAssociationCommand;
|
|
3874
|
+
exports.GetConfiguredModelAlgorithmAssociationRequest$ = GetConfiguredModelAlgorithmAssociationRequest$;
|
|
3875
|
+
exports.GetConfiguredModelAlgorithmAssociationResponse$ = GetConfiguredModelAlgorithmAssociationResponse$;
|
|
3778
3876
|
exports.GetConfiguredModelAlgorithmCommand = GetConfiguredModelAlgorithmCommand;
|
|
3877
|
+
exports.GetConfiguredModelAlgorithmRequest$ = GetConfiguredModelAlgorithmRequest$;
|
|
3878
|
+
exports.GetConfiguredModelAlgorithmResponse$ = GetConfiguredModelAlgorithmResponse$;
|
|
3879
|
+
exports.GetMLConfiguration$ = GetMLConfiguration$;
|
|
3779
3880
|
exports.GetMLConfigurationCommand = GetMLConfigurationCommand;
|
|
3881
|
+
exports.GetMLConfigurationRequest$ = GetMLConfigurationRequest$;
|
|
3882
|
+
exports.GetMLConfigurationResponse$ = GetMLConfigurationResponse$;
|
|
3883
|
+
exports.GetMLInputChannel$ = GetMLInputChannel$;
|
|
3780
3884
|
exports.GetMLInputChannelCommand = GetMLInputChannelCommand;
|
|
3885
|
+
exports.GetMLInputChannelRequest$ = GetMLInputChannelRequest$;
|
|
3886
|
+
exports.GetMLInputChannelResponse$ = GetMLInputChannelResponse$;
|
|
3887
|
+
exports.GetTrainedModel$ = GetTrainedModel$;
|
|
3781
3888
|
exports.GetTrainedModelCommand = GetTrainedModelCommand;
|
|
3889
|
+
exports.GetTrainedModelInferenceJob$ = GetTrainedModelInferenceJob$;
|
|
3782
3890
|
exports.GetTrainedModelInferenceJobCommand = GetTrainedModelInferenceJobCommand;
|
|
3891
|
+
exports.GetTrainedModelInferenceJobRequest$ = GetTrainedModelInferenceJobRequest$;
|
|
3892
|
+
exports.GetTrainedModelInferenceJobResponse$ = GetTrainedModelInferenceJobResponse$;
|
|
3893
|
+
exports.GetTrainedModelRequest$ = GetTrainedModelRequest$;
|
|
3894
|
+
exports.GetTrainedModelResponse$ = GetTrainedModelResponse$;
|
|
3895
|
+
exports.GetTrainingDataset$ = GetTrainingDataset$;
|
|
3783
3896
|
exports.GetTrainingDatasetCommand = GetTrainingDatasetCommand;
|
|
3897
|
+
exports.GetTrainingDatasetRequest$ = GetTrainingDatasetRequest$;
|
|
3898
|
+
exports.GetTrainingDatasetResponse$ = GetTrainingDatasetResponse$;
|
|
3899
|
+
exports.GlueDataSource$ = GlueDataSource$;
|
|
3900
|
+
exports.IncrementalTrainingDataChannel$ = IncrementalTrainingDataChannel$;
|
|
3901
|
+
exports.IncrementalTrainingDataChannelOutput$ = IncrementalTrainingDataChannelOutput$;
|
|
3902
|
+
exports.InferenceContainerConfig$ = InferenceContainerConfig$;
|
|
3903
|
+
exports.InferenceContainerExecutionParameters$ = InferenceContainerExecutionParameters$;
|
|
3784
3904
|
exports.InferenceInstanceType = InferenceInstanceType;
|
|
3785
|
-
exports.
|
|
3905
|
+
exports.InferenceOutputConfiguration$ = InferenceOutputConfiguration$;
|
|
3906
|
+
exports.InferenceReceiverMember$ = InferenceReceiverMember$;
|
|
3907
|
+
exports.InferenceResourceConfig$ = InferenceResourceConfig$;
|
|
3908
|
+
exports.InputChannel$ = InputChannel$;
|
|
3909
|
+
exports.InputChannelDataSource$ = InputChannelDataSource$;
|
|
3910
|
+
exports.InternalServiceException = InternalServiceException;
|
|
3911
|
+
exports.InternalServiceException$ = InternalServiceException$;
|
|
3912
|
+
exports.ListAudienceExportJobs$ = ListAudienceExportJobs$;
|
|
3786
3913
|
exports.ListAudienceExportJobsCommand = ListAudienceExportJobsCommand;
|
|
3914
|
+
exports.ListAudienceExportJobsRequest$ = ListAudienceExportJobsRequest$;
|
|
3915
|
+
exports.ListAudienceExportJobsResponse$ = ListAudienceExportJobsResponse$;
|
|
3916
|
+
exports.ListAudienceGenerationJobs$ = ListAudienceGenerationJobs$;
|
|
3787
3917
|
exports.ListAudienceGenerationJobsCommand = ListAudienceGenerationJobsCommand;
|
|
3918
|
+
exports.ListAudienceGenerationJobsRequest$ = ListAudienceGenerationJobsRequest$;
|
|
3919
|
+
exports.ListAudienceGenerationJobsResponse$ = ListAudienceGenerationJobsResponse$;
|
|
3920
|
+
exports.ListAudienceModels$ = ListAudienceModels$;
|
|
3788
3921
|
exports.ListAudienceModelsCommand = ListAudienceModelsCommand;
|
|
3922
|
+
exports.ListAudienceModelsRequest$ = ListAudienceModelsRequest$;
|
|
3923
|
+
exports.ListAudienceModelsResponse$ = ListAudienceModelsResponse$;
|
|
3924
|
+
exports.ListCollaborationConfiguredModelAlgorithmAssociations$ = ListCollaborationConfiguredModelAlgorithmAssociations$;
|
|
3789
3925
|
exports.ListCollaborationConfiguredModelAlgorithmAssociationsCommand = ListCollaborationConfiguredModelAlgorithmAssociationsCommand;
|
|
3926
|
+
exports.ListCollaborationConfiguredModelAlgorithmAssociationsRequest$ = ListCollaborationConfiguredModelAlgorithmAssociationsRequest$;
|
|
3927
|
+
exports.ListCollaborationConfiguredModelAlgorithmAssociationsResponse$ = ListCollaborationConfiguredModelAlgorithmAssociationsResponse$;
|
|
3928
|
+
exports.ListCollaborationMLInputChannels$ = ListCollaborationMLInputChannels$;
|
|
3790
3929
|
exports.ListCollaborationMLInputChannelsCommand = ListCollaborationMLInputChannelsCommand;
|
|
3930
|
+
exports.ListCollaborationMLInputChannelsRequest$ = ListCollaborationMLInputChannelsRequest$;
|
|
3931
|
+
exports.ListCollaborationMLInputChannelsResponse$ = ListCollaborationMLInputChannelsResponse$;
|
|
3932
|
+
exports.ListCollaborationTrainedModelExportJobs$ = ListCollaborationTrainedModelExportJobs$;
|
|
3791
3933
|
exports.ListCollaborationTrainedModelExportJobsCommand = ListCollaborationTrainedModelExportJobsCommand;
|
|
3934
|
+
exports.ListCollaborationTrainedModelExportJobsRequest$ = ListCollaborationTrainedModelExportJobsRequest$;
|
|
3935
|
+
exports.ListCollaborationTrainedModelExportJobsResponse$ = ListCollaborationTrainedModelExportJobsResponse$;
|
|
3936
|
+
exports.ListCollaborationTrainedModelInferenceJobs$ = ListCollaborationTrainedModelInferenceJobs$;
|
|
3792
3937
|
exports.ListCollaborationTrainedModelInferenceJobsCommand = ListCollaborationTrainedModelInferenceJobsCommand;
|
|
3938
|
+
exports.ListCollaborationTrainedModelInferenceJobsRequest$ = ListCollaborationTrainedModelInferenceJobsRequest$;
|
|
3939
|
+
exports.ListCollaborationTrainedModelInferenceJobsResponse$ = ListCollaborationTrainedModelInferenceJobsResponse$;
|
|
3940
|
+
exports.ListCollaborationTrainedModels$ = ListCollaborationTrainedModels$;
|
|
3793
3941
|
exports.ListCollaborationTrainedModelsCommand = ListCollaborationTrainedModelsCommand;
|
|
3942
|
+
exports.ListCollaborationTrainedModelsRequest$ = ListCollaborationTrainedModelsRequest$;
|
|
3943
|
+
exports.ListCollaborationTrainedModelsResponse$ = ListCollaborationTrainedModelsResponse$;
|
|
3944
|
+
exports.ListConfiguredAudienceModels$ = ListConfiguredAudienceModels$;
|
|
3794
3945
|
exports.ListConfiguredAudienceModelsCommand = ListConfiguredAudienceModelsCommand;
|
|
3946
|
+
exports.ListConfiguredAudienceModelsRequest$ = ListConfiguredAudienceModelsRequest$;
|
|
3947
|
+
exports.ListConfiguredAudienceModelsResponse$ = ListConfiguredAudienceModelsResponse$;
|
|
3948
|
+
exports.ListConfiguredModelAlgorithmAssociations$ = ListConfiguredModelAlgorithmAssociations$;
|
|
3795
3949
|
exports.ListConfiguredModelAlgorithmAssociationsCommand = ListConfiguredModelAlgorithmAssociationsCommand;
|
|
3950
|
+
exports.ListConfiguredModelAlgorithmAssociationsRequest$ = ListConfiguredModelAlgorithmAssociationsRequest$;
|
|
3951
|
+
exports.ListConfiguredModelAlgorithmAssociationsResponse$ = ListConfiguredModelAlgorithmAssociationsResponse$;
|
|
3952
|
+
exports.ListConfiguredModelAlgorithms$ = ListConfiguredModelAlgorithms$;
|
|
3796
3953
|
exports.ListConfiguredModelAlgorithmsCommand = ListConfiguredModelAlgorithmsCommand;
|
|
3954
|
+
exports.ListConfiguredModelAlgorithmsRequest$ = ListConfiguredModelAlgorithmsRequest$;
|
|
3955
|
+
exports.ListConfiguredModelAlgorithmsResponse$ = ListConfiguredModelAlgorithmsResponse$;
|
|
3956
|
+
exports.ListMLInputChannels$ = ListMLInputChannels$;
|
|
3797
3957
|
exports.ListMLInputChannelsCommand = ListMLInputChannelsCommand;
|
|
3958
|
+
exports.ListMLInputChannelsRequest$ = ListMLInputChannelsRequest$;
|
|
3959
|
+
exports.ListMLInputChannelsResponse$ = ListMLInputChannelsResponse$;
|
|
3960
|
+
exports.ListTagsForResource$ = ListTagsForResource$;
|
|
3798
3961
|
exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
|
|
3962
|
+
exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
|
|
3963
|
+
exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
|
|
3964
|
+
exports.ListTrainedModelInferenceJobs$ = ListTrainedModelInferenceJobs$;
|
|
3799
3965
|
exports.ListTrainedModelInferenceJobsCommand = ListTrainedModelInferenceJobsCommand;
|
|
3966
|
+
exports.ListTrainedModelInferenceJobsRequest$ = ListTrainedModelInferenceJobsRequest$;
|
|
3967
|
+
exports.ListTrainedModelInferenceJobsResponse$ = ListTrainedModelInferenceJobsResponse$;
|
|
3968
|
+
exports.ListTrainedModelVersions$ = ListTrainedModelVersions$;
|
|
3800
3969
|
exports.ListTrainedModelVersionsCommand = ListTrainedModelVersionsCommand;
|
|
3970
|
+
exports.ListTrainedModelVersionsRequest$ = ListTrainedModelVersionsRequest$;
|
|
3971
|
+
exports.ListTrainedModelVersionsResponse$ = ListTrainedModelVersionsResponse$;
|
|
3972
|
+
exports.ListTrainedModels$ = ListTrainedModels$;
|
|
3801
3973
|
exports.ListTrainedModelsCommand = ListTrainedModelsCommand;
|
|
3974
|
+
exports.ListTrainedModelsRequest$ = ListTrainedModelsRequest$;
|
|
3975
|
+
exports.ListTrainedModelsResponse$ = ListTrainedModelsResponse$;
|
|
3976
|
+
exports.ListTrainingDatasets$ = ListTrainingDatasets$;
|
|
3802
3977
|
exports.ListTrainingDatasetsCommand = ListTrainingDatasetsCommand;
|
|
3978
|
+
exports.ListTrainingDatasetsRequest$ = ListTrainingDatasetsRequest$;
|
|
3979
|
+
exports.ListTrainingDatasetsResponse$ = ListTrainingDatasetsResponse$;
|
|
3980
|
+
exports.LogRedactionConfiguration$ = LogRedactionConfiguration$;
|
|
3803
3981
|
exports.LogType = LogType;
|
|
3982
|
+
exports.LogsConfigurationPolicy$ = LogsConfigurationPolicy$;
|
|
3804
3983
|
exports.LogsStatus = LogsStatus;
|
|
3805
3984
|
exports.MLInputChannelStatus = MLInputChannelStatus;
|
|
3985
|
+
exports.MLInputChannelSummary$ = MLInputChannelSummary$;
|
|
3986
|
+
exports.MLOutputConfiguration$ = MLOutputConfiguration$;
|
|
3987
|
+
exports.MLSyntheticDataParameters$ = MLSyntheticDataParameters$;
|
|
3988
|
+
exports.MembershipInferenceAttackScore$ = MembershipInferenceAttackScore$;
|
|
3806
3989
|
exports.MembershipInferenceAttackVersion = MembershipInferenceAttackVersion;
|
|
3990
|
+
exports.MetricDefinition$ = MetricDefinition$;
|
|
3991
|
+
exports.MetricsConfigurationPolicy$ = MetricsConfigurationPolicy$;
|
|
3807
3992
|
exports.MetricsStatus = MetricsStatus;
|
|
3993
|
+
exports.ModelInferenceDataSource$ = ModelInferenceDataSource$;
|
|
3994
|
+
exports.ModelTrainingDataChannel$ = ModelTrainingDataChannel$;
|
|
3808
3995
|
exports.NoiseLevelType = NoiseLevelType;
|
|
3809
3996
|
exports.PolicyExistenceCondition = PolicyExistenceCondition;
|
|
3997
|
+
exports.PrivacyBudgets$ = PrivacyBudgets$;
|
|
3998
|
+
exports.PrivacyConfiguration$ = PrivacyConfiguration$;
|
|
3999
|
+
exports.PrivacyConfigurationPolicies$ = PrivacyConfigurationPolicies$;
|
|
4000
|
+
exports.ProtectedQueryInputParameters$ = ProtectedQueryInputParameters$;
|
|
4001
|
+
exports.ProtectedQuerySQLParameters$ = ProtectedQuerySQLParameters$;
|
|
4002
|
+
exports.PutConfiguredAudienceModelPolicy$ = PutConfiguredAudienceModelPolicy$;
|
|
3810
4003
|
exports.PutConfiguredAudienceModelPolicyCommand = PutConfiguredAudienceModelPolicyCommand;
|
|
4004
|
+
exports.PutConfiguredAudienceModelPolicyRequest$ = PutConfiguredAudienceModelPolicyRequest$;
|
|
4005
|
+
exports.PutConfiguredAudienceModelPolicyResponse$ = PutConfiguredAudienceModelPolicyResponse$;
|
|
4006
|
+
exports.PutMLConfiguration$ = PutMLConfiguration$;
|
|
3811
4007
|
exports.PutMLConfigurationCommand = PutMLConfigurationCommand;
|
|
3812
|
-
exports.
|
|
4008
|
+
exports.PutMLConfigurationRequest$ = PutMLConfigurationRequest$;
|
|
4009
|
+
exports.RelevanceMetric$ = RelevanceMetric$;
|
|
4010
|
+
exports.ResourceConfig$ = ResourceConfig$;
|
|
4011
|
+
exports.ResourceNotFoundException = ResourceNotFoundException;
|
|
4012
|
+
exports.ResourceNotFoundException$ = ResourceNotFoundException$;
|
|
3813
4013
|
exports.ResultFormat = ResultFormat;
|
|
4014
|
+
exports.S3ConfigMap$ = S3ConfigMap$;
|
|
3814
4015
|
exports.S3DataDistributionType = S3DataDistributionType;
|
|
3815
|
-
exports.ServiceQuotaExceededException = ServiceQuotaExceededException
|
|
4016
|
+
exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
|
|
4017
|
+
exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
|
|
3816
4018
|
exports.SharedAudienceMetrics = SharedAudienceMetrics;
|
|
4019
|
+
exports.StartAudienceExportJob$ = StartAudienceExportJob$;
|
|
3817
4020
|
exports.StartAudienceExportJobCommand = StartAudienceExportJobCommand;
|
|
4021
|
+
exports.StartAudienceExportJobRequest$ = StartAudienceExportJobRequest$;
|
|
4022
|
+
exports.StartAudienceGenerationJob$ = StartAudienceGenerationJob$;
|
|
3818
4023
|
exports.StartAudienceGenerationJobCommand = StartAudienceGenerationJobCommand;
|
|
4024
|
+
exports.StartAudienceGenerationJobRequest$ = StartAudienceGenerationJobRequest$;
|
|
4025
|
+
exports.StartAudienceGenerationJobResponse$ = StartAudienceGenerationJobResponse$;
|
|
4026
|
+
exports.StartTrainedModelExportJob$ = StartTrainedModelExportJob$;
|
|
3819
4027
|
exports.StartTrainedModelExportJobCommand = StartTrainedModelExportJobCommand;
|
|
4028
|
+
exports.StartTrainedModelExportJobRequest$ = StartTrainedModelExportJobRequest$;
|
|
4029
|
+
exports.StartTrainedModelInferenceJob$ = StartTrainedModelInferenceJob$;
|
|
3820
4030
|
exports.StartTrainedModelInferenceJobCommand = StartTrainedModelInferenceJobCommand;
|
|
4031
|
+
exports.StartTrainedModelInferenceJobRequest$ = StartTrainedModelInferenceJobRequest$;
|
|
4032
|
+
exports.StartTrainedModelInferenceJobResponse$ = StartTrainedModelInferenceJobResponse$;
|
|
4033
|
+
exports.StatusDetails$ = StatusDetails$;
|
|
4034
|
+
exports.StoppingCondition$ = StoppingCondition$;
|
|
4035
|
+
exports.SyntheticDataColumnProperties$ = SyntheticDataColumnProperties$;
|
|
3821
4036
|
exports.SyntheticDataColumnType = SyntheticDataColumnType;
|
|
4037
|
+
exports.SyntheticDataConfiguration$ = SyntheticDataConfiguration$;
|
|
4038
|
+
exports.SyntheticDataEvaluationScores$ = SyntheticDataEvaluationScores$;
|
|
3822
4039
|
exports.TagOnCreatePolicy = TagOnCreatePolicy;
|
|
4040
|
+
exports.TagResource$ = TagResource$;
|
|
3823
4041
|
exports.TagResourceCommand = TagResourceCommand;
|
|
3824
|
-
exports.
|
|
4042
|
+
exports.TagResourceRequest$ = TagResourceRequest$;
|
|
4043
|
+
exports.TagResourceResponse$ = TagResourceResponse$;
|
|
4044
|
+
exports.ThrottlingException = ThrottlingException;
|
|
4045
|
+
exports.ThrottlingException$ = ThrottlingException$;
|
|
4046
|
+
exports.TrainedModelArtifactMaxSize$ = TrainedModelArtifactMaxSize$;
|
|
3825
4047
|
exports.TrainedModelArtifactMaxSizeUnitType = TrainedModelArtifactMaxSizeUnitType;
|
|
3826
4048
|
exports.TrainedModelExportFileType = TrainedModelExportFileType;
|
|
3827
4049
|
exports.TrainedModelExportJobStatus = TrainedModelExportJobStatus;
|
|
4050
|
+
exports.TrainedModelExportOutputConfiguration$ = TrainedModelExportOutputConfiguration$;
|
|
4051
|
+
exports.TrainedModelExportReceiverMember$ = TrainedModelExportReceiverMember$;
|
|
4052
|
+
exports.TrainedModelExportsConfigurationPolicy$ = TrainedModelExportsConfigurationPolicy$;
|
|
4053
|
+
exports.TrainedModelExportsMaxSize$ = TrainedModelExportsMaxSize$;
|
|
3828
4054
|
exports.TrainedModelExportsMaxSizeUnitType = TrainedModelExportsMaxSizeUnitType;
|
|
3829
4055
|
exports.TrainedModelInferenceJobStatus = TrainedModelInferenceJobStatus;
|
|
4056
|
+
exports.TrainedModelInferenceJobSummary$ = TrainedModelInferenceJobSummary$;
|
|
4057
|
+
exports.TrainedModelInferenceJobsConfigurationPolicy$ = TrainedModelInferenceJobsConfigurationPolicy$;
|
|
4058
|
+
exports.TrainedModelInferenceMaxOutputSize$ = TrainedModelInferenceMaxOutputSize$;
|
|
3830
4059
|
exports.TrainedModelInferenceMaxOutputSizeUnitType = TrainedModelInferenceMaxOutputSizeUnitType;
|
|
3831
4060
|
exports.TrainedModelStatus = TrainedModelStatus;
|
|
4061
|
+
exports.TrainedModelSummary$ = TrainedModelSummary$;
|
|
4062
|
+
exports.TrainedModelsConfigurationPolicy$ = TrainedModelsConfigurationPolicy$;
|
|
3832
4063
|
exports.TrainingDatasetStatus = TrainingDatasetStatus;
|
|
4064
|
+
exports.TrainingDatasetSummary$ = TrainingDatasetSummary$;
|
|
3833
4065
|
exports.TrainingInputMode = TrainingInputMode;
|
|
4066
|
+
exports.UntagResource$ = UntagResource$;
|
|
3834
4067
|
exports.UntagResourceCommand = UntagResourceCommand;
|
|
4068
|
+
exports.UntagResourceRequest$ = UntagResourceRequest$;
|
|
4069
|
+
exports.UntagResourceResponse$ = UntagResourceResponse$;
|
|
4070
|
+
exports.UpdateConfiguredAudienceModel$ = UpdateConfiguredAudienceModel$;
|
|
3835
4071
|
exports.UpdateConfiguredAudienceModelCommand = UpdateConfiguredAudienceModelCommand;
|
|
3836
|
-
exports.
|
|
4072
|
+
exports.UpdateConfiguredAudienceModelRequest$ = UpdateConfiguredAudienceModelRequest$;
|
|
4073
|
+
exports.UpdateConfiguredAudienceModelResponse$ = UpdateConfiguredAudienceModelResponse$;
|
|
4074
|
+
exports.ValidationException = ValidationException;
|
|
4075
|
+
exports.ValidationException$ = ValidationException$;
|
|
4076
|
+
exports.WorkerComputeConfiguration$ = WorkerComputeConfiguration$;
|
|
3837
4077
|
exports.WorkerComputeType = WorkerComputeType;
|
|
3838
4078
|
exports._InstanceType = _InstanceType;
|
|
3839
4079
|
exports.paginateListAudienceExportJobs = paginateListAudienceExportJobs;
|