aws-sdk-cleanroomsml 1.18.0 → 1.20.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -16,6 +16,8 @@ module Aws::CleanRoomsML
16
16
 
17
17
  AccessDeniedException = Shapes::StructureShape.new(name: 'AccessDeniedException')
18
18
  AccountId = Shapes::StringShape.new(name: 'AccountId')
19
+ AccountIdList = Shapes::ListShape.new(name: 'AccountIdList')
20
+ AlgorithmImage = Shapes::StringShape.new(name: 'AlgorithmImage')
19
21
  AnalysisTemplateArn = Shapes::StringShape.new(name: 'AnalysisTemplateArn')
20
22
  AudienceDestination = Shapes::StructureShape.new(name: 'AudienceDestination')
21
23
  AudienceExportJobList = Shapes::ListShape.new(name: 'AudienceExportJobList')
@@ -31,26 +33,62 @@ module Aws::CleanRoomsML
31
33
  AudienceModelStatus = Shapes::StringShape.new(name: 'AudienceModelStatus')
32
34
  AudienceModelSummary = Shapes::StructureShape.new(name: 'AudienceModelSummary')
33
35
  AudienceQualityMetrics = Shapes::StructureShape.new(name: 'AudienceQualityMetrics')
36
+ AudienceQualityMetricsRecallMetricDouble = Shapes::FloatShape.new(name: 'AudienceQualityMetricsRecallMetricDouble')
34
37
  AudienceSize = Shapes::StructureShape.new(name: 'AudienceSize')
35
38
  AudienceSizeBins = Shapes::ListShape.new(name: 'AudienceSizeBins')
36
39
  AudienceSizeConfig = Shapes::StructureShape.new(name: 'AudienceSizeConfig')
37
40
  AudienceSizeType = Shapes::StringShape.new(name: 'AudienceSizeType')
38
41
  AudienceSizeValue = Shapes::IntegerShape.new(name: 'AudienceSizeValue')
39
42
  Boolean = Shapes::BooleanShape.new(name: 'Boolean')
43
+ CancelTrainedModelInferenceJobRequest = Shapes::StructureShape.new(name: 'CancelTrainedModelInferenceJobRequest')
44
+ CancelTrainedModelRequest = Shapes::StructureShape.new(name: 'CancelTrainedModelRequest')
45
+ CollaborationConfiguredModelAlgorithmAssociationList = Shapes::ListShape.new(name: 'CollaborationConfiguredModelAlgorithmAssociationList')
46
+ CollaborationConfiguredModelAlgorithmAssociationSummary = Shapes::StructureShape.new(name: 'CollaborationConfiguredModelAlgorithmAssociationSummary')
47
+ CollaborationMLInputChannelSummary = Shapes::StructureShape.new(name: 'CollaborationMLInputChannelSummary')
48
+ CollaborationMLInputChannelSummaryConfiguredModelAlgorithmAssociationsList = Shapes::ListShape.new(name: 'CollaborationMLInputChannelSummaryConfiguredModelAlgorithmAssociationsList')
49
+ CollaborationMLInputChannelsList = Shapes::ListShape.new(name: 'CollaborationMLInputChannelsList')
50
+ CollaborationTrainedModelExportJobList = Shapes::ListShape.new(name: 'CollaborationTrainedModelExportJobList')
51
+ CollaborationTrainedModelExportJobSummary = Shapes::StructureShape.new(name: 'CollaborationTrainedModelExportJobSummary')
52
+ CollaborationTrainedModelInferenceJobList = Shapes::ListShape.new(name: 'CollaborationTrainedModelInferenceJobList')
53
+ CollaborationTrainedModelInferenceJobSummary = Shapes::StructureShape.new(name: 'CollaborationTrainedModelInferenceJobSummary')
54
+ CollaborationTrainedModelList = Shapes::ListShape.new(name: 'CollaborationTrainedModelList')
55
+ CollaborationTrainedModelSummary = Shapes::StructureShape.new(name: 'CollaborationTrainedModelSummary')
40
56
  ColumnName = Shapes::StringShape.new(name: 'ColumnName')
41
57
  ColumnSchema = Shapes::StructureShape.new(name: 'ColumnSchema')
42
58
  ColumnType = Shapes::StringShape.new(name: 'ColumnType')
43
59
  ColumnTypeList = Shapes::ListShape.new(name: 'ColumnTypeList')
60
+ ComputeConfiguration = Shapes::UnionShape.new(name: 'ComputeConfiguration')
44
61
  ConfiguredAudienceModelArn = Shapes::StringShape.new(name: 'ConfiguredAudienceModelArn')
45
62
  ConfiguredAudienceModelList = Shapes::ListShape.new(name: 'ConfiguredAudienceModelList')
46
63
  ConfiguredAudienceModelOutputConfig = Shapes::StructureShape.new(name: 'ConfiguredAudienceModelOutputConfig')
47
64
  ConfiguredAudienceModelStatus = Shapes::StringShape.new(name: 'ConfiguredAudienceModelStatus')
48
65
  ConfiguredAudienceModelSummary = Shapes::StructureShape.new(name: 'ConfiguredAudienceModelSummary')
66
+ ConfiguredModelAlgorithmArn = Shapes::StringShape.new(name: 'ConfiguredModelAlgorithmArn')
67
+ ConfiguredModelAlgorithmAssociationArn = Shapes::StringShape.new(name: 'ConfiguredModelAlgorithmAssociationArn')
68
+ ConfiguredModelAlgorithmAssociationList = Shapes::ListShape.new(name: 'ConfiguredModelAlgorithmAssociationList')
69
+ ConfiguredModelAlgorithmAssociationSummary = Shapes::StructureShape.new(name: 'ConfiguredModelAlgorithmAssociationSummary')
70
+ ConfiguredModelAlgorithmList = Shapes::ListShape.new(name: 'ConfiguredModelAlgorithmList')
71
+ ConfiguredModelAlgorithmSummary = Shapes::StructureShape.new(name: 'ConfiguredModelAlgorithmSummary')
49
72
  ConflictException = Shapes::StructureShape.new(name: 'ConflictException')
73
+ ContainerArgument = Shapes::StringShape.new(name: 'ContainerArgument')
74
+ ContainerArguments = Shapes::ListShape.new(name: 'ContainerArguments')
75
+ ContainerConfig = Shapes::StructureShape.new(name: 'ContainerConfig')
76
+ ContainerEntrypoint = Shapes::ListShape.new(name: 'ContainerEntrypoint')
77
+ ContainerEntrypointString = Shapes::StringShape.new(name: 'ContainerEntrypointString')
50
78
  CreateAudienceModelRequest = Shapes::StructureShape.new(name: 'CreateAudienceModelRequest')
51
79
  CreateAudienceModelResponse = Shapes::StructureShape.new(name: 'CreateAudienceModelResponse')
52
80
  CreateConfiguredAudienceModelRequest = Shapes::StructureShape.new(name: 'CreateConfiguredAudienceModelRequest')
53
81
  CreateConfiguredAudienceModelResponse = Shapes::StructureShape.new(name: 'CreateConfiguredAudienceModelResponse')
82
+ CreateConfiguredModelAlgorithmAssociationRequest = Shapes::StructureShape.new(name: 'CreateConfiguredModelAlgorithmAssociationRequest')
83
+ CreateConfiguredModelAlgorithmAssociationResponse = Shapes::StructureShape.new(name: 'CreateConfiguredModelAlgorithmAssociationResponse')
84
+ CreateConfiguredModelAlgorithmRequest = Shapes::StructureShape.new(name: 'CreateConfiguredModelAlgorithmRequest')
85
+ CreateConfiguredModelAlgorithmResponse = Shapes::StructureShape.new(name: 'CreateConfiguredModelAlgorithmResponse')
86
+ CreateMLInputChannelRequest = Shapes::StructureShape.new(name: 'CreateMLInputChannelRequest')
87
+ CreateMLInputChannelRequestConfiguredModelAlgorithmAssociationsList = Shapes::ListShape.new(name: 'CreateMLInputChannelRequestConfiguredModelAlgorithmAssociationsList')
88
+ CreateMLInputChannelRequestRetentionInDaysInteger = Shapes::IntegerShape.new(name: 'CreateMLInputChannelRequestRetentionInDaysInteger')
89
+ CreateMLInputChannelResponse = Shapes::StructureShape.new(name: 'CreateMLInputChannelResponse')
90
+ CreateTrainedModelRequest = Shapes::StructureShape.new(name: 'CreateTrainedModelRequest')
91
+ CreateTrainedModelResponse = Shapes::StructureShape.new(name: 'CreateTrainedModelResponse')
54
92
  CreateTrainingDatasetRequest = Shapes::StructureShape.new(name: 'CreateTrainingDatasetRequest')
55
93
  CreateTrainingDatasetRequestTrainingDataList = Shapes::ListShape.new(name: 'CreateTrainingDatasetRequestTrainingDataList')
56
94
  CreateTrainingDatasetResponse = Shapes::StructureShape.new(name: 'CreateTrainingDatasetResponse')
@@ -64,23 +102,76 @@ module Aws::CleanRoomsML
64
102
  DeleteAudienceModelRequest = Shapes::StructureShape.new(name: 'DeleteAudienceModelRequest')
65
103
  DeleteConfiguredAudienceModelPolicyRequest = Shapes::StructureShape.new(name: 'DeleteConfiguredAudienceModelPolicyRequest')
66
104
  DeleteConfiguredAudienceModelRequest = Shapes::StructureShape.new(name: 'DeleteConfiguredAudienceModelRequest')
105
+ DeleteConfiguredModelAlgorithmAssociationRequest = Shapes::StructureShape.new(name: 'DeleteConfiguredModelAlgorithmAssociationRequest')
106
+ DeleteConfiguredModelAlgorithmRequest = Shapes::StructureShape.new(name: 'DeleteConfiguredModelAlgorithmRequest')
107
+ DeleteMLConfigurationRequest = Shapes::StructureShape.new(name: 'DeleteMLConfigurationRequest')
108
+ DeleteMLInputChannelDataRequest = Shapes::StructureShape.new(name: 'DeleteMLInputChannelDataRequest')
109
+ DeleteTrainedModelOutputRequest = Shapes::StructureShape.new(name: 'DeleteTrainedModelOutputRequest')
67
110
  DeleteTrainingDatasetRequest = Shapes::StructureShape.new(name: 'DeleteTrainingDatasetRequest')
68
- Double = Shapes::FloatShape.new(name: 'Double')
111
+ Destination = Shapes::StructureShape.new(name: 'Destination')
112
+ Environment = Shapes::MapShape.new(name: 'Environment')
113
+ EnvironmentKeyString = Shapes::StringShape.new(name: 'EnvironmentKeyString')
114
+ EnvironmentValueString = Shapes::StringShape.new(name: 'EnvironmentValueString')
69
115
  GetAudienceGenerationJobRequest = Shapes::StructureShape.new(name: 'GetAudienceGenerationJobRequest')
70
116
  GetAudienceGenerationJobResponse = Shapes::StructureShape.new(name: 'GetAudienceGenerationJobResponse')
71
117
  GetAudienceModelRequest = Shapes::StructureShape.new(name: 'GetAudienceModelRequest')
72
118
  GetAudienceModelResponse = Shapes::StructureShape.new(name: 'GetAudienceModelResponse')
119
+ GetCollaborationConfiguredModelAlgorithmAssociationRequest = Shapes::StructureShape.new(name: 'GetCollaborationConfiguredModelAlgorithmAssociationRequest')
120
+ GetCollaborationConfiguredModelAlgorithmAssociationResponse = Shapes::StructureShape.new(name: 'GetCollaborationConfiguredModelAlgorithmAssociationResponse')
121
+ GetCollaborationMLInputChannelRequest = Shapes::StructureShape.new(name: 'GetCollaborationMLInputChannelRequest')
122
+ GetCollaborationMLInputChannelResponse = Shapes::StructureShape.new(name: 'GetCollaborationMLInputChannelResponse')
123
+ GetCollaborationMLInputChannelResponseConfiguredModelAlgorithmAssociationsList = Shapes::ListShape.new(name: 'GetCollaborationMLInputChannelResponseConfiguredModelAlgorithmAssociationsList')
124
+ GetCollaborationMLInputChannelResponseNumberOfRecordsLong = Shapes::IntegerShape.new(name: 'GetCollaborationMLInputChannelResponseNumberOfRecordsLong')
125
+ GetCollaborationMLInputChannelResponseRetentionInDaysInteger = Shapes::IntegerShape.new(name: 'GetCollaborationMLInputChannelResponseRetentionInDaysInteger')
126
+ GetCollaborationTrainedModelRequest = Shapes::StructureShape.new(name: 'GetCollaborationTrainedModelRequest')
127
+ GetCollaborationTrainedModelResponse = Shapes::StructureShape.new(name: 'GetCollaborationTrainedModelResponse')
73
128
  GetConfiguredAudienceModelPolicyRequest = Shapes::StructureShape.new(name: 'GetConfiguredAudienceModelPolicyRequest')
74
129
  GetConfiguredAudienceModelPolicyResponse = Shapes::StructureShape.new(name: 'GetConfiguredAudienceModelPolicyResponse')
75
130
  GetConfiguredAudienceModelRequest = Shapes::StructureShape.new(name: 'GetConfiguredAudienceModelRequest')
76
131
  GetConfiguredAudienceModelResponse = Shapes::StructureShape.new(name: 'GetConfiguredAudienceModelResponse')
132
+ GetConfiguredModelAlgorithmAssociationRequest = Shapes::StructureShape.new(name: 'GetConfiguredModelAlgorithmAssociationRequest')
133
+ GetConfiguredModelAlgorithmAssociationResponse = Shapes::StructureShape.new(name: 'GetConfiguredModelAlgorithmAssociationResponse')
134
+ GetConfiguredModelAlgorithmRequest = Shapes::StructureShape.new(name: 'GetConfiguredModelAlgorithmRequest')
135
+ GetConfiguredModelAlgorithmResponse = Shapes::StructureShape.new(name: 'GetConfiguredModelAlgorithmResponse')
136
+ GetMLConfigurationRequest = Shapes::StructureShape.new(name: 'GetMLConfigurationRequest')
137
+ GetMLConfigurationResponse = Shapes::StructureShape.new(name: 'GetMLConfigurationResponse')
138
+ GetMLInputChannelRequest = Shapes::StructureShape.new(name: 'GetMLInputChannelRequest')
139
+ GetMLInputChannelResponse = Shapes::StructureShape.new(name: 'GetMLInputChannelResponse')
140
+ GetMLInputChannelResponseConfiguredModelAlgorithmAssociationsList = Shapes::ListShape.new(name: 'GetMLInputChannelResponseConfiguredModelAlgorithmAssociationsList')
141
+ GetMLInputChannelResponseNumberOfFilesDouble = Shapes::FloatShape.new(name: 'GetMLInputChannelResponseNumberOfFilesDouble')
142
+ GetMLInputChannelResponseNumberOfRecordsLong = Shapes::IntegerShape.new(name: 'GetMLInputChannelResponseNumberOfRecordsLong')
143
+ GetMLInputChannelResponseRetentionInDaysInteger = Shapes::IntegerShape.new(name: 'GetMLInputChannelResponseRetentionInDaysInteger')
144
+ GetMLInputChannelResponseSizeInGbDouble = Shapes::FloatShape.new(name: 'GetMLInputChannelResponseSizeInGbDouble')
145
+ GetTrainedModelInferenceJobRequest = Shapes::StructureShape.new(name: 'GetTrainedModelInferenceJobRequest')
146
+ GetTrainedModelInferenceJobResponse = Shapes::StructureShape.new(name: 'GetTrainedModelInferenceJobResponse')
147
+ GetTrainedModelRequest = Shapes::StructureShape.new(name: 'GetTrainedModelRequest')
148
+ GetTrainedModelResponse = Shapes::StructureShape.new(name: 'GetTrainedModelResponse')
77
149
  GetTrainingDatasetRequest = Shapes::StructureShape.new(name: 'GetTrainingDatasetRequest')
78
150
  GetTrainingDatasetResponse = Shapes::StructureShape.new(name: 'GetTrainingDatasetResponse')
79
151
  GlueDataSource = Shapes::StructureShape.new(name: 'GlueDataSource')
80
152
  GlueDatabaseName = Shapes::StringShape.new(name: 'GlueDatabaseName')
81
153
  GlueTableName = Shapes::StringShape.new(name: 'GlueTableName')
82
154
  Hash = Shapes::StringShape.new(name: 'Hash')
155
+ HyperParameters = Shapes::MapShape.new(name: 'HyperParameters')
156
+ HyperParametersKeyString = Shapes::StringShape.new(name: 'HyperParametersKeyString')
157
+ HyperParametersValueString = Shapes::StringShape.new(name: 'HyperParametersValueString')
83
158
  IamRoleArn = Shapes::StringShape.new(name: 'IamRoleArn')
