@aws-sdk/client-cleanroomsml 3.686.0 → 3.687.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +264 -0
- package/dist-cjs/index.js +2347 -97
- package/dist-es/CleanRoomsML.js +66 -0
- package/dist-es/commands/CancelTrainedModelCommand.js +22 -0
- package/dist-es/commands/CancelTrainedModelInferenceJobCommand.js +22 -0
- package/dist-es/commands/CreateConfiguredModelAlgorithmAssociationCommand.js +22 -0
- package/dist-es/commands/CreateConfiguredModelAlgorithmCommand.js +22 -0
- package/dist-es/commands/CreateMLInputChannelCommand.js +23 -0
- package/dist-es/commands/CreateTrainedModelCommand.js +22 -0
- package/dist-es/commands/DeleteConfiguredModelAlgorithmAssociationCommand.js +22 -0
- package/dist-es/commands/DeleteConfiguredModelAlgorithmCommand.js +22 -0
- package/dist-es/commands/DeleteMLConfigurationCommand.js +22 -0
- package/dist-es/commands/DeleteMLInputChannelDataCommand.js +22 -0
- package/dist-es/commands/DeleteTrainedModelOutputCommand.js +22 -0
- package/dist-es/commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand.js +22 -0
- package/dist-es/commands/GetCollaborationMLInputChannelCommand.js +22 -0
- package/dist-es/commands/GetCollaborationTrainedModelCommand.js +22 -0
- package/dist-es/commands/GetConfiguredModelAlgorithmAssociationCommand.js +22 -0
- package/dist-es/commands/GetConfiguredModelAlgorithmCommand.js +22 -0
- package/dist-es/commands/GetMLConfigurationCommand.js +22 -0
- package/dist-es/commands/GetMLInputChannelCommand.js +23 -0
- package/dist-es/commands/GetTrainedModelCommand.js +22 -0
- package/dist-es/commands/GetTrainedModelInferenceJobCommand.js +22 -0
- package/dist-es/commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand.js +22 -0
- package/dist-es/commands/ListCollaborationMLInputChannelsCommand.js +22 -0
- package/dist-es/commands/ListCollaborationTrainedModelExportJobsCommand.js +22 -0
- package/dist-es/commands/ListCollaborationTrainedModelInferenceJobsCommand.js +22 -0
- package/dist-es/commands/ListCollaborationTrainedModelsCommand.js +22 -0
- package/dist-es/commands/ListConfiguredModelAlgorithmAssociationsCommand.js +22 -0
- package/dist-es/commands/ListConfiguredModelAlgorithmsCommand.js +22 -0
- package/dist-es/commands/ListMLInputChannelsCommand.js +22 -0
- package/dist-es/commands/ListTrainedModelInferenceJobsCommand.js +22 -0
- package/dist-es/commands/ListTrainedModelsCommand.js +22 -0
- package/dist-es/commands/PutMLConfigurationCommand.js +22 -0
- package/dist-es/commands/StartTrainedModelExportJobCommand.js +22 -0
- package/dist-es/commands/StartTrainedModelInferenceJobCommand.js +22 -0
- package/dist-es/commands/index.js +33 -0
- package/dist-es/models/models_0.js +295 -0
- package/dist-es/pagination/ListCollaborationConfiguredModelAlgorithmAssociationsPaginator.js +4 -0
- package/dist-es/pagination/ListCollaborationMLInputChannelsPaginator.js +4 -0
- package/dist-es/pagination/ListCollaborationTrainedModelExportJobsPaginator.js +4 -0
- package/dist-es/pagination/ListCollaborationTrainedModelInferenceJobsPaginator.js +4 -0
- package/dist-es/pagination/ListCollaborationTrainedModelsPaginator.js +4 -0
- package/dist-es/pagination/ListConfiguredModelAlgorithmAssociationsPaginator.js +4 -0
- package/dist-es/pagination/ListConfiguredModelAlgorithmsPaginator.js +4 -0
- package/dist-es/pagination/ListMLInputChannelsPaginator.js +4 -0
- package/dist-es/pagination/ListTrainedModelInferenceJobsPaginator.js +4 -0
- package/dist-es/pagination/ListTrainedModelsPaginator.js +4 -0
- package/dist-es/pagination/index.js +10 -0
- package/dist-es/protocols/Aws_restJson1.js +1320 -47
- package/dist-types/CleanRoomsML.d.ts +232 -0
- package/dist-types/CleanRoomsMLClient.d.ts +35 -2
- package/dist-types/commands/CancelTrainedModelCommand.d.ts +82 -0
- package/dist-types/commands/CancelTrainedModelInferenceJobCommand.d.ts +82 -0
- package/dist-types/commands/CreateConfiguredModelAlgorithmAssociationCommand.d.ts +132 -0
- package/dist-types/commands/CreateConfiguredModelAlgorithmCommand.d.ts +107 -0
- package/dist-types/commands/CreateMLInputChannelCommand.d.ts +116 -0
- package/dist-types/commands/CreateTrainedModelCommand.d.ts +113 -0
- package/dist-types/commands/DeleteConfiguredModelAlgorithmAssociationCommand.d.ts +82 -0
- package/dist-types/commands/DeleteConfiguredModelAlgorithmCommand.d.ts +81 -0
- package/dist-types/commands/DeleteMLConfigurationCommand.d.ts +78 -0
- package/dist-types/commands/DeleteMLInputChannelDataCommand.d.ts +82 -0
- package/dist-types/commands/DeleteTrainedModelOutputCommand.d.ts +82 -0
- package/dist-types/commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand.d.ts +129 -0
- package/dist-types/commands/GetCollaborationMLInputChannelCommand.d.ts +98 -0
- package/dist-types/commands/GetCollaborationTrainedModelCommand.d.ts +107 -0
- package/dist-types/commands/GetConfiguredModelAlgorithmAssociationCommand.d.ts +131 -0
- package/dist-types/commands/GetConfiguredModelAlgorithmCommand.d.ts +107 -0
- package/dist-types/commands/GetMLConfigurationCommand.d.ts +90 -0
- package/dist-types/commands/GetMLInputChannelCommand.d.ts +124 -0
- package/dist-types/commands/GetTrainedModelCommand.d.ts +122 -0
- package/dist-types/commands/GetTrainedModelInferenceJobCommand.d.ts +123 -0
- package/dist-types/commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand.d.ts +92 -0
- package/dist-types/commands/ListCollaborationMLInputChannelsCommand.d.ts +95 -0
- package/dist-types/commands/ListCollaborationTrainedModelExportJobsCommand.d.ts +104 -0
- package/dist-types/commands/ListCollaborationTrainedModelInferenceJobsCommand.d.ts +107 -0
- package/dist-types/commands/ListCollaborationTrainedModelsCommand.d.ts +93 -0
- package/dist-types/commands/ListConfiguredModelAlgorithmAssociationsCommand.d.ts +91 -0
- package/dist-types/commands/ListConfiguredModelAlgorithmsCommand.d.ts +87 -0
- package/dist-types/commands/ListMLInputChannelsCommand.d.ts +95 -0
- package/dist-types/commands/ListTrainedModelInferenceJobsCommand.d.ts +106 -0
- package/dist-types/commands/ListTrainedModelsCommand.d.ts +92 -0
- package/dist-types/commands/PutMLConfigurationCommand.d.ts +83 -0
- package/dist-types/commands/StartTrainedModelExportJobCommand.d.ts +91 -0
- package/dist-types/commands/StartTrainedModelInferenceJobCommand.d.ts +115 -0
- package/dist-types/commands/index.d.ts +33 -0
- package/dist-types/models/models_0.d.ts +3461 -205
- package/dist-types/pagination/ListCollaborationConfiguredModelAlgorithmAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCollaborationMLInputChannelsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCollaborationTrainedModelExportJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCollaborationTrainedModelInferenceJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCollaborationTrainedModelsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListConfiguredModelAlgorithmAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListConfiguredModelAlgorithmsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListMLInputChannelsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListTrainedModelInferenceJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListTrainedModelsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +10 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +297 -0
- package/dist-types/ts3.4/CleanRoomsML.d.ts +610 -0
- package/dist-types/ts3.4/CleanRoomsMLClient.d.ts +198 -0
- package/dist-types/ts3.4/commands/CancelTrainedModelCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/CancelTrainedModelInferenceJobCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/CreateConfiguredModelAlgorithmAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateConfiguredModelAlgorithmCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateMLInputChannelCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateTrainedModelCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteConfiguredModelAlgorithmAssociationCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteConfiguredModelAlgorithmCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteMLConfigurationCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/DeleteMLInputChannelDataCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteTrainedModelOutputCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCollaborationMLInputChannelCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCollaborationTrainedModelCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetConfiguredModelAlgorithmAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetConfiguredModelAlgorithmCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetMLConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetMLInputChannelCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetTrainedModelCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetTrainedModelInferenceJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCollaborationMLInputChannelsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCollaborationTrainedModelExportJobsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCollaborationTrainedModelInferenceJobsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCollaborationTrainedModelsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListConfiguredModelAlgorithmAssociationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListConfiguredModelAlgorithmsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListMLInputChannelsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTrainedModelInferenceJobsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTrainedModelsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PutMLConfigurationCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/StartTrainedModelExportJobCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/StartTrainedModelInferenceJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +33 -0
- package/dist-types/ts3.4/models/models_0.d.ts +938 -0
- package/dist-types/ts3.4/pagination/ListCollaborationConfiguredModelAlgorithmAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCollaborationMLInputChannelsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCollaborationTrainedModelExportJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCollaborationTrainedModelInferenceJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCollaborationTrainedModelsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListConfiguredModelAlgorithmAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListConfiguredModelAlgorithmsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListMLInputChannelsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTrainedModelInferenceJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTrainedModelsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +10 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +396 -0
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -27,53 +27,116 @@ __export(src_exports, {
|
|
|
27
27
|
AudienceGenerationJobStatus: () => AudienceGenerationJobStatus,
|
|
28
28
|
AudienceModelStatus: () => AudienceModelStatus,
|
|
29
29
|
AudienceSizeType: () => AudienceSizeType,
|
|
30
|
+
CancelTrainedModelCommand: () => CancelTrainedModelCommand,
|
|
31
|
+
CancelTrainedModelInferenceJobCommand: () => CancelTrainedModelInferenceJobCommand,
|
|
30
32
|
CleanRoomsML: () => CleanRoomsML,
|
|
31
33
|
CleanRoomsMLClient: () => CleanRoomsMLClient,
|
|
32
34
|
CleanRoomsMLServiceException: () => CleanRoomsMLServiceException,
|
|
33
35
|
ColumnType: () => ColumnType,
|
|
36
|
+
ComputeConfiguration: () => ComputeConfiguration,
|
|
34
37
|
ConfiguredAudienceModelStatus: () => ConfiguredAudienceModelStatus,
|
|
35
38
|
ConflictException: () => ConflictException,
|
|
36
39
|
CreateAudienceModelCommand: () => CreateAudienceModelCommand,
|
|
37
40
|
CreateConfiguredAudienceModelCommand: () => CreateConfiguredAudienceModelCommand,
|
|
41
|
+
CreateConfiguredModelAlgorithmAssociationCommand: () => CreateConfiguredModelAlgorithmAssociationCommand,
|
|
42
|
+
CreateConfiguredModelAlgorithmCommand: () => CreateConfiguredModelAlgorithmCommand,
|
|
43
|
+
CreateMLInputChannelCommand: () => CreateMLInputChannelCommand,
|
|
44
|
+
CreateMLInputChannelRequestFilterSensitiveLog: () => CreateMLInputChannelRequestFilterSensitiveLog,
|
|
45
|
+
CreateTrainedModelCommand: () => CreateTrainedModelCommand,
|
|
38
46
|
CreateTrainingDatasetCommand: () => CreateTrainingDatasetCommand,
|
|
39
47
|
DatasetType: () => DatasetType,
|
|
40
48
|
DeleteAudienceGenerationJobCommand: () => DeleteAudienceGenerationJobCommand,
|
|
41
49
|
DeleteAudienceModelCommand: () => DeleteAudienceModelCommand,
|
|
42
50
|
DeleteConfiguredAudienceModelCommand: () => DeleteConfiguredAudienceModelCommand,
|
|
43
51
|
DeleteConfiguredAudienceModelPolicyCommand: () => DeleteConfiguredAudienceModelPolicyCommand,
|
|
52
|
+
DeleteConfiguredModelAlgorithmAssociationCommand: () => DeleteConfiguredModelAlgorithmAssociationCommand,
|
|
53
|
+
DeleteConfiguredModelAlgorithmCommand: () => DeleteConfiguredModelAlgorithmCommand,
|
|
54
|
+
DeleteMLConfigurationCommand: () => DeleteMLConfigurationCommand,
|
|
55
|
+
DeleteMLInputChannelDataCommand: () => DeleteMLInputChannelDataCommand,
|
|
56
|
+
DeleteTrainedModelOutputCommand: () => DeleteTrainedModelOutputCommand,
|
|
44
57
|
DeleteTrainingDatasetCommand: () => DeleteTrainingDatasetCommand,
|
|
45
58
|
GetAudienceGenerationJobCommand: () => GetAudienceGenerationJobCommand,
|
|
46
59
|
GetAudienceGenerationJobResponseFilterSensitiveLog: () => GetAudienceGenerationJobResponseFilterSensitiveLog,
|
|
47
60
|
GetAudienceModelCommand: () => GetAudienceModelCommand,
|
|
61
|
+
GetCollaborationConfiguredModelAlgorithmAssociationCommand: () => GetCollaborationConfiguredModelAlgorithmAssociationCommand,
|
|
62
|
+
GetCollaborationMLInputChannelCommand: () => GetCollaborationMLInputChannelCommand,
|
|
63
|
+
GetCollaborationTrainedModelCommand: () => GetCollaborationTrainedModelCommand,
|
|
48
64
|
GetConfiguredAudienceModelCommand: () => GetConfiguredAudienceModelCommand,
|
|
49
65
|
GetConfiguredAudienceModelPolicyCommand: () => GetConfiguredAudienceModelPolicyCommand,
|
|
66
|
+
GetConfiguredModelAlgorithmAssociationCommand: () => GetConfiguredModelAlgorithmAssociationCommand,
|
|
67
|
+
GetConfiguredModelAlgorithmCommand: () => GetConfiguredModelAlgorithmCommand,
|
|
68
|
+
GetMLConfigurationCommand: () => GetMLConfigurationCommand,
|
|
69
|
+
GetMLInputChannelCommand: () => GetMLInputChannelCommand,
|
|
70
|
+
GetMLInputChannelResponseFilterSensitiveLog: () => GetMLInputChannelResponseFilterSensitiveLog,
|
|
71
|
+
GetTrainedModelCommand: () => GetTrainedModelCommand,
|
|
72
|
+
GetTrainedModelInferenceJobCommand: () => GetTrainedModelInferenceJobCommand,
|
|
50
73
|
GetTrainingDatasetCommand: () => GetTrainingDatasetCommand,
|
|
74
|
+
InferenceInstanceType: () => InferenceInstanceType,
|
|
75
|
+
InputChannelDataSource: () => InputChannelDataSource,
|
|
76
|
+
InputChannelDataSourceFilterSensitiveLog: () => InputChannelDataSourceFilterSensitiveLog,
|
|
77
|
+
InputChannelFilterSensitiveLog: () => InputChannelFilterSensitiveLog,
|
|
51
78
|
ListAudienceExportJobsCommand: () => ListAudienceExportJobsCommand,
|
|
52
79
|
ListAudienceGenerationJobsCommand: () => ListAudienceGenerationJobsCommand,
|
|
53
80
|
ListAudienceModelsCommand: () => ListAudienceModelsCommand,
|
|
81
|
+
ListCollaborationConfiguredModelAlgorithmAssociationsCommand: () => ListCollaborationConfiguredModelAlgorithmAssociationsCommand,
|
|
82
|
+
ListCollaborationMLInputChannelsCommand: () => ListCollaborationMLInputChannelsCommand,
|
|
83
|
+
ListCollaborationTrainedModelExportJobsCommand: () => ListCollaborationTrainedModelExportJobsCommand,
|
|
84
|
+
ListCollaborationTrainedModelInferenceJobsCommand: () => ListCollaborationTrainedModelInferenceJobsCommand,
|
|
85
|
+
ListCollaborationTrainedModelsCommand: () => ListCollaborationTrainedModelsCommand,
|
|
54
86
|
ListConfiguredAudienceModelsCommand: () => ListConfiguredAudienceModelsCommand,
|
|
87
|
+
ListConfiguredModelAlgorithmAssociationsCommand: () => ListConfiguredModelAlgorithmAssociationsCommand,
|
|
88
|
+
ListConfiguredModelAlgorithmsCommand: () => ListConfiguredModelAlgorithmsCommand,
|
|
89
|
+
ListMLInputChannelsCommand: () => ListMLInputChannelsCommand,
|
|
55
90
|
ListTagsForResourceCommand: () => ListTagsForResourceCommand,
|
|
91
|
+
ListTrainedModelInferenceJobsCommand: () => ListTrainedModelInferenceJobsCommand,
|
|
92
|
+
ListTrainedModelsCommand: () => ListTrainedModelsCommand,
|
|
56
93
|
ListTrainingDatasetsCommand: () => ListTrainingDatasetsCommand,
|
|
94
|
+
LogsStatus: () => LogsStatus,
|
|
95
|
+
MLInputChannelStatus: () => MLInputChannelStatus,
|
|
96
|
+
MetricsStatus: () => MetricsStatus,
|
|
97
|
+
NoiseLevelType: () => NoiseLevelType,
|
|
57
98
|
PolicyExistenceCondition: () => PolicyExistenceCondition,
|
|
99
|
+
ProtectedQueryInputParametersFilterSensitiveLog: () => ProtectedQueryInputParametersFilterSensitiveLog,
|
|
58
100
|
ProtectedQuerySQLParametersFilterSensitiveLog: () => ProtectedQuerySQLParametersFilterSensitiveLog,
|
|
59
101
|
PutConfiguredAudienceModelPolicyCommand: () => PutConfiguredAudienceModelPolicyCommand,
|
|
102
|
+
PutMLConfigurationCommand: () => PutMLConfigurationCommand,
|
|
60
103
|
ResourceNotFoundException: () => ResourceNotFoundException,
|
|
61
104
|
ServiceQuotaExceededException: () => ServiceQuotaExceededException,
|
|
62
105
|
SharedAudienceMetrics: () => SharedAudienceMetrics,
|
|
63
106
|
StartAudienceExportJobCommand: () => StartAudienceExportJobCommand,
|
|
64
107
|
StartAudienceGenerationJobCommand: () => StartAudienceGenerationJobCommand,
|
|
65
108
|
StartAudienceGenerationJobRequestFilterSensitiveLog: () => StartAudienceGenerationJobRequestFilterSensitiveLog,
|
|
109
|
+
StartTrainedModelExportJobCommand: () => StartTrainedModelExportJobCommand,
|
|
110
|
+
StartTrainedModelInferenceJobCommand: () => StartTrainedModelInferenceJobCommand,
|
|
66
111
|
TagOnCreatePolicy: () => TagOnCreatePolicy,
|
|
67
112
|
TagResourceCommand: () => TagResourceCommand,
|
|
113
|
+
TrainedModelExportFileType: () => TrainedModelExportFileType,
|
|
114
|
+
TrainedModelExportJobStatus: () => TrainedModelExportJobStatus,
|
|
115
|
+
TrainedModelExportsMaxSizeUnitType: () => TrainedModelExportsMaxSizeUnitType,
|
|
116
|
+
TrainedModelInferenceJobStatus: () => TrainedModelInferenceJobStatus,
|
|
117
|
+
TrainedModelInferenceMaxOutputSizeUnitType: () => TrainedModelInferenceMaxOutputSizeUnitType,
|
|
118
|
+
TrainedModelStatus: () => TrainedModelStatus,
|
|
68
119
|
TrainingDatasetStatus: () => TrainingDatasetStatus,
|
|
69
120
|
UntagResourceCommand: () => UntagResourceCommand,
|
|
70
121
|
UpdateConfiguredAudienceModelCommand: () => UpdateConfiguredAudienceModelCommand,
|
|
71
122
|
ValidationException: () => ValidationException,
|
|
123
|
+
WorkerComputeType: () => WorkerComputeType,
|
|
124
|
+
_InstanceType: () => _InstanceType,
|
|
72
125
|
__Client: () => import_smithy_client.Client,
|
|
73
126
|
paginateListAudienceExportJobs: () => paginateListAudienceExportJobs,
|
|
74
127
|
paginateListAudienceGenerationJobs: () => paginateListAudienceGenerationJobs,
|
|
75
128
|
paginateListAudienceModels: () => paginateListAudienceModels,
|
|
129
|
+
paginateListCollaborationConfiguredModelAlgorithmAssociations: () => paginateListCollaborationConfiguredModelAlgorithmAssociations,
|
|
130
|
+
paginateListCollaborationMLInputChannels: () => paginateListCollaborationMLInputChannels,
|
|
131
|
+
paginateListCollaborationTrainedModelExportJobs: () => paginateListCollaborationTrainedModelExportJobs,
|
|
132
|
+
paginateListCollaborationTrainedModelInferenceJobs: () => paginateListCollaborationTrainedModelInferenceJobs,
|
|
133
|
+
paginateListCollaborationTrainedModels: () => paginateListCollaborationTrainedModels,
|
|
76
134
|
paginateListConfiguredAudienceModels: () => paginateListConfiguredAudienceModels,
|
|
135
|
+
paginateListConfiguredModelAlgorithmAssociations: () => paginateListConfiguredModelAlgorithmAssociations,
|
|
136
|
+
paginateListConfiguredModelAlgorithms: () => paginateListConfiguredModelAlgorithms,
|
|
137
|
+
paginateListMLInputChannels: () => paginateListMLInputChannels,
|
|
138
|
+
paginateListTrainedModelInferenceJobs: () => paginateListTrainedModelInferenceJobs,
|
|
139
|
+
paginateListTrainedModels: () => paginateListTrainedModels,
|
|
77
140
|
paginateListTrainingDatasets: () => paginateListTrainingDatasets
|
|
78
141
|
});
|
|
79
142
|
module.exports = __toCommonJS(src_exports);
|
|
@@ -218,7 +281,7 @@ var CleanRoomsMLClient = _CleanRoomsMLClient;
|
|
|
218
281
|
// src/CleanRoomsML.ts
|
|
219
282
|
|
|
220
283
|
|
|
221
|
-
// src/commands/
|
|
284
|
+
// src/commands/CancelTrainedModelCommand.ts
|
|
222
285
|
|
|
223
286
|
var import_middleware_serde = require("@smithy/middleware-serde");
|
|
224
287
|
|
|
@@ -372,6 +435,276 @@ var PolicyExistenceCondition = {
|
|
|
372
435
|
POLICY_MUST_EXIST: "POLICY_MUST_EXIST",
|
|
373
436
|
POLICY_MUST_NOT_EXIST: "POLICY_MUST_NOT_EXIST"
|
|
374
437
|
};
|
|
438
|
+
var TrainedModelExportFileType = {
|
|
439
|
+
MODEL: "MODEL",
|
|
440
|
+
OUTPUT: "OUTPUT"
|
|
441
|
+
};
|
|
442
|
+
var TrainedModelExportsMaxSizeUnitType = {
|
|
443
|
+
GB: "GB"
|
|
444
|
+
};
|
|
445
|
+
var TrainedModelInferenceMaxOutputSizeUnitType = {
|
|
446
|
+
GB: "GB"
|
|
447
|
+
};
|
|
448
|
+
var NoiseLevelType = {
|
|
449
|
+
HIGH: "HIGH",
|
|
450
|
+
LOW: "LOW",
|
|
451
|
+
MEDIUM: "MEDIUM",
|
|
452
|
+
NONE: "NONE"
|
|
453
|
+
};
|
|
454
|
+
var MLInputChannelStatus = {
|
|
455
|
+
ACTIVE: "ACTIVE",
|
|
456
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
457
|
+
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
458
|
+
CREATE_PENDING: "CREATE_PENDING",
|
|
459
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
460
|
+
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
461
|
+
DELETE_PENDING: "DELETE_PENDING",
|
|
462
|
+
INACTIVE: "INACTIVE"
|
|
463
|
+
};
|
|
464
|
+
var TrainedModelExportJobStatus = {
|
|
465
|
+
ACTIVE: "ACTIVE",
|
|
466
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
467
|
+
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
468
|
+
CREATE_PENDING: "CREATE_PENDING"
|
|
469
|
+
};
|
|
470
|
+
var LogsStatus = {
|
|
471
|
+
PUBLISH_FAILED: "PUBLISH_FAILED",
|
|
472
|
+
PUBLISH_SUCCEEDED: "PUBLISH_SUCCEEDED"
|
|
473
|
+
};
|
|
474
|
+
var MetricsStatus = {
|
|
475
|
+
PUBLISH_FAILED: "PUBLISH_FAILED",
|
|
476
|
+
PUBLISH_SUCCEEDED: "PUBLISH_SUCCEEDED"
|
|
477
|
+
};
|
|
478
|
+
var TrainedModelInferenceJobStatus = {
|
|
479
|
+
ACTIVE: "ACTIVE",
|
|
480
|
+
CANCEL_FAILED: "CANCEL_FAILED",
|
|
481
|
+
CANCEL_IN_PROGRESS: "CANCEL_IN_PROGRESS",
|
|
482
|
+
CANCEL_PENDING: "CANCEL_PENDING",
|
|
483
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
484
|
+
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
485
|
+
CREATE_PENDING: "CREATE_PENDING",
|
|
486
|
+
INACTIVE: "INACTIVE"
|
|
487
|
+
};
|
|
488
|
+
var TrainedModelStatus = {
|
|
489
|
+
ACTIVE: "ACTIVE",
|
|
490
|
+
CANCEL_FAILED: "CANCEL_FAILED",
|
|
491
|
+
CANCEL_IN_PROGRESS: "CANCEL_IN_PROGRESS",
|
|
492
|
+
CANCEL_PENDING: "CANCEL_PENDING",
|
|
493
|
+
CREATE_FAILED: "CREATE_FAILED",
|
|
494
|
+
CREATE_IN_PROGRESS: "CREATE_IN_PROGRESS",
|
|
495
|
+
CREATE_PENDING: "CREATE_PENDING",
|
|
496
|
+
DELETE_FAILED: "DELETE_FAILED",
|
|
497
|
+
DELETE_IN_PROGRESS: "DELETE_IN_PROGRESS",
|
|
498
|
+
DELETE_PENDING: "DELETE_PENDING",
|
|
499
|
+
INACTIVE: "INACTIVE"
|
|
500
|
+
};
|
|
501
|
+
var WorkerComputeType = {
|
|
502
|
+
CR1X: "CR.1X",
|
|
503
|
+
CR4X: "CR.4X"
|
|
504
|
+
};
|
|
505
|
+
var ComputeConfiguration;
|
|
506
|
+
((ComputeConfiguration3) => {
|
|
507
|
+
ComputeConfiguration3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
508
|
+
if (value.worker !== void 0)
|
|
509
|
+
return visitor.worker(value.worker);
|
|
510
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
511
|
+
}, "visit");
|
|
512
|
+
})(ComputeConfiguration || (ComputeConfiguration = {}));
|
|
513
|
+
var InputChannelDataSource;
|
|
514
|
+
((InputChannelDataSource3) => {
|
|
515
|
+
InputChannelDataSource3.visit = /* @__PURE__ */ __name((value, visitor) => {
|
|
516
|
+
if (value.protectedQueryInputParameters !== void 0)
|
|
517
|
+
return visitor.protectedQueryInputParameters(value.protectedQueryInputParameters);
|
|
518
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
519
|
+
}, "visit");
|
|
520
|
+
})(InputChannelDataSource || (InputChannelDataSource = {}));
|
|
521
|
+
var _InstanceType = {
|
|
522
|
+
ML_C4_2XLARGE: "ml.c4.2xlarge",
|
|
523
|
+
ML_C4_4XLARGE: "ml.c4.4xlarge",
|
|
524
|
+
ML_C4_8XLARGE: "ml.c4.8xlarge",
|
|
525
|
+
ML_C4_XLARGE: "ml.c4.xlarge",
|
|
526
|
+
ML_C5N_18XLARGE: "ml.c5n.18xlarge",
|
|
527
|
+
ML_C5N_2XLARGE: "ml.c5n.2xlarge",
|
|
528
|
+
ML_C5N_4XLARGE: "ml.c5n.4xlarge",
|
|
529
|
+
ML_C5N_9XLARGE: "ml.c5n.9xlarge",
|
|
530
|
+
ML_C5N_XLARGE: "ml.c5n.xlarge",
|
|
531
|
+
ML_C5_18XLARGE: "ml.c5.18xlarge",
|
|
532
|
+
ML_C5_2XLARGE: "ml.c5.2xlarge",
|
|
533
|
+
ML_C5_4XLARGE: "ml.c5.4xlarge",
|
|
534
|
+
ML_C5_9XLARGE: "ml.c5.9xlarge",
|
|
535
|
+
ML_C5_XLARGE: "ml.c5.xlarge",
|
|
536
|
+
ML_C6I_12XLARGE: "ml.c6i.12xlarge",
|
|
537
|
+
ML_C6I_16XLARGE: "ml.c6i.16xlarge",
|
|
538
|
+
ML_C6I_24XLARGE: "ml.c6i.24xlarge",
|
|
539
|
+
ML_C6I_2XLARGE: "ml.c6i.2xlarge",
|
|
540
|
+
ML_C6I_32XLARGE: "ml.c6i.32xlarge",
|
|
541
|
+
ML_C6I_4XLARGE: "ml.c6i.4xlarge",
|
|
542
|
+
ML_C6I_8XLARGE: "ml.c6i.8xlarge",
|
|
543
|
+
ML_C6I_XLARGE: "ml.c6i.xlarge",
|
|
544
|
+
ML_G4DN_12XLARGE: "ml.g4dn.12xlarge",
|
|
545
|
+
ML_G4DN_16XLARGE: "ml.g4dn.16xlarge",
|
|
546
|
+
ML_G4DN_2XLARGE: "ml.g4dn.2xlarge",
|
|
547
|
+
ML_G4DN_4XLARGE: "ml.g4dn.4xlarge",
|
|
548
|
+
ML_G4DN_8XLARGE: "ml.g4dn.8xlarge",
|
|
549
|
+
ML_G4DN_XLARGE: "ml.g4dn.xlarge",
|
|
550
|
+
ML_G5_12XLARGE: "ml.g5.12xlarge",
|
|
551
|
+
ML_G5_16XLARGE: "ml.g5.16xlarge",
|
|
552
|
+
ML_G5_24XLARGE: "ml.g5.24xlarge",
|
|
553
|
+
ML_G5_2XLARGE: "ml.g5.2xlarge",
|
|
554
|
+
ML_G5_48XLARGE: "ml.g5.48xlarge",
|
|
555
|
+
ML_G5_4XLARGE: "ml.g5.4xlarge",
|
|
556
|
+
ML_G5_8XLARGE: "ml.g5.8xlarge",
|
|
557
|
+
ML_G5_XLARGE: "ml.g5.xlarge",
|
|
558
|
+
ML_M4_10XLARGE: "ml.m4.10xlarge",
|
|
559
|
+
ML_M4_16XLARGE: "ml.m4.16xlarge",
|
|
560
|
+
ML_M4_2XLARGE: "ml.m4.2xlarge",
|
|
561
|
+
ML_M4_4XLARGE: "ml.m4.4xlarge",
|
|
562
|
+
ML_M4_XLARGE: "ml.m4.xlarge",
|
|
563
|
+
ML_M5_12XLARGE: "ml.m5.12xlarge",
|
|
564
|
+
ML_M5_24XLARGE: "ml.m5.24xlarge",
|
|
565
|
+
ML_M5_2XLARGE: "ml.m5.2xlarge",
|
|
566
|
+
ML_M5_4XLARGE: "ml.m5.4xlarge",
|
|
567
|
+
ML_M5_LARGE: "ml.m5.large",
|
|
568
|
+
ML_M5_XLARGE: "ml.m5.xlarge",
|
|
569
|
+
ML_M6I_12XLARGE: "ml.m6i.12xlarge",
|
|
570
|
+
ML_M6I_16XLARGE: "ml.m6i.16xlarge",
|
|
571
|
+
ML_M6I_24XLARGE: "ml.m6i.24xlarge",
|
|
572
|
+
ML_M6I_2XLARGE: "ml.m6i.2xlarge",
|
|
573
|
+
ML_M6I_32XLARGE: "ml.m6i.32xlarge",
|
|
574
|
+
ML_M6I_4XLARGE: "ml.m6i.4xlarge",
|
|
575
|
+
ML_M6I_8XLARGE: "ml.m6i.8xlarge",
|
|
576
|
+
ML_M6I_LARGE: "ml.m6i.large",
|
|
577
|
+
ML_M6I_XLARGE: "ml.m6i.xlarge",
|
|
578
|
+
ML_P2_16XLARGE: "ml.p2.16xlarge",
|
|
579
|
+
ML_P2_8XLARGE: "ml.p2.8xlarge",
|
|
580
|
+
ML_P2_XLARGE: "ml.p2.xlarge",
|
|
581
|
+
ML_P3DN_24XLARGE: "ml.p3dn.24xlarge",
|
|
582
|
+
ML_P3_16XLARGE: "ml.p3.16xlarge",
|
|
583
|
+
ML_P3_2XLARGE: "ml.p3.2xlarge",
|
|
584
|
+
ML_P3_8XLARGE: "ml.p3.8xlarge",
|
|
585
|
+
ML_P4DE_24XLARGE: "ml.p4de.24xlarge",
|
|
586
|
+
ML_P4D_24XLARGE: "ml.p4d.24xlarge",
|
|
587
|
+
ML_P5_48XLARGE: "ml.p5.48xlarge",
|
|
588
|
+
ML_R5D_12XLARGE: "ml.r5d.12xlarge",
|
|
589
|
+
ML_R5D_16XLARGE: "ml.r5d.16xlarge",
|
|
590
|
+
ML_R5D_24XLARGE: "ml.r5d.24xlarge",
|
|
591
|
+
ML_R5D_2XLARGE: "ml.r5d.2xlarge",
|
|
592
|
+
ML_R5D_4XLARGE: "ml.r5d.4xlarge",
|
|
593
|
+
ML_R5D_8XLARGE: "ml.r5d.8xlarge",
|
|
594
|
+
ML_R5D_LARGE: "ml.r5d.large",
|
|
595
|
+
ML_R5D_XLARGE: "ml.r5d.xlarge",
|
|
596
|
+
ML_R5_12XLARGE: "ml.r5.12xlarge",
|
|
597
|
+
ML_R5_16XLARGE: "ml.r5.16xlarge",
|
|
598
|
+
ML_R5_24XLARGE: "ml.r5.24xlarge",
|
|
599
|
+
ML_R5_2XLARGE: "ml.r5.2xlarge",
|
|
600
|
+
ML_R5_4XLARGE: "ml.r5.4xlarge",
|
|
601
|
+
ML_R5_8XLARGE: "ml.r5.8xlarge",
|
|
602
|
+
ML_R5_LARGE: "ml.r5.large",
|
|
603
|
+
ML_R5_XLARGE: "ml.r5.xlarge",
|
|
604
|
+
ML_T3_2XLARGE: "ml.t3.2xlarge",
|
|
605
|
+
ML_T3_LARGE: "ml.t3.large",
|
|
606
|
+
ML_T3_MEDIUM: "ml.t3.medium",
|
|
607
|
+
ML_T3_XLARGE: "ml.t3.xlarge",
|
|
608
|
+
ML_TRN1N_32XLARGE: "ml.trn1n.32xlarge",
|
|
609
|
+
ML_TRN1_2XLARGE: "ml.trn1.2xlarge",
|
|
610
|
+
ML_TRN1_32XLARGE: "ml.trn1.32xlarge"
|
|
611
|
+
};
|
|
612
|
+
var InferenceInstanceType = {
|
|
613
|
+
ML_C4_2XLARGE: "ml.c4.2xlarge",
|
|
614
|
+
ML_C4_4XLARGE: "ml.c4.4xlarge",
|
|
615
|
+
ML_C4_8XLARGE: "ml.c4.8xlarge",
|
|
616
|
+
ML_C4_XLARGE: "ml.c4.xlarge",
|
|
617
|
+
ML_C5_18XLARGE: "ml.c5.18xlarge",
|
|
618
|
+
ML_C5_2XLARGE: "ml.c5.2xlarge",
|
|
619
|
+
ML_C5_4XLARGE: "ml.c5.4xlarge",
|
|
620
|
+
ML_C5_9XLARGE: "ml.c5.9xlarge",
|
|
621
|
+
ML_C5_XLARGE: "ml.c5.xlarge",
|
|
622
|
+
ML_C6I_12XLARGE: "ml.c6i.12xlarge",
|
|
623
|
+
ML_C6I_16XLARGE: "ml.c6i.16xlarge",
|
|
624
|
+
ML_C6I_24XLARGE: "ml.c6i.24xlarge",
|
|
625
|
+
ML_C6I_2XLARGE: "ml.c6i.2xlarge",
|
|
626
|
+
ML_C6I_32XLARGE: "ml.c6i.32xlarge",
|
|
627
|
+
ML_C6I_4XLARGE: "ml.c6i.4xlarge",
|
|
628
|
+
ML_C6I_8XLARGE: "ml.c6i.8xlarge",
|
|
629
|
+
ML_C6I_LARGE: "ml.c6i.large",
|
|
630
|
+
ML_C6I_XLARGE: "ml.c6i.xlarge",
|
|
631
|
+
ML_C7I_12XLARGE: "ml.c7i.12xlarge",
|
|
632
|
+
ML_C7I_16XLARGE: "ml.c7i.16xlarge",
|
|
633
|
+
ML_C7I_24XLARGE: "ml.c7i.24xlarge",
|
|
634
|
+
ML_C7I_2XLARGE: "ml.c7i.2xlarge",
|
|
635
|
+
ML_C7I_48XLARGE: "ml.c7i.48xlarge",
|
|
636
|
+
ML_C7I_4XLARGE: "ml.c7i.4xlarge",
|
|
637
|
+
ML_C7I_8XLARGE: "ml.c7i.8xlarge",
|
|
638
|
+
ML_C7I_LARGE: "ml.c7i.large",
|
|
639
|
+
ML_C7I_XLARGE: "ml.c7i.xlarge",
|
|
640
|
+
ML_G4DN_12XLARGE: "ml.g4dn.12xlarge",
|
|
641
|
+
ML_G4DN_16XLARGE: "ml.g4dn.16xlarge",
|
|
642
|
+
ML_G4DN_2XLARGE: "ml.g4dn.2xlarge",
|
|
643
|
+
ML_G4DN_4XLARGE: "ml.g4dn.4xlarge",
|
|
644
|
+
ML_G4DN_8XLARGE: "ml.g4dn.8xlarge",
|
|
645
|
+
ML_G4DN_XLARGE: "ml.g4dn.xlarge",
|
|
646
|
+
ML_G5_12XLARGE: "ml.g5.12xlarge",
|
|
647
|
+
ML_G5_16XLARGE: "ml.g5.16xlarge",
|
|
648
|
+
ML_G5_24XLARGE: "ml.g5.24xlarge",
|
|
649
|
+
ML_G5_2XLARGE: "ml.g5.2xlarge",
|
|
650
|
+
ML_G5_48XLARGE: "ml.g5.48xlarge",
|
|
651
|
+
ML_G5_4XLARGE: "ml.g5.4xlarge",
|
|
652
|
+
ML_G5_8XLARGE: "ml.g5.8xlarge",
|
|
653
|
+
ML_G5_XLARGE: "ml.g5.xlarge",
|
|
654
|
+
ML_M4_10XLARGE: "ml.m4.10xlarge",
|
|
655
|
+
ML_M4_16XLARGE: "ml.m4.16xlarge",
|
|
656
|
+
ML_M4_2XLARGE: "ml.m4.2xlarge",
|
|
657
|
+
ML_M4_4XLARGE: "ml.m4.4xlarge",
|
|
658
|
+
ML_M4_XLARGE: "ml.m4.xlarge",
|
|
659
|
+
ML_M5_12XLARGE: "ml.m5.12xlarge",
|
|
660
|
+
ML_M5_24XLARGE: "ml.m5.24xlarge",
|
|
661
|
+
ML_M5_2XLARGE: "ml.m5.2xlarge",
|
|
662
|
+
ML_M5_4XLARGE: "ml.m5.4xlarge",
|
|
663
|
+
ML_M5_LARGE: "ml.m5.large",
|
|
664
|
+
ML_M5_XLARGE: "ml.m5.xlarge",
|
|
665
|
+
ML_M6I_12XLARGE: "ml.m6i.12xlarge",
|
|
666
|
+
ML_M6I_16XLARGE: "ml.m6i.16xlarge",
|
|
667
|
+
ML_M6I_24XLARGE: "ml.m6i.24xlarge",
|
|
668
|
+
ML_M6I_2XLARGE: "ml.m6i.2xlarge",
|
|
669
|
+
ML_M6I_32XLARGE: "ml.m6i.32xlarge",
|
|
670
|
+
ML_M6I_4XLARGE: "ml.m6i.4xlarge",
|
|
671
|
+
ML_M6I_8XLARGE: "ml.m6i.8xlarge",
|
|
672
|
+
ML_M6I_LARGE: "ml.m6i.large",
|
|
673
|
+
ML_M6I_XLARGE: "ml.m6i.xlarge",
|
|
674
|
+
ML_M7I_12XLARGE: "ml.m7i.12xlarge",
|
|
675
|
+
ML_M7I_16XLARGE: "ml.m7i.16xlarge",
|
|
676
|
+
ML_M7I_24XLARGE: "ml.m7i.24xlarge",
|
|
677
|
+
ML_M7I_2XLARGE: "ml.m7i.2xlarge",
|
|
678
|
+
ML_M7I_48XLARGE: "ml.m7i.48xlarge",
|
|
679
|
+
ML_M7I_4XLARGE: "ml.m7i.4xlarge",
|
|
680
|
+
ML_M7I_8XLARGE: "ml.m7i.8xlarge",
|
|
681
|
+
ML_M7I_LARGE: "ml.m7i.large",
|
|
682
|
+
ML_M7I_XLARGE: "ml.m7i.xlarge",
|
|
683
|
+
ML_P2_16XLARGE: "ml.p2.16xlarge",
|
|
684
|
+
ML_P2_8XLARGE: "ml.p2.8xlarge",
|
|
685
|
+
ML_P2_XLARGE: "ml.p2.xlarge",
|
|
686
|
+
ML_P3_16XLARGE: "ml.p3.16xlarge",
|
|
687
|
+
ML_P3_2XLARGE: "ml.p3.2xlarge",
|
|
688
|
+
ML_P3_8XLARGE: "ml.p3.8xlarge",
|
|
689
|
+
ML_R6I_12XLARGE: "ml.r6i.12xlarge",
|
|
690
|
+
ML_R6I_16XLARGE: "ml.r6i.16xlarge",
|
|
691
|
+
ML_R6I_24XLARGE: "ml.r6i.24xlarge",
|
|
692
|
+
ML_R6I_2XLARGE: "ml.r6i.2xlarge",
|
|
693
|
+
ML_R6I_32XLARGE: "ml.r6i.32xlarge",
|
|
694
|
+
ML_R6I_4XLARGE: "ml.r6i.4xlarge",
|
|
695
|
+
ML_R6I_8XLARGE: "ml.r6i.8xlarge",
|
|
696
|
+
ML_R6I_LARGE: "ml.r6i.large",
|
|
697
|
+
ML_R6I_XLARGE: "ml.r6i.xlarge",
|
|
698
|
+
ML_R7I_12XLARGE: "ml.r7i.12xlarge",
|
|
699
|
+
ML_R7I_16XLARGE: "ml.r7i.16xlarge",
|
|
700
|
+
ML_R7I_24XLARGE: "ml.r7i.24xlarge",
|
|
701
|
+
ML_R7I_2XLARGE: "ml.r7i.2xlarge",
|
|
702
|
+
ML_R7I_48XLARGE: "ml.r7i.48xlarge",
|
|
703
|
+
ML_R7I_4XLARGE: "ml.r7i.4xlarge",
|
|
704
|
+
ML_R7I_8XLARGE: "ml.r7i.8xlarge",
|
|
705
|
+
ML_R7I_LARGE: "ml.r7i.large",
|
|
706
|
+
ML_R7I_XLARGE: "ml.r7i.xlarge"
|
|
707
|
+
};
|
|
375
708
|
var ColumnType = {
|
|
376
709
|
CATEGORICAL_FEATURE: "CATEGORICAL_FEATURE",
|
|
377
710
|
ITEM_ID: "ITEM_ID",
|
|
@@ -400,8 +733,53 @@ var StartAudienceGenerationJobRequestFilterSensitiveLog = /* @__PURE__ */ __name
|
|
|
400
733
|
...obj,
|
|
401
734
|
...obj.seedAudience && { seedAudience: AudienceGenerationJobDataSourceFilterSensitiveLog(obj.seedAudience) }
|
|
402
735
|
}), "StartAudienceGenerationJobRequestFilterSensitiveLog");
|
|
736
|
+
var ProtectedQueryInputParametersFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
737
|
+
...obj,
|
|
738
|
+
...obj.sqlParameters && { sqlParameters: import_smithy_client.SENSITIVE_STRING },
|
|
739
|
+
...obj.computeConfiguration && { computeConfiguration: obj.computeConfiguration }
|
|
740
|
+
}), "ProtectedQueryInputParametersFilterSensitiveLog");
|
|
741
|
+
var InputChannelDataSourceFilterSensitiveLog = /* @__PURE__ */ __name((obj) => {
|
|
742
|
+
if (obj.protectedQueryInputParameters !== void 0)
|
|
743
|
+
return {
|
|
744
|
+
protectedQueryInputParameters: ProtectedQueryInputParametersFilterSensitiveLog(obj.protectedQueryInputParameters)
|
|
745
|
+
};
|
|
746
|
+
if (obj.$unknown !== void 0)
|
|
747
|
+
return { [obj.$unknown[0]]: "UNKNOWN" };
|
|
748
|
+
}, "InputChannelDataSourceFilterSensitiveLog");
|
|
749
|
+
var InputChannelFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
750
|
+
...obj,
|
|
751
|
+
...obj.dataSource && { dataSource: InputChannelDataSourceFilterSensitiveLog(obj.dataSource) }
|
|
752
|
+
}), "InputChannelFilterSensitiveLog");
|
|
753
|
+
var CreateMLInputChannelRequestFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
754
|
+
...obj,
|
|
755
|
+
...obj.inputChannel && { inputChannel: InputChannelFilterSensitiveLog(obj.inputChannel) }
|
|
756
|
+
}), "CreateMLInputChannelRequestFilterSensitiveLog");
|
|
757
|
+
var GetMLInputChannelResponseFilterSensitiveLog = /* @__PURE__ */ __name((obj) => ({
|
|
758
|
+
...obj,
|
|
759
|
+
...obj.inputChannel && { inputChannel: InputChannelFilterSensitiveLog(obj.inputChannel) }
|
|
760
|
+
}), "GetMLInputChannelResponseFilterSensitiveLog");
|
|
403
761
|
|
|
404
762
|
// src/protocols/Aws_restJson1.ts
|
|
763
|
+
var se_CancelTrainedModelCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
764
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
765
|
+
const headers = {};
|
|
766
|
+
b.bp("/memberships/{membershipIdentifier}/trained-models/{trainedModelArn}");
|
|
767
|
+
b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
|
|
768
|
+
b.p("trainedModelArn", () => input.trainedModelArn, "{trainedModelArn}", false);
|
|
769
|
+
let body;
|
|
770
|
+
b.m("PATCH").h(headers).b(body);
|
|
771
|
+
return b.build();
|
|
772
|
+
}, "se_CancelTrainedModelCommand");
|
|
773
|
+
var se_CancelTrainedModelInferenceJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
774
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
775
|
+
const headers = {};
|
|
776
|
+
b.bp("/memberships/{membershipIdentifier}/trained-model-inference-jobs/{trainedModelInferenceJobArn}");
|
|
777
|
+
b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
|
|
778
|
+
b.p("trainedModelInferenceJobArn", () => input.trainedModelInferenceJobArn, "{trainedModelInferenceJobArn}", false);
|
|
779
|
+
let body;
|
|
780
|
+
b.m("PATCH").h(headers).b(body);
|
|
781
|
+
return b.build();
|
|
782
|
+
}, "se_CancelTrainedModelInferenceJobCommand");
|
|
405
783
|
var se_CreateAudienceModelCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
406
784
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
407
785
|
const headers = {
|
|
@@ -446,6 +824,94 @@ var se_CreateConfiguredAudienceModelCommand = /* @__PURE__ */ __name(async (inpu
|
|
|
446
824
|
b.m("POST").h(headers).b(body);
|
|
447
825
|
return b.build();
|
|
448
826
|
}, "se_CreateConfiguredAudienceModelCommand");
|
|
827
|
+
var se_CreateConfiguredModelAlgorithmCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
828
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
829
|
+
const headers = {
|
|
830
|
+
"content-type": "application/json"
|
|
831
|
+
};
|
|
832
|
+
b.bp("/configured-model-algorithms");
|
|
833
|
+
let body;
|
|
834
|
+
body = JSON.stringify(
|
|
835
|
+
(0, import_smithy_client.take)(input, {
|
|
836
|
+
description: [],
|
|
837
|
+
inferenceContainerConfig: (_) => (0, import_smithy_client._json)(_),
|
|
838
|
+
kmsKeyArn: [],
|
|
839
|
+
name: [],
|
|
840
|
+
roleArn: [],
|
|
841
|
+
tags: (_) => (0, import_smithy_client._json)(_),
|
|
842
|
+
trainingContainerConfig: (_) => (0, import_smithy_client._json)(_)
|
|
843
|
+
})
|
|
844
|
+
);
|
|
845
|
+
b.m("POST").h(headers).b(body);
|
|
846
|
+
return b.build();
|
|
847
|
+
}, "se_CreateConfiguredModelAlgorithmCommand");
|
|
848
|
+
var se_CreateConfiguredModelAlgorithmAssociationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
849
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
850
|
+
const headers = {
|
|
851
|
+
"content-type": "application/json"
|
|
852
|
+
};
|
|
853
|
+
b.bp("/memberships/{membershipIdentifier}/configured-model-algorithm-associations");
|
|
854
|
+
b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
|
|
855
|
+
let body;
|
|
856
|
+
body = JSON.stringify(
|
|
857
|
+
(0, import_smithy_client.take)(input, {
|
|
858
|
+
configuredModelAlgorithmArn: [],
|
|
859
|
+
description: [],
|
|
860
|
+
name: [],
|
|
861
|
+
privacyConfiguration: (_) => se_PrivacyConfiguration(_, context),
|
|
862
|
+
tags: (_) => (0, import_smithy_client._json)(_)
|
|
863
|
+
})
|
|
864
|
+
);
|
|
865
|
+
b.m("POST").h(headers).b(body);
|
|
866
|
+
return b.build();
|
|
867
|
+
}, "se_CreateConfiguredModelAlgorithmAssociationCommand");
|
|
868
|
+
var se_CreateMLInputChannelCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
869
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
870
|
+
const headers = {
|
|
871
|
+
"content-type": "application/json"
|
|
872
|
+
};
|
|
873
|
+
b.bp("/memberships/{membershipIdentifier}/ml-input-channels");
|
|
874
|
+
b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
|
|
875
|
+
let body;
|
|
876
|
+
body = JSON.stringify(
|
|
877
|
+
(0, import_smithy_client.take)(input, {
|
|
878
|
+
configuredModelAlgorithmAssociations: (_) => (0, import_smithy_client._json)(_),
|
|
879
|
+
description: [],
|
|
880
|
+
inputChannel: (_) => (0, import_smithy_client._json)(_),
|
|
881
|
+
kmsKeyArn: [],
|
|
882
|
+
name: [],
|
|
883
|
+
retentionInDays: [],
|
|
884
|
+
tags: (_) => (0, import_smithy_client._json)(_)
|
|
885
|
+
})
|
|
886
|
+
);
|
|
887
|
+
b.m("POST").h(headers).b(body);
|
|
888
|
+
return b.build();
|
|
889
|
+
}, "se_CreateMLInputChannelCommand");
|
|
890
|
+
var se_CreateTrainedModelCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
891
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
892
|
+
const headers = {
|
|
893
|
+
"content-type": "application/json"
|
|
894
|
+
};
|
|
895
|
+
b.bp("/memberships/{membershipIdentifier}/trained-models");
|
|
896
|
+
b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
|
|
897
|
+
let body;
|
|
898
|
+
body = JSON.stringify(
|
|
899
|
+
(0, import_smithy_client.take)(input, {
|
|
900
|
+
configuredModelAlgorithmAssociationArn: [],
|
|
901
|
+
dataChannels: (_) => (0, import_smithy_client._json)(_),
|
|
902
|
+
description: [],
|
|
903
|
+
environment: (_) => (0, import_smithy_client._json)(_),
|
|
904
|
+
hyperparameters: (_) => (0, import_smithy_client._json)(_),
|
|
905
|
+
kmsKeyArn: [],
|
|
906
|
+
name: [],
|
|
907
|
+
resourceConfig: (_) => (0, import_smithy_client._json)(_),
|
|
908
|
+
stoppingCondition: (_) => (0, import_smithy_client._json)(_),
|
|
909
|
+
tags: (_) => (0, import_smithy_client._json)(_)
|
|
910
|
+
})
|
|
911
|
+
);
|
|
912
|
+
b.m("POST").h(headers).b(body);
|
|
913
|
+
return b.build();
|
|
914
|
+
}, "se_CreateTrainedModelCommand");
|
|
449
915
|
var se_CreateTrainingDatasetCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
450
916
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
451
917
|
const headers = {
|
|
@@ -501,6 +967,61 @@ var se_DeleteConfiguredAudienceModelPolicyCommand = /* @__PURE__ */ __name(async
|
|
|
501
967
|
b.m("DELETE").h(headers).b(body);
|
|
502
968
|
return b.build();
|
|
503
969
|
}, "se_DeleteConfiguredAudienceModelPolicyCommand");
|
|
970
|
+
var se_DeleteConfiguredModelAlgorithmCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
971
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
972
|
+
const headers = {};
|
|
973
|
+
b.bp("/configured-model-algorithms/{configuredModelAlgorithmArn}");
|
|
974
|
+
b.p("configuredModelAlgorithmArn", () => input.configuredModelAlgorithmArn, "{configuredModelAlgorithmArn}", false);
|
|
975
|
+
let body;
|
|
976
|
+
b.m("DELETE").h(headers).b(body);
|
|
977
|
+
return b.build();
|
|
978
|
+
}, "se_DeleteConfiguredModelAlgorithmCommand");
|
|
979
|
+
var se_DeleteConfiguredModelAlgorithmAssociationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
980
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
981
|
+
const headers = {};
|
|
982
|
+
b.bp(
|
|
983
|
+
"/memberships/{membershipIdentifier}/configured-model-algorithm-associations/{configuredModelAlgorithmAssociationArn}"
|
|
984
|
+
);
|
|
985
|
+
b.p(
|
|
986
|
+
"configuredModelAlgorithmAssociationArn",
|
|
987
|
+
() => input.configuredModelAlgorithmAssociationArn,
|
|
988
|
+
"{configuredModelAlgorithmAssociationArn}",
|
|
989
|
+
false
|
|
990
|
+
);
|
|
991
|
+
b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
|
|
992
|
+
let body;
|
|
993
|
+
b.m("DELETE").h(headers).b(body);
|
|
994
|
+
return b.build();
|
|
995
|
+
}, "se_DeleteConfiguredModelAlgorithmAssociationCommand");
|
|
996
|
+
var se_DeleteMLConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
997
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
998
|
+
const headers = {};
|
|
999
|
+
b.bp("/memberships/{membershipIdentifier}/ml-configurations");
|
|
1000
|
+
b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
|
|
1001
|
+
let body;
|
|
1002
|
+
b.m("DELETE").h(headers).b(body);
|
|
1003
|
+
return b.build();
|
|
1004
|
+
}, "se_DeleteMLConfigurationCommand");
|
|
1005
|
+
var se_DeleteMLInputChannelDataCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1006
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1007
|
+
const headers = {};
|
|
1008
|
+
b.bp("/memberships/{membershipIdentifier}/ml-input-channels/{mlInputChannelArn}");
|
|
1009
|
+
b.p("mlInputChannelArn", () => input.mlInputChannelArn, "{mlInputChannelArn}", false);
|
|
1010
|
+
b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
|
|
1011
|
+
let body;
|
|
1012
|
+
b.m("DELETE").h(headers).b(body);
|
|
1013
|
+
return b.build();
|
|
1014
|
+
}, "se_DeleteMLInputChannelDataCommand");
|
|
1015
|
+
var se_DeleteTrainedModelOutputCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1016
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1017
|
+
const headers = {};
|
|
1018
|
+
b.bp("/memberships/{membershipIdentifier}/trained-models/{trainedModelArn}");
|
|
1019
|
+
b.p("trainedModelArn", () => input.trainedModelArn, "{trainedModelArn}", false);
|
|
1020
|
+
b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
|
|
1021
|
+
let body;
|
|
1022
|
+
b.m("DELETE").h(headers).b(body);
|
|
1023
|
+
return b.build();
|
|
1024
|
+
}, "se_DeleteTrainedModelOutputCommand");
|
|
504
1025
|
var se_DeleteTrainingDatasetCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
505
1026
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
506
1027
|
const headers = {};
|
|
@@ -528,6 +1049,43 @@ var se_GetAudienceModelCommand = /* @__PURE__ */ __name(async (input, context) =
|
|
|
528
1049
|
b.m("GET").h(headers).b(body);
|
|
529
1050
|
return b.build();
|
|
530
1051
|
}, "se_GetAudienceModelCommand");
|
|
1052
|
+
var se_GetCollaborationConfiguredModelAlgorithmAssociationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1053
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1054
|
+
const headers = {};
|
|
1055
|
+
b.bp(
|
|
1056
|
+
"/collaborations/{collaborationIdentifier}/configured-model-algorithm-associations/{configuredModelAlgorithmAssociationArn}"
|
|
1057
|
+
);
|
|
1058
|
+
b.p(
|
|
1059
|
+
"configuredModelAlgorithmAssociationArn",
|
|
1060
|
+
() => input.configuredModelAlgorithmAssociationArn,
|
|
1061
|
+
"{configuredModelAlgorithmAssociationArn}",
|
|
1062
|
+
false
|
|
1063
|
+
);
|
|
1064
|
+
b.p("collaborationIdentifier", () => input.collaborationIdentifier, "{collaborationIdentifier}", false);
|
|
1065
|
+
let body;
|
|
1066
|
+
b.m("GET").h(headers).b(body);
|
|
1067
|
+
return b.build();
|
|
1068
|
+
}, "se_GetCollaborationConfiguredModelAlgorithmAssociationCommand");
|
|
1069
|
+
var se_GetCollaborationMLInputChannelCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1070
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1071
|
+
const headers = {};
|
|
1072
|
+
b.bp("/collaborations/{collaborationIdentifier}/ml-input-channels/{mlInputChannelArn}");
|
|
1073
|
+
b.p("mlInputChannelArn", () => input.mlInputChannelArn, "{mlInputChannelArn}", false);
|
|
1074
|
+
b.p("collaborationIdentifier", () => input.collaborationIdentifier, "{collaborationIdentifier}", false);
|
|
1075
|
+
let body;
|
|
1076
|
+
b.m("GET").h(headers).b(body);
|
|
1077
|
+
return b.build();
|
|
1078
|
+
}, "se_GetCollaborationMLInputChannelCommand");
|
|
1079
|
+
var se_GetCollaborationTrainedModelCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1080
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1081
|
+
const headers = {};
|
|
1082
|
+
b.bp("/collaborations/{collaborationIdentifier}/trained-models/{trainedModelArn}");
|
|
1083
|
+
b.p("trainedModelArn", () => input.trainedModelArn, "{trainedModelArn}", false);
|
|
1084
|
+
b.p("collaborationIdentifier", () => input.collaborationIdentifier, "{collaborationIdentifier}", false);
|
|
1085
|
+
let body;
|
|
1086
|
+
b.m("GET").h(headers).b(body);
|
|
1087
|
+
return b.build();
|
|
1088
|
+
}, "se_GetCollaborationTrainedModelCommand");
|
|
531
1089
|
var se_GetConfiguredAudienceModelCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
532
1090
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
533
1091
|
const headers = {};
|
|
@@ -546,6 +1104,71 @@ var se_GetConfiguredAudienceModelPolicyCommand = /* @__PURE__ */ __name(async (i
|
|
|
546
1104
|
b.m("GET").h(headers).b(body);
|
|
547
1105
|
return b.build();
|
|
548
1106
|
}, "se_GetConfiguredAudienceModelPolicyCommand");
|
|
1107
|
+
var se_GetConfiguredModelAlgorithmCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1108
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1109
|
+
const headers = {};
|
|
1110
|
+
b.bp("/configured-model-algorithms/{configuredModelAlgorithmArn}");
|
|
1111
|
+
b.p("configuredModelAlgorithmArn", () => input.configuredModelAlgorithmArn, "{configuredModelAlgorithmArn}", false);
|
|
1112
|
+
let body;
|
|
1113
|
+
b.m("GET").h(headers).b(body);
|
|
1114
|
+
return b.build();
|
|
1115
|
+
}, "se_GetConfiguredModelAlgorithmCommand");
|
|
1116
|
+
var se_GetConfiguredModelAlgorithmAssociationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1117
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1118
|
+
const headers = {};
|
|
1119
|
+
b.bp(
|
|
1120
|
+
"/memberships/{membershipIdentifier}/configured-model-algorithm-associations/{configuredModelAlgorithmAssociationArn}"
|
|
1121
|
+
);
|
|
1122
|
+
b.p(
|
|
1123
|
+
"configuredModelAlgorithmAssociationArn",
|
|
1124
|
+
() => input.configuredModelAlgorithmAssociationArn,
|
|
1125
|
+
"{configuredModelAlgorithmAssociationArn}",
|
|
1126
|
+
false
|
|
1127
|
+
);
|
|
1128
|
+
b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
|
|
1129
|
+
let body;
|
|
1130
|
+
b.m("GET").h(headers).b(body);
|
|
1131
|
+
return b.build();
|
|
1132
|
+
}, "se_GetConfiguredModelAlgorithmAssociationCommand");
|
|
1133
|
+
var se_GetMLConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1134
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1135
|
+
const headers = {};
|
|
1136
|
+
b.bp("/memberships/{membershipIdentifier}/ml-configurations");
|
|
1137
|
+
b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
|
|
1138
|
+
let body;
|
|
1139
|
+
b.m("GET").h(headers).b(body);
|
|
1140
|
+
return b.build();
|
|
1141
|
+
}, "se_GetMLConfigurationCommand");
|
|
1142
|
+
var se_GetMLInputChannelCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1143
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1144
|
+
const headers = {};
|
|
1145
|
+
b.bp("/memberships/{membershipIdentifier}/ml-input-channels/{mlInputChannelArn}");
|
|
1146
|
+
b.p("mlInputChannelArn", () => input.mlInputChannelArn, "{mlInputChannelArn}", false);
|
|
1147
|
+
b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
|
|
1148
|
+
let body;
|
|
1149
|
+
b.m("GET").h(headers).b(body);
|
|
1150
|
+
return b.build();
|
|
1151
|
+
}, "se_GetMLInputChannelCommand");
|
|
1152
|
+
var se_GetTrainedModelCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1153
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1154
|
+
const headers = {};
|
|
1155
|
+
b.bp("/memberships/{membershipIdentifier}/trained-models/{trainedModelArn}");
|
|
1156
|
+
b.p("trainedModelArn", () => input.trainedModelArn, "{trainedModelArn}", false);
|
|
1157
|
+
b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
|
|
1158
|
+
let body;
|
|
1159
|
+
b.m("GET").h(headers).b(body);
|
|
1160
|
+
return b.build();
|
|
1161
|
+
}, "se_GetTrainedModelCommand");
|
|
1162
|
+
var se_GetTrainedModelInferenceJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1163
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1164
|
+
const headers = {};
|
|
1165
|
+
b.bp("/memberships/{membershipIdentifier}/trained-model-inference-jobs/{trainedModelInferenceJobArn}");
|
|
1166
|
+
b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
|
|
1167
|
+
b.p("trainedModelInferenceJobArn", () => input.trainedModelInferenceJobArn, "{trainedModelInferenceJobArn}", false);
|
|
1168
|
+
let body;
|
|
1169
|
+
b.m("GET").h(headers).b(body);
|
|
1170
|
+
return b.build();
|
|
1171
|
+
}, "se_GetTrainedModelInferenceJobCommand");
|
|
549
1172
|
var se_GetTrainingDatasetCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
550
1173
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
551
1174
|
const headers = {};
|
|
@@ -594,10 +1217,11 @@ var se_ListAudienceModelsCommand = /* @__PURE__ */ __name(async (input, context)
|
|
|
594
1217
|
b.m("GET").h(headers).q(query).b(body);
|
|
595
1218
|
return b.build();
|
|
596
1219
|
}, "se_ListAudienceModelsCommand");
|
|
597
|
-
var
|
|
1220
|
+
var se_ListCollaborationConfiguredModelAlgorithmAssociationsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
598
1221
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
599
1222
|
const headers = {};
|
|
600
|
-
b.bp("/configured-
|
|
1223
|
+
b.bp("/collaborations/{collaborationIdentifier}/configured-model-algorithm-associations");
|
|
1224
|
+
b.p("collaborationIdentifier", () => input.collaborationIdentifier, "{collaborationIdentifier}", false);
|
|
601
1225
|
const query = (0, import_smithy_client.map)({
|
|
602
1226
|
[_nT]: [, input[_nT]],
|
|
603
1227
|
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()]
|
|
@@ -605,20 +1229,26 @@ var se_ListConfiguredAudienceModelsCommand = /* @__PURE__ */ __name(async (input
|
|
|
605
1229
|
let body;
|
|
606
1230
|
b.m("GET").h(headers).q(query).b(body);
|
|
607
1231
|
return b.build();
|
|
608
|
-
}, "
|
|
609
|
-
var
|
|
1232
|
+
}, "se_ListCollaborationConfiguredModelAlgorithmAssociationsCommand");
|
|
1233
|
+
var se_ListCollaborationMLInputChannelsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
610
1234
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
611
1235
|
const headers = {};
|
|
612
|
-
b.bp("/
|
|
613
|
-
b.p("
|
|
1236
|
+
b.bp("/collaborations/{collaborationIdentifier}/ml-input-channels");
|
|
1237
|
+
b.p("collaborationIdentifier", () => input.collaborationIdentifier, "{collaborationIdentifier}", false);
|
|
1238
|
+
const query = (0, import_smithy_client.map)({
|
|
1239
|
+
[_nT]: [, input[_nT]],
|
|
1240
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()]
|
|
1241
|
+
});
|
|
614
1242
|
let body;
|
|
615
|
-
b.m("GET").h(headers).b(body);
|
|
1243
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
616
1244
|
return b.build();
|
|
617
|
-
}, "
|
|
618
|
-
var
|
|
1245
|
+
}, "se_ListCollaborationMLInputChannelsCommand");
|
|
1246
|
+
var se_ListCollaborationTrainedModelExportJobsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
619
1247
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
620
1248
|
const headers = {};
|
|
621
|
-
b.bp("/
|
|
1249
|
+
b.bp("/collaborations/{collaborationIdentifier}/trained-models/{trainedModelArn}/export-jobs");
|
|
1250
|
+
b.p("collaborationIdentifier", () => input.collaborationIdentifier, "{collaborationIdentifier}", false);
|
|
1251
|
+
b.p("trainedModelArn", () => input.trainedModelArn, "{trainedModelArn}", false);
|
|
622
1252
|
const query = (0, import_smithy_client.map)({
|
|
623
1253
|
[_nT]: [, input[_nT]],
|
|
624
1254
|
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()]
|
|
@@ -626,51 +1256,192 @@ var se_ListTrainingDatasetsCommand = /* @__PURE__ */ __name(async (input, contex
|
|
|
626
1256
|
let body;
|
|
627
1257
|
b.m("GET").h(headers).q(query).b(body);
|
|
628
1258
|
return b.build();
|
|
629
|
-
}, "
|
|
630
|
-
var
|
|
1259
|
+
}, "se_ListCollaborationTrainedModelExportJobsCommand");
|
|
1260
|
+
var se_ListCollaborationTrainedModelInferenceJobsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
631
1261
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
632
|
-
const headers = {
|
|
633
|
-
|
|
634
|
-
};
|
|
635
|
-
|
|
636
|
-
|
|
1262
|
+
const headers = {};
|
|
1263
|
+
b.bp("/collaborations/{collaborationIdentifier}/trained-model-inference-jobs");
|
|
1264
|
+
b.p("collaborationIdentifier", () => input.collaborationIdentifier, "{collaborationIdentifier}", false);
|
|
1265
|
+
const query = (0, import_smithy_client.map)({
|
|
1266
|
+
[_nT]: [, input[_nT]],
|
|
1267
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
1268
|
+
[_tMA]: [, input[_tMA]]
|
|
1269
|
+
});
|
|
637
1270
|
let body;
|
|
638
|
-
|
|
639
|
-
(0, import_smithy_client.take)(input, {
|
|
640
|
-
configuredAudienceModelPolicy: [],
|
|
641
|
-
policyExistenceCondition: [],
|
|
642
|
-
previousPolicyHash: []
|
|
643
|
-
})
|
|
644
|
-
);
|
|
645
|
-
b.m("PUT").h(headers).b(body);
|
|
1271
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
646
1272
|
return b.build();
|
|
647
|
-
}, "
|
|
648
|
-
var
|
|
1273
|
+
}, "se_ListCollaborationTrainedModelInferenceJobsCommand");
|
|
1274
|
+
var se_ListCollaborationTrainedModelsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
649
1275
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
650
|
-
const headers = {
|
|
651
|
-
|
|
652
|
-
};
|
|
653
|
-
|
|
1276
|
+
const headers = {};
|
|
1277
|
+
b.bp("/collaborations/{collaborationIdentifier}/trained-models");
|
|
1278
|
+
b.p("collaborationIdentifier", () => input.collaborationIdentifier, "{collaborationIdentifier}", false);
|
|
1279
|
+
const query = (0, import_smithy_client.map)({
|
|
1280
|
+
[_nT]: [, input[_nT]],
|
|
1281
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()]
|
|
1282
|
+
});
|
|
654
1283
|
let body;
|
|
655
|
-
|
|
656
|
-
(0, import_smithy_client.take)(input, {
|
|
657
|
-
audienceGenerationJobArn: [],
|
|
658
|
-
audienceSize: (_) => (0, import_smithy_client._json)(_),
|
|
659
|
-
description: [],
|
|
660
|
-
name: []
|
|
661
|
-
})
|
|
662
|
-
);
|
|
663
|
-
b.m("POST").h(headers).b(body);
|
|
1284
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
664
1285
|
return b.build();
|
|
665
|
-
}, "
|
|
666
|
-
var
|
|
1286
|
+
}, "se_ListCollaborationTrainedModelsCommand");
|
|
1287
|
+
var se_ListConfiguredAudienceModelsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
667
1288
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
668
|
-
const headers = {
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
1289
|
+
const headers = {};
|
|
1290
|
+
b.bp("/configured-audience-model");
|
|
1291
|
+
const query = (0, import_smithy_client.map)({
|
|
1292
|
+
[_nT]: [, input[_nT]],
|
|
1293
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()]
|
|
1294
|
+
});
|
|
672
1295
|
let body;
|
|
673
|
-
|
|
1296
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
1297
|
+
return b.build();
|
|
1298
|
+
}, "se_ListConfiguredAudienceModelsCommand");
|
|
1299
|
+
var se_ListConfiguredModelAlgorithmAssociationsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1300
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1301
|
+
const headers = {};
|
|
1302
|
+
b.bp("/memberships/{membershipIdentifier}/configured-model-algorithm-associations");
|
|
1303
|
+
b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
|
|
1304
|
+
const query = (0, import_smithy_client.map)({
|
|
1305
|
+
[_nT]: [, input[_nT]],
|
|
1306
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()]
|
|
1307
|
+
});
|
|
1308
|
+
let body;
|
|
1309
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
1310
|
+
return b.build();
|
|
1311
|
+
}, "se_ListConfiguredModelAlgorithmAssociationsCommand");
|
|
1312
|
+
var se_ListConfiguredModelAlgorithmsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1313
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1314
|
+
const headers = {};
|
|
1315
|
+
b.bp("/configured-model-algorithms");
|
|
1316
|
+
const query = (0, import_smithy_client.map)({
|
|
1317
|
+
[_nT]: [, input[_nT]],
|
|
1318
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()]
|
|
1319
|
+
});
|
|
1320
|
+
let body;
|
|
1321
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
1322
|
+
return b.build();
|
|
1323
|
+
}, "se_ListConfiguredModelAlgorithmsCommand");
|
|
1324
|
+
var se_ListMLInputChannelsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1325
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1326
|
+
const headers = {};
|
|
1327
|
+
b.bp("/memberships/{membershipIdentifier}/ml-input-channels");
|
|
1328
|
+
b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
|
|
1329
|
+
const query = (0, import_smithy_client.map)({
|
|
1330
|
+
[_nT]: [, input[_nT]],
|
|
1331
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()]
|
|
1332
|
+
});
|
|
1333
|
+
let body;
|
|
1334
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
1335
|
+
return b.build();
|
|
1336
|
+
}, "se_ListMLInputChannelsCommand");
|
|
1337
|
+
var se_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1338
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1339
|
+
const headers = {};
|
|
1340
|
+
b.bp("/tags/{resourceArn}");
|
|
1341
|
+
b.p("resourceArn", () => input.resourceArn, "{resourceArn}", false);
|
|
1342
|
+
let body;
|
|
1343
|
+
b.m("GET").h(headers).b(body);
|
|
1344
|
+
return b.build();
|
|
1345
|
+
}, "se_ListTagsForResourceCommand");
|
|
1346
|
+
var se_ListTrainedModelInferenceJobsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1347
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1348
|
+
const headers = {};
|
|
1349
|
+
b.bp("/memberships/{membershipIdentifier}/trained-model-inference-jobs");
|
|
1350
|
+
b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
|
|
1351
|
+
const query = (0, import_smithy_client.map)({
|
|
1352
|
+
[_nT]: [, input[_nT]],
|
|
1353
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()],
|
|
1354
|
+
[_tMA]: [, input[_tMA]]
|
|
1355
|
+
});
|
|
1356
|
+
let body;
|
|
1357
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
1358
|
+
return b.build();
|
|
1359
|
+
}, "se_ListTrainedModelInferenceJobsCommand");
|
|
1360
|
+
var se_ListTrainedModelsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1361
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1362
|
+
const headers = {};
|
|
1363
|
+
b.bp("/memberships/{membershipIdentifier}/trained-models");
|
|
1364
|
+
b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
|
|
1365
|
+
const query = (0, import_smithy_client.map)({
|
|
1366
|
+
[_nT]: [, input[_nT]],
|
|
1367
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()]
|
|
1368
|
+
});
|
|
1369
|
+
let body;
|
|
1370
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
1371
|
+
return b.build();
|
|
1372
|
+
}, "se_ListTrainedModelsCommand");
|
|
1373
|
+
var se_ListTrainingDatasetsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1374
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1375
|
+
const headers = {};
|
|
1376
|
+
b.bp("/training-dataset");
|
|
1377
|
+
const query = (0, import_smithy_client.map)({
|
|
1378
|
+
[_nT]: [, input[_nT]],
|
|
1379
|
+
[_mR]: [() => input.maxResults !== void 0, () => input[_mR].toString()]
|
|
1380
|
+
});
|
|
1381
|
+
let body;
|
|
1382
|
+
b.m("GET").h(headers).q(query).b(body);
|
|
1383
|
+
return b.build();
|
|
1384
|
+
}, "se_ListTrainingDatasetsCommand");
|
|
1385
|
+
var se_PutConfiguredAudienceModelPolicyCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1386
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1387
|
+
const headers = {
|
|
1388
|
+
"content-type": "application/json"
|
|
1389
|
+
};
|
|
1390
|
+
b.bp("/configured-audience-model/{configuredAudienceModelArn}/policy");
|
|
1391
|
+
b.p("configuredAudienceModelArn", () => input.configuredAudienceModelArn, "{configuredAudienceModelArn}", false);
|
|
1392
|
+
let body;
|
|
1393
|
+
body = JSON.stringify(
|
|
1394
|
+
(0, import_smithy_client.take)(input, {
|
|
1395
|
+
configuredAudienceModelPolicy: [],
|
|
1396
|
+
policyExistenceCondition: [],
|
|
1397
|
+
previousPolicyHash: []
|
|
1398
|
+
})
|
|
1399
|
+
);
|
|
1400
|
+
b.m("PUT").h(headers).b(body);
|
|
1401
|
+
return b.build();
|
|
1402
|
+
}, "se_PutConfiguredAudienceModelPolicyCommand");
|
|
1403
|
+
var se_PutMLConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1404
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1405
|
+
const headers = {
|
|
1406
|
+
"content-type": "application/json"
|
|
1407
|
+
};
|
|
1408
|
+
b.bp("/memberships/{membershipIdentifier}/ml-configurations");
|
|
1409
|
+
b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
|
|
1410
|
+
let body;
|
|
1411
|
+
body = JSON.stringify(
|
|
1412
|
+
(0, import_smithy_client.take)(input, {
|
|
1413
|
+
defaultOutputLocation: (_) => (0, import_smithy_client._json)(_)
|
|
1414
|
+
})
|
|
1415
|
+
);
|
|
1416
|
+
b.m("PUT").h(headers).b(body);
|
|
1417
|
+
return b.build();
|
|
1418
|
+
}, "se_PutMLConfigurationCommand");
|
|
1419
|
+
var se_StartAudienceExportJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1420
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1421
|
+
const headers = {
|
|
1422
|
+
"content-type": "application/json"
|
|
1423
|
+
};
|
|
1424
|
+
b.bp("/audience-export-job");
|
|
1425
|
+
let body;
|
|
1426
|
+
body = JSON.stringify(
|
|
1427
|
+
(0, import_smithy_client.take)(input, {
|
|
1428
|
+
audienceGenerationJobArn: [],
|
|
1429
|
+
audienceSize: (_) => (0, import_smithy_client._json)(_),
|
|
1430
|
+
description: [],
|
|
1431
|
+
name: []
|
|
1432
|
+
})
|
|
1433
|
+
);
|
|
1434
|
+
b.m("POST").h(headers).b(body);
|
|
1435
|
+
return b.build();
|
|
1436
|
+
}, "se_StartAudienceExportJobCommand");
|
|
1437
|
+
var se_StartAudienceGenerationJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1438
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1439
|
+
const headers = {
|
|
1440
|
+
"content-type": "application/json"
|
|
1441
|
+
};
|
|
1442
|
+
b.bp("/audience-generation-job");
|
|
1443
|
+
let body;
|
|
1444
|
+
body = JSON.stringify(
|
|
674
1445
|
(0, import_smithy_client.take)(input, {
|
|
675
1446
|
collaborationId: [],
|
|
676
1447
|
configuredAudienceModelArn: [],
|
|
@@ -684,6 +1455,51 @@ var se_StartAudienceGenerationJobCommand = /* @__PURE__ */ __name(async (input,
|
|
|
684
1455
|
b.m("POST").h(headers).b(body);
|
|
685
1456
|
return b.build();
|
|
686
1457
|
}, "se_StartAudienceGenerationJobCommand");
|
|
1458
|
+
var se_StartTrainedModelExportJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1459
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1460
|
+
const headers = {
|
|
1461
|
+
"content-type": "application/json"
|
|
1462
|
+
};
|
|
1463
|
+
b.bp("/memberships/{membershipIdentifier}/trained-models/{trainedModelArn}/export-jobs");
|
|
1464
|
+
b.p("trainedModelArn", () => input.trainedModelArn, "{trainedModelArn}", false);
|
|
1465
|
+
b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
|
|
1466
|
+
let body;
|
|
1467
|
+
body = JSON.stringify(
|
|
1468
|
+
(0, import_smithy_client.take)(input, {
|
|
1469
|
+
description: [],
|
|
1470
|
+
name: [],
|
|
1471
|
+
outputConfiguration: (_) => (0, import_smithy_client._json)(_)
|
|
1472
|
+
})
|
|
1473
|
+
);
|
|
1474
|
+
b.m("POST").h(headers).b(body);
|
|
1475
|
+
return b.build();
|
|
1476
|
+
}, "se_StartTrainedModelExportJobCommand");
|
|
1477
|
+
var se_StartTrainedModelInferenceJobCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
1478
|
+
const b = (0, import_core.requestBuilder)(input, context);
|
|
1479
|
+
const headers = {
|
|
1480
|
+
"content-type": "application/json"
|
|
1481
|
+
};
|
|
1482
|
+
b.bp("/memberships/{membershipIdentifier}/trained-model-inference-jobs");
|
|
1483
|
+
b.p("membershipIdentifier", () => input.membershipIdentifier, "{membershipIdentifier}", false);
|
|
1484
|
+
let body;
|
|
1485
|
+
body = JSON.stringify(
|
|
1486
|
+
(0, import_smithy_client.take)(input, {
|
|
1487
|
+
configuredModelAlgorithmAssociationArn: [],
|
|
1488
|
+
containerExecutionParameters: (_) => (0, import_smithy_client._json)(_),
|
|
1489
|
+
dataSource: (_) => (0, import_smithy_client._json)(_),
|
|
1490
|
+
description: [],
|
|
1491
|
+
environment: (_) => (0, import_smithy_client._json)(_),
|
|
1492
|
+
kmsKeyArn: [],
|
|
1493
|
+
name: [],
|
|
1494
|
+
outputConfiguration: (_) => (0, import_smithy_client._json)(_),
|
|
1495
|
+
resourceConfig: (_) => (0, import_smithy_client._json)(_),
|
|
1496
|
+
tags: (_) => (0, import_smithy_client._json)(_),
|
|
1497
|
+
trainedModelArn: []
|
|
1498
|
+
})
|
|
1499
|
+
);
|
|
1500
|
+
b.m("POST").h(headers).b(body);
|
|
1501
|
+
return b.build();
|
|
1502
|
+
}, "se_StartTrainedModelInferenceJobCommand");
|
|
687
1503
|
var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
688
1504
|
const b = (0, import_core.requestBuilder)(input, context);
|
|
689
1505
|
const headers = {
|
|
@@ -733,6 +1549,26 @@ var se_UpdateConfiguredAudienceModelCommand = /* @__PURE__ */ __name(async (inpu
|
|
|
733
1549
|
b.m("PATCH").h(headers).b(body);
|
|
734
1550
|
return b.build();
|
|
735
1551
|
}, "se_UpdateConfiguredAudienceModelCommand");
|
|
1552
|
+
var de_CancelTrainedModelCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1553
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1554
|
+
return de_CommandError(output, context);
|
|
1555
|
+
}
|
|
1556
|
+
const contents = (0, import_smithy_client.map)({
|
|
1557
|
+
$metadata: deserializeMetadata(output)
|
|
1558
|
+
});
|
|
1559
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
1560
|
+
return contents;
|
|
1561
|
+
}, "de_CancelTrainedModelCommand");
|
|
1562
|
+
var de_CancelTrainedModelInferenceJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1563
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1564
|
+
return de_CommandError(output, context);
|
|
1565
|
+
}
|
|
1566
|
+
const contents = (0, import_smithy_client.map)({
|
|
1567
|
+
$metadata: deserializeMetadata(output)
|
|
1568
|
+
});
|
|
1569
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
1570
|
+
return contents;
|
|
1571
|
+
}, "de_CancelTrainedModelInferenceJobCommand");
|
|
736
1572
|
var de_CreateAudienceModelCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
737
1573
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
738
1574
|
return de_CommandError(output, context);
|
|
@@ -761,6 +1597,62 @@ var de_CreateConfiguredAudienceModelCommand = /* @__PURE__ */ __name(async (outp
|
|
|
761
1597
|
Object.assign(contents, doc);
|
|
762
1598
|
return contents;
|
|
763
1599
|
}, "de_CreateConfiguredAudienceModelCommand");
|
|
1600
|
+
var de_CreateConfiguredModelAlgorithmCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1601
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1602
|
+
return de_CommandError(output, context);
|
|
1603
|
+
}
|
|
1604
|
+
const contents = (0, import_smithy_client.map)({
|
|
1605
|
+
$metadata: deserializeMetadata(output)
|
|
1606
|
+
});
|
|
1607
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1608
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
1609
|
+
configuredModelAlgorithmArn: import_smithy_client.expectString
|
|
1610
|
+
});
|
|
1611
|
+
Object.assign(contents, doc);
|
|
1612
|
+
return contents;
|
|
1613
|
+
}, "de_CreateConfiguredModelAlgorithmCommand");
|
|
1614
|
+
var de_CreateConfiguredModelAlgorithmAssociationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1615
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1616
|
+
return de_CommandError(output, context);
|
|
1617
|
+
}
|
|
1618
|
+
const contents = (0, import_smithy_client.map)({
|
|
1619
|
+
$metadata: deserializeMetadata(output)
|
|
1620
|
+
});
|
|
1621
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1622
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
1623
|
+
configuredModelAlgorithmAssociationArn: import_smithy_client.expectString
|
|
1624
|
+
});
|
|
1625
|
+
Object.assign(contents, doc);
|
|
1626
|
+
return contents;
|
|
1627
|
+
}, "de_CreateConfiguredModelAlgorithmAssociationCommand");
|
|
1628
|
+
var de_CreateMLInputChannelCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1629
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1630
|
+
return de_CommandError(output, context);
|
|
1631
|
+
}
|
|
1632
|
+
const contents = (0, import_smithy_client.map)({
|
|
1633
|
+
$metadata: deserializeMetadata(output)
|
|
1634
|
+
});
|
|
1635
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1636
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
1637
|
+
mlInputChannelArn: import_smithy_client.expectString
|
|
1638
|
+
});
|
|
1639
|
+
Object.assign(contents, doc);
|
|
1640
|
+
return contents;
|
|
1641
|
+
}, "de_CreateMLInputChannelCommand");
|
|
1642
|
+
var de_CreateTrainedModelCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1643
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1644
|
+
return de_CommandError(output, context);
|
|
1645
|
+
}
|
|
1646
|
+
const contents = (0, import_smithy_client.map)({
|
|
1647
|
+
$metadata: deserializeMetadata(output)
|
|
1648
|
+
});
|
|
1649
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1650
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
1651
|
+
trainedModelArn: import_smithy_client.expectString
|
|
1652
|
+
});
|
|
1653
|
+
Object.assign(contents, doc);
|
|
1654
|
+
return contents;
|
|
1655
|
+
}, "de_CreateTrainedModelCommand");
|
|
764
1656
|
var de_CreateTrainingDatasetCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
765
1657
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
766
1658
|
return de_CommandError(output, context);
|
|
@@ -815,6 +1707,56 @@ var de_DeleteConfiguredAudienceModelPolicyCommand = /* @__PURE__ */ __name(async
|
|
|
815
1707
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
816
1708
|
return contents;
|
|
817
1709
|
}, "de_DeleteConfiguredAudienceModelPolicyCommand");
|
|
1710
|
+
var de_DeleteConfiguredModelAlgorithmCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1711
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1712
|
+
return de_CommandError(output, context);
|
|
1713
|
+
}
|
|
1714
|
+
const contents = (0, import_smithy_client.map)({
|
|
1715
|
+
$metadata: deserializeMetadata(output)
|
|
1716
|
+
});
|
|
1717
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
1718
|
+
return contents;
|
|
1719
|
+
}, "de_DeleteConfiguredModelAlgorithmCommand");
|
|
1720
|
+
var de_DeleteConfiguredModelAlgorithmAssociationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1721
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1722
|
+
return de_CommandError(output, context);
|
|
1723
|
+
}
|
|
1724
|
+
const contents = (0, import_smithy_client.map)({
|
|
1725
|
+
$metadata: deserializeMetadata(output)
|
|
1726
|
+
});
|
|
1727
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
1728
|
+
return contents;
|
|
1729
|
+
}, "de_DeleteConfiguredModelAlgorithmAssociationCommand");
|
|
1730
|
+
var de_DeleteMLConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1731
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1732
|
+
return de_CommandError(output, context);
|
|
1733
|
+
}
|
|
1734
|
+
const contents = (0, import_smithy_client.map)({
|
|
1735
|
+
$metadata: deserializeMetadata(output)
|
|
1736
|
+
});
|
|
1737
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
1738
|
+
return contents;
|
|
1739
|
+
}, "de_DeleteMLConfigurationCommand");
|
|
1740
|
+
var de_DeleteMLInputChannelDataCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1741
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1742
|
+
return de_CommandError(output, context);
|
|
1743
|
+
}
|
|
1744
|
+
const contents = (0, import_smithy_client.map)({
|
|
1745
|
+
$metadata: deserializeMetadata(output)
|
|
1746
|
+
});
|
|
1747
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
1748
|
+
return contents;
|
|
1749
|
+
}, "de_DeleteMLInputChannelDataCommand");
|
|
1750
|
+
var de_DeleteTrainedModelOutputCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1751
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1752
|
+
return de_CommandError(output, context);
|
|
1753
|
+
}
|
|
1754
|
+
const contents = (0, import_smithy_client.map)({
|
|
1755
|
+
$metadata: deserializeMetadata(output)
|
|
1756
|
+
});
|
|
1757
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
1758
|
+
return contents;
|
|
1759
|
+
}, "de_DeleteTrainedModelOutputCommand");
|
|
818
1760
|
var de_DeleteTrainingDatasetCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
819
1761
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
820
1762
|
return de_CommandError(output, context);
|
|
@@ -878,7 +1820,7 @@ var de_GetAudienceModelCommand = /* @__PURE__ */ __name(async (output, context)
|
|
|
878
1820
|
Object.assign(contents, doc);
|
|
879
1821
|
return contents;
|
|
880
1822
|
}, "de_GetAudienceModelCommand");
|
|
881
|
-
var
|
|
1823
|
+
var de_GetCollaborationConfiguredModelAlgorithmAssociationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
882
1824
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
883
1825
|
return de_CommandError(output, context);
|
|
884
1826
|
}
|
|
@@ -887,9 +1829,89 @@ var de_GetConfiguredAudienceModelCommand = /* @__PURE__ */ __name(async (output,
|
|
|
887
1829
|
});
|
|
888
1830
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
889
1831
|
const doc = (0, import_smithy_client.take)(data, {
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
1832
|
+
collaborationIdentifier: import_smithy_client.expectString,
|
|
1833
|
+
configuredModelAlgorithmArn: import_smithy_client.expectString,
|
|
1834
|
+
configuredModelAlgorithmAssociationArn: import_smithy_client.expectString,
|
|
1835
|
+
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1836
|
+
creatorAccountId: import_smithy_client.expectString,
|
|
1837
|
+
description: import_smithy_client.expectString,
|
|
1838
|
+
membershipIdentifier: import_smithy_client.expectString,
|
|
1839
|
+
name: import_smithy_client.expectString,
|
|
1840
|
+
privacyConfiguration: (_) => de_PrivacyConfiguration(_, context),
|
|
1841
|
+
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
1842
|
+
});
|
|
1843
|
+
Object.assign(contents, doc);
|
|
1844
|
+
return contents;
|
|
1845
|
+
}, "de_GetCollaborationConfiguredModelAlgorithmAssociationCommand");
|
|
1846
|
+
var de_GetCollaborationMLInputChannelCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1847
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1848
|
+
return de_CommandError(output, context);
|
|
1849
|
+
}
|
|
1850
|
+
const contents = (0, import_smithy_client.map)({
|
|
1851
|
+
$metadata: deserializeMetadata(output)
|
|
1852
|
+
});
|
|
1853
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1854
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
1855
|
+
collaborationIdentifier: import_smithy_client.expectString,
|
|
1856
|
+
configuredModelAlgorithmAssociations: import_smithy_client._json,
|
|
1857
|
+
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1858
|
+
creatorAccountId: import_smithy_client.expectString,
|
|
1859
|
+
description: import_smithy_client.expectString,
|
|
1860
|
+
membershipIdentifier: import_smithy_client.expectString,
|
|
1861
|
+
mlInputChannelArn: import_smithy_client.expectString,
|
|
1862
|
+
name: import_smithy_client.expectString,
|
|
1863
|
+
numberOfRecords: import_smithy_client.expectLong,
|
|
1864
|
+
retentionInDays: import_smithy_client.expectInt32,
|
|
1865
|
+
status: import_smithy_client.expectString,
|
|
1866
|
+
statusDetails: import_smithy_client._json,
|
|
1867
|
+
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
1868
|
+
});
|
|
1869
|
+
Object.assign(contents, doc);
|
|
1870
|
+
return contents;
|
|
1871
|
+
}, "de_GetCollaborationMLInputChannelCommand");
|
|
1872
|
+
var de_GetCollaborationTrainedModelCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1873
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1874
|
+
return de_CommandError(output, context);
|
|
1875
|
+
}
|
|
1876
|
+
const contents = (0, import_smithy_client.map)({
|
|
1877
|
+
$metadata: deserializeMetadata(output)
|
|
1878
|
+
});
|
|
1879
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1880
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
1881
|
+
collaborationIdentifier: import_smithy_client.expectString,
|
|
1882
|
+
configuredModelAlgorithmAssociationArn: import_smithy_client.expectString,
|
|
1883
|
+
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1884
|
+
creatorAccountId: import_smithy_client.expectString,
|
|
1885
|
+
description: import_smithy_client.expectString,
|
|
1886
|
+
logsStatus: import_smithy_client.expectString,
|
|
1887
|
+
logsStatusDetails: import_smithy_client.expectString,
|
|
1888
|
+
membershipIdentifier: import_smithy_client.expectString,
|
|
1889
|
+
metricsStatus: import_smithy_client.expectString,
|
|
1890
|
+
metricsStatusDetails: import_smithy_client.expectString,
|
|
1891
|
+
name: import_smithy_client.expectString,
|
|
1892
|
+
resourceConfig: import_smithy_client._json,
|
|
1893
|
+
status: import_smithy_client.expectString,
|
|
1894
|
+
statusDetails: import_smithy_client._json,
|
|
1895
|
+
stoppingCondition: import_smithy_client._json,
|
|
1896
|
+
trainedModelArn: import_smithy_client.expectString,
|
|
1897
|
+
trainingContainerImageDigest: import_smithy_client.expectString,
|
|
1898
|
+
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
1899
|
+
});
|
|
1900
|
+
Object.assign(contents, doc);
|
|
1901
|
+
return contents;
|
|
1902
|
+
}, "de_GetCollaborationTrainedModelCommand");
|
|
1903
|
+
var de_GetConfiguredAudienceModelCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1904
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1905
|
+
return de_CommandError(output, context);
|
|
1906
|
+
}
|
|
1907
|
+
const contents = (0, import_smithy_client.map)({
|
|
1908
|
+
$metadata: deserializeMetadata(output)
|
|
1909
|
+
});
|
|
1910
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1911
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
1912
|
+
audienceModelArn: import_smithy_client.expectString,
|
|
1913
|
+
audienceSizeConfig: import_smithy_client._json,
|
|
1914
|
+
childResourceTagOnCreatePolicy: import_smithy_client.expectString,
|
|
893
1915
|
configuredAudienceModelArn: import_smithy_client.expectString,
|
|
894
1916
|
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
895
1917
|
description: import_smithy_client.expectString,
|
|
@@ -920,6 +1942,170 @@ var de_GetConfiguredAudienceModelPolicyCommand = /* @__PURE__ */ __name(async (o
|
|
|
920
1942
|
Object.assign(contents, doc);
|
|
921
1943
|
return contents;
|
|
922
1944
|
}, "de_GetConfiguredAudienceModelPolicyCommand");
|
|
1945
|
+
var de_GetConfiguredModelAlgorithmCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1946
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1947
|
+
return de_CommandError(output, context);
|
|
1948
|
+
}
|
|
1949
|
+
const contents = (0, import_smithy_client.map)({
|
|
1950
|
+
$metadata: deserializeMetadata(output)
|
|
1951
|
+
});
|
|
1952
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1953
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
1954
|
+
configuredModelAlgorithmArn: import_smithy_client.expectString,
|
|
1955
|
+
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1956
|
+
description: import_smithy_client.expectString,
|
|
1957
|
+
inferenceContainerConfig: import_smithy_client._json,
|
|
1958
|
+
kmsKeyArn: import_smithy_client.expectString,
|
|
1959
|
+
name: import_smithy_client.expectString,
|
|
1960
|
+
roleArn: import_smithy_client.expectString,
|
|
1961
|
+
tags: import_smithy_client._json,
|
|
1962
|
+
trainingContainerConfig: import_smithy_client._json,
|
|
1963
|
+
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
1964
|
+
});
|
|
1965
|
+
Object.assign(contents, doc);
|
|
1966
|
+
return contents;
|
|
1967
|
+
}, "de_GetConfiguredModelAlgorithmCommand");
|
|
1968
|
+
var de_GetConfiguredModelAlgorithmAssociationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1969
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1970
|
+
return de_CommandError(output, context);
|
|
1971
|
+
}
|
|
1972
|
+
const contents = (0, import_smithy_client.map)({
|
|
1973
|
+
$metadata: deserializeMetadata(output)
|
|
1974
|
+
});
|
|
1975
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1976
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
1977
|
+
collaborationIdentifier: import_smithy_client.expectString,
|
|
1978
|
+
configuredModelAlgorithmArn: import_smithy_client.expectString,
|
|
1979
|
+
configuredModelAlgorithmAssociationArn: import_smithy_client.expectString,
|
|
1980
|
+
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
1981
|
+
description: import_smithy_client.expectString,
|
|
1982
|
+
membershipIdentifier: import_smithy_client.expectString,
|
|
1983
|
+
name: import_smithy_client.expectString,
|
|
1984
|
+
privacyConfiguration: (_) => de_PrivacyConfiguration(_, context),
|
|
1985
|
+
tags: import_smithy_client._json,
|
|
1986
|
+
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
1987
|
+
});
|
|
1988
|
+
Object.assign(contents, doc);
|
|
1989
|
+
return contents;
|
|
1990
|
+
}, "de_GetConfiguredModelAlgorithmAssociationCommand");
|
|
1991
|
+
var de_GetMLConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1992
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1993
|
+
return de_CommandError(output, context);
|
|
1994
|
+
}
|
|
1995
|
+
const contents = (0, import_smithy_client.map)({
|
|
1996
|
+
$metadata: deserializeMetadata(output)
|
|
1997
|
+
});
|
|
1998
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1999
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2000
|
+
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2001
|
+
defaultOutputLocation: import_smithy_client._json,
|
|
2002
|
+
membershipIdentifier: import_smithy_client.expectString,
|
|
2003
|
+
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2004
|
+
});
|
|
2005
|
+
Object.assign(contents, doc);
|
|
2006
|
+
return contents;
|
|
2007
|
+
}, "de_GetMLConfigurationCommand");
|
|
2008
|
+
var de_GetMLInputChannelCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2009
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2010
|
+
return de_CommandError(output, context);
|
|
2011
|
+
}
|
|
2012
|
+
const contents = (0, import_smithy_client.map)({
|
|
2013
|
+
$metadata: deserializeMetadata(output)
|
|
2014
|
+
});
|
|
2015
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2016
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2017
|
+
collaborationIdentifier: import_smithy_client.expectString,
|
|
2018
|
+
configuredModelAlgorithmAssociations: import_smithy_client._json,
|
|
2019
|
+
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2020
|
+
description: import_smithy_client.expectString,
|
|
2021
|
+
inputChannel: import_smithy_client._json,
|
|
2022
|
+
kmsKeyArn: import_smithy_client.expectString,
|
|
2023
|
+
membershipIdentifier: import_smithy_client.expectString,
|
|
2024
|
+
mlInputChannelArn: import_smithy_client.expectString,
|
|
2025
|
+
name: import_smithy_client.expectString,
|
|
2026
|
+
numberOfFiles: import_smithy_client.limitedParseDouble,
|
|
2027
|
+
numberOfRecords: import_smithy_client.expectLong,
|
|
2028
|
+
protectedQueryIdentifier: import_smithy_client.expectString,
|
|
2029
|
+
retentionInDays: import_smithy_client.expectInt32,
|
|
2030
|
+
sizeInGb: import_smithy_client.limitedParseDouble,
|
|
2031
|
+
status: import_smithy_client.expectString,
|
|
2032
|
+
statusDetails: import_smithy_client._json,
|
|
2033
|
+
tags: import_smithy_client._json,
|
|
2034
|
+
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2035
|
+
});
|
|
2036
|
+
Object.assign(contents, doc);
|
|
2037
|
+
return contents;
|
|
2038
|
+
}, "de_GetMLInputChannelCommand");
|
|
2039
|
+
var de_GetTrainedModelCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2040
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2041
|
+
return de_CommandError(output, context);
|
|
2042
|
+
}
|
|
2043
|
+
const contents = (0, import_smithy_client.map)({
|
|
2044
|
+
$metadata: deserializeMetadata(output)
|
|
2045
|
+
});
|
|
2046
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2047
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2048
|
+
collaborationIdentifier: import_smithy_client.expectString,
|
|
2049
|
+
configuredModelAlgorithmAssociationArn: import_smithy_client.expectString,
|
|
2050
|
+
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2051
|
+
dataChannels: import_smithy_client._json,
|
|
2052
|
+
description: import_smithy_client.expectString,
|
|
2053
|
+
environment: import_smithy_client._json,
|
|
2054
|
+
hyperparameters: import_smithy_client._json,
|
|
2055
|
+
kmsKeyArn: import_smithy_client.expectString,
|
|
2056
|
+
logsStatus: import_smithy_client.expectString,
|
|
2057
|
+
logsStatusDetails: import_smithy_client.expectString,
|
|
2058
|
+
membershipIdentifier: import_smithy_client.expectString,
|
|
2059
|
+
metricsStatus: import_smithy_client.expectString,
|
|
2060
|
+
metricsStatusDetails: import_smithy_client.expectString,
|
|
2061
|
+
name: import_smithy_client.expectString,
|
|
2062
|
+
resourceConfig: import_smithy_client._json,
|
|
2063
|
+
status: import_smithy_client.expectString,
|
|
2064
|
+
statusDetails: import_smithy_client._json,
|
|
2065
|
+
stoppingCondition: import_smithy_client._json,
|
|
2066
|
+
tags: import_smithy_client._json,
|
|
2067
|
+
trainedModelArn: import_smithy_client.expectString,
|
|
2068
|
+
trainingContainerImageDigest: import_smithy_client.expectString,
|
|
2069
|
+
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2070
|
+
});
|
|
2071
|
+
Object.assign(contents, doc);
|
|
2072
|
+
return contents;
|
|
2073
|
+
}, "de_GetTrainedModelCommand");
|
|
2074
|
+
var de_GetTrainedModelInferenceJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2075
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2076
|
+
return de_CommandError(output, context);
|
|
2077
|
+
}
|
|
2078
|
+
const contents = (0, import_smithy_client.map)({
|
|
2079
|
+
$metadata: deserializeMetadata(output)
|
|
2080
|
+
});
|
|
2081
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2082
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2083
|
+
configuredModelAlgorithmAssociationArn: import_smithy_client.expectString,
|
|
2084
|
+
containerExecutionParameters: import_smithy_client._json,
|
|
2085
|
+
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2086
|
+
dataSource: import_smithy_client._json,
|
|
2087
|
+
description: import_smithy_client.expectString,
|
|
2088
|
+
environment: import_smithy_client._json,
|
|
2089
|
+
inferenceContainerImageDigest: import_smithy_client.expectString,
|
|
2090
|
+
kmsKeyArn: import_smithy_client.expectString,
|
|
2091
|
+
logsStatus: import_smithy_client.expectString,
|
|
2092
|
+
logsStatusDetails: import_smithy_client.expectString,
|
|
2093
|
+
membershipIdentifier: import_smithy_client.expectString,
|
|
2094
|
+
metricsStatus: import_smithy_client.expectString,
|
|
2095
|
+
metricsStatusDetails: import_smithy_client.expectString,
|
|
2096
|
+
name: import_smithy_client.expectString,
|
|
2097
|
+
outputConfiguration: import_smithy_client._json,
|
|
2098
|
+
resourceConfig: import_smithy_client._json,
|
|
2099
|
+
status: import_smithy_client.expectString,
|
|
2100
|
+
statusDetails: import_smithy_client._json,
|
|
2101
|
+
tags: import_smithy_client._json,
|
|
2102
|
+
trainedModelArn: import_smithy_client.expectString,
|
|
2103
|
+
trainedModelInferenceJobArn: import_smithy_client.expectString,
|
|
2104
|
+
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2105
|
+
});
|
|
2106
|
+
Object.assign(contents, doc);
|
|
2107
|
+
return contents;
|
|
2108
|
+
}, "de_GetTrainedModelInferenceJobCommand");
|
|
923
2109
|
var de_GetTrainingDatasetCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
924
2110
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
925
2111
|
return de_CommandError(output, context);
|
|
@@ -987,6 +2173,81 @@ var de_ListAudienceModelsCommand = /* @__PURE__ */ __name(async (output, context
|
|
|
987
2173
|
Object.assign(contents, doc);
|
|
988
2174
|
return contents;
|
|
989
2175
|
}, "de_ListAudienceModelsCommand");
|
|
2176
|
+
var de_ListCollaborationConfiguredModelAlgorithmAssociationsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2177
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2178
|
+
return de_CommandError(output, context);
|
|
2179
|
+
}
|
|
2180
|
+
const contents = (0, import_smithy_client.map)({
|
|
2181
|
+
$metadata: deserializeMetadata(output)
|
|
2182
|
+
});
|
|
2183
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2184
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2185
|
+
collaborationConfiguredModelAlgorithmAssociations: (_) => de_CollaborationConfiguredModelAlgorithmAssociationList(_, context),
|
|
2186
|
+
nextToken: import_smithy_client.expectString
|
|
2187
|
+
});
|
|
2188
|
+
Object.assign(contents, doc);
|
|
2189
|
+
return contents;
|
|
2190
|
+
}, "de_ListCollaborationConfiguredModelAlgorithmAssociationsCommand");
|
|
2191
|
+
var de_ListCollaborationMLInputChannelsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2192
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2193
|
+
return de_CommandError(output, context);
|
|
2194
|
+
}
|
|
2195
|
+
const contents = (0, import_smithy_client.map)({
|
|
2196
|
+
$metadata: deserializeMetadata(output)
|
|
2197
|
+
});
|
|
2198
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2199
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2200
|
+
collaborationMLInputChannelsList: (_) => de_CollaborationMLInputChannelsList(_, context),
|
|
2201
|
+
nextToken: import_smithy_client.expectString
|
|
2202
|
+
});
|
|
2203
|
+
Object.assign(contents, doc);
|
|
2204
|
+
return contents;
|
|
2205
|
+
}, "de_ListCollaborationMLInputChannelsCommand");
|
|
2206
|
+
var de_ListCollaborationTrainedModelExportJobsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2207
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2208
|
+
return de_CommandError(output, context);
|
|
2209
|
+
}
|
|
2210
|
+
const contents = (0, import_smithy_client.map)({
|
|
2211
|
+
$metadata: deserializeMetadata(output)
|
|
2212
|
+
});
|
|
2213
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2214
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2215
|
+
collaborationTrainedModelExportJobs: (_) => de_CollaborationTrainedModelExportJobList(_, context),
|
|
2216
|
+
nextToken: import_smithy_client.expectString
|
|
2217
|
+
});
|
|
2218
|
+
Object.assign(contents, doc);
|
|
2219
|
+
return contents;
|
|
2220
|
+
}, "de_ListCollaborationTrainedModelExportJobsCommand");
|
|
2221
|
+
var de_ListCollaborationTrainedModelInferenceJobsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2222
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2223
|
+
return de_CommandError(output, context);
|
|
2224
|
+
}
|
|
2225
|
+
const contents = (0, import_smithy_client.map)({
|
|
2226
|
+
$metadata: deserializeMetadata(output)
|
|
2227
|
+
});
|
|
2228
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2229
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2230
|
+
collaborationTrainedModelInferenceJobs: (_) => de_CollaborationTrainedModelInferenceJobList(_, context),
|
|
2231
|
+
nextToken: import_smithy_client.expectString
|
|
2232
|
+
});
|
|
2233
|
+
Object.assign(contents, doc);
|
|
2234
|
+
return contents;
|
|
2235
|
+
}, "de_ListCollaborationTrainedModelInferenceJobsCommand");
|
|
2236
|
+
var de_ListCollaborationTrainedModelsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2237
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2238
|
+
return de_CommandError(output, context);
|
|
2239
|
+
}
|
|
2240
|
+
const contents = (0, import_smithy_client.map)({
|
|
2241
|
+
$metadata: deserializeMetadata(output)
|
|
2242
|
+
});
|
|
2243
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2244
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2245
|
+
collaborationTrainedModels: (_) => de_CollaborationTrainedModelList(_, context),
|
|
2246
|
+
nextToken: import_smithy_client.expectString
|
|
2247
|
+
});
|
|
2248
|
+
Object.assign(contents, doc);
|
|
2249
|
+
return contents;
|
|
2250
|
+
}, "de_ListCollaborationTrainedModelsCommand");
|
|
990
2251
|
var de_ListConfiguredAudienceModelsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
991
2252
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
992
2253
|
return de_CommandError(output, context);
|
|
@@ -1002,6 +2263,51 @@ var de_ListConfiguredAudienceModelsCommand = /* @__PURE__ */ __name(async (outpu
|
|
|
1002
2263
|
Object.assign(contents, doc);
|
|
1003
2264
|
return contents;
|
|
1004
2265
|
}, "de_ListConfiguredAudienceModelsCommand");
|
|
2266
|
+
var de_ListConfiguredModelAlgorithmAssociationsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2267
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2268
|
+
return de_CommandError(output, context);
|
|
2269
|
+
}
|
|
2270
|
+
const contents = (0, import_smithy_client.map)({
|
|
2271
|
+
$metadata: deserializeMetadata(output)
|
|
2272
|
+
});
|
|
2273
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2274
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2275
|
+
configuredModelAlgorithmAssociations: (_) => de_ConfiguredModelAlgorithmAssociationList(_, context),
|
|
2276
|
+
nextToken: import_smithy_client.expectString
|
|
2277
|
+
});
|
|
2278
|
+
Object.assign(contents, doc);
|
|
2279
|
+
return contents;
|
|
2280
|
+
}, "de_ListConfiguredModelAlgorithmAssociationsCommand");
|
|
2281
|
+
var de_ListConfiguredModelAlgorithmsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2282
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2283
|
+
return de_CommandError(output, context);
|
|
2284
|
+
}
|
|
2285
|
+
const contents = (0, import_smithy_client.map)({
|
|
2286
|
+
$metadata: deserializeMetadata(output)
|
|
2287
|
+
});
|
|
2288
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2289
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2290
|
+
configuredModelAlgorithms: (_) => de_ConfiguredModelAlgorithmList(_, context),
|
|
2291
|
+
nextToken: import_smithy_client.expectString
|
|
2292
|
+
});
|
|
2293
|
+
Object.assign(contents, doc);
|
|
2294
|
+
return contents;
|
|
2295
|
+
}, "de_ListConfiguredModelAlgorithmsCommand");
|
|
2296
|
+
var de_ListMLInputChannelsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2297
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2298
|
+
return de_CommandError(output, context);
|
|
2299
|
+
}
|
|
2300
|
+
const contents = (0, import_smithy_client.map)({
|
|
2301
|
+
$metadata: deserializeMetadata(output)
|
|
2302
|
+
});
|
|
2303
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2304
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2305
|
+
mlInputChannelsList: (_) => de_MLInputChannelsList(_, context),
|
|
2306
|
+
nextToken: import_smithy_client.expectString
|
|
2307
|
+
});
|
|
2308
|
+
Object.assign(contents, doc);
|
|
2309
|
+
return contents;
|
|
2310
|
+
}, "de_ListMLInputChannelsCommand");
|
|
1005
2311
|
var de_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1006
2312
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1007
2313
|
return de_CommandError(output, context);
|
|
@@ -1016,6 +2322,36 @@ var de_ListTagsForResourceCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
1016
2322
|
Object.assign(contents, doc);
|
|
1017
2323
|
return contents;
|
|
1018
2324
|
}, "de_ListTagsForResourceCommand");
|
|
2325
|
+
var de_ListTrainedModelInferenceJobsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2326
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2327
|
+
return de_CommandError(output, context);
|
|
2328
|
+
}
|
|
2329
|
+
const contents = (0, import_smithy_client.map)({
|
|
2330
|
+
$metadata: deserializeMetadata(output)
|
|
2331
|
+
});
|
|
2332
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2333
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2334
|
+
nextToken: import_smithy_client.expectString,
|
|
2335
|
+
trainedModelInferenceJobs: (_) => de_TrainedModelInferenceJobList(_, context)
|
|
2336
|
+
});
|
|
2337
|
+
Object.assign(contents, doc);
|
|
2338
|
+
return contents;
|
|
2339
|
+
}, "de_ListTrainedModelInferenceJobsCommand");
|
|
2340
|
+
var de_ListTrainedModelsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2341
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2342
|
+
return de_CommandError(output, context);
|
|
2343
|
+
}
|
|
2344
|
+
const contents = (0, import_smithy_client.map)({
|
|
2345
|
+
$metadata: deserializeMetadata(output)
|
|
2346
|
+
});
|
|
2347
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2348
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2349
|
+
nextToken: import_smithy_client.expectString,
|
|
2350
|
+
trainedModels: (_) => de_TrainedModelList(_, context)
|
|
2351
|
+
});
|
|
2352
|
+
Object.assign(contents, doc);
|
|
2353
|
+
return contents;
|
|
2354
|
+
}, "de_ListTrainedModelsCommand");
|
|
1019
2355
|
var de_ListTrainingDatasetsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1020
2356
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1021
2357
|
return de_CommandError(output, context);
|
|
@@ -1028,10 +2364,45 @@ var de_ListTrainingDatasetsCommand = /* @__PURE__ */ __name(async (output, conte
|
|
|
1028
2364
|
nextToken: import_smithy_client.expectString,
|
|
1029
2365
|
trainingDatasets: (_) => de_TrainingDatasetList(_, context)
|
|
1030
2366
|
});
|
|
1031
|
-
Object.assign(contents, doc);
|
|
2367
|
+
Object.assign(contents, doc);
|
|
2368
|
+
return contents;
|
|
2369
|
+
}, "de_ListTrainingDatasetsCommand");
|
|
2370
|
+
var de_PutConfiguredAudienceModelPolicyCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2371
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2372
|
+
return de_CommandError(output, context);
|
|
2373
|
+
}
|
|
2374
|
+
const contents = (0, import_smithy_client.map)({
|
|
2375
|
+
$metadata: deserializeMetadata(output)
|
|
2376
|
+
});
|
|
2377
|
+
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
2378
|
+
const doc = (0, import_smithy_client.take)(data, {
|
|
2379
|
+
configuredAudienceModelPolicy: import_smithy_client.expectString,
|
|
2380
|
+
policyHash: import_smithy_client.expectString
|
|
2381
|
+
});
|
|
2382
|
+
Object.assign(contents, doc);
|
|
2383
|
+
return contents;
|
|
2384
|
+
}, "de_PutConfiguredAudienceModelPolicyCommand");
|
|
2385
|
+
var de_PutMLConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2386
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2387
|
+
return de_CommandError(output, context);
|
|
2388
|
+
}
|
|
2389
|
+
const contents = (0, import_smithy_client.map)({
|
|
2390
|
+
$metadata: deserializeMetadata(output)
|
|
2391
|
+
});
|
|
2392
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
2393
|
+
return contents;
|
|
2394
|
+
}, "de_PutMLConfigurationCommand");
|
|
2395
|
+
var de_StartAudienceExportJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
2396
|
+
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
2397
|
+
return de_CommandError(output, context);
|
|
2398
|
+
}
|
|
2399
|
+
const contents = (0, import_smithy_client.map)({
|
|
2400
|
+
$metadata: deserializeMetadata(output)
|
|
2401
|
+
});
|
|
2402
|
+
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
1032
2403
|
return contents;
|
|
1033
|
-
}, "
|
|
1034
|
-
var
|
|
2404
|
+
}, "de_StartAudienceExportJobCommand");
|
|
2405
|
+
var de_StartAudienceGenerationJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1035
2406
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1036
2407
|
return de_CommandError(output, context);
|
|
1037
2408
|
}
|
|
@@ -1040,13 +2411,12 @@ var de_PutConfiguredAudienceModelPolicyCommand = /* @__PURE__ */ __name(async (o
|
|
|
1040
2411
|
});
|
|
1041
2412
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1042
2413
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1043
|
-
|
|
1044
|
-
policyHash: import_smithy_client.expectString
|
|
2414
|
+
audienceGenerationJobArn: import_smithy_client.expectString
|
|
1045
2415
|
});
|
|
1046
2416
|
Object.assign(contents, doc);
|
|
1047
2417
|
return contents;
|
|
1048
|
-
}, "
|
|
1049
|
-
var
|
|
2418
|
+
}, "de_StartAudienceGenerationJobCommand");
|
|
2419
|
+
var de_StartTrainedModelExportJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1050
2420
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1051
2421
|
return de_CommandError(output, context);
|
|
1052
2422
|
}
|
|
@@ -1055,8 +2425,8 @@ var de_StartAudienceExportJobCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
1055
2425
|
});
|
|
1056
2426
|
await (0, import_smithy_client.collectBody)(output.body, context);
|
|
1057
2427
|
return contents;
|
|
1058
|
-
}, "
|
|
1059
|
-
var
|
|
2428
|
+
}, "de_StartTrainedModelExportJobCommand");
|
|
2429
|
+
var de_StartTrainedModelInferenceJobCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1060
2430
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1061
2431
|
return de_CommandError(output, context);
|
|
1062
2432
|
}
|
|
@@ -1065,11 +2435,11 @@ var de_StartAudienceGenerationJobCommand = /* @__PURE__ */ __name(async (output,
|
|
|
1065
2435
|
});
|
|
1066
2436
|
const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseJsonBody)(output.body, context)), "body");
|
|
1067
2437
|
const doc = (0, import_smithy_client.take)(data, {
|
|
1068
|
-
|
|
2438
|
+
trainedModelInferenceJobArn: import_smithy_client.expectString
|
|
1069
2439
|
});
|
|
1070
2440
|
Object.assign(contents, doc);
|
|
1071
2441
|
return contents;
|
|
1072
|
-
}, "
|
|
2442
|
+
}, "de_StartTrainedModelInferenceJobCommand");
|
|
1073
2443
|
var de_TagResourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1074
2444
|
if (output.statusCode !== 200 && output.statusCode >= 300) {
|
|
1075
2445
|
return de_CommandError(output, context);
|
|
@@ -1120,12 +2490,12 @@ var de_CommandError = /* @__PURE__ */ __name(async (output, context) => {
|
|
|
1120
2490
|
case "ResourceNotFoundException":
|
|
1121
2491
|
case "com.amazonaws.cleanroomsml#ResourceNotFoundException":
|
|
1122
2492
|
throw await de_ResourceNotFoundExceptionRes(parsedOutput, context);
|
|
1123
|
-
case "ServiceQuotaExceededException":
|
|
1124
|
-
case "com.amazonaws.cleanroomsml#ServiceQuotaExceededException":
|
|
1125
|
-
throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
|
|
1126
2493
|
case "ValidationException":
|
|
1127
2494
|
case "com.amazonaws.cleanroomsml#ValidationException":
|
|
1128
2495
|
throw await de_ValidationExceptionRes(parsedOutput, context);
|
|
2496
|
+
case "ServiceQuotaExceededException":
|
|
2497
|
+
case "com.amazonaws.cleanroomsml#ServiceQuotaExceededException":
|
|
2498
|
+
throw await de_ServiceQuotaExceededExceptionRes(parsedOutput, context);
|
|
1129
2499
|
default:
|
|
1130
2500
|
const parsedBody = parsedOutput.body;
|
|
1131
2501
|
return throwDefaultError({
|
|
@@ -1201,6 +2571,42 @@ var de_ValidationExceptionRes = /* @__PURE__ */ __name(async (parsedOutput, cont
|
|
|
1201
2571
|
});
|
|
1202
2572
|
return (0, import_smithy_client.decorateServiceException)(exception, parsedOutput.body);
|
|
1203
2573
|
}, "de_ValidationExceptionRes");
|
|
2574
|
+
var se_PrivacyConfiguration = /* @__PURE__ */ __name((input, context) => {
|
|
2575
|
+
return (0, import_smithy_client.take)(input, {
|
|
2576
|
+
policies: (_) => se_PrivacyConfigurationPolicies(_, context)
|
|
2577
|
+
});
|
|
2578
|
+
}, "se_PrivacyConfiguration");
|
|
2579
|
+
var se_PrivacyConfigurationPolicies = /* @__PURE__ */ __name((input, context) => {
|
|
2580
|
+
return (0, import_smithy_client.take)(input, {
|
|
2581
|
+
trainedModelExports: (_) => se_TrainedModelExportsConfigurationPolicy(_, context),
|
|
2582
|
+
trainedModelInferenceJobs: (_) => se_TrainedModelInferenceJobsConfigurationPolicy(_, context),
|
|
2583
|
+
trainedModels: import_smithy_client._json
|
|
2584
|
+
});
|
|
2585
|
+
}, "se_PrivacyConfigurationPolicies");
|
|
2586
|
+
var se_TrainedModelExportsConfigurationPolicy = /* @__PURE__ */ __name((input, context) => {
|
|
2587
|
+
return (0, import_smithy_client.take)(input, {
|
|
2588
|
+
filesToExport: import_smithy_client._json,
|
|
2589
|
+
maxSize: (_) => se_TrainedModelExportsMaxSize(_, context)
|
|
2590
|
+
});
|
|
2591
|
+
}, "se_TrainedModelExportsConfigurationPolicy");
|
|
2592
|
+
var se_TrainedModelExportsMaxSize = /* @__PURE__ */ __name((input, context) => {
|
|
2593
|
+
return (0, import_smithy_client.take)(input, {
|
|
2594
|
+
unit: [],
|
|
2595
|
+
value: import_smithy_client.serializeFloat
|
|
2596
|
+
});
|
|
2597
|
+
}, "se_TrainedModelExportsMaxSize");
|
|
2598
|
+
var se_TrainedModelInferenceJobsConfigurationPolicy = /* @__PURE__ */ __name((input, context) => {
|
|
2599
|
+
return (0, import_smithy_client.take)(input, {
|
|
2600
|
+
containerLogs: import_smithy_client._json,
|
|
2601
|
+
maxOutputSize: (_) => se_TrainedModelInferenceMaxOutputSize(_, context)
|
|
2602
|
+
});
|
|
2603
|
+
}, "se_TrainedModelInferenceJobsConfigurationPolicy");
|
|
2604
|
+
var se_TrainedModelInferenceMaxOutputSize = /* @__PURE__ */ __name((input, context) => {
|
|
2605
|
+
return (0, import_smithy_client.take)(input, {
|
|
2606
|
+
unit: [],
|
|
2607
|
+
value: import_smithy_client.serializeFloat
|
|
2608
|
+
});
|
|
2609
|
+
}, "se_TrainedModelInferenceMaxOutputSize");
|
|
1204
2610
|
var de_AudienceExportJobList = /* @__PURE__ */ __name((output, context) => {
|
|
1205
2611
|
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
1206
2612
|
return de_AudienceExportJobSummary(entry, context);
|
|
@@ -1262,6 +2668,112 @@ var de_AudienceQualityMetrics = /* @__PURE__ */ __name((output, context) => {
|
|
|
1262
2668
|
relevanceMetrics: (_) => de_RelevanceMetrics(_, context)
|
|
1263
2669
|
});
|
|
1264
2670
|
}, "de_AudienceQualityMetrics");
|
|
2671
|
+
var de_CollaborationConfiguredModelAlgorithmAssociationList = /* @__PURE__ */ __name((output, context) => {
|
|
2672
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2673
|
+
return de_CollaborationConfiguredModelAlgorithmAssociationSummary(entry, context);
|
|
2674
|
+
});
|
|
2675
|
+
return retVal;
|
|
2676
|
+
}, "de_CollaborationConfiguredModelAlgorithmAssociationList");
|
|
2677
|
+
var de_CollaborationConfiguredModelAlgorithmAssociationSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2678
|
+
return (0, import_smithy_client.take)(output, {
|
|
2679
|
+
collaborationIdentifier: import_smithy_client.expectString,
|
|
2680
|
+
configuredModelAlgorithmArn: import_smithy_client.expectString,
|
|
2681
|
+
configuredModelAlgorithmAssociationArn: import_smithy_client.expectString,
|
|
2682
|
+
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2683
|
+
creatorAccountId: import_smithy_client.expectString,
|
|
2684
|
+
description: import_smithy_client.expectString,
|
|
2685
|
+
membershipIdentifier: import_smithy_client.expectString,
|
|
2686
|
+
name: import_smithy_client.expectString,
|
|
2687
|
+
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2688
|
+
});
|
|
2689
|
+
}, "de_CollaborationConfiguredModelAlgorithmAssociationSummary");
|
|
2690
|
+
var de_CollaborationMLInputChannelsList = /* @__PURE__ */ __name((output, context) => {
|
|
2691
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2692
|
+
return de_CollaborationMLInputChannelSummary(entry, context);
|
|
2693
|
+
});
|
|
2694
|
+
return retVal;
|
|
2695
|
+
}, "de_CollaborationMLInputChannelsList");
|
|
2696
|
+
var de_CollaborationMLInputChannelSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2697
|
+
return (0, import_smithy_client.take)(output, {
|
|
2698
|
+
collaborationIdentifier: import_smithy_client.expectString,
|
|
2699
|
+
configuredModelAlgorithmAssociations: import_smithy_client._json,
|
|
2700
|
+
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2701
|
+
creatorAccountId: import_smithy_client.expectString,
|
|
2702
|
+
description: import_smithy_client.expectString,
|
|
2703
|
+
membershipIdentifier: import_smithy_client.expectString,
|
|
2704
|
+
mlInputChannelArn: import_smithy_client.expectString,
|
|
2705
|
+
name: import_smithy_client.expectString,
|
|
2706
|
+
status: import_smithy_client.expectString,
|
|
2707
|
+
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2708
|
+
});
|
|
2709
|
+
}, "de_CollaborationMLInputChannelSummary");
|
|
2710
|
+
var de_CollaborationTrainedModelExportJobList = /* @__PURE__ */ __name((output, context) => {
|
|
2711
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2712
|
+
return de_CollaborationTrainedModelExportJobSummary(entry, context);
|
|
2713
|
+
});
|
|
2714
|
+
return retVal;
|
|
2715
|
+
}, "de_CollaborationTrainedModelExportJobList");
|
|
2716
|
+
var de_CollaborationTrainedModelExportJobSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2717
|
+
return (0, import_smithy_client.take)(output, {
|
|
2718
|
+
collaborationIdentifier: import_smithy_client.expectString,
|
|
2719
|
+
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2720
|
+
creatorAccountId: import_smithy_client.expectString,
|
|
2721
|
+
description: import_smithy_client.expectString,
|
|
2722
|
+
membershipIdentifier: import_smithy_client.expectString,
|
|
2723
|
+
name: import_smithy_client.expectString,
|
|
2724
|
+
outputConfiguration: import_smithy_client._json,
|
|
2725
|
+
status: import_smithy_client.expectString,
|
|
2726
|
+
statusDetails: import_smithy_client._json,
|
|
2727
|
+
trainedModelArn: import_smithy_client.expectString,
|
|
2728
|
+
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2729
|
+
});
|
|
2730
|
+
}, "de_CollaborationTrainedModelExportJobSummary");
|
|
2731
|
+
var de_CollaborationTrainedModelInferenceJobList = /* @__PURE__ */ __name((output, context) => {
|
|
2732
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2733
|
+
return de_CollaborationTrainedModelInferenceJobSummary(entry, context);
|
|
2734
|
+
});
|
|
2735
|
+
return retVal;
|
|
2736
|
+
}, "de_CollaborationTrainedModelInferenceJobList");
|
|
2737
|
+
var de_CollaborationTrainedModelInferenceJobSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2738
|
+
return (0, import_smithy_client.take)(output, {
|
|
2739
|
+
collaborationIdentifier: import_smithy_client.expectString,
|
|
2740
|
+
configuredModelAlgorithmAssociationArn: import_smithy_client.expectString,
|
|
2741
|
+
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2742
|
+
creatorAccountId: import_smithy_client.expectString,
|
|
2743
|
+
description: import_smithy_client.expectString,
|
|
2744
|
+
logsStatus: import_smithy_client.expectString,
|
|
2745
|
+
logsStatusDetails: import_smithy_client.expectString,
|
|
2746
|
+
membershipIdentifier: import_smithy_client.expectString,
|
|
2747
|
+
metricsStatus: import_smithy_client.expectString,
|
|
2748
|
+
metricsStatusDetails: import_smithy_client.expectString,
|
|
2749
|
+
name: import_smithy_client.expectString,
|
|
2750
|
+
outputConfiguration: import_smithy_client._json,
|
|
2751
|
+
status: import_smithy_client.expectString,
|
|
2752
|
+
trainedModelArn: import_smithy_client.expectString,
|
|
2753
|
+
trainedModelInferenceJobArn: import_smithy_client.expectString,
|
|
2754
|
+
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2755
|
+
});
|
|
2756
|
+
}, "de_CollaborationTrainedModelInferenceJobSummary");
|
|
2757
|
+
var de_CollaborationTrainedModelList = /* @__PURE__ */ __name((output, context) => {
|
|
2758
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2759
|
+
return de_CollaborationTrainedModelSummary(entry, context);
|
|
2760
|
+
});
|
|
2761
|
+
return retVal;
|
|
2762
|
+
}, "de_CollaborationTrainedModelList");
|
|
2763
|
+
var de_CollaborationTrainedModelSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2764
|
+
return (0, import_smithy_client.take)(output, {
|
|
2765
|
+
collaborationIdentifier: import_smithy_client.expectString,
|
|
2766
|
+
configuredModelAlgorithmAssociationArn: import_smithy_client.expectString,
|
|
2767
|
+
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2768
|
+
creatorAccountId: import_smithy_client.expectString,
|
|
2769
|
+
description: import_smithy_client.expectString,
|
|
2770
|
+
membershipIdentifier: import_smithy_client.expectString,
|
|
2771
|
+
name: import_smithy_client.expectString,
|
|
2772
|
+
status: import_smithy_client.expectString,
|
|
2773
|
+
trainedModelArn: import_smithy_client.expectString,
|
|
2774
|
+
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2775
|
+
});
|
|
2776
|
+
}, "de_CollaborationTrainedModelSummary");
|
|
1265
2777
|
var de_ConfiguredAudienceModelList = /* @__PURE__ */ __name((output, context) => {
|
|
1266
2778
|
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
1267
2779
|
return de_ConfiguredAudienceModelSummary(entry, context);
|
|
@@ -1280,6 +2792,71 @@ var de_ConfiguredAudienceModelSummary = /* @__PURE__ */ __name((output, context)
|
|
|
1280
2792
|
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
1281
2793
|
});
|
|
1282
2794
|
}, "de_ConfiguredAudienceModelSummary");
|
|
2795
|
+
var de_ConfiguredModelAlgorithmAssociationList = /* @__PURE__ */ __name((output, context) => {
|
|
2796
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2797
|
+
return de_ConfiguredModelAlgorithmAssociationSummary(entry, context);
|
|
2798
|
+
});
|
|
2799
|
+
return retVal;
|
|
2800
|
+
}, "de_ConfiguredModelAlgorithmAssociationList");
|
|
2801
|
+
var de_ConfiguredModelAlgorithmAssociationSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2802
|
+
return (0, import_smithy_client.take)(output, {
|
|
2803
|
+
collaborationIdentifier: import_smithy_client.expectString,
|
|
2804
|
+
configuredModelAlgorithmArn: import_smithy_client.expectString,
|
|
2805
|
+
configuredModelAlgorithmAssociationArn: import_smithy_client.expectString,
|
|
2806
|
+
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2807
|
+
description: import_smithy_client.expectString,
|
|
2808
|
+
membershipIdentifier: import_smithy_client.expectString,
|
|
2809
|
+
name: import_smithy_client.expectString,
|
|
2810
|
+
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2811
|
+
});
|
|
2812
|
+
}, "de_ConfiguredModelAlgorithmAssociationSummary");
|
|
2813
|
+
var de_ConfiguredModelAlgorithmList = /* @__PURE__ */ __name((output, context) => {
|
|
2814
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2815
|
+
return de_ConfiguredModelAlgorithmSummary(entry, context);
|
|
2816
|
+
});
|
|
2817
|
+
return retVal;
|
|
2818
|
+
}, "de_ConfiguredModelAlgorithmList");
|
|
2819
|
+
var de_ConfiguredModelAlgorithmSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2820
|
+
return (0, import_smithy_client.take)(output, {
|
|
2821
|
+
configuredModelAlgorithmArn: import_smithy_client.expectString,
|
|
2822
|
+
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2823
|
+
description: import_smithy_client.expectString,
|
|
2824
|
+
name: import_smithy_client.expectString,
|
|
2825
|
+
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2826
|
+
});
|
|
2827
|
+
}, "de_ConfiguredModelAlgorithmSummary");
|
|
2828
|
+
var de_MLInputChannelsList = /* @__PURE__ */ __name((output, context) => {
|
|
2829
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2830
|
+
return de_MLInputChannelSummary(entry, context);
|
|
2831
|
+
});
|
|
2832
|
+
return retVal;
|
|
2833
|
+
}, "de_MLInputChannelsList");
|
|
2834
|
+
var de_MLInputChannelSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2835
|
+
return (0, import_smithy_client.take)(output, {
|
|
2836
|
+
collaborationIdentifier: import_smithy_client.expectString,
|
|
2837
|
+
configuredModelAlgorithmAssociations: import_smithy_client._json,
|
|
2838
|
+
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2839
|
+
description: import_smithy_client.expectString,
|
|
2840
|
+
membershipIdentifier: import_smithy_client.expectString,
|
|
2841
|
+
mlInputChannelArn: import_smithy_client.expectString,
|
|
2842
|
+
name: import_smithy_client.expectString,
|
|
2843
|
+
protectedQueryIdentifier: import_smithy_client.expectString,
|
|
2844
|
+
status: import_smithy_client.expectString,
|
|
2845
|
+
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2846
|
+
});
|
|
2847
|
+
}, "de_MLInputChannelSummary");
|
|
2848
|
+
var de_PrivacyConfiguration = /* @__PURE__ */ __name((output, context) => {
|
|
2849
|
+
return (0, import_smithy_client.take)(output, {
|
|
2850
|
+
policies: (_) => de_PrivacyConfigurationPolicies(_, context)
|
|
2851
|
+
});
|
|
2852
|
+
}, "de_PrivacyConfiguration");
|
|
2853
|
+
var de_PrivacyConfigurationPolicies = /* @__PURE__ */ __name((output, context) => {
|
|
2854
|
+
return (0, import_smithy_client.take)(output, {
|
|
2855
|
+
trainedModelExports: (_) => de_TrainedModelExportsConfigurationPolicy(_, context),
|
|
2856
|
+
trainedModelInferenceJobs: (_) => de_TrainedModelInferenceJobsConfigurationPolicy(_, context),
|
|
2857
|
+
trainedModels: import_smithy_client._json
|
|
2858
|
+
});
|
|
2859
|
+
}, "de_PrivacyConfigurationPolicies");
|
|
1283
2860
|
var de_RelevanceMetric = /* @__PURE__ */ __name((output, context) => {
|
|
1284
2861
|
return (0, import_smithy_client.take)(output, {
|
|
1285
2862
|
audienceSize: import_smithy_client._json,
|
|
@@ -1292,6 +2869,74 @@ var de_RelevanceMetrics = /* @__PURE__ */ __name((output, context) => {
|
|
|
1292
2869
|
});
|
|
1293
2870
|
return retVal;
|
|
1294
2871
|
}, "de_RelevanceMetrics");
|
|
2872
|
+
var de_TrainedModelExportsConfigurationPolicy = /* @__PURE__ */ __name((output, context) => {
|
|
2873
|
+
return (0, import_smithy_client.take)(output, {
|
|
2874
|
+
filesToExport: import_smithy_client._json,
|
|
2875
|
+
maxSize: (_) => de_TrainedModelExportsMaxSize(_, context)
|
|
2876
|
+
});
|
|
2877
|
+
}, "de_TrainedModelExportsConfigurationPolicy");
|
|
2878
|
+
var de_TrainedModelExportsMaxSize = /* @__PURE__ */ __name((output, context) => {
|
|
2879
|
+
return (0, import_smithy_client.take)(output, {
|
|
2880
|
+
unit: import_smithy_client.expectString,
|
|
2881
|
+
value: import_smithy_client.limitedParseDouble
|
|
2882
|
+
});
|
|
2883
|
+
}, "de_TrainedModelExportsMaxSize");
|
|
2884
|
+
var de_TrainedModelInferenceJobList = /* @__PURE__ */ __name((output, context) => {
|
|
2885
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2886
|
+
return de_TrainedModelInferenceJobSummary(entry, context);
|
|
2887
|
+
});
|
|
2888
|
+
return retVal;
|
|
2889
|
+
}, "de_TrainedModelInferenceJobList");
|
|
2890
|
+
var de_TrainedModelInferenceJobsConfigurationPolicy = /* @__PURE__ */ __name((output, context) => {
|
|
2891
|
+
return (0, import_smithy_client.take)(output, {
|
|
2892
|
+
containerLogs: import_smithy_client._json,
|
|
2893
|
+
maxOutputSize: (_) => de_TrainedModelInferenceMaxOutputSize(_, context)
|
|
2894
|
+
});
|
|
2895
|
+
}, "de_TrainedModelInferenceJobsConfigurationPolicy");
|
|
2896
|
+
var de_TrainedModelInferenceJobSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2897
|
+
return (0, import_smithy_client.take)(output, {
|
|
2898
|
+
collaborationIdentifier: import_smithy_client.expectString,
|
|
2899
|
+
configuredModelAlgorithmAssociationArn: import_smithy_client.expectString,
|
|
2900
|
+
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2901
|
+
description: import_smithy_client.expectString,
|
|
2902
|
+
logsStatus: import_smithy_client.expectString,
|
|
2903
|
+
logsStatusDetails: import_smithy_client.expectString,
|
|
2904
|
+
membershipIdentifier: import_smithy_client.expectString,
|
|
2905
|
+
metricsStatus: import_smithy_client.expectString,
|
|
2906
|
+
metricsStatusDetails: import_smithy_client.expectString,
|
|
2907
|
+
name: import_smithy_client.expectString,
|
|
2908
|
+
outputConfiguration: import_smithy_client._json,
|
|
2909
|
+
status: import_smithy_client.expectString,
|
|
2910
|
+
trainedModelArn: import_smithy_client.expectString,
|
|
2911
|
+
trainedModelInferenceJobArn: import_smithy_client.expectString,
|
|
2912
|
+
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2913
|
+
});
|
|
2914
|
+
}, "de_TrainedModelInferenceJobSummary");
|
|
2915
|
+
var de_TrainedModelInferenceMaxOutputSize = /* @__PURE__ */ __name((output, context) => {
|
|
2916
|
+
return (0, import_smithy_client.take)(output, {
|
|
2917
|
+
unit: import_smithy_client.expectString,
|
|
2918
|
+
value: import_smithy_client.limitedParseDouble
|
|
2919
|
+
});
|
|
2920
|
+
}, "de_TrainedModelInferenceMaxOutputSize");
|
|
2921
|
+
var de_TrainedModelList = /* @__PURE__ */ __name((output, context) => {
|
|
2922
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
2923
|
+
return de_TrainedModelSummary(entry, context);
|
|
2924
|
+
});
|
|
2925
|
+
return retVal;
|
|
2926
|
+
}, "de_TrainedModelList");
|
|
2927
|
+
var de_TrainedModelSummary = /* @__PURE__ */ __name((output, context) => {
|
|
2928
|
+
return (0, import_smithy_client.take)(output, {
|
|
2929
|
+
collaborationIdentifier: import_smithy_client.expectString,
|
|
2930
|
+
configuredModelAlgorithmAssociationArn: import_smithy_client.expectString,
|
|
2931
|
+
createTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_)),
|
|
2932
|
+
description: import_smithy_client.expectString,
|
|
2933
|
+
membershipIdentifier: import_smithy_client.expectString,
|
|
2934
|
+
name: import_smithy_client.expectString,
|
|
2935
|
+
status: import_smithy_client.expectString,
|
|
2936
|
+
trainedModelArn: import_smithy_client.expectString,
|
|
2937
|
+
updateTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(_))
|
|
2938
|
+
});
|
|
2939
|
+
}, "de_TrainedModelSummary");
|
|
1295
2940
|
var de_TrainingDatasetList = /* @__PURE__ */ __name((output, context) => {
|
|
1296
2941
|
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
1297
2942
|
return de_TrainingDatasetSummary(entry, context);
|
|
@@ -1320,8 +2965,37 @@ var _cI = "collaborationId";
|
|
|
1320
2965
|
var _mR = "maxResults";
|
|
1321
2966
|
var _nT = "nextToken";
|
|
1322
2967
|
var _tK = "tagKeys";
|
|
2968
|
+
var _tMA = "trainedModelArn";
|
|
2969
|
+
|
|
2970
|
+
// src/commands/CancelTrainedModelCommand.ts
|
|
2971
|
+
var _CancelTrainedModelCommand = class _CancelTrainedModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2972
|
+
return [
|
|
2973
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2974
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2975
|
+
];
|
|
2976
|
+
}).s("AWSStarkControlService", "CancelTrainedModel", {}).n("CleanRoomsMLClient", "CancelTrainedModelCommand").f(void 0, void 0).ser(se_CancelTrainedModelCommand).de(de_CancelTrainedModelCommand).build() {
|
|
2977
|
+
};
|
|
2978
|
+
__name(_CancelTrainedModelCommand, "CancelTrainedModelCommand");
|
|
2979
|
+
var CancelTrainedModelCommand = _CancelTrainedModelCommand;
|
|
2980
|
+
|
|
2981
|
+
// src/commands/CancelTrainedModelInferenceJobCommand.ts
|
|
2982
|
+
|
|
2983
|
+
|
|
2984
|
+
|
|
2985
|
+
var _CancelTrainedModelInferenceJobCommand = class _CancelTrainedModelInferenceJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2986
|
+
return [
|
|
2987
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2988
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2989
|
+
];
|
|
2990
|
+
}).s("AWSStarkControlService", "CancelTrainedModelInferenceJob", {}).n("CleanRoomsMLClient", "CancelTrainedModelInferenceJobCommand").f(void 0, void 0).ser(se_CancelTrainedModelInferenceJobCommand).de(de_CancelTrainedModelInferenceJobCommand).build() {
|
|
2991
|
+
};
|
|
2992
|
+
__name(_CancelTrainedModelInferenceJobCommand, "CancelTrainedModelInferenceJobCommand");
|
|
2993
|
+
var CancelTrainedModelInferenceJobCommand = _CancelTrainedModelInferenceJobCommand;
|
|
1323
2994
|
|
|
1324
2995
|
// src/commands/CreateAudienceModelCommand.ts
|
|
2996
|
+
|
|
2997
|
+
|
|
2998
|
+
|
|
1325
2999
|
var _CreateAudienceModelCommand = class _CreateAudienceModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1326
3000
|
return [
|
|
1327
3001
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
@@ -1332,89 +3006,215 @@ var _CreateAudienceModelCommand = class _CreateAudienceModelCommand extends impo
|
|
|
1332
3006
|
__name(_CreateAudienceModelCommand, "CreateAudienceModelCommand");
|
|
1333
3007
|
var CreateAudienceModelCommand = _CreateAudienceModelCommand;
|
|
1334
3008
|
|
|
1335
|
-
// src/commands/CreateConfiguredAudienceModelCommand.ts
|
|
3009
|
+
// src/commands/CreateConfiguredAudienceModelCommand.ts
|
|
3010
|
+
|
|
3011
|
+
|
|
3012
|
+
|
|
3013
|
+
var _CreateConfiguredAudienceModelCommand = class _CreateConfiguredAudienceModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3014
|
+
return [
|
|
3015
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3016
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3017
|
+
];
|
|
3018
|
+
}).s("AWSStarkControlService", "CreateConfiguredAudienceModel", {}).n("CleanRoomsMLClient", "CreateConfiguredAudienceModelCommand").f(void 0, void 0).ser(se_CreateConfiguredAudienceModelCommand).de(de_CreateConfiguredAudienceModelCommand).build() {
|
|
3019
|
+
};
|
|
3020
|
+
__name(_CreateConfiguredAudienceModelCommand, "CreateConfiguredAudienceModelCommand");
|
|
3021
|
+
var CreateConfiguredAudienceModelCommand = _CreateConfiguredAudienceModelCommand;
|
|
3022
|
+
|
|
3023
|
+
// src/commands/CreateConfiguredModelAlgorithmAssociationCommand.ts
|
|
3024
|
+
|
|
3025
|
+
|
|
3026
|
+
|
|
3027
|
+
var _CreateConfiguredModelAlgorithmAssociationCommand = class _CreateConfiguredModelAlgorithmAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3028
|
+
return [
|
|
3029
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3030
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3031
|
+
];
|
|
3032
|
+
}).s("AWSStarkControlService", "CreateConfiguredModelAlgorithmAssociation", {}).n("CleanRoomsMLClient", "CreateConfiguredModelAlgorithmAssociationCommand").f(void 0, void 0).ser(se_CreateConfiguredModelAlgorithmAssociationCommand).de(de_CreateConfiguredModelAlgorithmAssociationCommand).build() {
|
|
3033
|
+
};
|
|
3034
|
+
__name(_CreateConfiguredModelAlgorithmAssociationCommand, "CreateConfiguredModelAlgorithmAssociationCommand");
|
|
3035
|
+
var CreateConfiguredModelAlgorithmAssociationCommand = _CreateConfiguredModelAlgorithmAssociationCommand;
|
|
3036
|
+
|
|
3037
|
+
// src/commands/CreateConfiguredModelAlgorithmCommand.ts
|
|
3038
|
+
|
|
3039
|
+
|
|
3040
|
+
|
|
3041
|
+
var _CreateConfiguredModelAlgorithmCommand = class _CreateConfiguredModelAlgorithmCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3042
|
+
return [
|
|
3043
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3044
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3045
|
+
];
|
|
3046
|
+
}).s("AWSStarkControlService", "CreateConfiguredModelAlgorithm", {}).n("CleanRoomsMLClient", "CreateConfiguredModelAlgorithmCommand").f(void 0, void 0).ser(se_CreateConfiguredModelAlgorithmCommand).de(de_CreateConfiguredModelAlgorithmCommand).build() {
|
|
3047
|
+
};
|
|
3048
|
+
__name(_CreateConfiguredModelAlgorithmCommand, "CreateConfiguredModelAlgorithmCommand");
|
|
3049
|
+
var CreateConfiguredModelAlgorithmCommand = _CreateConfiguredModelAlgorithmCommand;
|
|
3050
|
+
|
|
3051
|
+
// src/commands/CreateMLInputChannelCommand.ts
|
|
3052
|
+
|
|
3053
|
+
|
|
3054
|
+
|
|
3055
|
+
var _CreateMLInputChannelCommand = class _CreateMLInputChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3056
|
+
return [
|
|
3057
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3058
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3059
|
+
];
|
|
3060
|
+
}).s("AWSStarkControlService", "CreateMLInputChannel", {}).n("CleanRoomsMLClient", "CreateMLInputChannelCommand").f(CreateMLInputChannelRequestFilterSensitiveLog, void 0).ser(se_CreateMLInputChannelCommand).de(de_CreateMLInputChannelCommand).build() {
|
|
3061
|
+
};
|
|
3062
|
+
__name(_CreateMLInputChannelCommand, "CreateMLInputChannelCommand");
|
|
3063
|
+
var CreateMLInputChannelCommand = _CreateMLInputChannelCommand;
|
|
3064
|
+
|
|
3065
|
+
// src/commands/CreateTrainedModelCommand.ts
|
|
3066
|
+
|
|
3067
|
+
|
|
3068
|
+
|
|
3069
|
+
var _CreateTrainedModelCommand = class _CreateTrainedModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3070
|
+
return [
|
|
3071
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3072
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3073
|
+
];
|
|
3074
|
+
}).s("AWSStarkControlService", "CreateTrainedModel", {}).n("CleanRoomsMLClient", "CreateTrainedModelCommand").f(void 0, void 0).ser(se_CreateTrainedModelCommand).de(de_CreateTrainedModelCommand).build() {
|
|
3075
|
+
};
|
|
3076
|
+
__name(_CreateTrainedModelCommand, "CreateTrainedModelCommand");
|
|
3077
|
+
var CreateTrainedModelCommand = _CreateTrainedModelCommand;
|
|
3078
|
+
|
|
3079
|
+
// src/commands/CreateTrainingDatasetCommand.ts
|
|
3080
|
+
|
|
3081
|
+
|
|
3082
|
+
|
|
3083
|
+
var _CreateTrainingDatasetCommand = class _CreateTrainingDatasetCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3084
|
+
return [
|
|
3085
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3086
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3087
|
+
];
|
|
3088
|
+
}).s("AWSStarkControlService", "CreateTrainingDataset", {}).n("CleanRoomsMLClient", "CreateTrainingDatasetCommand").f(void 0, void 0).ser(se_CreateTrainingDatasetCommand).de(de_CreateTrainingDatasetCommand).build() {
|
|
3089
|
+
};
|
|
3090
|
+
__name(_CreateTrainingDatasetCommand, "CreateTrainingDatasetCommand");
|
|
3091
|
+
var CreateTrainingDatasetCommand = _CreateTrainingDatasetCommand;
|
|
3092
|
+
|
|
3093
|
+
// src/commands/DeleteAudienceGenerationJobCommand.ts
|
|
3094
|
+
|
|
3095
|
+
|
|
3096
|
+
|
|
3097
|
+
var _DeleteAudienceGenerationJobCommand = class _DeleteAudienceGenerationJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3098
|
+
return [
|
|
3099
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3100
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3101
|
+
];
|
|
3102
|
+
}).s("AWSStarkControlService", "DeleteAudienceGenerationJob", {}).n("CleanRoomsMLClient", "DeleteAudienceGenerationJobCommand").f(void 0, void 0).ser(se_DeleteAudienceGenerationJobCommand).de(de_DeleteAudienceGenerationJobCommand).build() {
|
|
3103
|
+
};
|
|
3104
|
+
__name(_DeleteAudienceGenerationJobCommand, "DeleteAudienceGenerationJobCommand");
|
|
3105
|
+
var DeleteAudienceGenerationJobCommand = _DeleteAudienceGenerationJobCommand;
|
|
3106
|
+
|
|
3107
|
+
// src/commands/DeleteAudienceModelCommand.ts
|
|
3108
|
+
|
|
3109
|
+
|
|
3110
|
+
|
|
3111
|
+
var _DeleteAudienceModelCommand = class _DeleteAudienceModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3112
|
+
return [
|
|
3113
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3114
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3115
|
+
];
|
|
3116
|
+
}).s("AWSStarkControlService", "DeleteAudienceModel", {}).n("CleanRoomsMLClient", "DeleteAudienceModelCommand").f(void 0, void 0).ser(se_DeleteAudienceModelCommand).de(de_DeleteAudienceModelCommand).build() {
|
|
3117
|
+
};
|
|
3118
|
+
__name(_DeleteAudienceModelCommand, "DeleteAudienceModelCommand");
|
|
3119
|
+
var DeleteAudienceModelCommand = _DeleteAudienceModelCommand;
|
|
3120
|
+
|
|
3121
|
+
// src/commands/DeleteConfiguredAudienceModelCommand.ts
|
|
3122
|
+
|
|
3123
|
+
|
|
3124
|
+
|
|
3125
|
+
var _DeleteConfiguredAudienceModelCommand = class _DeleteConfiguredAudienceModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3126
|
+
return [
|
|
3127
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3128
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3129
|
+
];
|
|
3130
|
+
}).s("AWSStarkControlService", "DeleteConfiguredAudienceModel", {}).n("CleanRoomsMLClient", "DeleteConfiguredAudienceModelCommand").f(void 0, void 0).ser(se_DeleteConfiguredAudienceModelCommand).de(de_DeleteConfiguredAudienceModelCommand).build() {
|
|
3131
|
+
};
|
|
3132
|
+
__name(_DeleteConfiguredAudienceModelCommand, "DeleteConfiguredAudienceModelCommand");
|
|
3133
|
+
var DeleteConfiguredAudienceModelCommand = _DeleteConfiguredAudienceModelCommand;
|
|
3134
|
+
|
|
3135
|
+
// src/commands/DeleteConfiguredAudienceModelPolicyCommand.ts
|
|
1336
3136
|
|
|
1337
3137
|
|
|
1338
3138
|
|
|
1339
|
-
var
|
|
3139
|
+
var _DeleteConfiguredAudienceModelPolicyCommand = class _DeleteConfiguredAudienceModelPolicyCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1340
3140
|
return [
|
|
1341
3141
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1342
3142
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1343
3143
|
];
|
|
1344
|
-
}).s("AWSStarkControlService", "
|
|
3144
|
+
}).s("AWSStarkControlService", "DeleteConfiguredAudienceModelPolicy", {}).n("CleanRoomsMLClient", "DeleteConfiguredAudienceModelPolicyCommand").f(void 0, void 0).ser(se_DeleteConfiguredAudienceModelPolicyCommand).de(de_DeleteConfiguredAudienceModelPolicyCommand).build() {
|
|
1345
3145
|
};
|
|
1346
|
-
__name(
|
|
1347
|
-
var
|
|
3146
|
+
__name(_DeleteConfiguredAudienceModelPolicyCommand, "DeleteConfiguredAudienceModelPolicyCommand");
|
|
3147
|
+
var DeleteConfiguredAudienceModelPolicyCommand = _DeleteConfiguredAudienceModelPolicyCommand;
|
|
1348
3148
|
|
|
1349
|
-
// src/commands/
|
|
3149
|
+
// src/commands/DeleteConfiguredModelAlgorithmAssociationCommand.ts
|
|
1350
3150
|
|
|
1351
3151
|
|
|
1352
3152
|
|
|
1353
|
-
var
|
|
3153
|
+
var _DeleteConfiguredModelAlgorithmAssociationCommand = class _DeleteConfiguredModelAlgorithmAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1354
3154
|
return [
|
|
1355
3155
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1356
3156
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1357
3157
|
];
|
|
1358
|
-
}).s("AWSStarkControlService", "
|
|
3158
|
+
}).s("AWSStarkControlService", "DeleteConfiguredModelAlgorithmAssociation", {}).n("CleanRoomsMLClient", "DeleteConfiguredModelAlgorithmAssociationCommand").f(void 0, void 0).ser(se_DeleteConfiguredModelAlgorithmAssociationCommand).de(de_DeleteConfiguredModelAlgorithmAssociationCommand).build() {
|
|
1359
3159
|
};
|
|
1360
|
-
__name(
|
|
1361
|
-
var
|
|
3160
|
+
__name(_DeleteConfiguredModelAlgorithmAssociationCommand, "DeleteConfiguredModelAlgorithmAssociationCommand");
|
|
3161
|
+
var DeleteConfiguredModelAlgorithmAssociationCommand = _DeleteConfiguredModelAlgorithmAssociationCommand;
|
|
1362
3162
|
|
|
1363
|
-
// src/commands/
|
|
3163
|
+
// src/commands/DeleteConfiguredModelAlgorithmCommand.ts
|
|
1364
3164
|
|
|
1365
3165
|
|
|
1366
3166
|
|
|
1367
|
-
var
|
|
3167
|
+
var _DeleteConfiguredModelAlgorithmCommand = class _DeleteConfiguredModelAlgorithmCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1368
3168
|
return [
|
|
1369
3169
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1370
3170
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1371
3171
|
];
|
|
1372
|
-
}).s("AWSStarkControlService", "
|
|
3172
|
+
}).s("AWSStarkControlService", "DeleteConfiguredModelAlgorithm", {}).n("CleanRoomsMLClient", "DeleteConfiguredModelAlgorithmCommand").f(void 0, void 0).ser(se_DeleteConfiguredModelAlgorithmCommand).de(de_DeleteConfiguredModelAlgorithmCommand).build() {
|
|
1373
3173
|
};
|
|
1374
|
-
__name(
|
|
1375
|
-
var
|
|
3174
|
+
__name(_DeleteConfiguredModelAlgorithmCommand, "DeleteConfiguredModelAlgorithmCommand");
|
|
3175
|
+
var DeleteConfiguredModelAlgorithmCommand = _DeleteConfiguredModelAlgorithmCommand;
|
|
1376
3176
|
|
|
1377
|
-
// src/commands/
|
|
3177
|
+
// src/commands/DeleteMLConfigurationCommand.ts
|
|
1378
3178
|
|
|
1379
3179
|
|
|
1380
3180
|
|
|
1381
|
-
var
|
|
3181
|
+
var _DeleteMLConfigurationCommand = class _DeleteMLConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1382
3182
|
return [
|
|
1383
3183
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1384
3184
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1385
3185
|
];
|
|
1386
|
-
}).s("AWSStarkControlService", "
|
|
3186
|
+
}).s("AWSStarkControlService", "DeleteMLConfiguration", {}).n("CleanRoomsMLClient", "DeleteMLConfigurationCommand").f(void 0, void 0).ser(se_DeleteMLConfigurationCommand).de(de_DeleteMLConfigurationCommand).build() {
|
|
1387
3187
|
};
|
|
1388
|
-
__name(
|
|
1389
|
-
var
|
|
3188
|
+
__name(_DeleteMLConfigurationCommand, "DeleteMLConfigurationCommand");
|
|
3189
|
+
var DeleteMLConfigurationCommand = _DeleteMLConfigurationCommand;
|
|
1390
3190
|
|
|
1391
|
-
// src/commands/
|
|
3191
|
+
// src/commands/DeleteMLInputChannelDataCommand.ts
|
|
1392
3192
|
|
|
1393
3193
|
|
|
1394
3194
|
|
|
1395
|
-
var
|
|
3195
|
+
var _DeleteMLInputChannelDataCommand = class _DeleteMLInputChannelDataCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1396
3196
|
return [
|
|
1397
3197
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1398
3198
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1399
3199
|
];
|
|
1400
|
-
}).s("AWSStarkControlService", "
|
|
3200
|
+
}).s("AWSStarkControlService", "DeleteMLInputChannelData", {}).n("CleanRoomsMLClient", "DeleteMLInputChannelDataCommand").f(void 0, void 0).ser(se_DeleteMLInputChannelDataCommand).de(de_DeleteMLInputChannelDataCommand).build() {
|
|
1401
3201
|
};
|
|
1402
|
-
__name(
|
|
1403
|
-
var
|
|
3202
|
+
__name(_DeleteMLInputChannelDataCommand, "DeleteMLInputChannelDataCommand");
|
|
3203
|
+
var DeleteMLInputChannelDataCommand = _DeleteMLInputChannelDataCommand;
|
|
1404
3204
|
|
|
1405
|
-
// src/commands/
|
|
3205
|
+
// src/commands/DeleteTrainedModelOutputCommand.ts
|
|
1406
3206
|
|
|
1407
3207
|
|
|
1408
3208
|
|
|
1409
|
-
var
|
|
3209
|
+
var _DeleteTrainedModelOutputCommand = class _DeleteTrainedModelOutputCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1410
3210
|
return [
|
|
1411
3211
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1412
3212
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
1413
3213
|
];
|
|
1414
|
-
}).s("AWSStarkControlService", "
|
|
3214
|
+
}).s("AWSStarkControlService", "DeleteTrainedModelOutput", {}).n("CleanRoomsMLClient", "DeleteTrainedModelOutputCommand").f(void 0, void 0).ser(se_DeleteTrainedModelOutputCommand).de(de_DeleteTrainedModelOutputCommand).build() {
|
|
1415
3215
|
};
|
|
1416
|
-
__name(
|
|
1417
|
-
var
|
|
3216
|
+
__name(_DeleteTrainedModelOutputCommand, "DeleteTrainedModelOutputCommand");
|
|
3217
|
+
var DeleteTrainedModelOutputCommand = _DeleteTrainedModelOutputCommand;
|
|
1418
3218
|
|
|
1419
3219
|
// src/commands/DeleteTrainingDatasetCommand.ts
|
|
1420
3220
|
|
|
@@ -1458,6 +3258,48 @@ var _GetAudienceModelCommand = class _GetAudienceModelCommand extends import_smi
|
|
|
1458
3258
|
__name(_GetAudienceModelCommand, "GetAudienceModelCommand");
|
|
1459
3259
|
var GetAudienceModelCommand = _GetAudienceModelCommand;
|
|
1460
3260
|
|
|
3261
|
+
// src/commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand.ts
|
|
3262
|
+
|
|
3263
|
+
|
|
3264
|
+
|
|
3265
|
+
var _GetCollaborationConfiguredModelAlgorithmAssociationCommand = class _GetCollaborationConfiguredModelAlgorithmAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3266
|
+
return [
|
|
3267
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3268
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3269
|
+
];
|
|
3270
|
+
}).s("AWSStarkControlService", "GetCollaborationConfiguredModelAlgorithmAssociation", {}).n("CleanRoomsMLClient", "GetCollaborationConfiguredModelAlgorithmAssociationCommand").f(void 0, void 0).ser(se_GetCollaborationConfiguredModelAlgorithmAssociationCommand).de(de_GetCollaborationConfiguredModelAlgorithmAssociationCommand).build() {
|
|
3271
|
+
};
|
|
3272
|
+
__name(_GetCollaborationConfiguredModelAlgorithmAssociationCommand, "GetCollaborationConfiguredModelAlgorithmAssociationCommand");
|
|
3273
|
+
var GetCollaborationConfiguredModelAlgorithmAssociationCommand = _GetCollaborationConfiguredModelAlgorithmAssociationCommand;
|
|
3274
|
+
|
|
3275
|
+
// src/commands/GetCollaborationMLInputChannelCommand.ts
|
|
3276
|
+
|
|
3277
|
+
|
|
3278
|
+
|
|
3279
|
+
var _GetCollaborationMLInputChannelCommand = class _GetCollaborationMLInputChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3280
|
+
return [
|
|
3281
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3282
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3283
|
+
];
|
|
3284
|
+
}).s("AWSStarkControlService", "GetCollaborationMLInputChannel", {}).n("CleanRoomsMLClient", "GetCollaborationMLInputChannelCommand").f(void 0, void 0).ser(se_GetCollaborationMLInputChannelCommand).de(de_GetCollaborationMLInputChannelCommand).build() {
|
|
3285
|
+
};
|
|
3286
|
+
__name(_GetCollaborationMLInputChannelCommand, "GetCollaborationMLInputChannelCommand");
|
|
3287
|
+
var GetCollaborationMLInputChannelCommand = _GetCollaborationMLInputChannelCommand;
|
|
3288
|
+
|
|
3289
|
+
// src/commands/GetCollaborationTrainedModelCommand.ts
|
|
3290
|
+
|
|
3291
|
+
|
|
3292
|
+
|
|
3293
|
+
var _GetCollaborationTrainedModelCommand = class _GetCollaborationTrainedModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3294
|
+
return [
|
|
3295
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3296
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3297
|
+
];
|
|
3298
|
+
}).s("AWSStarkControlService", "GetCollaborationTrainedModel", {}).n("CleanRoomsMLClient", "GetCollaborationTrainedModelCommand").f(void 0, void 0).ser(se_GetCollaborationTrainedModelCommand).de(de_GetCollaborationTrainedModelCommand).build() {
|
|
3299
|
+
};
|
|
3300
|
+
__name(_GetCollaborationTrainedModelCommand, "GetCollaborationTrainedModelCommand");
|
|
3301
|
+
var GetCollaborationTrainedModelCommand = _GetCollaborationTrainedModelCommand;
|
|
3302
|
+
|
|
1461
3303
|
// src/commands/GetConfiguredAudienceModelCommand.ts
|
|
1462
3304
|
|
|
1463
3305
|
|
|
@@ -1486,6 +3328,90 @@ var _GetConfiguredAudienceModelPolicyCommand = class _GetConfiguredAudienceModel
|
|
|
1486
3328
|
__name(_GetConfiguredAudienceModelPolicyCommand, "GetConfiguredAudienceModelPolicyCommand");
|
|
1487
3329
|
var GetConfiguredAudienceModelPolicyCommand = _GetConfiguredAudienceModelPolicyCommand;
|
|
1488
3330
|
|
|
3331
|
+
// src/commands/GetConfiguredModelAlgorithmAssociationCommand.ts
|
|
3332
|
+
|
|
3333
|
+
|
|
3334
|
+
|
|
3335
|
+
var _GetConfiguredModelAlgorithmAssociationCommand = class _GetConfiguredModelAlgorithmAssociationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3336
|
+
return [
|
|
3337
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3338
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3339
|
+
];
|
|
3340
|
+
}).s("AWSStarkControlService", "GetConfiguredModelAlgorithmAssociation", {}).n("CleanRoomsMLClient", "GetConfiguredModelAlgorithmAssociationCommand").f(void 0, void 0).ser(se_GetConfiguredModelAlgorithmAssociationCommand).de(de_GetConfiguredModelAlgorithmAssociationCommand).build() {
|
|
3341
|
+
};
|
|
3342
|
+
__name(_GetConfiguredModelAlgorithmAssociationCommand, "GetConfiguredModelAlgorithmAssociationCommand");
|
|
3343
|
+
var GetConfiguredModelAlgorithmAssociationCommand = _GetConfiguredModelAlgorithmAssociationCommand;
|
|
3344
|
+
|
|
3345
|
+
// src/commands/GetConfiguredModelAlgorithmCommand.ts
|
|
3346
|
+
|
|
3347
|
+
|
|
3348
|
+
|
|
3349
|
+
var _GetConfiguredModelAlgorithmCommand = class _GetConfiguredModelAlgorithmCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3350
|
+
return [
|
|
3351
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3352
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3353
|
+
];
|
|
3354
|
+
}).s("AWSStarkControlService", "GetConfiguredModelAlgorithm", {}).n("CleanRoomsMLClient", "GetConfiguredModelAlgorithmCommand").f(void 0, void 0).ser(se_GetConfiguredModelAlgorithmCommand).de(de_GetConfiguredModelAlgorithmCommand).build() {
|
|
3355
|
+
};
|
|
3356
|
+
__name(_GetConfiguredModelAlgorithmCommand, "GetConfiguredModelAlgorithmCommand");
|
|
3357
|
+
var GetConfiguredModelAlgorithmCommand = _GetConfiguredModelAlgorithmCommand;
|
|
3358
|
+
|
|
3359
|
+
// src/commands/GetMLConfigurationCommand.ts
|
|
3360
|
+
|
|
3361
|
+
|
|
3362
|
+
|
|
3363
|
+
var _GetMLConfigurationCommand = class _GetMLConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3364
|
+
return [
|
|
3365
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3366
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3367
|
+
];
|
|
3368
|
+
}).s("AWSStarkControlService", "GetMLConfiguration", {}).n("CleanRoomsMLClient", "GetMLConfigurationCommand").f(void 0, void 0).ser(se_GetMLConfigurationCommand).de(de_GetMLConfigurationCommand).build() {
|
|
3369
|
+
};
|
|
3370
|
+
__name(_GetMLConfigurationCommand, "GetMLConfigurationCommand");
|
|
3371
|
+
var GetMLConfigurationCommand = _GetMLConfigurationCommand;
|
|
3372
|
+
|
|
3373
|
+
// src/commands/GetMLInputChannelCommand.ts
|
|
3374
|
+
|
|
3375
|
+
|
|
3376
|
+
|
|
3377
|
+
var _GetMLInputChannelCommand = class _GetMLInputChannelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3378
|
+
return [
|
|
3379
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3380
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3381
|
+
];
|
|
3382
|
+
}).s("AWSStarkControlService", "GetMLInputChannel", {}).n("CleanRoomsMLClient", "GetMLInputChannelCommand").f(void 0, GetMLInputChannelResponseFilterSensitiveLog).ser(se_GetMLInputChannelCommand).de(de_GetMLInputChannelCommand).build() {
|
|
3383
|
+
};
|
|
3384
|
+
__name(_GetMLInputChannelCommand, "GetMLInputChannelCommand");
|
|
3385
|
+
var GetMLInputChannelCommand = _GetMLInputChannelCommand;
|
|
3386
|
+
|
|
3387
|
+
// src/commands/GetTrainedModelCommand.ts
|
|
3388
|
+
|
|
3389
|
+
|
|
3390
|
+
|
|
3391
|
+
var _GetTrainedModelCommand = class _GetTrainedModelCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3392
|
+
return [
|
|
3393
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3394
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3395
|
+
];
|
|
3396
|
+
}).s("AWSStarkControlService", "GetTrainedModel", {}).n("CleanRoomsMLClient", "GetTrainedModelCommand").f(void 0, void 0).ser(se_GetTrainedModelCommand).de(de_GetTrainedModelCommand).build() {
|
|
3397
|
+
};
|
|
3398
|
+
__name(_GetTrainedModelCommand, "GetTrainedModelCommand");
|
|
3399
|
+
var GetTrainedModelCommand = _GetTrainedModelCommand;
|
|
3400
|
+
|
|
3401
|
+
// src/commands/GetTrainedModelInferenceJobCommand.ts
|
|
3402
|
+
|
|
3403
|
+
|
|
3404
|
+
|
|
3405
|
+
var _GetTrainedModelInferenceJobCommand = class _GetTrainedModelInferenceJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3406
|
+
return [
|
|
3407
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3408
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3409
|
+
];
|
|
3410
|
+
}).s("AWSStarkControlService", "GetTrainedModelInferenceJob", {}).n("CleanRoomsMLClient", "GetTrainedModelInferenceJobCommand").f(void 0, void 0).ser(se_GetTrainedModelInferenceJobCommand).de(de_GetTrainedModelInferenceJobCommand).build() {
|
|
3411
|
+
};
|
|
3412
|
+
__name(_GetTrainedModelInferenceJobCommand, "GetTrainedModelInferenceJobCommand");
|
|
3413
|
+
var GetTrainedModelInferenceJobCommand = _GetTrainedModelInferenceJobCommand;
|
|
3414
|
+
|
|
1489
3415
|
// src/commands/GetTrainingDatasetCommand.ts
|
|
1490
3416
|
|
|
1491
3417
|
|
|
@@ -1542,6 +3468,76 @@ var _ListAudienceModelsCommand = class _ListAudienceModelsCommand extends import
|
|
|
1542
3468
|
__name(_ListAudienceModelsCommand, "ListAudienceModelsCommand");
|
|
1543
3469
|
var ListAudienceModelsCommand = _ListAudienceModelsCommand;
|
|
1544
3470
|
|
|
3471
|
+
// src/commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand.ts
|
|
3472
|
+
|
|
3473
|
+
|
|
3474
|
+
|
|
3475
|
+
var _ListCollaborationConfiguredModelAlgorithmAssociationsCommand = class _ListCollaborationConfiguredModelAlgorithmAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3476
|
+
return [
|
|
3477
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3478
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3479
|
+
];
|
|
3480
|
+
}).s("AWSStarkControlService", "ListCollaborationConfiguredModelAlgorithmAssociations", {}).n("CleanRoomsMLClient", "ListCollaborationConfiguredModelAlgorithmAssociationsCommand").f(void 0, void 0).ser(se_ListCollaborationConfiguredModelAlgorithmAssociationsCommand).de(de_ListCollaborationConfiguredModelAlgorithmAssociationsCommand).build() {
|
|
3481
|
+
};
|
|
3482
|
+
__name(_ListCollaborationConfiguredModelAlgorithmAssociationsCommand, "ListCollaborationConfiguredModelAlgorithmAssociationsCommand");
|
|
3483
|
+
var ListCollaborationConfiguredModelAlgorithmAssociationsCommand = _ListCollaborationConfiguredModelAlgorithmAssociationsCommand;
|
|
3484
|
+
|
|
3485
|
+
// src/commands/ListCollaborationMLInputChannelsCommand.ts
|
|
3486
|
+
|
|
3487
|
+
|
|
3488
|
+
|
|
3489
|
+
var _ListCollaborationMLInputChannelsCommand = class _ListCollaborationMLInputChannelsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3490
|
+
return [
|
|
3491
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3492
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3493
|
+
];
|
|
3494
|
+
}).s("AWSStarkControlService", "ListCollaborationMLInputChannels", {}).n("CleanRoomsMLClient", "ListCollaborationMLInputChannelsCommand").f(void 0, void 0).ser(se_ListCollaborationMLInputChannelsCommand).de(de_ListCollaborationMLInputChannelsCommand).build() {
|
|
3495
|
+
};
|
|
3496
|
+
__name(_ListCollaborationMLInputChannelsCommand, "ListCollaborationMLInputChannelsCommand");
|
|
3497
|
+
var ListCollaborationMLInputChannelsCommand = _ListCollaborationMLInputChannelsCommand;
|
|
3498
|
+
|
|
3499
|
+
// src/commands/ListCollaborationTrainedModelExportJobsCommand.ts
|
|
3500
|
+
|
|
3501
|
+
|
|
3502
|
+
|
|
3503
|
+
var _ListCollaborationTrainedModelExportJobsCommand = class _ListCollaborationTrainedModelExportJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3504
|
+
return [
|
|
3505
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3506
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3507
|
+
];
|
|
3508
|
+
}).s("AWSStarkControlService", "ListCollaborationTrainedModelExportJobs", {}).n("CleanRoomsMLClient", "ListCollaborationTrainedModelExportJobsCommand").f(void 0, void 0).ser(se_ListCollaborationTrainedModelExportJobsCommand).de(de_ListCollaborationTrainedModelExportJobsCommand).build() {
|
|
3509
|
+
};
|
|
3510
|
+
__name(_ListCollaborationTrainedModelExportJobsCommand, "ListCollaborationTrainedModelExportJobsCommand");
|
|
3511
|
+
var ListCollaborationTrainedModelExportJobsCommand = _ListCollaborationTrainedModelExportJobsCommand;
|
|
3512
|
+
|
|
3513
|
+
// src/commands/ListCollaborationTrainedModelInferenceJobsCommand.ts
|
|
3514
|
+
|
|
3515
|
+
|
|
3516
|
+
|
|
3517
|
+
var _ListCollaborationTrainedModelInferenceJobsCommand = class _ListCollaborationTrainedModelInferenceJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3518
|
+
return [
|
|
3519
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3520
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3521
|
+
];
|
|
3522
|
+
}).s("AWSStarkControlService", "ListCollaborationTrainedModelInferenceJobs", {}).n("CleanRoomsMLClient", "ListCollaborationTrainedModelInferenceJobsCommand").f(void 0, void 0).ser(se_ListCollaborationTrainedModelInferenceJobsCommand).de(de_ListCollaborationTrainedModelInferenceJobsCommand).build() {
|
|
3523
|
+
};
|
|
3524
|
+
__name(_ListCollaborationTrainedModelInferenceJobsCommand, "ListCollaborationTrainedModelInferenceJobsCommand");
|
|
3525
|
+
var ListCollaborationTrainedModelInferenceJobsCommand = _ListCollaborationTrainedModelInferenceJobsCommand;
|
|
3526
|
+
|
|
3527
|
+
// src/commands/ListCollaborationTrainedModelsCommand.ts
|
|
3528
|
+
|
|
3529
|
+
|
|
3530
|
+
|
|
3531
|
+
var _ListCollaborationTrainedModelsCommand = class _ListCollaborationTrainedModelsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3532
|
+
return [
|
|
3533
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3534
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3535
|
+
];
|
|
3536
|
+
}).s("AWSStarkControlService", "ListCollaborationTrainedModels", {}).n("CleanRoomsMLClient", "ListCollaborationTrainedModelsCommand").f(void 0, void 0).ser(se_ListCollaborationTrainedModelsCommand).de(de_ListCollaborationTrainedModelsCommand).build() {
|
|
3537
|
+
};
|
|
3538
|
+
__name(_ListCollaborationTrainedModelsCommand, "ListCollaborationTrainedModelsCommand");
|
|
3539
|
+
var ListCollaborationTrainedModelsCommand = _ListCollaborationTrainedModelsCommand;
|
|
3540
|
+
|
|
1545
3541
|
// src/commands/ListConfiguredAudienceModelsCommand.ts
|
|
1546
3542
|
|
|
1547
3543
|
|
|
@@ -1556,6 +3552,48 @@ var _ListConfiguredAudienceModelsCommand = class _ListConfiguredAudienceModelsCo
|
|
|
1556
3552
|
__name(_ListConfiguredAudienceModelsCommand, "ListConfiguredAudienceModelsCommand");
|
|
1557
3553
|
var ListConfiguredAudienceModelsCommand = _ListConfiguredAudienceModelsCommand;
|
|
1558
3554
|
|
|
3555
|
+
// src/commands/ListConfiguredModelAlgorithmAssociationsCommand.ts
|
|
3556
|
+
|
|
3557
|
+
|
|
3558
|
+
|
|
3559
|
+
var _ListConfiguredModelAlgorithmAssociationsCommand = class _ListConfiguredModelAlgorithmAssociationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3560
|
+
return [
|
|
3561
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3562
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3563
|
+
];
|
|
3564
|
+
}).s("AWSStarkControlService", "ListConfiguredModelAlgorithmAssociations", {}).n("CleanRoomsMLClient", "ListConfiguredModelAlgorithmAssociationsCommand").f(void 0, void 0).ser(se_ListConfiguredModelAlgorithmAssociationsCommand).de(de_ListConfiguredModelAlgorithmAssociationsCommand).build() {
|
|
3565
|
+
};
|
|
3566
|
+
__name(_ListConfiguredModelAlgorithmAssociationsCommand, "ListConfiguredModelAlgorithmAssociationsCommand");
|
|
3567
|
+
var ListConfiguredModelAlgorithmAssociationsCommand = _ListConfiguredModelAlgorithmAssociationsCommand;
|
|
3568
|
+
|
|
3569
|
+
// src/commands/ListConfiguredModelAlgorithmsCommand.ts
|
|
3570
|
+
|
|
3571
|
+
|
|
3572
|
+
|
|
3573
|
+
var _ListConfiguredModelAlgorithmsCommand = class _ListConfiguredModelAlgorithmsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3574
|
+
return [
|
|
3575
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3576
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3577
|
+
];
|
|
3578
|
+
}).s("AWSStarkControlService", "ListConfiguredModelAlgorithms", {}).n("CleanRoomsMLClient", "ListConfiguredModelAlgorithmsCommand").f(void 0, void 0).ser(se_ListConfiguredModelAlgorithmsCommand).de(de_ListConfiguredModelAlgorithmsCommand).build() {
|
|
3579
|
+
};
|
|
3580
|
+
__name(_ListConfiguredModelAlgorithmsCommand, "ListConfiguredModelAlgorithmsCommand");
|
|
3581
|
+
var ListConfiguredModelAlgorithmsCommand = _ListConfiguredModelAlgorithmsCommand;
|
|
3582
|
+
|
|
3583
|
+
// src/commands/ListMLInputChannelsCommand.ts
|
|
3584
|
+
|
|
3585
|
+
|
|
3586
|
+
|
|
3587
|
+
var _ListMLInputChannelsCommand = class _ListMLInputChannelsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3588
|
+
return [
|
|
3589
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3590
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3591
|
+
];
|
|
3592
|
+
}).s("AWSStarkControlService", "ListMLInputChannels", {}).n("CleanRoomsMLClient", "ListMLInputChannelsCommand").f(void 0, void 0).ser(se_ListMLInputChannelsCommand).de(de_ListMLInputChannelsCommand).build() {
|
|
3593
|
+
};
|
|
3594
|
+
__name(_ListMLInputChannelsCommand, "ListMLInputChannelsCommand");
|
|
3595
|
+
var ListMLInputChannelsCommand = _ListMLInputChannelsCommand;
|
|
3596
|
+
|
|
1559
3597
|
// src/commands/ListTagsForResourceCommand.ts
|
|
1560
3598
|
|
|
1561
3599
|
|
|
@@ -1570,6 +3608,34 @@ var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends impo
|
|
|
1570
3608
|
__name(_ListTagsForResourceCommand, "ListTagsForResourceCommand");
|
|
1571
3609
|
var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
1572
3610
|
|
|
3611
|
+
// src/commands/ListTrainedModelInferenceJobsCommand.ts
|
|
3612
|
+
|
|
3613
|
+
|
|
3614
|
+
|
|
3615
|
+
var _ListTrainedModelInferenceJobsCommand = class _ListTrainedModelInferenceJobsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3616
|
+
return [
|
|
3617
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3618
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3619
|
+
];
|
|
3620
|
+
}).s("AWSStarkControlService", "ListTrainedModelInferenceJobs", {}).n("CleanRoomsMLClient", "ListTrainedModelInferenceJobsCommand").f(void 0, void 0).ser(se_ListTrainedModelInferenceJobsCommand).de(de_ListTrainedModelInferenceJobsCommand).build() {
|
|
3621
|
+
};
|
|
3622
|
+
__name(_ListTrainedModelInferenceJobsCommand, "ListTrainedModelInferenceJobsCommand");
|
|
3623
|
+
var ListTrainedModelInferenceJobsCommand = _ListTrainedModelInferenceJobsCommand;
|
|
3624
|
+
|
|
3625
|
+
// src/commands/ListTrainedModelsCommand.ts
|
|
3626
|
+
|
|
3627
|
+
|
|
3628
|
+
|
|
3629
|
+
var _ListTrainedModelsCommand = class _ListTrainedModelsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3630
|
+
return [
|
|
3631
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3632
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3633
|
+
];
|
|
3634
|
+
}).s("AWSStarkControlService", "ListTrainedModels", {}).n("CleanRoomsMLClient", "ListTrainedModelsCommand").f(void 0, void 0).ser(se_ListTrainedModelsCommand).de(de_ListTrainedModelsCommand).build() {
|
|
3635
|
+
};
|
|
3636
|
+
__name(_ListTrainedModelsCommand, "ListTrainedModelsCommand");
|
|
3637
|
+
var ListTrainedModelsCommand = _ListTrainedModelsCommand;
|
|
3638
|
+
|
|
1573
3639
|
// src/commands/ListTrainingDatasetsCommand.ts
|
|
1574
3640
|
|
|
1575
3641
|
|
|
@@ -1598,6 +3664,20 @@ var _PutConfiguredAudienceModelPolicyCommand = class _PutConfiguredAudienceModel
|
|
|
1598
3664
|
__name(_PutConfiguredAudienceModelPolicyCommand, "PutConfiguredAudienceModelPolicyCommand");
|
|
1599
3665
|
var PutConfiguredAudienceModelPolicyCommand = _PutConfiguredAudienceModelPolicyCommand;
|
|
1600
3666
|
|
|
3667
|
+
// src/commands/PutMLConfigurationCommand.ts
|
|
3668
|
+
|
|
3669
|
+
|
|
3670
|
+
|
|
3671
|
+
var _PutMLConfigurationCommand = class _PutMLConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3672
|
+
return [
|
|
3673
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3674
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3675
|
+
];
|
|
3676
|
+
}).s("AWSStarkControlService", "PutMLConfiguration", {}).n("CleanRoomsMLClient", "PutMLConfigurationCommand").f(void 0, void 0).ser(se_PutMLConfigurationCommand).de(de_PutMLConfigurationCommand).build() {
|
|
3677
|
+
};
|
|
3678
|
+
__name(_PutMLConfigurationCommand, "PutMLConfigurationCommand");
|
|
3679
|
+
var PutMLConfigurationCommand = _PutMLConfigurationCommand;
|
|
3680
|
+
|
|
1601
3681
|
// src/commands/StartAudienceExportJobCommand.ts
|
|
1602
3682
|
|
|
1603
3683
|
|
|
@@ -1626,6 +3706,34 @@ var _StartAudienceGenerationJobCommand = class _StartAudienceGenerationJobComman
|
|
|
1626
3706
|
__name(_StartAudienceGenerationJobCommand, "StartAudienceGenerationJobCommand");
|
|
1627
3707
|
var StartAudienceGenerationJobCommand = _StartAudienceGenerationJobCommand;
|
|
1628
3708
|
|
|
3709
|
+
// src/commands/StartTrainedModelExportJobCommand.ts
|
|
3710
|
+
|
|
3711
|
+
|
|
3712
|
+
|
|
3713
|
+
var _StartTrainedModelExportJobCommand = class _StartTrainedModelExportJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3714
|
+
return [
|
|
3715
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3716
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3717
|
+
];
|
|
3718
|
+
}).s("AWSStarkControlService", "StartTrainedModelExportJob", {}).n("CleanRoomsMLClient", "StartTrainedModelExportJobCommand").f(void 0, void 0).ser(se_StartTrainedModelExportJobCommand).de(de_StartTrainedModelExportJobCommand).build() {
|
|
3719
|
+
};
|
|
3720
|
+
__name(_StartTrainedModelExportJobCommand, "StartTrainedModelExportJobCommand");
|
|
3721
|
+
var StartTrainedModelExportJobCommand = _StartTrainedModelExportJobCommand;
|
|
3722
|
+
|
|
3723
|
+
// src/commands/StartTrainedModelInferenceJobCommand.ts
|
|
3724
|
+
|
|
3725
|
+
|
|
3726
|
+
|
|
3727
|
+
var _StartTrainedModelInferenceJobCommand = class _StartTrainedModelInferenceJobCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
3728
|
+
return [
|
|
3729
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
3730
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
3731
|
+
];
|
|
3732
|
+
}).s("AWSStarkControlService", "StartTrainedModelInferenceJob", {}).n("CleanRoomsMLClient", "StartTrainedModelInferenceJobCommand").f(void 0, void 0).ser(se_StartTrainedModelInferenceJobCommand).de(de_StartTrainedModelInferenceJobCommand).build() {
|
|
3733
|
+
};
|
|
3734
|
+
__name(_StartTrainedModelInferenceJobCommand, "StartTrainedModelInferenceJobCommand");
|
|
3735
|
+
var StartTrainedModelInferenceJobCommand = _StartTrainedModelInferenceJobCommand;
|
|
3736
|
+
|
|
1629
3737
|
// src/commands/TagResourceCommand.ts
|
|
1630
3738
|
|
|
1631
3739
|
|
|
@@ -1670,28 +3778,61 @@ var UpdateConfiguredAudienceModelCommand = _UpdateConfiguredAudienceModelCommand
|
|
|
1670
3778
|
|
|
1671
3779
|
// src/CleanRoomsML.ts
|
|
1672
3780
|
var commands = {
|
|
3781
|
+
CancelTrainedModelCommand,
|
|
3782
|
+
CancelTrainedModelInferenceJobCommand,
|
|
1673
3783
|
CreateAudienceModelCommand,
|
|
1674
3784
|
CreateConfiguredAudienceModelCommand,
|
|
3785
|
+
CreateConfiguredModelAlgorithmCommand,
|
|
3786
|
+
CreateConfiguredModelAlgorithmAssociationCommand,
|
|
3787
|
+
CreateMLInputChannelCommand,
|
|
3788
|
+
CreateTrainedModelCommand,
|
|
1675
3789
|
CreateTrainingDatasetCommand,
|
|
1676
3790
|
DeleteAudienceGenerationJobCommand,
|
|
1677
3791
|
DeleteAudienceModelCommand,
|
|
1678
3792
|
DeleteConfiguredAudienceModelCommand,
|
|
1679
3793
|
DeleteConfiguredAudienceModelPolicyCommand,
|
|
3794
|
+
DeleteConfiguredModelAlgorithmCommand,
|
|
3795
|
+
DeleteConfiguredModelAlgorithmAssociationCommand,
|
|
3796
|
+
DeleteMLConfigurationCommand,
|
|
3797
|
+
DeleteMLInputChannelDataCommand,
|
|
3798
|
+
DeleteTrainedModelOutputCommand,
|
|
1680
3799
|
DeleteTrainingDatasetCommand,
|
|
1681
3800
|
GetAudienceGenerationJobCommand,
|
|
1682
3801
|
GetAudienceModelCommand,
|
|
3802
|
+
GetCollaborationConfiguredModelAlgorithmAssociationCommand,
|
|
3803
|
+
GetCollaborationMLInputChannelCommand,
|
|
3804
|
+
GetCollaborationTrainedModelCommand,
|
|
1683
3805
|
GetConfiguredAudienceModelCommand,
|
|
1684
3806
|
GetConfiguredAudienceModelPolicyCommand,
|
|
3807
|
+
GetConfiguredModelAlgorithmCommand,
|
|
3808
|
+
GetConfiguredModelAlgorithmAssociationCommand,
|
|
3809
|
+
GetMLConfigurationCommand,
|
|
3810
|
+
GetMLInputChannelCommand,
|
|
3811
|
+
GetTrainedModelCommand,
|
|
3812
|
+
GetTrainedModelInferenceJobCommand,
|
|
1685
3813
|
GetTrainingDatasetCommand,
|
|
1686
3814
|
ListAudienceExportJobsCommand,
|
|
1687
3815
|
ListAudienceGenerationJobsCommand,
|
|
1688
3816
|
ListAudienceModelsCommand,
|
|
3817
|
+
ListCollaborationConfiguredModelAlgorithmAssociationsCommand,
|
|
3818
|
+
ListCollaborationMLInputChannelsCommand,
|
|
3819
|
+
ListCollaborationTrainedModelExportJobsCommand,
|
|
3820
|
+
ListCollaborationTrainedModelInferenceJobsCommand,
|
|
3821
|
+
ListCollaborationTrainedModelsCommand,
|
|
1689
3822
|
ListConfiguredAudienceModelsCommand,
|
|
3823
|
+
ListConfiguredModelAlgorithmAssociationsCommand,
|
|
3824
|
+
ListConfiguredModelAlgorithmsCommand,
|
|
3825
|
+
ListMLInputChannelsCommand,
|
|
1690
3826
|
ListTagsForResourceCommand,
|
|
3827
|
+
ListTrainedModelInferenceJobsCommand,
|
|
3828
|
+
ListTrainedModelsCommand,
|
|
1691
3829
|
ListTrainingDatasetsCommand,
|
|
1692
3830
|
PutConfiguredAudienceModelPolicyCommand,
|
|
3831
|
+
PutMLConfigurationCommand,
|
|
1693
3832
|
StartAudienceExportJobCommand,
|
|
1694
3833
|
StartAudienceGenerationJobCommand,
|
|
3834
|
+
StartTrainedModelExportJobCommand,
|
|
3835
|
+
StartTrainedModelInferenceJobCommand,
|
|
1695
3836
|
TagResourceCommand,
|
|
1696
3837
|
UntagResourceCommand,
|
|
1697
3838
|
UpdateConfiguredAudienceModelCommand
|
|
@@ -1714,10 +3855,56 @@ var paginateListAudienceGenerationJobs = (0, import_core.createPaginator)(CleanR
|
|
|
1714
3855
|
|
|
1715
3856
|
var paginateListAudienceModels = (0, import_core.createPaginator)(CleanRoomsMLClient, ListAudienceModelsCommand, "nextToken", "nextToken", "maxResults");
|
|
1716
3857
|
|
|
3858
|
+
// src/pagination/ListCollaborationConfiguredModelAlgorithmAssociationsPaginator.ts
|
|
3859
|
+
|
|
3860
|
+
var paginateListCollaborationConfiguredModelAlgorithmAssociations = (0, import_core.createPaginator)(
|
|
3861
|
+
CleanRoomsMLClient,
|
|
3862
|
+
ListCollaborationConfiguredModelAlgorithmAssociationsCommand,
|
|
3863
|
+
"nextToken",
|
|
3864
|
+
"nextToken",
|
|
3865
|
+
"maxResults"
|
|
3866
|
+
);
|
|
3867
|
+
|
|
3868
|
+
// src/pagination/ListCollaborationMLInputChannelsPaginator.ts
|
|
3869
|
+
|
|
3870
|
+
var paginateListCollaborationMLInputChannels = (0, import_core.createPaginator)(CleanRoomsMLClient, ListCollaborationMLInputChannelsCommand, "nextToken", "nextToken", "maxResults");
|
|
3871
|
+
|
|
3872
|
+
// src/pagination/ListCollaborationTrainedModelExportJobsPaginator.ts
|
|
3873
|
+
|
|
3874
|
+
var paginateListCollaborationTrainedModelExportJobs = (0, import_core.createPaginator)(CleanRoomsMLClient, ListCollaborationTrainedModelExportJobsCommand, "nextToken", "nextToken", "maxResults");
|
|
3875
|
+
|
|
3876
|
+
// src/pagination/ListCollaborationTrainedModelInferenceJobsPaginator.ts
|
|
3877
|
+
|
|
3878
|
+
var paginateListCollaborationTrainedModelInferenceJobs = (0, import_core.createPaginator)(CleanRoomsMLClient, ListCollaborationTrainedModelInferenceJobsCommand, "nextToken", "nextToken", "maxResults");
|
|
3879
|
+
|
|
3880
|
+
// src/pagination/ListCollaborationTrainedModelsPaginator.ts
|
|
3881
|
+
|
|
3882
|
+
var paginateListCollaborationTrainedModels = (0, import_core.createPaginator)(CleanRoomsMLClient, ListCollaborationTrainedModelsCommand, "nextToken", "nextToken", "maxResults");
|
|
3883
|
+
|
|
1717
3884
|
// src/pagination/ListConfiguredAudienceModelsPaginator.ts
|
|
1718
3885
|
|
|
1719
3886
|
var paginateListConfiguredAudienceModels = (0, import_core.createPaginator)(CleanRoomsMLClient, ListConfiguredAudienceModelsCommand, "nextToken", "nextToken", "maxResults");
|
|
1720
3887
|
|
|
3888
|
+
// src/pagination/ListConfiguredModelAlgorithmAssociationsPaginator.ts
|
|
3889
|
+
|
|
3890
|
+
var paginateListConfiguredModelAlgorithmAssociations = (0, import_core.createPaginator)(CleanRoomsMLClient, ListConfiguredModelAlgorithmAssociationsCommand, "nextToken", "nextToken", "maxResults");
|
|
3891
|
+
|
|
3892
|
+
// src/pagination/ListConfiguredModelAlgorithmsPaginator.ts
|
|
3893
|
+
|
|
3894
|
+
var paginateListConfiguredModelAlgorithms = (0, import_core.createPaginator)(CleanRoomsMLClient, ListConfiguredModelAlgorithmsCommand, "nextToken", "nextToken", "maxResults");
|
|
3895
|
+
|
|
3896
|
+
// src/pagination/ListMLInputChannelsPaginator.ts
|
|
3897
|
+
|
|
3898
|
+
var paginateListMLInputChannels = (0, import_core.createPaginator)(CleanRoomsMLClient, ListMLInputChannelsCommand, "nextToken", "nextToken", "maxResults");
|
|
3899
|
+
|
|
3900
|
+
// src/pagination/ListTrainedModelInferenceJobsPaginator.ts
|
|
3901
|
+
|
|
3902
|
+
var paginateListTrainedModelInferenceJobs = (0, import_core.createPaginator)(CleanRoomsMLClient, ListTrainedModelInferenceJobsCommand, "nextToken", "nextToken", "maxResults");
|
|
3903
|
+
|
|
3904
|
+
// src/pagination/ListTrainedModelsPaginator.ts
|
|
3905
|
+
|
|
3906
|
+
var paginateListTrainedModels = (0, import_core.createPaginator)(CleanRoomsMLClient, ListTrainedModelsCommand, "nextToken", "nextToken", "maxResults");
|
|
3907
|
+
|
|
1721
3908
|
// src/pagination/ListTrainingDatasetsPaginator.ts
|
|
1722
3909
|
|
|
1723
3910
|
var paginateListTrainingDatasets = (0, import_core.createPaginator)(CleanRoomsMLClient, ListTrainingDatasetsCommand, "nextToken", "nextToken", "maxResults");
|
|
@@ -1729,35 +3916,78 @@ var paginateListTrainingDatasets = (0, import_core.createPaginator)(CleanRoomsML
|
|
|
1729
3916
|
CleanRoomsMLClient,
|
|
1730
3917
|
CleanRoomsML,
|
|
1731
3918
|
$Command,
|
|
3919
|
+
CancelTrainedModelCommand,
|
|
3920
|
+
CancelTrainedModelInferenceJobCommand,
|
|
1732
3921
|
CreateAudienceModelCommand,
|
|
1733
3922
|
CreateConfiguredAudienceModelCommand,
|
|
3923
|
+
CreateConfiguredModelAlgorithmAssociationCommand,
|
|
3924
|
+
CreateConfiguredModelAlgorithmCommand,
|
|
3925
|
+
CreateMLInputChannelCommand,
|
|
3926
|
+
CreateTrainedModelCommand,
|
|
1734
3927
|
CreateTrainingDatasetCommand,
|
|
1735
3928
|
DeleteAudienceGenerationJobCommand,
|
|
1736
3929
|
DeleteAudienceModelCommand,
|
|
1737
3930
|
DeleteConfiguredAudienceModelCommand,
|
|
1738
3931
|
DeleteConfiguredAudienceModelPolicyCommand,
|
|
3932
|
+
DeleteConfiguredModelAlgorithmAssociationCommand,
|
|
3933
|
+
DeleteConfiguredModelAlgorithmCommand,
|
|
3934
|
+
DeleteMLConfigurationCommand,
|
|
3935
|
+
DeleteMLInputChannelDataCommand,
|
|
3936
|
+
DeleteTrainedModelOutputCommand,
|
|
1739
3937
|
DeleteTrainingDatasetCommand,
|
|
1740
3938
|
GetAudienceGenerationJobCommand,
|
|
1741
3939
|
GetAudienceModelCommand,
|
|
3940
|
+
GetCollaborationConfiguredModelAlgorithmAssociationCommand,
|
|
3941
|
+
GetCollaborationMLInputChannelCommand,
|
|
3942
|
+
GetCollaborationTrainedModelCommand,
|
|
1742
3943
|
GetConfiguredAudienceModelCommand,
|
|
1743
3944
|
GetConfiguredAudienceModelPolicyCommand,
|
|
3945
|
+
GetConfiguredModelAlgorithmAssociationCommand,
|
|
3946
|
+
GetConfiguredModelAlgorithmCommand,
|
|
3947
|
+
GetMLConfigurationCommand,
|
|
3948
|
+
GetMLInputChannelCommand,
|
|
3949
|
+
GetTrainedModelCommand,
|
|
3950
|
+
GetTrainedModelInferenceJobCommand,
|
|
1744
3951
|
GetTrainingDatasetCommand,
|
|
1745
3952
|
ListAudienceExportJobsCommand,
|
|
1746
3953
|
ListAudienceGenerationJobsCommand,
|
|
1747
3954
|
ListAudienceModelsCommand,
|
|
3955
|
+
ListCollaborationConfiguredModelAlgorithmAssociationsCommand,
|
|
3956
|
+
ListCollaborationMLInputChannelsCommand,
|
|
3957
|
+
ListCollaborationTrainedModelExportJobsCommand,
|
|
3958
|
+
ListCollaborationTrainedModelInferenceJobsCommand,
|
|
3959
|
+
ListCollaborationTrainedModelsCommand,
|
|
1748
3960
|
ListConfiguredAudienceModelsCommand,
|
|
3961
|
+
ListConfiguredModelAlgorithmAssociationsCommand,
|
|
3962
|
+
ListConfiguredModelAlgorithmsCommand,
|
|
3963
|
+
ListMLInputChannelsCommand,
|
|
1749
3964
|
ListTagsForResourceCommand,
|
|
3965
|
+
ListTrainedModelInferenceJobsCommand,
|
|
3966
|
+
ListTrainedModelsCommand,
|
|
1750
3967
|
ListTrainingDatasetsCommand,
|
|
1751
3968
|
PutConfiguredAudienceModelPolicyCommand,
|
|
3969
|
+
PutMLConfigurationCommand,
|
|
1752
3970
|
StartAudienceExportJobCommand,
|
|
1753
3971
|
StartAudienceGenerationJobCommand,
|
|
3972
|
+
StartTrainedModelExportJobCommand,
|
|
3973
|
+
StartTrainedModelInferenceJobCommand,
|
|
1754
3974
|
TagResourceCommand,
|
|
1755
3975
|
UntagResourceCommand,
|
|
1756
3976
|
UpdateConfiguredAudienceModelCommand,
|
|
1757
3977
|
paginateListAudienceExportJobs,
|
|
1758
3978
|
paginateListAudienceGenerationJobs,
|
|
1759
3979
|
paginateListAudienceModels,
|
|
3980
|
+
paginateListCollaborationConfiguredModelAlgorithmAssociations,
|
|
3981
|
+
paginateListCollaborationMLInputChannels,
|
|
3982
|
+
paginateListCollaborationTrainedModelExportJobs,
|
|
3983
|
+
paginateListCollaborationTrainedModelInferenceJobs,
|
|
3984
|
+
paginateListCollaborationTrainedModels,
|
|
1760
3985
|
paginateListConfiguredAudienceModels,
|
|
3986
|
+
paginateListConfiguredModelAlgorithmAssociations,
|
|
3987
|
+
paginateListConfiguredModelAlgorithms,
|
|
3988
|
+
paginateListMLInputChannels,
|
|
3989
|
+
paginateListTrainedModelInferenceJobs,
|
|
3990
|
+
paginateListTrainedModels,
|
|
1761
3991
|
paginateListTrainingDatasets,
|
|
1762
3992
|
AccessDeniedException,
|
|
1763
3993
|
AudienceSizeType,
|
|
@@ -1772,12 +4002,32 @@ var paginateListTrainingDatasets = (0, import_core.createPaginator)(CleanRoomsML
|
|
|
1772
4002
|
SharedAudienceMetrics,
|
|
1773
4003
|
ConfiguredAudienceModelStatus,
|
|
1774
4004
|
PolicyExistenceCondition,
|
|
4005
|
+
TrainedModelExportFileType,
|
|
4006
|
+
TrainedModelExportsMaxSizeUnitType,
|
|
4007
|
+
TrainedModelInferenceMaxOutputSizeUnitType,
|
|
4008
|
+
NoiseLevelType,
|
|
4009
|
+
MLInputChannelStatus,
|
|
4010
|
+
TrainedModelExportJobStatus,
|
|
4011
|
+
LogsStatus,
|
|
4012
|
+
MetricsStatus,
|
|
4013
|
+
TrainedModelInferenceJobStatus,
|
|
4014
|
+
TrainedModelStatus,
|
|
4015
|
+
WorkerComputeType,
|
|
4016
|
+
ComputeConfiguration,
|
|
4017
|
+
InputChannelDataSource,
|
|
4018
|
+
_InstanceType,
|
|
4019
|
+
InferenceInstanceType,
|
|
1775
4020
|
ColumnType,
|
|
1776
4021
|
DatasetType,
|
|
1777
4022
|
TrainingDatasetStatus,
|
|
1778
4023
|
ProtectedQuerySQLParametersFilterSensitiveLog,
|
|
1779
4024
|
AudienceGenerationJobDataSourceFilterSensitiveLog,
|
|
1780
4025
|
GetAudienceGenerationJobResponseFilterSensitiveLog,
|
|
1781
|
-
StartAudienceGenerationJobRequestFilterSensitiveLog
|
|
4026
|
+
StartAudienceGenerationJobRequestFilterSensitiveLog,
|
|
4027
|
+
ProtectedQueryInputParametersFilterSensitiveLog,
|
|
4028
|
+
InputChannelDataSourceFilterSensitiveLog,
|
|
4029
|
+
InputChannelFilterSensitiveLog,
|
|
4030
|
+
CreateMLInputChannelRequestFilterSensitiveLog,
|
|
4031
|
+
GetMLInputChannelResponseFilterSensitiveLog
|
|
1782
4032
|
});
|
|
1783
4033
|
|