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