159
+ InferenceContainerConfig = Shapes::StructureShape.new(name: 'InferenceContainerConfig')
160
+ InferenceContainerExecutionParameters = Shapes::StructureShape.new(name: 'InferenceContainerExecutionParameters')
161
+ InferenceContainerExecutionParametersMaxPayloadInMBInteger = Shapes::IntegerShape.new(name: 'InferenceContainerExecutionParametersMaxPayloadInMBInteger')
162
+ InferenceEnvironmentMap = Shapes::MapShape.new(name: 'InferenceEnvironmentMap')
163
+ InferenceEnvironmentMapKeyString = Shapes::StringShape.new(name: 'InferenceEnvironmentMapKeyString')
164
+ InferenceEnvironmentMapValueString = Shapes::StringShape.new(name: 'InferenceEnvironmentMapValueString')
165
+ InferenceInstanceType = Shapes::StringShape.new(name: 'InferenceInstanceType')
166
+ InferenceOutputConfiguration = Shapes::StructureShape.new(name: 'InferenceOutputConfiguration')
167
+ InferenceOutputConfigurationAcceptString = Shapes::StringShape.new(name: 'InferenceOutputConfigurationAcceptString')
168
+ InferenceReceiverMember = Shapes::StructureShape.new(name: 'InferenceReceiverMember')
169
+ InferenceReceiverMembers = Shapes::ListShape.new(name: 'InferenceReceiverMembers')
170
+ InferenceResourceConfig = Shapes::StructureShape.new(name: 'InferenceResourceConfig')
171
+ InferenceResourceConfigInstanceCountInteger = Shapes::IntegerShape.new(name: 'InferenceResourceConfigInstanceCountInteger')
172
+ InputChannel = Shapes::StructureShape.new(name: 'InputChannel')
173
+ InputChannelDataSource = Shapes::UnionShape.new(name: 'InputChannelDataSource')
174
+ InstanceType = Shapes::StringShape.new(name: 'InstanceType')
84
175
  KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
85
176
  ListAudienceExportJobsRequest = Shapes::StructureShape.new(name: 'ListAudienceExportJobsRequest')
86
177
  ListAudienceExportJobsResponse = Shapes::StructureShape.new(name: 'ListAudienceExportJobsResponse')
@@ -88,27 +179,76 @@ module Aws::CleanRoomsML
88
179
  ListAudienceGenerationJobsResponse = Shapes::StructureShape.new(name: 'ListAudienceGenerationJobsResponse')
89
180
  ListAudienceModelsRequest = Shapes::StructureShape.new(name: 'ListAudienceModelsRequest')
90
181
  ListAudienceModelsResponse = Shapes::StructureShape.new(name: 'ListAudienceModelsResponse')
182
+ ListCollaborationConfiguredModelAlgorithmAssociationsRequest = Shapes::StructureShape.new(name: 'ListCollaborationConfiguredModelAlgorithmAssociationsRequest')
183
+ ListCollaborationConfiguredModelAlgorithmAssociationsResponse = Shapes::StructureShape.new(name: 'ListCollaborationConfiguredModelAlgorithmAssociationsResponse')
184
+ ListCollaborationMLInputChannelsRequest = Shapes::StructureShape.new(name: 'ListCollaborationMLInputChannelsRequest')
185
+ ListCollaborationMLInputChannelsResponse = Shapes::StructureShape.new(name: 'ListCollaborationMLInputChannelsResponse')
186
+ ListCollaborationTrainedModelExportJobsRequest = Shapes::StructureShape.new(name: 'ListCollaborationTrainedModelExportJobsRequest')
187
+ ListCollaborationTrainedModelExportJobsResponse = Shapes::StructureShape.new(name: 'ListCollaborationTrainedModelExportJobsResponse')
188
+ ListCollaborationTrainedModelInferenceJobsRequest = Shapes::StructureShape.new(name: 'ListCollaborationTrainedModelInferenceJobsRequest')
189
+ ListCollaborationTrainedModelInferenceJobsResponse = Shapes::StructureShape.new(name: 'ListCollaborationTrainedModelInferenceJobsResponse')
190
+ ListCollaborationTrainedModelsRequest = Shapes::StructureShape.new(name: 'ListCollaborationTrainedModelsRequest')
191
+ ListCollaborationTrainedModelsResponse = Shapes::StructureShape.new(name: 'ListCollaborationTrainedModelsResponse')
91
192
  ListConfiguredAudienceModelsRequest = Shapes::StructureShape.new(name: 'ListConfiguredAudienceModelsRequest')
92
193
  ListConfiguredAudienceModelsResponse = Shapes::StructureShape.new(name: 'ListConfiguredAudienceModelsResponse')
194
+ ListConfiguredModelAlgorithmAssociationsRequest = Shapes::StructureShape.new(name: 'ListConfiguredModelAlgorithmAssociationsRequest')
195
+ ListConfiguredModelAlgorithmAssociationsResponse = Shapes::StructureShape.new(name: 'ListConfiguredModelAlgorithmAssociationsResponse')
196
+ ListConfiguredModelAlgorithmsRequest = Shapes::StructureShape.new(name: 'ListConfiguredModelAlgorithmsRequest')
197
+ ListConfiguredModelAlgorithmsResponse = Shapes::StructureShape.new(name: 'ListConfiguredModelAlgorithmsResponse')
198
+ ListMLInputChannelsRequest = Shapes::StructureShape.new(name: 'ListMLInputChannelsRequest')
199
+ ListMLInputChannelsResponse = Shapes::StructureShape.new(name: 'ListMLInputChannelsResponse')
93
200
  ListTagsForResourceRequest = Shapes::StructureShape.new(name: 'ListTagsForResourceRequest')
94
201
  ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
202
+ ListTrainedModelInferenceJobsRequest = Shapes::StructureShape.new(name: 'ListTrainedModelInferenceJobsRequest')
203
+ ListTrainedModelInferenceJobsResponse = Shapes::StructureShape.new(name: 'ListTrainedModelInferenceJobsResponse')
204
+ ListTrainedModelsRequest = Shapes::StructureShape.new(name: 'ListTrainedModelsRequest')
205
+ ListTrainedModelsResponse = Shapes::StructureShape.new(name: 'ListTrainedModelsResponse')
95
206
  ListTrainingDatasetsRequest = Shapes::StructureShape.new(name: 'ListTrainingDatasetsRequest')
96
207
  ListTrainingDatasetsResponse = Shapes::StructureShape.new(name: 'ListTrainingDatasetsResponse')
208
+ LogsConfigurationPolicy = Shapes::StructureShape.new(name: 'LogsConfigurationPolicy')
209
+ LogsConfigurationPolicyFilterPatternString = Shapes::StringShape.new(name: 'LogsConfigurationPolicyFilterPatternString')
210
+ LogsConfigurationPolicyList = Shapes::ListShape.new(name: 'LogsConfigurationPolicyList')
211
+ LogsStatus = Shapes::StringShape.new(name: 'LogsStatus')
212
+ MLInputChannelArn = Shapes::StringShape.new(name: 'MLInputChannelArn')
213
+ MLInputChannelStatus = Shapes::StringShape.new(name: 'MLInputChannelStatus')
214
+ MLInputChannelSummary = Shapes::StructureShape.new(name: 'MLInputChannelSummary')
215
+ MLInputChannelSummaryConfiguredModelAlgorithmAssociationsList = Shapes::ListShape.new(name: 'MLInputChannelSummaryConfiguredModelAlgorithmAssociationsList')
216
+ MLInputChannelsList = Shapes::ListShape.new(name: 'MLInputChannelsList')
217
+ MLOutputConfiguration = Shapes::StructureShape.new(name: 'MLOutputConfiguration')
97
218
  MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
219
+ MetricDefinition = Shapes::StructureShape.new(name: 'MetricDefinition')
220
+ MetricDefinitionList = Shapes::ListShape.new(name: 'MetricDefinitionList')
221
+ MetricName = Shapes::StringShape.new(name: 'MetricName')
222
+ MetricRegex = Shapes::StringShape.new(name: 'MetricRegex')
223
+ MetricsConfigurationPolicy = Shapes::StructureShape.new(name: 'MetricsConfigurationPolicy')
98
224
  MetricsList = Shapes::ListShape.new(name: 'MetricsList')
225
+ MetricsStatus = Shapes::StringShape.new(name: 'MetricsStatus')
99
226
  MinMatchingSeedSize = Shapes::IntegerShape.new(name: 'MinMatchingSeedSize')
227
+ ModelInferenceDataSource = Shapes::StructureShape.new(name: 'ModelInferenceDataSource')
228
+ ModelTrainingDataChannel = Shapes::StructureShape.new(name: 'ModelTrainingDataChannel')
229
+ ModelTrainingDataChannelName = Shapes::StringShape.new(name: 'ModelTrainingDataChannelName')
230
+ ModelTrainingDataChannels = Shapes::ListShape.new(name: 'ModelTrainingDataChannels')
100
231
  NameString = Shapes::StringShape.new(name: 'NameString')
101
232
  NextToken = Shapes::StringShape.new(name: 'NextToken')
233
+ NoiseLevelType = Shapes::StringShape.new(name: 'NoiseLevelType')
102
234
  ParameterKey = Shapes::StringShape.new(name: 'ParameterKey')
103
235
  ParameterMap = Shapes::MapShape.new(name: 'ParameterMap')
104
236
  ParameterValue = Shapes::StringShape.new(name: 'ParameterValue')
105
237
  PolicyExistenceCondition = Shapes::StringShape.new(name: 'PolicyExistenceCondition')
238
+ PrivacyConfiguration = Shapes::StructureShape.new(name: 'PrivacyConfiguration')
239
+ PrivacyConfigurationPolicies = Shapes::StructureShape.new(name: 'PrivacyConfigurationPolicies')
240
+ ProtectedQueryInputParameters = Shapes::StructureShape.new(name: 'ProtectedQueryInputParameters')
106
241
  ProtectedQuerySQLParameters = Shapes::StructureShape.new(name: 'ProtectedQuerySQLParameters')
107
242
  ProtectedQuerySQLParametersQueryStringString = Shapes::StringShape.new(name: 'ProtectedQuerySQLParametersQueryStringString')
108
243
  PutConfiguredAudienceModelPolicyRequest = Shapes::StructureShape.new(name: 'PutConfiguredAudienceModelPolicyRequest')
109
244
  PutConfiguredAudienceModelPolicyResponse = Shapes::StructureShape.new(name: 'PutConfiguredAudienceModelPolicyResponse')
245
+ PutMLConfigurationRequest = Shapes::StructureShape.new(name: 'PutMLConfigurationRequest')
110
246
  RelevanceMetric = Shapes::StructureShape.new(name: 'RelevanceMetric')
247
+ RelevanceMetricScoreDouble = Shapes::FloatShape.new(name: 'RelevanceMetricScoreDouble')
111
248
  RelevanceMetrics = Shapes::ListShape.new(name: 'RelevanceMetrics')
249
+ ResourceConfig = Shapes::StructureShape.new(name: 'ResourceConfig')
250
+ ResourceConfigInstanceCountInteger = Shapes::IntegerShape.new(name: 'ResourceConfigInstanceCountInteger')
251
+ ResourceConfigVolumeSizeInGBInteger = Shapes::IntegerShape.new(name: 'ResourceConfigVolumeSizeInGBInteger')
112
252
  ResourceDescription = Shapes::StringShape.new(name: 'ResourceDescription')
113
253
  ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
114
254
  ResourcePolicy = Shapes::StringShape.new(name: 'ResourcePolicy')
@@ -119,7 +259,12 @@ module Aws::CleanRoomsML
119
259
  StartAudienceExportJobRequest = Shapes::StructureShape.new(name: 'StartAudienceExportJobRequest')
120
260
  StartAudienceGenerationJobRequest = Shapes::StructureShape.new(name: 'StartAudienceGenerationJobRequest')
121
261
  StartAudienceGenerationJobResponse = Shapes::StructureShape.new(name: 'StartAudienceGenerationJobResponse')
262
+ StartTrainedModelExportJobRequest = Shapes::StructureShape.new(name: 'StartTrainedModelExportJobRequest')
263
+ StartTrainedModelInferenceJobRequest = Shapes::StructureShape.new(name: 'StartTrainedModelInferenceJobRequest')
264
+ StartTrainedModelInferenceJobResponse = Shapes::StructureShape.new(name: 'StartTrainedModelInferenceJobResponse')
122
265
  StatusDetails = Shapes::StructureShape.new(name: 'StatusDetails')
266
+ StoppingCondition = Shapes::StructureShape.new(name: 'StoppingCondition')
267
+ StoppingConditionMaxRuntimeInSecondsInteger = Shapes::IntegerShape.new(name: 'StoppingConditionMaxRuntimeInSecondsInteger')
123
268
  String = Shapes::StringShape.new(name: 'String')
124
269
  SyntheticTimestamp_date_time = Shapes::TimestampShape.new(name: 'SyntheticTimestamp_date_time', timestampFormat: "iso8601")
125
270
  TagKey = Shapes::StringShape.new(name: 'TagKey')
@@ -130,6 +275,29 @@ module Aws::CleanRoomsML
130
275
  TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
131
276
  TagValue = Shapes::StringShape.new(name: 'TagValue')
132
277
  TaggableArn = Shapes::StringShape.new(name: 'TaggableArn')
278
+ TrainedModelArn = Shapes::StringShape.new(name: 'TrainedModelArn')
279
+ TrainedModelExportFileType = Shapes::StringShape.new(name: 'TrainedModelExportFileType')
280
+ TrainedModelExportFileTypeList = Shapes::ListShape.new(name: 'TrainedModelExportFileTypeList')
281
+ TrainedModelExportJobStatus = Shapes::StringShape.new(name: 'TrainedModelExportJobStatus')
282
+ TrainedModelExportOutputConfiguration = Shapes::StructureShape.new(name: 'TrainedModelExportOutputConfiguration')
283
+ TrainedModelExportReceiverMember = Shapes::StructureShape.new(name: 'TrainedModelExportReceiverMember')
284
+ TrainedModelExportReceiverMembers = Shapes::ListShape.new(name: 'TrainedModelExportReceiverMembers')
285
+ TrainedModelExportsConfigurationPolicy = Shapes::StructureShape.new(name: 'TrainedModelExportsConfigurationPolicy')
286
+ TrainedModelExportsMaxSize = Shapes::StructureShape.new(name: 'TrainedModelExportsMaxSize')
287
+ TrainedModelExportsMaxSizeUnitType = Shapes::StringShape.new(name: 'TrainedModelExportsMaxSizeUnitType')
288
+ TrainedModelExportsMaxSizeValue = Shapes::FloatShape.new(name: 'TrainedModelExportsMaxSizeValue')
289
+ TrainedModelInferenceJobArn = Shapes::StringShape.new(name: 'TrainedModelInferenceJobArn')
290
+ TrainedModelInferenceJobList = Shapes::ListShape.new(name: 'TrainedModelInferenceJobList')
291
+ TrainedModelInferenceJobStatus = Shapes::StringShape.new(name: 'TrainedModelInferenceJobStatus')
292
+ TrainedModelInferenceJobSummary = Shapes::StructureShape.new(name: 'TrainedModelInferenceJobSummary')
293
+ TrainedModelInferenceJobsConfigurationPolicy = Shapes::StructureShape.new(name: 'TrainedModelInferenceJobsConfigurationPolicy')
294
+ TrainedModelInferenceMaxOutputSize = Shapes::StructureShape.new(name: 'TrainedModelInferenceMaxOutputSize')
295
+ TrainedModelInferenceMaxOutputSizeUnitType = Shapes::StringShape.new(name: 'TrainedModelInferenceMaxOutputSizeUnitType')
296
+ TrainedModelInferenceMaxOutputSizeValue = Shapes::FloatShape.new(name: 'TrainedModelInferenceMaxOutputSizeValue')
297
+ TrainedModelList = Shapes::ListShape.new(name: 'TrainedModelList')
298
+ TrainedModelStatus = Shapes::StringShape.new(name: 'TrainedModelStatus')
299
+ TrainedModelSummary = Shapes::StructureShape.new(name: 'TrainedModelSummary')
300
+ TrainedModelsConfigurationPolicy = Shapes::StructureShape.new(name: 'TrainedModelsConfigurationPolicy')
133
301
  TrainingDatasetArn = Shapes::StringShape.new(name: 'TrainingDatasetArn')
134
302
  TrainingDatasetList = Shapes::ListShape.new(name: 'TrainingDatasetList')
135
303
  TrainingDatasetStatus = Shapes::StringShape.new(name: 'TrainingDatasetStatus')
@@ -140,10 +308,15 @@ module Aws::CleanRoomsML
140
308
  UpdateConfiguredAudienceModelRequest = Shapes::StructureShape.new(name: 'UpdateConfiguredAudienceModelRequest')
141
309
  UpdateConfiguredAudienceModelResponse = Shapes::StructureShape.new(name: 'UpdateConfiguredAudienceModelResponse')
142
310
  ValidationException = Shapes::StructureShape.new(name: 'ValidationException')
311
+ WorkerComputeConfiguration = Shapes::StructureShape.new(name: 'WorkerComputeConfiguration')
312
+ WorkerComputeConfigurationNumberInteger = Shapes::IntegerShape.new(name: 'WorkerComputeConfigurationNumberInteger')
313
+ WorkerComputeType = Shapes::StringShape.new(name: 'WorkerComputeType')
143
314
 
144
315
  AccessDeniedException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
145
316
  AccessDeniedException.struct_class = Types::AccessDeniedException
146
317
 
318
+ AccountIdList.member = Shapes::ShapeRef.new(shape: String)
319
+
147
320
  AudienceDestination.add_member(:s3_destination, Shapes::ShapeRef.new(shape: S3ConfigMap, required: true, location_name: "s3Destination"))
148
321
  AudienceDestination.struct_class = Types::AudienceDestination
149
322
 
@@ -163,6 +336,7 @@ module Aws::CleanRoomsML
163
336
  AudienceGenerationJobDataSource.add_member(:data_source, Shapes::ShapeRef.new(shape: S3ConfigMap, location_name: "dataSource"))
164
337
  AudienceGenerationJobDataSource.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, required: true, location_name: "roleArn"))
165
338
  AudienceGenerationJobDataSource.add_member(:sql_parameters, Shapes::ShapeRef.new(shape: ProtectedQuerySQLParameters, location_name: "sqlParameters"))
339
+ AudienceGenerationJobDataSource.add_member(:sql_compute_configuration, Shapes::ShapeRef.new(shape: ComputeConfiguration, location_name: "sqlComputeConfiguration"))
166
340
  AudienceGenerationJobDataSource.struct_class = Types::AudienceGenerationJobDataSource
167
341
 
168
342
  AudienceGenerationJobList.member = Shapes::ShapeRef.new(shape: AudienceGenerationJobSummary)
@@ -190,7 +364,7 @@ module Aws::CleanRoomsML
190
364
  AudienceModelSummary.struct_class = Types::AudienceModelSummary
191
365
 
192
366
  AudienceQualityMetrics.add_member(:relevance_metrics, Shapes::ShapeRef.new(shape: RelevanceMetrics, required: true, location_name: "relevanceMetrics"))
193
- AudienceQualityMetrics.add_member(:recall_metric, Shapes::ShapeRef.new(shape: Double, location_name: "recallMetric"))
367
+ AudienceQualityMetrics.add_member(:recall_metric, Shapes::ShapeRef.new(shape: AudienceQualityMetricsRecallMetricDouble, location_name: "recallMetric"))
194
368
  AudienceQualityMetrics.struct_class = Types::AudienceQualityMetrics
195
369
 
196
370
  AudienceSize.add_member(:type, Shapes::ShapeRef.new(shape: AudienceSizeType, required: true, location_name: "type"))
@@ -203,12 +377,104 @@ module Aws::CleanRoomsML
203
377
  AudienceSizeConfig.add_member(:audience_size_bins, Shapes::ShapeRef.new(shape: AudienceSizeBins, required: true, location_name: "audienceSizeBins"))
204
378
  AudienceSizeConfig.struct_class = Types::AudienceSizeConfig
205
379
 
380
+ CancelTrainedModelInferenceJobRequest.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "membershipIdentifier"))
381
+ CancelTrainedModelInferenceJobRequest.add_member(:trained_model_inference_job_arn, Shapes::ShapeRef.new(shape: TrainedModelInferenceJobArn, required: true, location: "uri", location_name: "trainedModelInferenceJobArn"))
382
+ CancelTrainedModelInferenceJobRequest.struct_class = Types::CancelTrainedModelInferenceJobRequest
383
+
384
+ CancelTrainedModelRequest.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "membershipIdentifier"))
385
+ CancelTrainedModelRequest.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location: "uri", location_name: "trainedModelArn"))
386
+ CancelTrainedModelRequest.struct_class = Types::CancelTrainedModelRequest
387
+
388
+ CollaborationConfiguredModelAlgorithmAssociationList.member = Shapes::ShapeRef.new(shape: CollaborationConfiguredModelAlgorithmAssociationSummary)
389
+
390
+ CollaborationConfiguredModelAlgorithmAssociationSummary.add_member(:create_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createTime"))
391
+ CollaborationConfiguredModelAlgorithmAssociationSummary.add_member(:update_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updateTime"))
392
+ CollaborationConfiguredModelAlgorithmAssociationSummary.add_member(:configured_model_algorithm_association_arn, Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmAssociationArn, required: true, location_name: "configuredModelAlgorithmAssociationArn"))
393
+ CollaborationConfiguredModelAlgorithmAssociationSummary.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
394
+ CollaborationConfiguredModelAlgorithmAssociationSummary.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
395
+ CollaborationConfiguredModelAlgorithmAssociationSummary.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "membershipIdentifier"))
396
+ CollaborationConfiguredModelAlgorithmAssociationSummary.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "collaborationIdentifier"))
397
+ CollaborationConfiguredModelAlgorithmAssociationSummary.add_member(:configured_model_algorithm_arn, Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmArn, required: true, location_name: "configuredModelAlgorithmArn"))
398
+ CollaborationConfiguredModelAlgorithmAssociationSummary.add_member(:creator_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "creatorAccountId"))
399
+ CollaborationConfiguredModelAlgorithmAssociationSummary.struct_class = Types::CollaborationConfiguredModelAlgorithmAssociationSummary
400
+
401
+ CollaborationMLInputChannelSummary.add_member(:create_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createTime"))
402
+ CollaborationMLInputChannelSummary.add_member(:update_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updateTime"))
403
+ CollaborationMLInputChannelSummary.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "membershipIdentifier"))
404
+ CollaborationMLInputChannelSummary.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "collaborationIdentifier"))
405
+ CollaborationMLInputChannelSummary.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
406
+ CollaborationMLInputChannelSummary.add_member(:configured_model_algorithm_associations, Shapes::ShapeRef.new(shape: CollaborationMLInputChannelSummaryConfiguredModelAlgorithmAssociationsList, required: true, location_name: "configuredModelAlgorithmAssociations"))
407
+ CollaborationMLInputChannelSummary.add_member(:ml_input_channel_arn, Shapes::ShapeRef.new(shape: MLInputChannelArn, required: true, location_name: "mlInputChannelArn"))
408
+ CollaborationMLInputChannelSummary.add_member(:status, Shapes::ShapeRef.new(shape: MLInputChannelStatus, required: true, location_name: "status"))
409
+ CollaborationMLInputChannelSummary.add_member(:creator_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "creatorAccountId"))
410
+ CollaborationMLInputChannelSummary.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
411
+ CollaborationMLInputChannelSummary.struct_class = Types::CollaborationMLInputChannelSummary
412
+
413
+ CollaborationMLInputChannelSummaryConfiguredModelAlgorithmAssociationsList.member = Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmAssociationArn)
414
+
415
+ CollaborationMLInputChannelsList.member = Shapes::ShapeRef.new(shape: CollaborationMLInputChannelSummary)
416
+
417
+ CollaborationTrainedModelExportJobList.member = Shapes::ShapeRef.new(shape: CollaborationTrainedModelExportJobSummary)
418
+
419
+ CollaborationTrainedModelExportJobSummary.add_member(:create_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createTime"))
420
+ CollaborationTrainedModelExportJobSummary.add_member(:update_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updateTime"))
421
+ CollaborationTrainedModelExportJobSummary.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
422
+ CollaborationTrainedModelExportJobSummary.add_member(:output_configuration, Shapes::ShapeRef.new(shape: TrainedModelExportOutputConfiguration, required: true, location_name: "outputConfiguration"))
423
+ CollaborationTrainedModelExportJobSummary.add_member(:status, Shapes::ShapeRef.new(shape: TrainedModelExportJobStatus, required: true, location_name: "status"))
424
+ CollaborationTrainedModelExportJobSummary.add_member(:status_details, Shapes::ShapeRef.new(shape: StatusDetails, location_name: "statusDetails"))
425
+ CollaborationTrainedModelExportJobSummary.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
426
+ CollaborationTrainedModelExportJobSummary.add_member(:creator_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "creatorAccountId"))
427
+ CollaborationTrainedModelExportJobSummary.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location_name: "trainedModelArn"))
428
+ CollaborationTrainedModelExportJobSummary.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "membershipIdentifier"))
429
+ CollaborationTrainedModelExportJobSummary.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "collaborationIdentifier"))
430
+ CollaborationTrainedModelExportJobSummary.struct_class = Types::CollaborationTrainedModelExportJobSummary
431
+
432
+ CollaborationTrainedModelInferenceJobList.member = Shapes::ShapeRef.new(shape: CollaborationTrainedModelInferenceJobSummary)
433
+
434
+ CollaborationTrainedModelInferenceJobSummary.add_member(:trained_model_inference_job_arn, Shapes::ShapeRef.new(shape: TrainedModelInferenceJobArn, required: true, location_name: "trainedModelInferenceJobArn"))
435
+ CollaborationTrainedModelInferenceJobSummary.add_member(:configured_model_algorithm_association_arn, Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmAssociationArn, location_name: "configuredModelAlgorithmAssociationArn"))
436
+ CollaborationTrainedModelInferenceJobSummary.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "membershipIdentifier"))
437
+ CollaborationTrainedModelInferenceJobSummary.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location_name: "trainedModelArn"))
438
+ CollaborationTrainedModelInferenceJobSummary.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "collaborationIdentifier"))
439
+ CollaborationTrainedModelInferenceJobSummary.add_member(:status, Shapes::ShapeRef.new(shape: TrainedModelInferenceJobStatus, required: true, location_name: "status"))
440
+ CollaborationTrainedModelInferenceJobSummary.add_member(:output_configuration, Shapes::ShapeRef.new(shape: InferenceOutputConfiguration, required: true, location_name: "outputConfiguration"))
441
+ CollaborationTrainedModelInferenceJobSummary.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
442
+ CollaborationTrainedModelInferenceJobSummary.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
443
+ CollaborationTrainedModelInferenceJobSummary.add_member(:metrics_status, Shapes::ShapeRef.new(shape: MetricsStatus, location_name: "metricsStatus"))
444
+ CollaborationTrainedModelInferenceJobSummary.add_member(:metrics_status_details, Shapes::ShapeRef.new(shape: String, location_name: "metricsStatusDetails"))
445
+ CollaborationTrainedModelInferenceJobSummary.add_member(:logs_status, Shapes::ShapeRef.new(shape: LogsStatus, location_name: "logsStatus"))
446
+ CollaborationTrainedModelInferenceJobSummary.add_member(:logs_status_details, Shapes::ShapeRef.new(shape: String, location_name: "logsStatusDetails"))
447
+ CollaborationTrainedModelInferenceJobSummary.add_member(:create_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createTime"))
448
+ CollaborationTrainedModelInferenceJobSummary.add_member(:update_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updateTime"))
449
+ CollaborationTrainedModelInferenceJobSummary.add_member(:creator_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "creatorAccountId"))
450
+ CollaborationTrainedModelInferenceJobSummary.struct_class = Types::CollaborationTrainedModelInferenceJobSummary
451
+
452
+ CollaborationTrainedModelList.member = Shapes::ShapeRef.new(shape: CollaborationTrainedModelSummary)
453
+
454
+ CollaborationTrainedModelSummary.add_member(:create_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createTime"))
455
+ CollaborationTrainedModelSummary.add_member(:update_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updateTime"))
456
+ CollaborationTrainedModelSummary.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location_name: "trainedModelArn"))
457
+ CollaborationTrainedModelSummary.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
458
+ CollaborationTrainedModelSummary.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
459
+ CollaborationTrainedModelSummary.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "membershipIdentifier"))
460
+ CollaborationTrainedModelSummary.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "collaborationIdentifier"))
461
+ CollaborationTrainedModelSummary.add_member(:status, Shapes::ShapeRef.new(shape: TrainedModelStatus, required: true, location_name: "status"))
462
+ CollaborationTrainedModelSummary.add_member(:configured_model_algorithm_association_arn, Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmAssociationArn, required: true, location_name: "configuredModelAlgorithmAssociationArn"))
463
+ CollaborationTrainedModelSummary.add_member(:creator_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "creatorAccountId"))
464
+ CollaborationTrainedModelSummary.struct_class = Types::CollaborationTrainedModelSummary
465
+
206
466
  ColumnSchema.add_member(:column_name, Shapes::ShapeRef.new(shape: ColumnName, required: true, location_name: "columnName"))
207
467
  ColumnSchema.add_member(:column_types, Shapes::ShapeRef.new(shape: ColumnTypeList, required: true, location_name: "columnTypes"))
208
468
  ColumnSchema.struct_class = Types::ColumnSchema
209
469
 
210
470
  ColumnTypeList.member = Shapes::ShapeRef.new(shape: ColumnType)
211
471
 
472
+ ComputeConfiguration.add_member(:worker, Shapes::ShapeRef.new(shape: WorkerComputeConfiguration, location_name: "worker"))
473
+ ComputeConfiguration.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
474
+ ComputeConfiguration.add_member_subclass(:worker, Types::ComputeConfiguration::Worker)
475
+ ComputeConfiguration.add_member_subclass(:unknown, Types::ComputeConfiguration::Unknown)
476
+ ComputeConfiguration.struct_class = Types::ComputeConfiguration
477
+
212
478
  ConfiguredAudienceModelList.member = Shapes::ShapeRef.new(shape: ConfiguredAudienceModelSummary)
213
479
 
214
480
  ConfiguredAudienceModelOutputConfig.add_member(:destination, Shapes::ShapeRef.new(shape: AudienceDestination, required: true, location_name: "destination"))
@@ -225,9 +491,40 @@ module Aws::CleanRoomsML
225
491
  ConfiguredAudienceModelSummary.add_member(:status, Shapes::ShapeRef.new(shape: ConfiguredAudienceModelStatus, required: true, location_name: "status"))
226
492
  ConfiguredAudienceModelSummary.struct_class = Types::ConfiguredAudienceModelSummary
227
493
 
494
+ ConfiguredModelAlgorithmAssociationList.member = Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmAssociationSummary)
495
+
496
+ ConfiguredModelAlgorithmAssociationSummary.add_member(:create_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createTime"))
497
+ ConfiguredModelAlgorithmAssociationSummary.add_member(:update_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updateTime"))
498
+ ConfiguredModelAlgorithmAssociationSummary.add_member(:configured_model_algorithm_association_arn, Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmAssociationArn, required: true, location_name: "configuredModelAlgorithmAssociationArn"))
499
+ ConfiguredModelAlgorithmAssociationSummary.add_member(:configured_model_algorithm_arn, Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmArn, required: true, location_name: "configuredModelAlgorithmArn"))
500
+ ConfiguredModelAlgorithmAssociationSummary.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
501
+ ConfiguredModelAlgorithmAssociationSummary.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
502
+ ConfiguredModelAlgorithmAssociationSummary.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "membershipIdentifier"))
503
+ ConfiguredModelAlgorithmAssociationSummary.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "collaborationIdentifier"))
504
+ ConfiguredModelAlgorithmAssociationSummary.struct_class = Types::ConfiguredModelAlgorithmAssociationSummary
505
+
506
+ ConfiguredModelAlgorithmList.member = Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmSummary)
507
+
508
+ ConfiguredModelAlgorithmSummary.add_member(:create_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createTime"))
509
+ ConfiguredModelAlgorithmSummary.add_member(:update_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updateTime"))
510
+ ConfiguredModelAlgorithmSummary.add_member(:configured_model_algorithm_arn, Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmArn, required: true, location_name: "configuredModelAlgorithmArn"))
511
+ ConfiguredModelAlgorithmSummary.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
512
+ ConfiguredModelAlgorithmSummary.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
513
+ ConfiguredModelAlgorithmSummary.struct_class = Types::ConfiguredModelAlgorithmSummary
514
+
228
515
  ConflictException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
229
516
  ConflictException.struct_class = Types::ConflictException
230
517
 
518
+ ContainerArguments.member = Shapes::ShapeRef.new(shape: ContainerArgument)
519
+
520
+ ContainerConfig.add_member(:image_uri, Shapes::ShapeRef.new(shape: AlgorithmImage, required: true, location_name: "imageUri"))
521
+ ContainerConfig.add_member(:entrypoint, Shapes::ShapeRef.new(shape: ContainerEntrypoint, location_name: "entrypoint"))
522
+ ContainerConfig.add_member(:arguments, Shapes::ShapeRef.new(shape: ContainerArguments, location_name: "arguments"))
523
+ ContainerConfig.add_member(:metric_definitions, Shapes::ShapeRef.new(shape: MetricDefinitionList, location_name: "metricDefinitions"))
524
+ ContainerConfig.struct_class = Types::ContainerConfig
525
+
526
+ ContainerEntrypoint.member = Shapes::ShapeRef.new(shape: ContainerEntrypointString)
527
+
231
528
  CreateAudienceModelRequest.add_member(:training_data_start_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "trainingDataStartTime"))
232
529
  CreateAudienceModelRequest.add_member(:training_data_end_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, location_name: "trainingDataEndTime"))
233
530
  CreateAudienceModelRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
@@ -254,6 +551,60 @@ module Aws::CleanRoomsML
254
551
  CreateConfiguredAudienceModelResponse.add_member(:configured_audience_model_arn, Shapes::ShapeRef.new(shape: ConfiguredAudienceModelArn, required: true, location_name: "configuredAudienceModelArn"))
255
552
  CreateConfiguredAudienceModelResponse.struct_class = Types::CreateConfiguredAudienceModelResponse
256
553
 
554
+ CreateConfiguredModelAlgorithmAssociationRequest.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "membershipIdentifier"))
555
+ CreateConfiguredModelAlgorithmAssociationRequest.add_member(:configured_model_algorithm_arn, Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmArn, required: true, location_name: "configuredModelAlgorithmArn"))
556
+ CreateConfiguredModelAlgorithmAssociationRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
557
+ CreateConfiguredModelAlgorithmAssociationRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
558
+ CreateConfiguredModelAlgorithmAssociationRequest.add_member(:privacy_configuration, Shapes::ShapeRef.new(shape: PrivacyConfiguration, location_name: "privacyConfiguration"))
559
+ CreateConfiguredModelAlgorithmAssociationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
560
+ CreateConfiguredModelAlgorithmAssociationRequest.struct_class = Types::CreateConfiguredModelAlgorithmAssociationRequest
561
+
562
+ CreateConfiguredModelAlgorithmAssociationResponse.add_member(:configured_model_algorithm_association_arn, Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmAssociationArn, required: true, location_name: "configuredModelAlgorithmAssociationArn"))
563
+ CreateConfiguredModelAlgorithmAssociationResponse.struct_class = Types::CreateConfiguredModelAlgorithmAssociationResponse
564
+
565
+ CreateConfiguredModelAlgorithmRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
566
+ CreateConfiguredModelAlgorithmRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
567
+ CreateConfiguredModelAlgorithmRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, required: true, location_name: "roleArn"))
568
+ CreateConfiguredModelAlgorithmRequest.add_member(:training_container_config, Shapes::ShapeRef.new(shape: ContainerConfig, location_name: "trainingContainerConfig"))
569
+ CreateConfiguredModelAlgorithmRequest.add_member(:inference_container_config, Shapes::ShapeRef.new(shape: InferenceContainerConfig, location_name: "inferenceContainerConfig"))
570
+ CreateConfiguredModelAlgorithmRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
571
+ CreateConfiguredModelAlgorithmRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
572
+ CreateConfiguredModelAlgorithmRequest.struct_class = Types::CreateConfiguredModelAlgorithmRequest
573
+
574
+ CreateConfiguredModelAlgorithmResponse.add_member(:configured_model_algorithm_arn, Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmArn, required: true, location_name: "configuredModelAlgorithmArn"))
575
+ CreateConfiguredModelAlgorithmResponse.struct_class = Types::CreateConfiguredModelAlgorithmResponse
576
+
577
+ CreateMLInputChannelRequest.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "membershipIdentifier"))
578
+ CreateMLInputChannelRequest.add_member(:configured_model_algorithm_associations, Shapes::ShapeRef.new(shape: CreateMLInputChannelRequestConfiguredModelAlgorithmAssociationsList, required: true, location_name: "configuredModelAlgorithmAssociations"))
579
+ CreateMLInputChannelRequest.add_member(:input_channel, Shapes::ShapeRef.new(shape: InputChannel, required: true, location_name: "inputChannel"))
580
+ CreateMLInputChannelRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
581
+ CreateMLInputChannelRequest.add_member(:retention_in_days, Shapes::ShapeRef.new(shape: CreateMLInputChannelRequestRetentionInDaysInteger, required: true, location_name: "retentionInDays"))
582
+ CreateMLInputChannelRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
583
+ CreateMLInputChannelRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
584
+ CreateMLInputChannelRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
585
+ CreateMLInputChannelRequest.struct_class = Types::CreateMLInputChannelRequest
586
+
587
+ CreateMLInputChannelRequestConfiguredModelAlgorithmAssociationsList.member = Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmAssociationArn)
588
+
589
+ CreateMLInputChannelResponse.add_member(:ml_input_channel_arn, Shapes::ShapeRef.new(shape: MLInputChannelArn, required: true, location_name: "mlInputChannelArn"))
590
+ CreateMLInputChannelResponse.struct_class = Types::CreateMLInputChannelResponse
591
+
592
+ CreateTrainedModelRequest.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "membershipIdentifier"))
593
+ CreateTrainedModelRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
594
+ CreateTrainedModelRequest.add_member(:configured_model_algorithm_association_arn, Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmAssociationArn, required: true, location_name: "configuredModelAlgorithmAssociationArn"))
595
+ CreateTrainedModelRequest.add_member(:hyperparameters, Shapes::ShapeRef.new(shape: HyperParameters, location_name: "hyperparameters"))
596
+ CreateTrainedModelRequest.add_member(:environment, Shapes::ShapeRef.new(shape: Environment, location_name: "environment"))
597
+ CreateTrainedModelRequest.add_member(:resource_config, Shapes::ShapeRef.new(shape: ResourceConfig, required: true, location_name: "resourceConfig"))
598
+ CreateTrainedModelRequest.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: StoppingCondition, location_name: "stoppingCondition"))
599
+ CreateTrainedModelRequest.add_member(:data_channels, Shapes::ShapeRef.new(shape: ModelTrainingDataChannels, required: true, location_name: "dataChannels"))
600
+ CreateTrainedModelRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
601
+ CreateTrainedModelRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
602
+ CreateTrainedModelRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
603
+ CreateTrainedModelRequest.struct_class = Types::CreateTrainedModelRequest
604
+
605
+ CreateTrainedModelResponse.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location_name: "trainedModelArn"))
606
+ CreateTrainedModelResponse.struct_class = Types::CreateTrainedModelResponse
607
+
257
608
  CreateTrainingDatasetRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
258
609
  CreateTrainingDatasetRequest.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, required: true, location_name: "roleArn"))
259
610
  CreateTrainingDatasetRequest.add_member(:training_data, Shapes::ShapeRef.new(shape: CreateTrainingDatasetRequestTrainingDataList, required: true, location_name: "trainingData"))
@@ -293,9 +644,33 @@ module Aws::CleanRoomsML
293
644
  DeleteConfiguredAudienceModelRequest.add_member(:configured_audience_model_arn, Shapes::ShapeRef.new(shape: ConfiguredAudienceModelArn, required: true, location: "uri", location_name: "configuredAudienceModelArn"))
294
645
  DeleteConfiguredAudienceModelRequest.struct_class = Types::DeleteConfiguredAudienceModelRequest
295
646
 
647
+ DeleteConfiguredModelAlgorithmAssociationRequest.add_member(:configured_model_algorithm_association_arn, Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmAssociationArn, required: true, location: "uri", location_name: "configuredModelAlgorithmAssociationArn"))
648
+ DeleteConfiguredModelAlgorithmAssociationRequest.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "membershipIdentifier"))
649
+ DeleteConfiguredModelAlgorithmAssociationRequest.struct_class = Types::DeleteConfiguredModelAlgorithmAssociationRequest
650
+
651
+ DeleteConfiguredModelAlgorithmRequest.add_member(:configured_model_algorithm_arn, Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmArn, required: true, location: "uri", location_name: "configuredModelAlgorithmArn"))
652
+ DeleteConfiguredModelAlgorithmRequest.struct_class = Types::DeleteConfiguredModelAlgorithmRequest
653
+
654
+ DeleteMLConfigurationRequest.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "membershipIdentifier"))
655
+ DeleteMLConfigurationRequest.struct_class = Types::DeleteMLConfigurationRequest
656
+
657
+ DeleteMLInputChannelDataRequest.add_member(:ml_input_channel_arn, Shapes::ShapeRef.new(shape: MLInputChannelArn, required: true, location: "uri", location_name: "mlInputChannelArn"))
658
+ DeleteMLInputChannelDataRequest.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "membershipIdentifier"))
659
+ DeleteMLInputChannelDataRequest.struct_class = Types::DeleteMLInputChannelDataRequest
660
+
661
+ DeleteTrainedModelOutputRequest.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location: "uri", location_name: "trainedModelArn"))
662
+ DeleteTrainedModelOutputRequest.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "membershipIdentifier"))
663
+ DeleteTrainedModelOutputRequest.struct_class = Types::DeleteTrainedModelOutputRequest
664
+
296
665
  DeleteTrainingDatasetRequest.add_member(:training_dataset_arn, Shapes::ShapeRef.new(shape: TrainingDatasetArn, required: true, location: "uri", location_name: "trainingDatasetArn"))
297
666
  DeleteTrainingDatasetRequest.struct_class = Types::DeleteTrainingDatasetRequest
298
667
 
668
+ Destination.add_member(:s3_destination, Shapes::ShapeRef.new(shape: S3ConfigMap, required: true, location_name: "s3Destination"))
669
+ Destination.struct_class = Types::Destination
670
+
671
+ Environment.key = Shapes::ShapeRef.new(shape: EnvironmentKeyString)
672
+ Environment.value = Shapes::ShapeRef.new(shape: EnvironmentValueString)
673
+
299
674
  GetAudienceGenerationJobRequest.add_member(:audience_generation_job_arn, Shapes::ShapeRef.new(shape: AudienceGenerationJobArn, required: true, location: "uri", location_name: "audienceGenerationJobArn"))
300
675
  GetAudienceGenerationJobRequest.struct_class = Types::GetAudienceGenerationJobRequest
301
676
 
@@ -333,6 +708,67 @@ module Aws::CleanRoomsML
333
708
  GetAudienceModelResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
334
709
  GetAudienceModelResponse.struct_class = Types::GetAudienceModelResponse
335
710
 
711
+ GetCollaborationConfiguredModelAlgorithmAssociationRequest.add_member(:configured_model_algorithm_association_arn, Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmAssociationArn, required: true, location: "uri", location_name: "configuredModelAlgorithmAssociationArn"))
712
+ GetCollaborationConfiguredModelAlgorithmAssociationRequest.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "collaborationIdentifier"))
713
+ GetCollaborationConfiguredModelAlgorithmAssociationRequest.struct_class = Types::GetCollaborationConfiguredModelAlgorithmAssociationRequest
714
+
715
+ GetCollaborationConfiguredModelAlgorithmAssociationResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createTime"))
716
+ GetCollaborationConfiguredModelAlgorithmAssociationResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updateTime"))
717
+ GetCollaborationConfiguredModelAlgorithmAssociationResponse.add_member(:configured_model_algorithm_association_arn, Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmAssociationArn, required: true, location_name: "configuredModelAlgorithmAssociationArn"))
718
+ GetCollaborationConfiguredModelAlgorithmAssociationResponse.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "membershipIdentifier"))
719
+ GetCollaborationConfiguredModelAlgorithmAssociationResponse.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "collaborationIdentifier"))
720
+ GetCollaborationConfiguredModelAlgorithmAssociationResponse.add_member(:configured_model_algorithm_arn, Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmArn, required: true, location_name: "configuredModelAlgorithmArn"))
721
+ GetCollaborationConfiguredModelAlgorithmAssociationResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
722
+ GetCollaborationConfiguredModelAlgorithmAssociationResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
723
+ GetCollaborationConfiguredModelAlgorithmAssociationResponse.add_member(:creator_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "creatorAccountId"))
724
+ GetCollaborationConfiguredModelAlgorithmAssociationResponse.add_member(:privacy_configuration, Shapes::ShapeRef.new(shape: PrivacyConfiguration, location_name: "privacyConfiguration"))
725
+ GetCollaborationConfiguredModelAlgorithmAssociationResponse.struct_class = Types::GetCollaborationConfiguredModelAlgorithmAssociationResponse
726
+
727
+ GetCollaborationMLInputChannelRequest.add_member(:ml_input_channel_arn, Shapes::ShapeRef.new(shape: MLInputChannelArn, required: true, location: "uri", location_name: "mlInputChannelArn"))
728
+ GetCollaborationMLInputChannelRequest.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "collaborationIdentifier"))
729
+ GetCollaborationMLInputChannelRequest.struct_class = Types::GetCollaborationMLInputChannelRequest
730
+
731
+ GetCollaborationMLInputChannelResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createTime"))
732
+ GetCollaborationMLInputChannelResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updateTime"))
733
+ GetCollaborationMLInputChannelResponse.add_member(:creator_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "creatorAccountId"))
734
+ GetCollaborationMLInputChannelResponse.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "membershipIdentifier"))
735
+ GetCollaborationMLInputChannelResponse.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "collaborationIdentifier"))
736
+ GetCollaborationMLInputChannelResponse.add_member(:ml_input_channel_arn, Shapes::ShapeRef.new(shape: MLInputChannelArn, required: true, location_name: "mlInputChannelArn"))
737
+ GetCollaborationMLInputChannelResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
738
+ GetCollaborationMLInputChannelResponse.add_member(:configured_model_algorithm_associations, Shapes::ShapeRef.new(shape: GetCollaborationMLInputChannelResponseConfiguredModelAlgorithmAssociationsList, required: true, location_name: "configuredModelAlgorithmAssociations"))
739
+ GetCollaborationMLInputChannelResponse.add_member(:status, Shapes::ShapeRef.new(shape: MLInputChannelStatus, required: true, location_name: "status"))
740
+ GetCollaborationMLInputChannelResponse.add_member(:status_details, Shapes::ShapeRef.new(shape: StatusDetails, location_name: "statusDetails"))
741
+ GetCollaborationMLInputChannelResponse.add_member(:retention_in_days, Shapes::ShapeRef.new(shape: GetCollaborationMLInputChannelResponseRetentionInDaysInteger, required: true, location_name: "retentionInDays"))
742
+ GetCollaborationMLInputChannelResponse.add_member(:number_of_records, Shapes::ShapeRef.new(shape: GetCollaborationMLInputChannelResponseNumberOfRecordsLong, location_name: "numberOfRecords"))
743
+ GetCollaborationMLInputChannelResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
744
+ GetCollaborationMLInputChannelResponse.struct_class = Types::GetCollaborationMLInputChannelResponse
745
+
746
+ GetCollaborationMLInputChannelResponseConfiguredModelAlgorithmAssociationsList.member = Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmAssociationArn)
747
+
748
+ GetCollaborationTrainedModelRequest.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location: "uri", location_name: "trainedModelArn"))
749
+ GetCollaborationTrainedModelRequest.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "collaborationIdentifier"))
750
+ GetCollaborationTrainedModelRequest.struct_class = Types::GetCollaborationTrainedModelRequest
751
+
752
+ GetCollaborationTrainedModelResponse.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "membershipIdentifier"))
753
+ GetCollaborationTrainedModelResponse.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "collaborationIdentifier"))
754
+ GetCollaborationTrainedModelResponse.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location_name: "trainedModelArn"))
755
+ GetCollaborationTrainedModelResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
756
+ GetCollaborationTrainedModelResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
757
+ GetCollaborationTrainedModelResponse.add_member(:status, Shapes::ShapeRef.new(shape: TrainedModelStatus, required: true, location_name: "status"))
758
+ GetCollaborationTrainedModelResponse.add_member(:status_details, Shapes::ShapeRef.new(shape: StatusDetails, location_name: "statusDetails"))
759
+ GetCollaborationTrainedModelResponse.add_member(:configured_model_algorithm_association_arn, Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmAssociationArn, required: true, location_name: "configuredModelAlgorithmAssociationArn"))
760
+ GetCollaborationTrainedModelResponse.add_member(:resource_config, Shapes::ShapeRef.new(shape: ResourceConfig, location_name: "resourceConfig"))
761
+ GetCollaborationTrainedModelResponse.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: StoppingCondition, location_name: "stoppingCondition"))
762
+ GetCollaborationTrainedModelResponse.add_member(:metrics_status, Shapes::ShapeRef.new(shape: MetricsStatus, location_name: "metricsStatus"))
763
+ GetCollaborationTrainedModelResponse.add_member(:metrics_status_details, Shapes::ShapeRef.new(shape: String, location_name: "metricsStatusDetails"))
764
+ GetCollaborationTrainedModelResponse.add_member(:logs_status, Shapes::ShapeRef.new(shape: LogsStatus, location_name: "logsStatus"))
765
+ GetCollaborationTrainedModelResponse.add_member(:logs_status_details, Shapes::ShapeRef.new(shape: String, location_name: "logsStatusDetails"))
766
+ GetCollaborationTrainedModelResponse.add_member(:training_container_image_digest, Shapes::ShapeRef.new(shape: String, location_name: "trainingContainerImageDigest"))
767
+ GetCollaborationTrainedModelResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createTime"))
768
+ GetCollaborationTrainedModelResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updateTime"))
769
+ GetCollaborationTrainedModelResponse.add_member(:creator_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "creatorAccountId"))
770
+ GetCollaborationTrainedModelResponse.struct_class = Types::GetCollaborationTrainedModelResponse
771
+
336
772
  GetConfiguredAudienceModelPolicyRequest.add_member(:configured_audience_model_arn, Shapes::ShapeRef.new(shape: ConfiguredAudienceModelArn, required: true, location: "uri", location_name: "configuredAudienceModelArn"))
337
773
  GetConfiguredAudienceModelPolicyRequest.struct_class = Types::GetConfiguredAudienceModelPolicyRequest
338
774
 
@@ -359,6 +795,128 @@ module Aws::CleanRoomsML
359
795
  GetConfiguredAudienceModelResponse.add_member(:child_resource_tag_on_create_policy, Shapes::ShapeRef.new(shape: TagOnCreatePolicy, location_name: "childResourceTagOnCreatePolicy"))
360
796
  GetConfiguredAudienceModelResponse.struct_class = Types::GetConfiguredAudienceModelResponse
361
797
 
798
+ GetConfiguredModelAlgorithmAssociationRequest.add_member(:configured_model_algorithm_association_arn, Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmAssociationArn, required: true, location: "uri", location_name: "configuredModelAlgorithmAssociationArn"))
799
+ GetConfiguredModelAlgorithmAssociationRequest.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "membershipIdentifier"))
800
+ GetConfiguredModelAlgorithmAssociationRequest.struct_class = Types::GetConfiguredModelAlgorithmAssociationRequest
801
+
802
+ GetConfiguredModelAlgorithmAssociationResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createTime"))
803
+ GetConfiguredModelAlgorithmAssociationResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updateTime"))
804
+ GetConfiguredModelAlgorithmAssociationResponse.add_member(:configured_model_algorithm_association_arn, Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmAssociationArn, required: true, location_name: "configuredModelAlgorithmAssociationArn"))
805
+ GetConfiguredModelAlgorithmAssociationResponse.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "membershipIdentifier"))
806
+ GetConfiguredModelAlgorithmAssociationResponse.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "collaborationIdentifier"))
807
+ GetConfiguredModelAlgorithmAssociationResponse.add_member(:configured_model_algorithm_arn, Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmArn, required: true, location_name: "configuredModelAlgorithmArn"))
808
+ GetConfiguredModelAlgorithmAssociationResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
809
+ GetConfiguredModelAlgorithmAssociationResponse.add_member(:privacy_configuration, Shapes::ShapeRef.new(shape: PrivacyConfiguration, location_name: "privacyConfiguration"))
810
+ GetConfiguredModelAlgorithmAssociationResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
811
+ GetConfiguredModelAlgorithmAssociationResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
812
+ GetConfiguredModelAlgorithmAssociationResponse.struct_class = Types::GetConfiguredModelAlgorithmAssociationResponse
813
+
814
+ GetConfiguredModelAlgorithmRequest.add_member(:configured_model_algorithm_arn, Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmArn, required: true, location: "uri", location_name: "configuredModelAlgorithmArn"))
815
+ GetConfiguredModelAlgorithmRequest.struct_class = Types::GetConfiguredModelAlgorithmRequest
816
+
817
+ GetConfiguredModelAlgorithmResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createTime"))
818
+ GetConfiguredModelAlgorithmResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updateTime"))
819
+ GetConfiguredModelAlgorithmResponse.add_member(:configured_model_algorithm_arn, Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmArn, required: true, location_name: "configuredModelAlgorithmArn"))
820
+ GetConfiguredModelAlgorithmResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
821
+ GetConfiguredModelAlgorithmResponse.add_member(:training_container_config, Shapes::ShapeRef.new(shape: ContainerConfig, location_name: "trainingContainerConfig"))
822
+ GetConfiguredModelAlgorithmResponse.add_member(:inference_container_config, Shapes::ShapeRef.new(shape: InferenceContainerConfig, location_name: "inferenceContainerConfig"))
823
+ GetConfiguredModelAlgorithmResponse.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, required: true, location_name: "roleArn"))
824
+ GetConfiguredModelAlgorithmResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
825
+ GetConfiguredModelAlgorithmResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
826
+ GetConfiguredModelAlgorithmResponse.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
827
+ GetConfiguredModelAlgorithmResponse.struct_class = Types::GetConfiguredModelAlgorithmResponse
828
+
829
+ GetMLConfigurationRequest.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "membershipIdentifier"))
830
+ GetMLConfigurationRequest.struct_class = Types::GetMLConfigurationRequest
831
+
832
+ GetMLConfigurationResponse.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "membershipIdentifier"))
833
+ GetMLConfigurationResponse.add_member(:default_output_location, Shapes::ShapeRef.new(shape: MLOutputConfiguration, required: true, location_name: "defaultOutputLocation"))
834
+ GetMLConfigurationResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createTime"))
835
+ GetMLConfigurationResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updateTime"))
836
+ GetMLConfigurationResponse.struct_class = Types::GetMLConfigurationResponse
837
+
838
+ GetMLInputChannelRequest.add_member(:ml_input_channel_arn, Shapes::ShapeRef.new(shape: MLInputChannelArn, required: true, location: "uri", location_name: "mlInputChannelArn"))
839
+ GetMLInputChannelRequest.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "membershipIdentifier"))
840
+ GetMLInputChannelRequest.struct_class = Types::GetMLInputChannelRequest
841
+
842
+ GetMLInputChannelResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createTime"))
843
+ GetMLInputChannelResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updateTime"))
844
+ GetMLInputChannelResponse.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "membershipIdentifier"))
845
+ GetMLInputChannelResponse.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "collaborationIdentifier"))
846
+ GetMLInputChannelResponse.add_member(:input_channel, Shapes::ShapeRef.new(shape: InputChannel, required: true, location_name: "inputChannel"))
847
+ GetMLInputChannelResponse.add_member(:protected_query_identifier, Shapes::ShapeRef.new(shape: UUID, location_name: "protectedQueryIdentifier"))
848
+ GetMLInputChannelResponse.add_member(:ml_input_channel_arn, Shapes::ShapeRef.new(shape: MLInputChannelArn, required: true, location_name: "mlInputChannelArn"))
849
+ GetMLInputChannelResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
850
+ GetMLInputChannelResponse.add_member(:configured_model_algorithm_associations, Shapes::ShapeRef.new(shape: GetMLInputChannelResponseConfiguredModelAlgorithmAssociationsList, required: true, location_name: "configuredModelAlgorithmAssociations"))
851
+ GetMLInputChannelResponse.add_member(:status, Shapes::ShapeRef.new(shape: MLInputChannelStatus, required: true, location_name: "status"))
852
+ GetMLInputChannelResponse.add_member(:status_details, Shapes::ShapeRef.new(shape: StatusDetails, location_name: "statusDetails"))
853
+ GetMLInputChannelResponse.add_member(:retention_in_days, Shapes::ShapeRef.new(shape: GetMLInputChannelResponseRetentionInDaysInteger, required: true, location_name: "retentionInDays"))
854
+ GetMLInputChannelResponse.add_member(:number_of_records, Shapes::ShapeRef.new(shape: GetMLInputChannelResponseNumberOfRecordsLong, location_name: "numberOfRecords"))
855
+ GetMLInputChannelResponse.add_member(:number_of_files, Shapes::ShapeRef.new(shape: GetMLInputChannelResponseNumberOfFilesDouble, location_name: "numberOfFiles"))
856
+ GetMLInputChannelResponse.add_member(:size_in_gb, Shapes::ShapeRef.new(shape: GetMLInputChannelResponseSizeInGbDouble, location_name: "sizeInGb"))
857
+ GetMLInputChannelResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
858
+ GetMLInputChannelResponse.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
859
+ GetMLInputChannelResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
860
+ GetMLInputChannelResponse.struct_class = Types::GetMLInputChannelResponse
861
+
862
+ GetMLInputChannelResponseConfiguredModelAlgorithmAssociationsList.member = Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmAssociationArn)
863
+
864
+ GetTrainedModelInferenceJobRequest.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "membershipIdentifier"))
865
+ GetTrainedModelInferenceJobRequest.add_member(:trained_model_inference_job_arn, Shapes::ShapeRef.new(shape: TrainedModelInferenceJobArn, required: true, location: "uri", location_name: "trainedModelInferenceJobArn"))
866
+ GetTrainedModelInferenceJobRequest.struct_class = Types::GetTrainedModelInferenceJobRequest
867
+
868
+ GetTrainedModelInferenceJobResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createTime"))
869
+ GetTrainedModelInferenceJobResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updateTime"))
870
+ GetTrainedModelInferenceJobResponse.add_member(:trained_model_inference_job_arn, Shapes::ShapeRef.new(shape: TrainedModelInferenceJobArn, required: true, location_name: "trainedModelInferenceJobArn"))
871
+ GetTrainedModelInferenceJobResponse.add_member(:configured_model_algorithm_association_arn, Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmAssociationArn, location_name: "configuredModelAlgorithmAssociationArn"))
872
+ GetTrainedModelInferenceJobResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
873
+ GetTrainedModelInferenceJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: TrainedModelInferenceJobStatus, required: true, location_name: "status"))
874
+ GetTrainedModelInferenceJobResponse.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location_name: "trainedModelArn"))
875
+ GetTrainedModelInferenceJobResponse.add_member(:resource_config, Shapes::ShapeRef.new(shape: InferenceResourceConfig, required: true, location_name: "resourceConfig"))
876
+ GetTrainedModelInferenceJobResponse.add_member(:output_configuration, Shapes::ShapeRef.new(shape: InferenceOutputConfiguration, required: true, location_name: "outputConfiguration"))
877
+ GetTrainedModelInferenceJobResponse.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "membershipIdentifier"))
878
+ GetTrainedModelInferenceJobResponse.add_member(:data_source, Shapes::ShapeRef.new(shape: ModelInferenceDataSource, required: true, location_name: "dataSource"))
879
+ GetTrainedModelInferenceJobResponse.add_member(:container_execution_parameters, Shapes::ShapeRef.new(shape: InferenceContainerExecutionParameters, location_name: "containerExecutionParameters"))
880
+ GetTrainedModelInferenceJobResponse.add_member(:status_details, Shapes::ShapeRef.new(shape: StatusDetails, location_name: "statusDetails"))
881
+ GetTrainedModelInferenceJobResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
882
+ GetTrainedModelInferenceJobResponse.add_member(:inference_container_image_digest, Shapes::ShapeRef.new(shape: String, location_name: "inferenceContainerImageDigest"))
883
+ GetTrainedModelInferenceJobResponse.add_member(:environment, Shapes::ShapeRef.new(shape: InferenceEnvironmentMap, location_name: "environment"))
884
+ GetTrainedModelInferenceJobResponse.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
885
+ GetTrainedModelInferenceJobResponse.add_member(:metrics_status, Shapes::ShapeRef.new(shape: MetricsStatus, location_name: "metricsStatus"))
886
+ GetTrainedModelInferenceJobResponse.add_member(:metrics_status_details, Shapes::ShapeRef.new(shape: String, location_name: "metricsStatusDetails"))
887
+ GetTrainedModelInferenceJobResponse.add_member(:logs_status, Shapes::ShapeRef.new(shape: LogsStatus, location_name: "logsStatus"))
888
+ GetTrainedModelInferenceJobResponse.add_member(:logs_status_details, Shapes::ShapeRef.new(shape: String, location_name: "logsStatusDetails"))
889
+ GetTrainedModelInferenceJobResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
890
+ GetTrainedModelInferenceJobResponse.struct_class = Types::GetTrainedModelInferenceJobResponse
891
+
892
+ GetTrainedModelRequest.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location: "uri", location_name: "trainedModelArn"))
893
+ GetTrainedModelRequest.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "membershipIdentifier"))
894
+ GetTrainedModelRequest.struct_class = Types::GetTrainedModelRequest
895
+
896
+ GetTrainedModelResponse.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "membershipIdentifier"))
897
+ GetTrainedModelResponse.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "collaborationIdentifier"))
898
+ GetTrainedModelResponse.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location_name: "trainedModelArn"))
899
+ GetTrainedModelResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
900
+ GetTrainedModelResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
901
+ GetTrainedModelResponse.add_member(:status, Shapes::ShapeRef.new(shape: TrainedModelStatus, required: true, location_name: "status"))
902
+ GetTrainedModelResponse.add_member(:status_details, Shapes::ShapeRef.new(shape: StatusDetails, location_name: "statusDetails"))
903
+ GetTrainedModelResponse.add_member(:configured_model_algorithm_association_arn, Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmAssociationArn, required: true, location_name: "configuredModelAlgorithmAssociationArn"))
904
+ GetTrainedModelResponse.add_member(:resource_config, Shapes::ShapeRef.new(shape: ResourceConfig, location_name: "resourceConfig"))
905
+ GetTrainedModelResponse.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: StoppingCondition, location_name: "stoppingCondition"))
906
+ GetTrainedModelResponse.add_member(:metrics_status, Shapes::ShapeRef.new(shape: MetricsStatus, location_name: "metricsStatus"))
907
+ GetTrainedModelResponse.add_member(:metrics_status_details, Shapes::ShapeRef.new(shape: String, location_name: "metricsStatusDetails"))
908
+ GetTrainedModelResponse.add_member(:logs_status, Shapes::ShapeRef.new(shape: LogsStatus, location_name: "logsStatus"))
909
+ GetTrainedModelResponse.add_member(:logs_status_details, Shapes::ShapeRef.new(shape: String, location_name: "logsStatusDetails"))
910
+ GetTrainedModelResponse.add_member(:training_container_image_digest, Shapes::ShapeRef.new(shape: String, location_name: "trainingContainerImageDigest"))
911
+ GetTrainedModelResponse.add_member(:create_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createTime"))
912
+ GetTrainedModelResponse.add_member(:update_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updateTime"))
913
+ GetTrainedModelResponse.add_member(:hyperparameters, Shapes::ShapeRef.new(shape: HyperParameters, location_name: "hyperparameters"))
914
+ GetTrainedModelResponse.add_member(:environment, Shapes::ShapeRef.new(shape: Environment, location_name: "environment"))
915
+ GetTrainedModelResponse.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
916
+ GetTrainedModelResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
917
+ GetTrainedModelResponse.add_member(:data_channels, Shapes::ShapeRef.new(shape: ModelTrainingDataChannels, required: true, location_name: "dataChannels"))
918
+ GetTrainedModelResponse.struct_class = Types::GetTrainedModelResponse
919
+
362
920
  GetTrainingDatasetRequest.add_member(:training_dataset_arn, Shapes::ShapeRef.new(shape: TrainingDatasetArn, required: true, location: "uri", location_name: "trainingDatasetArn"))
363
921
  GetTrainingDatasetRequest.struct_class = Types::GetTrainingDatasetRequest
364
922
 
@@ -378,6 +936,41 @@ module Aws::CleanRoomsML
378
936
  GlueDataSource.add_member(:catalog_id, Shapes::ShapeRef.new(shape: AccountId, location_name: "catalogId"))
379
937
  GlueDataSource.struct_class = Types::GlueDataSource
380
938
 
939
+ HyperParameters.key = Shapes::ShapeRef.new(shape: HyperParametersKeyString)
940
+ HyperParameters.value = Shapes::ShapeRef.new(shape: HyperParametersValueString)
941
+
942
+ InferenceContainerConfig.add_member(:image_uri, Shapes::ShapeRef.new(shape: AlgorithmImage, required: true, location_name: "imageUri"))
943
+ InferenceContainerConfig.struct_class = Types::InferenceContainerConfig
944
+
945
+ InferenceContainerExecutionParameters.add_member(:max_payload_in_mb, Shapes::ShapeRef.new(shape: InferenceContainerExecutionParametersMaxPayloadInMBInteger, location_name: "maxPayloadInMB"))
946
+ InferenceContainerExecutionParameters.struct_class = Types::InferenceContainerExecutionParameters
947
+
948
+ InferenceEnvironmentMap.key = Shapes::ShapeRef.new(shape: InferenceEnvironmentMapKeyString)
949
+ InferenceEnvironmentMap.value = Shapes::ShapeRef.new(shape: InferenceEnvironmentMapValueString)
950
+
951
+ InferenceOutputConfiguration.add_member(:accept, Shapes::ShapeRef.new(shape: InferenceOutputConfigurationAcceptString, location_name: "accept"))
952
+ InferenceOutputConfiguration.add_member(:members, Shapes::ShapeRef.new(shape: InferenceReceiverMembers, required: true, location_name: "members"))
953
+ InferenceOutputConfiguration.struct_class = Types::InferenceOutputConfiguration
954
+
955
+ InferenceReceiverMember.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "accountId"))
956
+ InferenceReceiverMember.struct_class = Types::InferenceReceiverMember
957
+
958
+ InferenceReceiverMembers.member = Shapes::ShapeRef.new(shape: InferenceReceiverMember)
959
+
960
+ InferenceResourceConfig.add_member(:instance_type, Shapes::ShapeRef.new(shape: InferenceInstanceType, required: true, location_name: "instanceType"))
961
+ InferenceResourceConfig.add_member(:instance_count, Shapes::ShapeRef.new(shape: InferenceResourceConfigInstanceCountInteger, location_name: "instanceCount"))
962
+ InferenceResourceConfig.struct_class = Types::InferenceResourceConfig
963
+
964
+ InputChannel.add_member(:data_source, Shapes::ShapeRef.new(shape: InputChannelDataSource, required: true, location_name: "dataSource"))
965
+ InputChannel.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, required: true, location_name: "roleArn"))
966
+ InputChannel.struct_class = Types::InputChannel
967
+
968
+ InputChannelDataSource.add_member(:protected_query_input_parameters, Shapes::ShapeRef.new(shape: ProtectedQueryInputParameters, location_name: "protectedQueryInputParameters"))
969
+ InputChannelDataSource.add_member(:unknown, Shapes::ShapeRef.new(shape: nil, location_name: 'unknown'))
970
+ InputChannelDataSource.add_member_subclass(:protected_query_input_parameters, Types::InputChannelDataSource::ProtectedQueryInputParameters)
971
+ InputChannelDataSource.add_member_subclass(:unknown, Types::InputChannelDataSource::Unknown)
972
+ InputChannelDataSource.struct_class = Types::InputChannelDataSource
973
+
381
974
  ListAudienceExportJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
382
975
  ListAudienceExportJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
383
976
  ListAudienceExportJobsRequest.add_member(:audience_generation_job_arn, Shapes::ShapeRef.new(shape: AudienceGenerationJobArn, location: "querystring", location_name: "audienceGenerationJobArn"))
@@ -405,6 +998,53 @@ module Aws::CleanRoomsML
405
998
  ListAudienceModelsResponse.add_member(:audience_models, Shapes::ShapeRef.new(shape: AudienceModelList, required: true, location_name: "audienceModels"))
406
999
  ListAudienceModelsResponse.struct_class = Types::ListAudienceModelsResponse
407
1000
 
1001
+ ListCollaborationConfiguredModelAlgorithmAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1002
+ ListCollaborationConfiguredModelAlgorithmAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1003
+ ListCollaborationConfiguredModelAlgorithmAssociationsRequest.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "collaborationIdentifier"))
1004
+ ListCollaborationConfiguredModelAlgorithmAssociationsRequest.struct_class = Types::ListCollaborationConfiguredModelAlgorithmAssociationsRequest
1005
+
1006
+ ListCollaborationConfiguredModelAlgorithmAssociationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1007
+ ListCollaborationConfiguredModelAlgorithmAssociationsResponse.add_member(:collaboration_configured_model_algorithm_associations, Shapes::ShapeRef.new(shape: CollaborationConfiguredModelAlgorithmAssociationList, required: true, location_name: "collaborationConfiguredModelAlgorithmAssociations"))
1008
+ ListCollaborationConfiguredModelAlgorithmAssociationsResponse.struct_class = Types::ListCollaborationConfiguredModelAlgorithmAssociationsResponse
1009
+
1010
+ ListCollaborationMLInputChannelsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1011
+ ListCollaborationMLInputChannelsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1012
+ ListCollaborationMLInputChannelsRequest.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "collaborationIdentifier"))
1013
+ ListCollaborationMLInputChannelsRequest.struct_class = Types::ListCollaborationMLInputChannelsRequest
1014
+
1015
+ ListCollaborationMLInputChannelsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1016
+ ListCollaborationMLInputChannelsResponse.add_member(:collaboration_ml_input_channels_list, Shapes::ShapeRef.new(shape: CollaborationMLInputChannelsList, required: true, location_name: "collaborationMLInputChannelsList"))
1017
+ ListCollaborationMLInputChannelsResponse.struct_class = Types::ListCollaborationMLInputChannelsResponse
1018
+
1019
+ ListCollaborationTrainedModelExportJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1020
+ ListCollaborationTrainedModelExportJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1021
+ ListCollaborationTrainedModelExportJobsRequest.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "collaborationIdentifier"))
1022
+ ListCollaborationTrainedModelExportJobsRequest.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location: "uri", location_name: "trainedModelArn"))
1023
+ ListCollaborationTrainedModelExportJobsRequest.struct_class = Types::ListCollaborationTrainedModelExportJobsRequest
1024
+
1025
+ ListCollaborationTrainedModelExportJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1026
+ ListCollaborationTrainedModelExportJobsResponse.add_member(:collaboration_trained_model_export_jobs, Shapes::ShapeRef.new(shape: CollaborationTrainedModelExportJobList, required: true, location_name: "collaborationTrainedModelExportJobs"))
1027
+ ListCollaborationTrainedModelExportJobsResponse.struct_class = Types::ListCollaborationTrainedModelExportJobsResponse
1028
+
1029
+ ListCollaborationTrainedModelInferenceJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1030
+ ListCollaborationTrainedModelInferenceJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1031
+ ListCollaborationTrainedModelInferenceJobsRequest.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "collaborationIdentifier"))
1032
+ ListCollaborationTrainedModelInferenceJobsRequest.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, location: "querystring", location_name: "trainedModelArn"))
1033
+ ListCollaborationTrainedModelInferenceJobsRequest.struct_class = Types::ListCollaborationTrainedModelInferenceJobsRequest
1034
+
1035
+ ListCollaborationTrainedModelInferenceJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1036
+ ListCollaborationTrainedModelInferenceJobsResponse.add_member(:collaboration_trained_model_inference_jobs, Shapes::ShapeRef.new(shape: CollaborationTrainedModelInferenceJobList, required: true, location_name: "collaborationTrainedModelInferenceJobs"))
1037
+ ListCollaborationTrainedModelInferenceJobsResponse.struct_class = Types::ListCollaborationTrainedModelInferenceJobsResponse
1038
+
1039
+ ListCollaborationTrainedModelsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1040
+ ListCollaborationTrainedModelsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1041
+ ListCollaborationTrainedModelsRequest.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "collaborationIdentifier"))
1042
+ ListCollaborationTrainedModelsRequest.struct_class = Types::ListCollaborationTrainedModelsRequest
1043
+
1044
+ ListCollaborationTrainedModelsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1045
+ ListCollaborationTrainedModelsResponse.add_member(:collaboration_trained_models, Shapes::ShapeRef.new(shape: CollaborationTrainedModelList, required: true, location_name: "collaborationTrainedModels"))
1046
+ ListCollaborationTrainedModelsResponse.struct_class = Types::ListCollaborationTrainedModelsResponse
1047
+
408
1048
  ListConfiguredAudienceModelsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
409
1049
  ListConfiguredAudienceModelsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
410
1050
  ListConfiguredAudienceModelsRequest.struct_class = Types::ListConfiguredAudienceModelsRequest
@@ -413,12 +1053,57 @@ module Aws::CleanRoomsML
413
1053
  ListConfiguredAudienceModelsResponse.add_member(:configured_audience_models, Shapes::ShapeRef.new(shape: ConfiguredAudienceModelList, required: true, location_name: "configuredAudienceModels"))
414
1054
  ListConfiguredAudienceModelsResponse.struct_class = Types::ListConfiguredAudienceModelsResponse
415
1055
 
1056
+ ListConfiguredModelAlgorithmAssociationsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1057
+ ListConfiguredModelAlgorithmAssociationsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1058
+ ListConfiguredModelAlgorithmAssociationsRequest.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "membershipIdentifier"))
1059
+ ListConfiguredModelAlgorithmAssociationsRequest.struct_class = Types::ListConfiguredModelAlgorithmAssociationsRequest
1060
+
1061
+ ListConfiguredModelAlgorithmAssociationsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1062
+ ListConfiguredModelAlgorithmAssociationsResponse.add_member(:configured_model_algorithm_associations, Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmAssociationList, required: true, location_name: "configuredModelAlgorithmAssociations"))
1063
+ ListConfiguredModelAlgorithmAssociationsResponse.struct_class = Types::ListConfiguredModelAlgorithmAssociationsResponse
1064
+
1065
+ ListConfiguredModelAlgorithmsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1066
+ ListConfiguredModelAlgorithmsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1067
+ ListConfiguredModelAlgorithmsRequest.struct_class = Types::ListConfiguredModelAlgorithmsRequest
1068
+
1069
+ ListConfiguredModelAlgorithmsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1070
+ ListConfiguredModelAlgorithmsResponse.add_member(:configured_model_algorithms, Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmList, required: true, location_name: "configuredModelAlgorithms"))
1071
+ ListConfiguredModelAlgorithmsResponse.struct_class = Types::ListConfiguredModelAlgorithmsResponse
1072
+
1073
+ ListMLInputChannelsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1074
+ ListMLInputChannelsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1075
+ ListMLInputChannelsRequest.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "membershipIdentifier"))
1076
+ ListMLInputChannelsRequest.struct_class = Types::ListMLInputChannelsRequest
1077
+
1078
+ ListMLInputChannelsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1079
+ ListMLInputChannelsResponse.add_member(:ml_input_channels_list, Shapes::ShapeRef.new(shape: MLInputChannelsList, required: true, location_name: "mlInputChannelsList"))
1080
+ ListMLInputChannelsResponse.struct_class = Types::ListMLInputChannelsResponse
1081
+
416
1082
  ListTagsForResourceRequest.add_member(:resource_arn, Shapes::ShapeRef.new(shape: TaggableArn, required: true, location: "uri", location_name: "resourceArn"))
417
1083
  ListTagsForResourceRequest.struct_class = Types::ListTagsForResourceRequest
418
1084
 
419
1085
  ListTagsForResourceResponse.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, required: true, location_name: "tags"))
420
1086
  ListTagsForResourceResponse.struct_class = Types::ListTagsForResourceResponse
421
1087
 
1088
+ ListTrainedModelInferenceJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1089
+ ListTrainedModelInferenceJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1090
+ ListTrainedModelInferenceJobsRequest.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "membershipIdentifier"))
1091
+ ListTrainedModelInferenceJobsRequest.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, location: "querystring", location_name: "trainedModelArn"))
1092
+ ListTrainedModelInferenceJobsRequest.struct_class = Types::ListTrainedModelInferenceJobsRequest
1093
+
1094
+ ListTrainedModelInferenceJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1095
+ ListTrainedModelInferenceJobsResponse.add_member(:trained_model_inference_jobs, Shapes::ShapeRef.new(shape: TrainedModelInferenceJobList, required: true, location_name: "trainedModelInferenceJobs"))
1096
+ ListTrainedModelInferenceJobsResponse.struct_class = Types::ListTrainedModelInferenceJobsResponse
1097
+
1098
+ ListTrainedModelsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
1099
+ ListTrainedModelsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
1100
+ ListTrainedModelsRequest.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "membershipIdentifier"))
1101
+ ListTrainedModelsRequest.struct_class = Types::ListTrainedModelsRequest
1102
+
1103
+ ListTrainedModelsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
1104
+ ListTrainedModelsResponse.add_member(:trained_models, Shapes::ShapeRef.new(shape: TrainedModelList, required: true, location_name: "trainedModels"))
1105
+ ListTrainedModelsResponse.struct_class = Types::ListTrainedModelsResponse
1106
+
422
1107
  ListTrainingDatasetsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
423
1108
  ListTrainingDatasetsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
424
1109
  ListTrainingDatasetsRequest.struct_class = Types::ListTrainingDatasetsRequest
@@ -427,11 +1112,67 @@ module Aws::CleanRoomsML
427
1112
  ListTrainingDatasetsResponse.add_member(:training_datasets, Shapes::ShapeRef.new(shape: TrainingDatasetList, required: true, location_name: "trainingDatasets"))
428
1113
  ListTrainingDatasetsResponse.struct_class = Types::ListTrainingDatasetsResponse
429
1114
 
1115
+ LogsConfigurationPolicy.add_member(:allowed_account_ids, Shapes::ShapeRef.new(shape: AccountIdList, required: true, location_name: "allowedAccountIds"))
1116
+ LogsConfigurationPolicy.add_member(:filter_pattern, Shapes::ShapeRef.new(shape: LogsConfigurationPolicyFilterPatternString, location_name: "filterPattern"))
1117
+ LogsConfigurationPolicy.struct_class = Types::LogsConfigurationPolicy
1118
+
1119
+ LogsConfigurationPolicyList.member = Shapes::ShapeRef.new(shape: LogsConfigurationPolicy)
1120
+
1121
+ MLInputChannelSummary.add_member(:create_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createTime"))
1122
+ MLInputChannelSummary.add_member(:update_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updateTime"))
1123
+ MLInputChannelSummary.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "membershipIdentifier"))
1124
+ MLInputChannelSummary.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "collaborationIdentifier"))
1125
+ MLInputChannelSummary.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
1126
+ MLInputChannelSummary.add_member(:configured_model_algorithm_associations, Shapes::ShapeRef.new(shape: MLInputChannelSummaryConfiguredModelAlgorithmAssociationsList, required: true, location_name: "configuredModelAlgorithmAssociations"))
1127
+ MLInputChannelSummary.add_member(:protected_query_identifier, Shapes::ShapeRef.new(shape: UUID, location_name: "protectedQueryIdentifier"))
1128
+ MLInputChannelSummary.add_member(:ml_input_channel_arn, Shapes::ShapeRef.new(shape: MLInputChannelArn, required: true, location_name: "mlInputChannelArn"))
1129
+ MLInputChannelSummary.add_member(:status, Shapes::ShapeRef.new(shape: MLInputChannelStatus, required: true, location_name: "status"))
1130
+ MLInputChannelSummary.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
1131
+ MLInputChannelSummary.struct_class = Types::MLInputChannelSummary
1132
+
1133
+ MLInputChannelSummaryConfiguredModelAlgorithmAssociationsList.member = Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmAssociationArn)
1134
+
1135
+ MLInputChannelsList.member = Shapes::ShapeRef.new(shape: MLInputChannelSummary)
1136
+
1137
+ MLOutputConfiguration.add_member(:destination, Shapes::ShapeRef.new(shape: Destination, location_name: "destination"))
1138
+ MLOutputConfiguration.add_member(:role_arn, Shapes::ShapeRef.new(shape: IamRoleArn, required: true, location_name: "roleArn"))
1139
+ MLOutputConfiguration.struct_class = Types::MLOutputConfiguration
1140
+
1141
+ MetricDefinition.add_member(:name, Shapes::ShapeRef.new(shape: MetricName, required: true, location_name: "name"))
1142
+ MetricDefinition.add_member(:regex, Shapes::ShapeRef.new(shape: MetricRegex, required: true, location_name: "regex"))
1143
+ MetricDefinition.struct_class = Types::MetricDefinition
1144
+
1145
+ MetricDefinitionList.member = Shapes::ShapeRef.new(shape: MetricDefinition)
1146
+
1147
+ MetricsConfigurationPolicy.add_member(:noise_level, Shapes::ShapeRef.new(shape: NoiseLevelType, required: true, location_name: "noiseLevel"))
1148
+ MetricsConfigurationPolicy.struct_class = Types::MetricsConfigurationPolicy
1149
+
430
1150
  MetricsList.member = Shapes::ShapeRef.new(shape: SharedAudienceMetrics)
431
1151
 
1152
+ ModelInferenceDataSource.add_member(:ml_input_channel_arn, Shapes::ShapeRef.new(shape: MLInputChannelArn, required: true, location_name: "mlInputChannelArn"))
1153
+ ModelInferenceDataSource.struct_class = Types::ModelInferenceDataSource
1154
+
1155
+ ModelTrainingDataChannel.add_member(:ml_input_channel_arn, Shapes::ShapeRef.new(shape: MLInputChannelArn, required: true, location_name: "mlInputChannelArn"))
1156
+ ModelTrainingDataChannel.add_member(:channel_name, Shapes::ShapeRef.new(shape: ModelTrainingDataChannelName, required: true, location_name: "channelName"))
1157
+ ModelTrainingDataChannel.struct_class = Types::ModelTrainingDataChannel
1158
+
1159
+ ModelTrainingDataChannels.member = Shapes::ShapeRef.new(shape: ModelTrainingDataChannel)
1160
+
432
1161
  ParameterMap.key = Shapes::ShapeRef.new(shape: ParameterKey)
433
1162
  ParameterMap.value = Shapes::ShapeRef.new(shape: ParameterValue)
434
1163
 
1164
+ PrivacyConfiguration.add_member(:policies, Shapes::ShapeRef.new(shape: PrivacyConfigurationPolicies, required: true, location_name: "policies"))
1165
+ PrivacyConfiguration.struct_class = Types::PrivacyConfiguration
1166
+
1167
+ PrivacyConfigurationPolicies.add_member(:trained_models, Shapes::ShapeRef.new(shape: TrainedModelsConfigurationPolicy, location_name: "trainedModels"))
1168
+ PrivacyConfigurationPolicies.add_member(:trained_model_exports, Shapes::ShapeRef.new(shape: TrainedModelExportsConfigurationPolicy, location_name: "trainedModelExports"))
1169
+ PrivacyConfigurationPolicies.add_member(:trained_model_inference_jobs, Shapes::ShapeRef.new(shape: TrainedModelInferenceJobsConfigurationPolicy, location_name: "trainedModelInferenceJobs"))
1170
+ PrivacyConfigurationPolicies.struct_class = Types::PrivacyConfigurationPolicies
1171
+
1172
+ ProtectedQueryInputParameters.add_member(:sql_parameters, Shapes::ShapeRef.new(shape: ProtectedQuerySQLParameters, required: true, location_name: "sqlParameters"))
1173
+ ProtectedQueryInputParameters.add_member(:compute_configuration, Shapes::ShapeRef.new(shape: ComputeConfiguration, location_name: "computeConfiguration"))
1174
+ ProtectedQueryInputParameters.struct_class = Types::ProtectedQueryInputParameters
1175
+
435
1176
  ProtectedQuerySQLParameters.add_member(:query_string, Shapes::ShapeRef.new(shape: ProtectedQuerySQLParametersQueryStringString, location_name: "queryString"))
436
1177
  ProtectedQuerySQLParameters.add_member(:analysis_template_arn, Shapes::ShapeRef.new(shape: AnalysisTemplateArn, location_name: "analysisTemplateArn"))
437
1178
  ProtectedQuerySQLParameters.add_member(:parameters, Shapes::ShapeRef.new(shape: ParameterMap, location_name: "parameters"))
@@ -447,12 +1188,21 @@ module Aws::CleanRoomsML
447
1188
  PutConfiguredAudienceModelPolicyResponse.add_member(:policy_hash, Shapes::ShapeRef.new(shape: Hash, required: true, location_name: "policyHash"))
448
1189
  PutConfiguredAudienceModelPolicyResponse.struct_class = Types::PutConfiguredAudienceModelPolicyResponse
449
1190
 
1191
+ PutMLConfigurationRequest.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "membershipIdentifier"))
1192
+ PutMLConfigurationRequest.add_member(:default_output_location, Shapes::ShapeRef.new(shape: MLOutputConfiguration, required: true, location_name: "defaultOutputLocation"))
1193
+ PutMLConfigurationRequest.struct_class = Types::PutMLConfigurationRequest
1194
+
450
1195
  RelevanceMetric.add_member(:audience_size, Shapes::ShapeRef.new(shape: AudienceSize, required: true, location_name: "audienceSize"))
451
- RelevanceMetric.add_member(:score, Shapes::ShapeRef.new(shape: Double, location_name: "score"))
1196
+ RelevanceMetric.add_member(:score, Shapes::ShapeRef.new(shape: RelevanceMetricScoreDouble, location_name: "score"))
452
1197
  RelevanceMetric.struct_class = Types::RelevanceMetric
453
1198
 
454
1199
  RelevanceMetrics.member = Shapes::ShapeRef.new(shape: RelevanceMetric)
455
1200
 
1201
+ ResourceConfig.add_member(:instance_count, Shapes::ShapeRef.new(shape: ResourceConfigInstanceCountInteger, location_name: "instanceCount"))
1202
+ ResourceConfig.add_member(:instance_type, Shapes::ShapeRef.new(shape: InstanceType, required: true, location_name: "instanceType"))
1203
+ ResourceConfig.add_member(:volume_size_in_gb, Shapes::ShapeRef.new(shape: ResourceConfigVolumeSizeInGBInteger, required: true, location_name: "volumeSizeInGB"))
1204
+ ResourceConfig.struct_class = Types::ResourceConfig
1205
+
456
1206
  ResourceNotFoundException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
457
1207
  ResourceNotFoundException.struct_class = Types::ResourceNotFoundException
458
1208
 
@@ -480,10 +1230,37 @@ module Aws::CleanRoomsML
480
1230
  StartAudienceGenerationJobResponse.add_member(:audience_generation_job_arn, Shapes::ShapeRef.new(shape: AudienceGenerationJobArn, required: true, location_name: "audienceGenerationJobArn"))
481
1231
  StartAudienceGenerationJobResponse.struct_class = Types::StartAudienceGenerationJobResponse
482
1232
 
1233
+ StartTrainedModelExportJobRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
1234
+ StartTrainedModelExportJobRequest.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location: "uri", location_name: "trainedModelArn"))
1235
+ StartTrainedModelExportJobRequest.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "membershipIdentifier"))
1236
+ StartTrainedModelExportJobRequest.add_member(:output_configuration, Shapes::ShapeRef.new(shape: TrainedModelExportOutputConfiguration, required: true, location_name: "outputConfiguration"))
1237
+ StartTrainedModelExportJobRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
1238
+ StartTrainedModelExportJobRequest.struct_class = Types::StartTrainedModelExportJobRequest
1239
+
1240
+ StartTrainedModelInferenceJobRequest.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "membershipIdentifier"))
1241
+ StartTrainedModelInferenceJobRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
1242
+ StartTrainedModelInferenceJobRequest.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location_name: "trainedModelArn"))
1243
+ StartTrainedModelInferenceJobRequest.add_member(:configured_model_algorithm_association_arn, Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmAssociationArn, location_name: "configuredModelAlgorithmAssociationArn"))
1244
+ StartTrainedModelInferenceJobRequest.add_member(:resource_config, Shapes::ShapeRef.new(shape: InferenceResourceConfig, required: true, location_name: "resourceConfig"))
1245
+ StartTrainedModelInferenceJobRequest.add_member(:output_configuration, Shapes::ShapeRef.new(shape: InferenceOutputConfiguration, required: true, location_name: "outputConfiguration"))
1246
+ StartTrainedModelInferenceJobRequest.add_member(:data_source, Shapes::ShapeRef.new(shape: ModelInferenceDataSource, required: true, location_name: "dataSource"))
1247
+ StartTrainedModelInferenceJobRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
1248
+ StartTrainedModelInferenceJobRequest.add_member(:container_execution_parameters, Shapes::ShapeRef.new(shape: InferenceContainerExecutionParameters, location_name: "containerExecutionParameters"))
1249
+ StartTrainedModelInferenceJobRequest.add_member(:environment, Shapes::ShapeRef.new(shape: InferenceEnvironmentMap, location_name: "environment"))
1250
+ StartTrainedModelInferenceJobRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
1251
+ StartTrainedModelInferenceJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
1252
+ StartTrainedModelInferenceJobRequest.struct_class = Types::StartTrainedModelInferenceJobRequest
1253
+
1254
+ StartTrainedModelInferenceJobResponse.add_member(:trained_model_inference_job_arn, Shapes::ShapeRef.new(shape: TrainedModelInferenceJobArn, required: true, location_name: "trainedModelInferenceJobArn"))
1255
+ StartTrainedModelInferenceJobResponse.struct_class = Types::StartTrainedModelInferenceJobResponse
1256
+
483
1257
  StatusDetails.add_member(:status_code, Shapes::ShapeRef.new(shape: String, location_name: "statusCode"))
484
1258
  StatusDetails.add_member(:message, Shapes::ShapeRef.new(shape: String, location_name: "message"))
485
1259
  StatusDetails.struct_class = Types::StatusDetails
486
1260
 
1261
+ StoppingCondition.add_member(:max_runtime_in_seconds, Shapes::ShapeRef.new(shape: StoppingConditionMaxRuntimeInSecondsInteger, location_name: "maxRuntimeInSeconds"))
1262
+ StoppingCondition.struct_class = Types::StoppingCondition
1263
+
487
1264
  TagKeys.member = Shapes::ShapeRef.new(shape: TagKey)
488
1265
 
489
1266
  TagMap.key = Shapes::ShapeRef.new(shape: TagKey)
@@ -495,6 +1272,68 @@ module Aws::CleanRoomsML
495
1272
 
496
1273
  TagResourceResponse.struct_class = Types::TagResourceResponse
497
1274
 
1275
+ TrainedModelExportFileTypeList.member = Shapes::ShapeRef.new(shape: TrainedModelExportFileType)
1276
+
1277
+ TrainedModelExportOutputConfiguration.add_member(:members, Shapes::ShapeRef.new(shape: TrainedModelExportReceiverMembers, required: true, location_name: "members"))
1278
+ TrainedModelExportOutputConfiguration.struct_class = Types::TrainedModelExportOutputConfiguration
1279
+
1280
+ TrainedModelExportReceiverMember.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "accountId"))
1281
+ TrainedModelExportReceiverMember.struct_class = Types::TrainedModelExportReceiverMember
1282
+
1283
+ TrainedModelExportReceiverMembers.member = Shapes::ShapeRef.new(shape: TrainedModelExportReceiverMember)
1284
+
1285
+ TrainedModelExportsConfigurationPolicy.add_member(:max_size, Shapes::ShapeRef.new(shape: TrainedModelExportsMaxSize, required: true, location_name: "maxSize"))
1286
+ TrainedModelExportsConfigurationPolicy.add_member(:files_to_export, Shapes::ShapeRef.new(shape: TrainedModelExportFileTypeList, required: true, location_name: "filesToExport"))
1287
+ TrainedModelExportsConfigurationPolicy.struct_class = Types::TrainedModelExportsConfigurationPolicy
1288
+
1289
+ TrainedModelExportsMaxSize.add_member(:unit, Shapes::ShapeRef.new(shape: TrainedModelExportsMaxSizeUnitType, required: true, location_name: "unit"))
1290
+ TrainedModelExportsMaxSize.add_member(:value, Shapes::ShapeRef.new(shape: TrainedModelExportsMaxSizeValue, required: true, location_name: "value"))
1291
+ TrainedModelExportsMaxSize.struct_class = Types::TrainedModelExportsMaxSize
1292
+
1293
+ TrainedModelInferenceJobList.member = Shapes::ShapeRef.new(shape: TrainedModelInferenceJobSummary)
1294
+
1295
+ TrainedModelInferenceJobSummary.add_member(:trained_model_inference_job_arn, Shapes::ShapeRef.new(shape: TrainedModelInferenceJobArn, required: true, location_name: "trainedModelInferenceJobArn"))
1296
+ TrainedModelInferenceJobSummary.add_member(:configured_model_algorithm_association_arn, Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmAssociationArn, location_name: "configuredModelAlgorithmAssociationArn"))
1297
+ TrainedModelInferenceJobSummary.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "membershipIdentifier"))
1298
+ TrainedModelInferenceJobSummary.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location_name: "trainedModelArn"))
1299
+ TrainedModelInferenceJobSummary.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "collaborationIdentifier"))
1300
+ TrainedModelInferenceJobSummary.add_member(:status, Shapes::ShapeRef.new(shape: TrainedModelInferenceJobStatus, required: true, location_name: "status"))
1301
+ TrainedModelInferenceJobSummary.add_member(:output_configuration, Shapes::ShapeRef.new(shape: InferenceOutputConfiguration, required: true, location_name: "outputConfiguration"))
1302
+ TrainedModelInferenceJobSummary.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
1303
+ TrainedModelInferenceJobSummary.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
1304
+ TrainedModelInferenceJobSummary.add_member(:metrics_status, Shapes::ShapeRef.new(shape: MetricsStatus, location_name: "metricsStatus"))
1305
+ TrainedModelInferenceJobSummary.add_member(:metrics_status_details, Shapes::ShapeRef.new(shape: String, location_name: "metricsStatusDetails"))
1306
+ TrainedModelInferenceJobSummary.add_member(:logs_status, Shapes::ShapeRef.new(shape: LogsStatus, location_name: "logsStatus"))
1307
+ TrainedModelInferenceJobSummary.add_member(:logs_status_details, Shapes::ShapeRef.new(shape: String, location_name: "logsStatusDetails"))
1308
+ TrainedModelInferenceJobSummary.add_member(:create_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createTime"))
1309
+ TrainedModelInferenceJobSummary.add_member(:update_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updateTime"))
1310
+ TrainedModelInferenceJobSummary.struct_class = Types::TrainedModelInferenceJobSummary
1311
+
1312
+ TrainedModelInferenceJobsConfigurationPolicy.add_member(:container_logs, Shapes::ShapeRef.new(shape: LogsConfigurationPolicyList, location_name: "containerLogs"))
1313
+ TrainedModelInferenceJobsConfigurationPolicy.add_member(:max_output_size, Shapes::ShapeRef.new(shape: TrainedModelInferenceMaxOutputSize, location_name: "maxOutputSize"))
1314
+ TrainedModelInferenceJobsConfigurationPolicy.struct_class = Types::TrainedModelInferenceJobsConfigurationPolicy
1315
+
1316
+ TrainedModelInferenceMaxOutputSize.add_member(:unit, Shapes::ShapeRef.new(shape: TrainedModelInferenceMaxOutputSizeUnitType, required: true, location_name: "unit"))
1317
+ TrainedModelInferenceMaxOutputSize.add_member(:value, Shapes::ShapeRef.new(shape: TrainedModelInferenceMaxOutputSizeValue, required: true, location_name: "value"))
1318
+ TrainedModelInferenceMaxOutputSize.struct_class = Types::TrainedModelInferenceMaxOutputSize
1319
+
1320
+ TrainedModelList.member = Shapes::ShapeRef.new(shape: TrainedModelSummary)
1321
+
1322
+ TrainedModelSummary.add_member(:create_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createTime"))
1323
+ TrainedModelSummary.add_member(:update_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updateTime"))
1324
+ TrainedModelSummary.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location_name: "trainedModelArn"))
1325
+ TrainedModelSummary.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
1326
+ TrainedModelSummary.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
1327
+ TrainedModelSummary.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "membershipIdentifier"))
1328
+ TrainedModelSummary.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "collaborationIdentifier"))
1329
+ TrainedModelSummary.add_member(:status, Shapes::ShapeRef.new(shape: TrainedModelStatus, required: true, location_name: "status"))
1330
+ TrainedModelSummary.add_member(:configured_model_algorithm_association_arn, Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmAssociationArn, required: true, location_name: "configuredModelAlgorithmAssociationArn"))
1331
+ TrainedModelSummary.struct_class = Types::TrainedModelSummary
1332
+
1333
+ TrainedModelsConfigurationPolicy.add_member(:container_logs, Shapes::ShapeRef.new(shape: LogsConfigurationPolicyList, location_name: "containerLogs"))
1334
+ TrainedModelsConfigurationPolicy.add_member(:container_metrics, Shapes::ShapeRef.new(shape: MetricsConfigurationPolicy, location_name: "containerMetrics"))
1335
+ TrainedModelsConfigurationPolicy.struct_class = Types::TrainedModelsConfigurationPolicy
1336
+
498
1337
  TrainingDatasetList.member = Shapes::ShapeRef.new(shape: TrainingDatasetSummary)
499
1338
 
500
1339
  TrainingDatasetSummary.add_member(:create_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createTime"))
@@ -526,6 +1365,10 @@ module Aws::CleanRoomsML
526
1365
  ValidationException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
527
1366
  ValidationException.struct_class = Types::ValidationException
528
1367
 
1368
+ WorkerComputeConfiguration.add_member(:type, Shapes::ShapeRef.new(shape: WorkerComputeType, location_name: "type"))
1369
+ WorkerComputeConfiguration.add_member(:number, Shapes::ShapeRef.new(shape: WorkerComputeConfigurationNumberInteger, location_name: "number"))
1370
+ WorkerComputeConfiguration.struct_class = Types::WorkerComputeConfiguration
1371
+
529
1372
 
530
1373
  # @api private
531
1374
  API = Seahorse::Model::Api.new.tap do |api|
@@ -545,6 +1388,30 @@ module Aws::CleanRoomsML
545
1388
  "uid" => "cleanroomsml-2023-09-06",
546
1389
  }
547
1390
 
1391
+ api.add_operation(:cancel_trained_model, Seahorse::Model::Operation.new.tap do |o|
1392
+ o.name = "CancelTrainedModel"
1393
+ o.http_method = "PATCH"
1394
+ o.http_request_uri = "/memberships/{membershipIdentifier}/trained-models/{trainedModelArn}"
1395
+ o.input = Shapes::ShapeRef.new(shape: CancelTrainedModelRequest)
1396
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1397
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1398
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1399
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1400
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1401
+ end)
1402
+
1403
+ api.add_operation(:cancel_trained_model_inference_job, Seahorse::Model::Operation.new.tap do |o|
1404
+ o.name = "CancelTrainedModelInferenceJob"
1405
+ o.http_method = "PATCH"
1406
+ o.http_request_uri = "/memberships/{membershipIdentifier}/trained-model-inference-jobs/{trainedModelInferenceJobArn}"
1407
+ o.input = Shapes::ShapeRef.new(shape: CancelTrainedModelInferenceJobRequest)
1408
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1409
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1410
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1411
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1412
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1413
+ end)
1414
+
548
1415
  api.add_operation(:create_audience_model, Seahorse::Model::Operation.new.tap do |o|
549
1416
  o.name = "CreateAudienceModel"
550
1417
  o.http_method = "POST"
@@ -571,6 +1438,57 @@ module Aws::CleanRoomsML
571
1438
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
572
1439
  end)
573
1440
 
1441
+ api.add_operation(:create_configured_model_algorithm, Seahorse::Model::Operation.new.tap do |o|
1442
+ o.name = "CreateConfiguredModelAlgorithm"
1443
+ o.http_method = "POST"
1444
+ o.http_request_uri = "/configured-model-algorithms"
1445
+ o.input = Shapes::ShapeRef.new(shape: CreateConfiguredModelAlgorithmRequest)
1446
+ o.output = Shapes::ShapeRef.new(shape: CreateConfiguredModelAlgorithmResponse)
1447
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1448
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1449
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1450
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1451
+ end)
1452
+
1453
+ api.add_operation(:create_configured_model_algorithm_association, Seahorse::Model::Operation.new.tap do |o|
1454
+ o.name = "CreateConfiguredModelAlgorithmAssociation"
1455
+ o.http_method = "POST"
1456
+ o.http_request_uri = "/memberships/{membershipIdentifier}/configured-model-algorithm-associations"
1457
+ o.input = Shapes::ShapeRef.new(shape: CreateConfiguredModelAlgorithmAssociationRequest)
1458
+ o.output = Shapes::ShapeRef.new(shape: CreateConfiguredModelAlgorithmAssociationResponse)
1459
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1460
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1461
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1462
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1463
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1464
+ end)
1465
+
1466
+ api.add_operation(:create_ml_input_channel, Seahorse::Model::Operation.new.tap do |o|
1467
+ o.name = "CreateMLInputChannel"
1468
+ o.http_method = "POST"
1469
+ o.http_request_uri = "/memberships/{membershipIdentifier}/ml-input-channels"
1470
+ o.input = Shapes::ShapeRef.new(shape: CreateMLInputChannelRequest)
1471
+ o.output = Shapes::ShapeRef.new(shape: CreateMLInputChannelResponse)
1472
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1473
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1474
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1475
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1476
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1477
+ end)
1478
+
1479
+ api.add_operation(:create_trained_model, Seahorse::Model::Operation.new.tap do |o|
1480
+ o.name = "CreateTrainedModel"
1481
+ o.http_method = "POST"
1482
+ o.http_request_uri = "/memberships/{membershipIdentifier}/trained-models"
1483
+ o.input = Shapes::ShapeRef.new(shape: CreateTrainedModelRequest)
1484
+ o.output = Shapes::ShapeRef.new(shape: CreateTrainedModelResponse)
1485
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1486
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1487
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1488
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1489
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
1490
+ end)
1491
+
574
1492
  api.add_operation(:create_training_dataset, Seahorse::Model::Operation.new.tap do |o|
575
1493
  o.name = "CreateTrainingDataset"
576
1494
  o.http_method = "POST"
@@ -629,6 +1547,65 @@ module Aws::CleanRoomsML
629
1547
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
630
1548
  end)
631
1549
 
1550
+ api.add_operation(:delete_configured_model_algorithm, Seahorse::Model::Operation.new.tap do |o|
1551
+ o.name = "DeleteConfiguredModelAlgorithm"
1552
+ o.http_method = "DELETE"
1553
+ o.http_request_uri = "/configured-model-algorithms/{configuredModelAlgorithmArn}"
1554
+ o.input = Shapes::ShapeRef.new(shape: DeleteConfiguredModelAlgorithmRequest)
1555
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1556
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1557
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1558
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1559
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1560
+ end)
1561
+
1562
+ api.add_operation(:delete_configured_model_algorithm_association, Seahorse::Model::Operation.new.tap do |o|
1563
+ o.name = "DeleteConfiguredModelAlgorithmAssociation"
1564
+ o.http_method = "DELETE"
1565
+ o.http_request_uri = "/memberships/{membershipIdentifier}/configured-model-algorithm-associations/{configuredModelAlgorithmAssociationArn}"
1566
+ o.input = Shapes::ShapeRef.new(shape: DeleteConfiguredModelAlgorithmAssociationRequest)
1567
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1568
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1569
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1570
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1571
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1572
+ end)
1573
+
1574
+ api.add_operation(:delete_ml_configuration, Seahorse::Model::Operation.new.tap do |o|
1575
+ o.name = "DeleteMLConfiguration"
1576
+ o.http_method = "DELETE"
1577
+ o.http_request_uri = "/memberships/{membershipIdentifier}/ml-configurations"
1578
+ o.input = Shapes::ShapeRef.new(shape: DeleteMLConfigurationRequest)
1579
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1580
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1581
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1582
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1583
+ end)
1584
+
1585
+ api.add_operation(:delete_ml_input_channel_data, Seahorse::Model::Operation.new.tap do |o|
1586
+ o.name = "DeleteMLInputChannelData"
1587
+ o.http_method = "DELETE"
1588
+ o.http_request_uri = "/memberships/{membershipIdentifier}/ml-input-channels/{mlInputChannelArn}"
1589
+ o.input = Shapes::ShapeRef.new(shape: DeleteMLInputChannelDataRequest)
1590
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1591
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1592
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1593
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1594
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1595
+ end)
1596
+
1597
+ api.add_operation(:delete_trained_model_output, Seahorse::Model::Operation.new.tap do |o|
1598
+ o.name = "DeleteTrainedModelOutput"
1599
+ o.http_method = "DELETE"
1600
+ o.http_request_uri = "/memberships/{membershipIdentifier}/trained-models/{trainedModelArn}"
1601
+ o.input = Shapes::ShapeRef.new(shape: DeleteTrainedModelOutputRequest)
1602
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
1603
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
1604
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1605
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1606
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1607
+ end)
1608
+
632
1609
  api.add_operation(:delete_training_dataset, Seahorse::Model::Operation.new.tap do |o|
633
1610
  o.name = "DeleteTrainingDataset"
634
1611
  o.http_method = "DELETE"
@@ -663,6 +1640,39 @@ module Aws::CleanRoomsML
663
1640
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
664
1641
  end)
665
1642
 
1643
+ api.add_operation(:get_collaboration_configured_model_algorithm_association, Seahorse::Model::Operation.new.tap do |o|
1644
+ o.name = "GetCollaborationConfiguredModelAlgorithmAssociation"
1645
+ o.http_method = "GET"
1646
+ o.http_request_uri = "/collaborations/{collaborationIdentifier}/configured-model-algorithm-associations/{configuredModelAlgorithmAssociationArn}"
1647
+ o.input = Shapes::ShapeRef.new(shape: GetCollaborationConfiguredModelAlgorithmAssociationRequest)
1648
+ o.output = Shapes::ShapeRef.new(shape: GetCollaborationConfiguredModelAlgorithmAssociationResponse)
1649
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1650
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1651
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1652
+ end)
1653
+
1654
+ api.add_operation(:get_collaboration_ml_input_channel, Seahorse::Model::Operation.new.tap do |o|
1655
+ o.name = "GetCollaborationMLInputChannel"
1656
+ o.http_method = "GET"
1657
+ o.http_request_uri = "/collaborations/{collaborationIdentifier}/ml-input-channels/{mlInputChannelArn}"
1658
+ o.input = Shapes::ShapeRef.new(shape: GetCollaborationMLInputChannelRequest)
1659
+ o.output = Shapes::ShapeRef.new(shape: GetCollaborationMLInputChannelResponse)
1660
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1661
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1662
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1663
+ end)
1664
+
1665
+ api.add_operation(:get_collaboration_trained_model, Seahorse::Model::Operation.new.tap do |o|
1666
+ o.name = "GetCollaborationTrainedModel"
1667
+ o.http_method = "GET"
1668
+ o.http_request_uri = "/collaborations/{collaborationIdentifier}/trained-models/{trainedModelArn}"
1669
+ o.input = Shapes::ShapeRef.new(shape: GetCollaborationTrainedModelRequest)
1670
+ o.output = Shapes::ShapeRef.new(shape: GetCollaborationTrainedModelResponse)
1671
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1672
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1673
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1674
+ end)
1675
+
666
1676
  api.add_operation(:get_configured_audience_model, Seahorse::Model::Operation.new.tap do |o|
667
1677
  o.name = "GetConfiguredAudienceModel"
668
1678
  o.http_method = "GET"
@@ -685,6 +1695,72 @@ module Aws::CleanRoomsML
685
1695
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
686
1696
  end)
687
1697
 
1698
+ api.add_operation(:get_configured_model_algorithm, Seahorse::Model::Operation.new.tap do |o|
1699
+ o.name = "GetConfiguredModelAlgorithm"
1700
+ o.http_method = "GET"
1701
+ o.http_request_uri = "/configured-model-algorithms/{configuredModelAlgorithmArn}"
1702
+ o.input = Shapes::ShapeRef.new(shape: GetConfiguredModelAlgorithmRequest)
1703
+ o.output = Shapes::ShapeRef.new(shape: GetConfiguredModelAlgorithmResponse)
1704
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1705
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1706
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1707
+ end)
1708
+
1709
+ api.add_operation(:get_configured_model_algorithm_association, Seahorse::Model::Operation.new.tap do |o|
1710
+ o.name = "GetConfiguredModelAlgorithmAssociation"
1711
+ o.http_method = "GET"
1712
+ o.http_request_uri = "/memberships/{membershipIdentifier}/configured-model-algorithm-associations/{configuredModelAlgorithmAssociationArn}"
1713
+ o.input = Shapes::ShapeRef.new(shape: GetConfiguredModelAlgorithmAssociationRequest)
1714
+ o.output = Shapes::ShapeRef.new(shape: GetConfiguredModelAlgorithmAssociationResponse)
1715
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1716
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1717
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1718
+ end)
1719
+
1720
+ api.add_operation(:get_ml_configuration, Seahorse::Model::Operation.new.tap do |o|
1721
+ o.name = "GetMLConfiguration"
1722
+ o.http_method = "GET"
1723
+ o.http_request_uri = "/memberships/{membershipIdentifier}/ml-configurations"
1724
+ o.input = Shapes::ShapeRef.new(shape: GetMLConfigurationRequest)
1725
+ o.output = Shapes::ShapeRef.new(shape: GetMLConfigurationResponse)
1726
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1727
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1728
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1729
+ end)
1730
+
1731
+ api.add_operation(:get_ml_input_channel, Seahorse::Model::Operation.new.tap do |o|
1732
+ o.name = "GetMLInputChannel"
1733
+ o.http_method = "GET"
1734
+ o.http_request_uri = "/memberships/{membershipIdentifier}/ml-input-channels/{mlInputChannelArn}"
1735
+ o.input = Shapes::ShapeRef.new(shape: GetMLInputChannelRequest)
1736
+ o.output = Shapes::ShapeRef.new(shape: GetMLInputChannelResponse)
1737
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1738
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1739
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1740
+ end)
1741
+
1742
+ api.add_operation(:get_trained_model, Seahorse::Model::Operation.new.tap do |o|
1743
+ o.name = "GetTrainedModel"
1744
+ o.http_method = "GET"
1745
+ o.http_request_uri = "/memberships/{membershipIdentifier}/trained-models/{trainedModelArn}"
1746
+ o.input = Shapes::ShapeRef.new(shape: GetTrainedModelRequest)
1747
+ o.output = Shapes::ShapeRef.new(shape: GetTrainedModelResponse)
1748
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1749
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1750
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1751
+ end)
1752
+
1753
+ api.add_operation(:get_trained_model_inference_job, Seahorse::Model::Operation.new.tap do |o|
1754
+ o.name = "GetTrainedModelInferenceJob"
1755
+ o.http_method = "GET"
1756
+ o.http_request_uri = "/memberships/{membershipIdentifier}/trained-model-inference-jobs/{trainedModelInferenceJobArn}"
1757
+ o.input = Shapes::ShapeRef.new(shape: GetTrainedModelInferenceJobRequest)
1758
+ o.output = Shapes::ShapeRef.new(shape: GetTrainedModelInferenceJobResponse)
1759
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1760
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1761
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
1762
+ end)
1763
+
688
1764
  api.add_operation(:get_training_dataset, Seahorse::Model::Operation.new.tap do |o|
689
1765
  o.name = "GetTrainingDataset"
690
1766
  o.http_method = "GET"
@@ -744,6 +1820,86 @@ module Aws::CleanRoomsML
744
1820
  )
745
1821
  end)
746
1822
 
1823
+ api.add_operation(:list_collaboration_configured_model_algorithm_associations, Seahorse::Model::Operation.new.tap do |o|
1824
+ o.name = "ListCollaborationConfiguredModelAlgorithmAssociations"
1825
+ o.http_method = "GET"
1826
+ o.http_request_uri = "/collaborations/{collaborationIdentifier}/configured-model-algorithm-associations"
1827
+ o.input = Shapes::ShapeRef.new(shape: ListCollaborationConfiguredModelAlgorithmAssociationsRequest)
1828
+ o.output = Shapes::ShapeRef.new(shape: ListCollaborationConfiguredModelAlgorithmAssociationsResponse)
1829
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1830
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1831
+ o[:pager] = Aws::Pager.new(
1832
+ limit_key: "max_results",
1833
+ tokens: {
1834
+ "next_token" => "next_token"
1835
+ }
1836
+ )
1837
+ end)
1838
+
1839
+ api.add_operation(:list_collaboration_ml_input_channels, Seahorse::Model::Operation.new.tap do |o|
1840
+ o.name = "ListCollaborationMLInputChannels"
1841
+ o.http_method = "GET"
1842
+ o.http_request_uri = "/collaborations/{collaborationIdentifier}/ml-input-channels"
1843
+ o.input = Shapes::ShapeRef.new(shape: ListCollaborationMLInputChannelsRequest)
1844
+ o.output = Shapes::ShapeRef.new(shape: ListCollaborationMLInputChannelsResponse)
1845
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1846
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1847
+ o[:pager] = Aws::Pager.new(
1848
+ limit_key: "max_results",
1849
+ tokens: {
1850
+ "next_token" => "next_token"
1851
+ }
1852
+ )
1853
+ end)
1854
+
1855
+ api.add_operation(:list_collaboration_trained_model_export_jobs, Seahorse::Model::Operation.new.tap do |o|
1856
+ o.name = "ListCollaborationTrainedModelExportJobs"
1857
+ o.http_method = "GET"
1858
+ o.http_request_uri = "/collaborations/{collaborationIdentifier}/trained-models/{trainedModelArn}/export-jobs"
1859
+ o.input = Shapes::ShapeRef.new(shape: ListCollaborationTrainedModelExportJobsRequest)
1860
+ o.output = Shapes::ShapeRef.new(shape: ListCollaborationTrainedModelExportJobsResponse)
1861
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1862
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1863
+ o[:pager] = Aws::Pager.new(
1864
+ limit_key: "max_results",
1865
+ tokens: {
1866
+ "next_token" => "next_token"
1867
+ }
1868
+ )
1869
+ end)
1870
+
1871
+ api.add_operation(:list_collaboration_trained_model_inference_jobs, Seahorse::Model::Operation.new.tap do |o|
1872
+ o.name = "ListCollaborationTrainedModelInferenceJobs"
1873
+ o.http_method = "GET"
1874
+ o.http_request_uri = "/collaborations/{collaborationIdentifier}/trained-model-inference-jobs"
1875
+ o.input = Shapes::ShapeRef.new(shape: ListCollaborationTrainedModelInferenceJobsRequest)
1876
+ o.output = Shapes::ShapeRef.new(shape: ListCollaborationTrainedModelInferenceJobsResponse)
1877
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1878
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1879
+ o[:pager] = Aws::Pager.new(
1880
+ limit_key: "max_results",
1881
+ tokens: {
1882
+ "next_token" => "next_token"
1883
+ }
1884
+ )
1885
+ end)
1886
+
1887
+ api.add_operation(:list_collaboration_trained_models, Seahorse::Model::Operation.new.tap do |o|
1888
+ o.name = "ListCollaborationTrainedModels"
1889
+ o.http_method = "GET"
1890
+ o.http_request_uri = "/collaborations/{collaborationIdentifier}/trained-models"
1891
+ o.input = Shapes::ShapeRef.new(shape: ListCollaborationTrainedModelsRequest)
1892
+ o.output = Shapes::ShapeRef.new(shape: ListCollaborationTrainedModelsResponse)
1893
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1894
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1895
+ o[:pager] = Aws::Pager.new(
1896
+ limit_key: "max_results",
1897
+ tokens: {
1898
+ "next_token" => "next_token"
1899
+ }
1900
+ )
1901
+ end)
1902
+
747
1903
  api.add_operation(:list_configured_audience_models, Seahorse::Model::Operation.new.tap do |o|
748
1904
  o.name = "ListConfiguredAudienceModels"
749
1905
  o.http_method = "GET"
@@ -760,6 +1916,54 @@ module Aws::CleanRoomsML
760
1916
  )
761
1917
  end)
762
1918
 
1919
+ api.add_operation(:list_configured_model_algorithm_associations, Seahorse::Model::Operation.new.tap do |o|
1920
+ o.name = "ListConfiguredModelAlgorithmAssociations"
1921
+ o.http_method = "GET"
1922
+ o.http_request_uri = "/memberships/{membershipIdentifier}/configured-model-algorithm-associations"
1923
+ o.input = Shapes::ShapeRef.new(shape: ListConfiguredModelAlgorithmAssociationsRequest)
1924
+ o.output = Shapes::ShapeRef.new(shape: ListConfiguredModelAlgorithmAssociationsResponse)
1925
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1926
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1927
+ o[:pager] = Aws::Pager.new(
1928
+ limit_key: "max_results",
1929
+ tokens: {
1930
+ "next_token" => "next_token"
1931
+ }
1932
+ )
1933
+ end)
1934
+
1935
+ api.add_operation(:list_configured_model_algorithms, Seahorse::Model::Operation.new.tap do |o|
1936
+ o.name = "ListConfiguredModelAlgorithms"
1937
+ o.http_method = "GET"
1938
+ o.http_request_uri = "/configured-model-algorithms"
1939
+ o.input = Shapes::ShapeRef.new(shape: ListConfiguredModelAlgorithmsRequest)
1940
+ o.output = Shapes::ShapeRef.new(shape: ListConfiguredModelAlgorithmsResponse)
1941
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1942
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1943
+ o[:pager] = Aws::Pager.new(
1944
+ limit_key: "max_results",
1945
+ tokens: {
1946
+ "next_token" => "next_token"
1947
+ }
1948
+ )
1949
+ end)
1950
+
1951
+ api.add_operation(:list_ml_input_channels, Seahorse::Model::Operation.new.tap do |o|
1952
+ o.name = "ListMLInputChannels"
1953
+ o.http_method = "GET"
1954
+ o.http_request_uri = "/memberships/{membershipIdentifier}/ml-input-channels"
1955
+ o.input = Shapes::ShapeRef.new(shape: ListMLInputChannelsRequest)
1956
+ o.output = Shapes::ShapeRef.new(shape: ListMLInputChannelsResponse)
1957
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1958
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1959
+ o[:pager] = Aws::Pager.new(
1960
+ limit_key: "max_results",
1961
+ tokens: {
1962
+ "next_token" => "next_token"
1963
+ }
1964
+ )
1965
+ end)
1966
+
763
1967
  api.add_operation(:list_tags_for_resource, Seahorse::Model::Operation.new.tap do |o|
764
1968
  o.name = "ListTagsForResource"
765
1969
  o.http_method = "GET"
@@ -771,6 +1975,38 @@ module Aws::CleanRoomsML
771
1975
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
772
1976
  end)
773
1977
 
1978
+ api.add_operation(:list_trained_model_inference_jobs, Seahorse::Model::Operation.new.tap do |o|
1979
+ o.name = "ListTrainedModelInferenceJobs"
1980
+ o.http_method = "GET"
1981
+ o.http_request_uri = "/memberships/{membershipIdentifier}/trained-model-inference-jobs"
1982
+ o.input = Shapes::ShapeRef.new(shape: ListTrainedModelInferenceJobsRequest)
1983
+ o.output = Shapes::ShapeRef.new(shape: ListTrainedModelInferenceJobsResponse)
1984
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
1985
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
1986
+ o[:pager] = Aws::Pager.new(
1987
+ limit_key: "max_results",
1988
+ tokens: {
1989
+ "next_token" => "next_token"
1990
+ }
1991
+ )
1992
+ end)
1993
+
1994
+ api.add_operation(:list_trained_models, Seahorse::Model::Operation.new.tap do |o|
1995
+ o.name = "ListTrainedModels"
1996
+ o.http_method = "GET"
1997
+ o.http_request_uri = "/memberships/{membershipIdentifier}/trained-models"
1998
+ o.input = Shapes::ShapeRef.new(shape: ListTrainedModelsRequest)
1999
+ o.output = Shapes::ShapeRef.new(shape: ListTrainedModelsResponse)
2000
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2001
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2002
+ o[:pager] = Aws::Pager.new(
2003
+ limit_key: "max_results",
2004
+ tokens: {
2005
+ "next_token" => "next_token"
2006
+ }
2007
+ )
2008
+ end)
2009
+
774
2010
  api.add_operation(:list_training_datasets, Seahorse::Model::Operation.new.tap do |o|
775
2011
  o.name = "ListTrainingDatasets"
776
2012
  o.http_method = "GET"
@@ -798,6 +2034,16 @@ module Aws::CleanRoomsML
798
2034
  o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
799
2035
  end)
800
2036
 
2037
+ api.add_operation(:put_ml_configuration, Seahorse::Model::Operation.new.tap do |o|
2038
+ o.name = "PutMLConfiguration"
2039
+ o.http_method = "PUT"
2040
+ o.http_request_uri = "/memberships/{membershipIdentifier}/ml-configurations"
2041
+ o.input = Shapes::ShapeRef.new(shape: PutMLConfigurationRequest)
2042
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2043
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2044
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2045
+ end)
2046
+
801
2047
  api.add_operation(:start_audience_export_job, Seahorse::Model::Operation.new.tap do |o|
802
2048
  o.name = "StartAudienceExportJob"
803
2049
  o.http_method = "POST"
@@ -824,6 +2070,31 @@ module Aws::CleanRoomsML
824
2070
  o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
825
2071
  end)
826
2072
 
2073
+ api.add_operation(:start_trained_model_export_job, Seahorse::Model::Operation.new.tap do |o|
2074
+ o.name = "StartTrainedModelExportJob"
2075
+ o.http_method = "POST"
2076
+ o.http_request_uri = "/memberships/{membershipIdentifier}/trained-models/{trainedModelArn}/export-jobs"
2077
+ o.input = Shapes::ShapeRef.new(shape: StartTrainedModelExportJobRequest)
2078
+ o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
2079
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2080
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2081
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2082
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2083
+ end)
2084
+
2085
+ api.add_operation(:start_trained_model_inference_job, Seahorse::Model::Operation.new.tap do |o|
2086
+ o.name = "StartTrainedModelInferenceJob"
2087
+ o.http_method = "POST"
2088
+ o.http_request_uri = "/memberships/{membershipIdentifier}/trained-model-inference-jobs"
2089
+ o.input = Shapes::ShapeRef.new(shape: StartTrainedModelInferenceJobRequest)
2090
+ o.output = Shapes::ShapeRef.new(shape: StartTrainedModelInferenceJobResponse)
2091
+ o.errors << Shapes::ShapeRef.new(shape: ConflictException)
2092
+ o.errors << Shapes::ShapeRef.new(shape: ValidationException)
2093
+ o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
2094
+ o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
2095
+ o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
2096
+ end)
2097
+
827
2098
  api.add_operation(:tag_resource, Seahorse::Model::Operation.new.tap do |o|
828
2099
  o.name = "TagResource"
829
2100
  o.http_method = "POST"