aws-sdk-cleanroomsml 1.17.0 → 1.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cleanroomsml/client.rb +2399 -414
- data/lib/aws-sdk-cleanroomsml/client_api.rb +1273 -3
- data/lib/aws-sdk-cleanroomsml/types.rb +3869 -497
- data/lib/aws-sdk-cleanroomsml.rb +2 -2
- data/sig/client.rbs +600 -0
- data/sig/types.rbs +812 -0
- metadata +2 -2
data/sig/types.rbs
CHANGED
@@ -80,12 +80,111 @@ module Aws::CleanRoomsML
|
|
80
80
|
SENSITIVE: []
|
81
81
|
end
|
82
82
|
|
83
|
+
class CancelTrainedModelInferenceJobRequest
|
84
|
+
attr_accessor membership_identifier: ::String
|
85
|
+
attr_accessor trained_model_inference_job_arn: ::String
|
86
|
+
SENSITIVE: []
|
87
|
+
end
|
88
|
+
|
89
|
+
class CancelTrainedModelRequest
|
90
|
+
attr_accessor membership_identifier: ::String
|
91
|
+
attr_accessor trained_model_arn: ::String
|
92
|
+
SENSITIVE: []
|
93
|
+
end
|
94
|
+
|
95
|
+
class CollaborationConfiguredModelAlgorithmAssociationSummary
|
96
|
+
attr_accessor create_time: ::Time
|
97
|
+
attr_accessor update_time: ::Time
|
98
|
+
attr_accessor configured_model_algorithm_association_arn: ::String
|
99
|
+
attr_accessor name: ::String
|
100
|
+
attr_accessor description: ::String
|
101
|
+
attr_accessor membership_identifier: ::String
|
102
|
+
attr_accessor collaboration_identifier: ::String
|
103
|
+
attr_accessor configured_model_algorithm_arn: ::String
|
104
|
+
attr_accessor creator_account_id: ::String
|
105
|
+
SENSITIVE: []
|
106
|
+
end
|
107
|
+
|
108
|
+
class CollaborationMLInputChannelSummary
|
109
|
+
attr_accessor create_time: ::Time
|
110
|
+
attr_accessor update_time: ::Time
|
111
|
+
attr_accessor membership_identifier: ::String
|
112
|
+
attr_accessor collaboration_identifier: ::String
|
113
|
+
attr_accessor name: ::String
|
114
|
+
attr_accessor configured_model_algorithm_associations: ::Array[::String]
|
115
|
+
attr_accessor ml_input_channel_arn: ::String
|
116
|
+
attr_accessor status: ("CREATE_PENDING" | "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "ACTIVE" | "DELETE_PENDING" | "DELETE_IN_PROGRESS" | "DELETE_FAILED" | "INACTIVE")
|
117
|
+
attr_accessor creator_account_id: ::String
|
118
|
+
attr_accessor description: ::String
|
119
|
+
SENSITIVE: []
|
120
|
+
end
|
121
|
+
|
122
|
+
class CollaborationTrainedModelExportJobSummary
|
123
|
+
attr_accessor create_time: ::Time
|
124
|
+
attr_accessor update_time: ::Time
|
125
|
+
attr_accessor name: ::String
|
126
|
+
attr_accessor output_configuration: Types::TrainedModelExportOutputConfiguration
|
127
|
+
attr_accessor status: ("CREATE_PENDING" | "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "ACTIVE")
|
128
|
+
attr_accessor status_details: Types::StatusDetails
|
129
|
+
attr_accessor description: ::String
|
130
|
+
attr_accessor creator_account_id: ::String
|
131
|
+
attr_accessor trained_model_arn: ::String
|
132
|
+
attr_accessor membership_identifier: ::String
|
133
|
+
attr_accessor collaboration_identifier: ::String
|
134
|
+
SENSITIVE: []
|
135
|
+
end
|
136
|
+
|
137
|
+
class CollaborationTrainedModelInferenceJobSummary
|
138
|
+
attr_accessor trained_model_inference_job_arn: ::String
|
139
|
+
attr_accessor configured_model_algorithm_association_arn: ::String
|
140
|
+
attr_accessor membership_identifier: ::String
|
141
|
+
attr_accessor trained_model_arn: ::String
|
142
|
+
attr_accessor collaboration_identifier: ::String
|
143
|
+
attr_accessor status: ("CREATE_PENDING" | "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "ACTIVE" | "CANCEL_PENDING" | "CANCEL_IN_PROGRESS" | "CANCEL_FAILED" | "INACTIVE")
|
144
|
+
attr_accessor output_configuration: Types::InferenceOutputConfiguration
|
145
|
+
attr_accessor name: ::String
|
146
|
+
attr_accessor description: ::String
|
147
|
+
attr_accessor metrics_status: ("PUBLISH_SUCCEEDED" | "PUBLISH_FAILED")
|
148
|
+
attr_accessor metrics_status_details: ::String
|
149
|
+
attr_accessor logs_status: ("PUBLISH_SUCCEEDED" | "PUBLISH_FAILED")
|
150
|
+
attr_accessor logs_status_details: ::String
|
151
|
+
attr_accessor create_time: ::Time
|
152
|
+
attr_accessor update_time: ::Time
|
153
|
+
attr_accessor creator_account_id: ::String
|
154
|
+
SENSITIVE: []
|
155
|
+
end
|
156
|
+
|
157
|
+
class CollaborationTrainedModelSummary
|
158
|
+
attr_accessor create_time: ::Time
|
159
|
+
attr_accessor update_time: ::Time
|
160
|
+
attr_accessor trained_model_arn: ::String
|
161
|
+
attr_accessor name: ::String
|
162
|
+
attr_accessor description: ::String
|
163
|
+
attr_accessor membership_identifier: ::String
|
164
|
+
attr_accessor collaboration_identifier: ::String
|
165
|
+
attr_accessor status: ("CREATE_PENDING" | "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "ACTIVE" | "DELETE_PENDING" | "DELETE_IN_PROGRESS" | "DELETE_FAILED" | "INACTIVE" | "CANCEL_PENDING" | "CANCEL_IN_PROGRESS" | "CANCEL_FAILED")
|
166
|
+
attr_accessor configured_model_algorithm_association_arn: ::String
|
167
|
+
attr_accessor creator_account_id: ::String
|
168
|
+
SENSITIVE: []
|
169
|
+
end
|
170
|
+
|
83
171
|
class ColumnSchema
|
84
172
|
attr_accessor column_name: ::String
|
85
173
|
attr_accessor column_types: ::Array[("USER_ID" | "ITEM_ID" | "TIMESTAMP" | "CATEGORICAL_FEATURE" | "NUMERICAL_FEATURE")]
|
86
174
|
SENSITIVE: []
|
87
175
|
end
|
88
176
|
|
177
|
+
class ComputeConfiguration
|
178
|
+
attr_accessor worker: Types::WorkerComputeConfiguration
|
179
|
+
attr_accessor unknown: untyped
|
180
|
+
SENSITIVE: []
|
181
|
+
|
182
|
+
class Worker < ComputeConfiguration
|
183
|
+
end
|
184
|
+
class Unknown < ComputeConfiguration
|
185
|
+
end
|
186
|
+
end
|
187
|
+
|
89
188
|
class ConfiguredAudienceModelOutputConfig
|
90
189
|
attr_accessor destination: Types::AudienceDestination
|
91
190
|
attr_accessor role_arn: ::String
|
@@ -104,11 +203,40 @@ module Aws::CleanRoomsML
|
|
104
203
|
SENSITIVE: []
|
105
204
|
end
|
106
205
|
|
206
|
+
class ConfiguredModelAlgorithmAssociationSummary
|
207
|
+
attr_accessor create_time: ::Time
|
208
|
+
attr_accessor update_time: ::Time
|
209
|
+
attr_accessor configured_model_algorithm_association_arn: ::String
|
210
|
+
attr_accessor configured_model_algorithm_arn: ::String
|
211
|
+
attr_accessor name: ::String
|
212
|
+
attr_accessor description: ::String
|
213
|
+
attr_accessor membership_identifier: ::String
|
214
|
+
attr_accessor collaboration_identifier: ::String
|
215
|
+
SENSITIVE: []
|
216
|
+
end
|
217
|
+
|
218
|
+
class ConfiguredModelAlgorithmSummary
|
219
|
+
attr_accessor create_time: ::Time
|
220
|
+
attr_accessor update_time: ::Time
|
221
|
+
attr_accessor configured_model_algorithm_arn: ::String
|
222
|
+
attr_accessor name: ::String
|
223
|
+
attr_accessor description: ::String
|
224
|
+
SENSITIVE: []
|
225
|
+
end
|
226
|
+
|
107
227
|
class ConflictException
|
108
228
|
attr_accessor message: ::String
|
109
229
|
SENSITIVE: []
|
110
230
|
end
|
111
231
|
|
232
|
+
class ContainerConfig
|
233
|
+
attr_accessor image_uri: ::String
|
234
|
+
attr_accessor entrypoint: ::Array[::String]
|
235
|
+
attr_accessor arguments: ::Array[::String]
|
236
|
+
attr_accessor metric_definitions: ::Array[Types::MetricDefinition]
|
237
|
+
SENSITIVE: []
|
238
|
+
end
|
239
|
+
|
112
240
|
class CreateAudienceModelRequest
|
113
241
|
attr_accessor training_data_start_time: ::Time
|
114
242
|
attr_accessor training_data_end_time: ::Time
|
@@ -143,6 +271,74 @@ module Aws::CleanRoomsML
|
|
143
271
|
SENSITIVE: []
|
144
272
|
end
|
145
273
|
|
274
|
+
class CreateConfiguredModelAlgorithmAssociationRequest
|
275
|
+
attr_accessor membership_identifier: ::String
|
276
|
+
attr_accessor configured_model_algorithm_arn: ::String
|
277
|
+
attr_accessor name: ::String
|
278
|
+
attr_accessor description: ::String
|
279
|
+
attr_accessor privacy_configuration: Types::PrivacyConfiguration
|
280
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
281
|
+
SENSITIVE: []
|
282
|
+
end
|
283
|
+
|
284
|
+
class CreateConfiguredModelAlgorithmAssociationResponse
|
285
|
+
attr_accessor configured_model_algorithm_association_arn: ::String
|
286
|
+
SENSITIVE: []
|
287
|
+
end
|
288
|
+
|
289
|
+
class CreateConfiguredModelAlgorithmRequest
|
290
|
+
attr_accessor name: ::String
|
291
|
+
attr_accessor description: ::String
|
292
|
+
attr_accessor role_arn: ::String
|
293
|
+
attr_accessor training_container_config: Types::ContainerConfig
|
294
|
+
attr_accessor inference_container_config: Types::InferenceContainerConfig
|
295
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
296
|
+
attr_accessor kms_key_arn: ::String
|
297
|
+
SENSITIVE: []
|
298
|
+
end
|
299
|
+
|
300
|
+
class CreateConfiguredModelAlgorithmResponse
|
301
|
+
attr_accessor configured_model_algorithm_arn: ::String
|
302
|
+
SENSITIVE: []
|
303
|
+
end
|
304
|
+
|
305
|
+
class CreateMLInputChannelRequest
|
306
|
+
attr_accessor membership_identifier: ::String
|
307
|
+
attr_accessor configured_model_algorithm_associations: ::Array[::String]
|
308
|
+
attr_accessor input_channel: Types::InputChannel
|
309
|
+
attr_accessor name: ::String
|
310
|
+
attr_accessor retention_in_days: ::Integer
|
311
|
+
attr_accessor description: ::String
|
312
|
+
attr_accessor kms_key_arn: ::String
|
313
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
314
|
+
SENSITIVE: []
|
315
|
+
end
|
316
|
+
|
317
|
+
class CreateMLInputChannelResponse
|
318
|
+
attr_accessor ml_input_channel_arn: ::String
|
319
|
+
SENSITIVE: []
|
320
|
+
end
|
321
|
+
|
322
|
+
class CreateTrainedModelRequest
|
323
|
+
attr_accessor membership_identifier: ::String
|
324
|
+
attr_accessor name: ::String
|
325
|
+
attr_accessor configured_model_algorithm_association_arn: ::String
|
326
|
+
attr_accessor hyperparameters: ::Hash[::String, ::String]
|
327
|
+
attr_accessor environment: ::Hash[::String, ::String]
|
328
|
+
attr_accessor resource_config: Types::ResourceConfig
|
329
|
+
attr_accessor stopping_condition: Types::StoppingCondition
|
330
|
+
attr_accessor data_channels: ::Array[Types::ModelTrainingDataChannel]
|
331
|
+
attr_accessor description: ::String
|
332
|
+
attr_accessor kms_key_arn: ::String
|
333
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
334
|
+
SENSITIVE: []
|
335
|
+
end
|
336
|
+
|
337
|
+
class CreateTrainedModelResponse
|
338
|
+
attr_accessor trained_model_arn: ::String
|
339
|
+
SENSITIVE: []
|
340
|
+
end
|
341
|
+
|
146
342
|
class CreateTrainingDatasetRequest
|
147
343
|
attr_accessor name: ::String
|
148
344
|
attr_accessor role_arn: ::String
|
@@ -194,11 +390,44 @@ module Aws::CleanRoomsML
|
|
194
390
|
SENSITIVE: []
|
195
391
|
end
|
196
392
|
|
393
|
+
class DeleteConfiguredModelAlgorithmAssociationRequest
|
394
|
+
attr_accessor configured_model_algorithm_association_arn: ::String
|
395
|
+
attr_accessor membership_identifier: ::String
|
396
|
+
SENSITIVE: []
|
397
|
+
end
|
398
|
+
|
399
|
+
class DeleteConfiguredModelAlgorithmRequest
|
400
|
+
attr_accessor configured_model_algorithm_arn: ::String
|
401
|
+
SENSITIVE: []
|
402
|
+
end
|
403
|
+
|
404
|
+
class DeleteMLConfigurationRequest
|
405
|
+
attr_accessor membership_identifier: ::String
|
406
|
+
SENSITIVE: []
|
407
|
+
end
|
408
|
+
|
409
|
+
class DeleteMLInputChannelDataRequest
|
410
|
+
attr_accessor ml_input_channel_arn: ::String
|
411
|
+
attr_accessor membership_identifier: ::String
|
412
|
+
SENSITIVE: []
|
413
|
+
end
|
414
|
+
|
415
|
+
class DeleteTrainedModelOutputRequest
|
416
|
+
attr_accessor trained_model_arn: ::String
|
417
|
+
attr_accessor membership_identifier: ::String
|
418
|
+
SENSITIVE: []
|
419
|
+
end
|
420
|
+
|
197
421
|
class DeleteTrainingDatasetRequest
|
198
422
|
attr_accessor training_dataset_arn: ::String
|
199
423
|
SENSITIVE: []
|
200
424
|
end
|
201
425
|
|
426
|
+
class Destination
|
427
|
+
attr_accessor s3_destination: Types::S3ConfigMap
|
428
|
+
SENSITIVE: []
|
429
|
+
end
|
430
|
+
|
202
431
|
class GetAudienceGenerationJobRequest
|
203
432
|
attr_accessor audience_generation_job_arn: ::String
|
204
433
|
SENSITIVE: []
|
@@ -244,6 +473,77 @@ module Aws::CleanRoomsML
|
|
244
473
|
SENSITIVE: []
|
245
474
|
end
|
246
475
|
|
476
|
+
class GetCollaborationConfiguredModelAlgorithmAssociationRequest
|
477
|
+
attr_accessor configured_model_algorithm_association_arn: ::String
|
478
|
+
attr_accessor collaboration_identifier: ::String
|
479
|
+
SENSITIVE: []
|
480
|
+
end
|
481
|
+
|
482
|
+
class GetCollaborationConfiguredModelAlgorithmAssociationResponse
|
483
|
+
attr_accessor create_time: ::Time
|
484
|
+
attr_accessor update_time: ::Time
|
485
|
+
attr_accessor configured_model_algorithm_association_arn: ::String
|
486
|
+
attr_accessor membership_identifier: ::String
|
487
|
+
attr_accessor collaboration_identifier: ::String
|
488
|
+
attr_accessor configured_model_algorithm_arn: ::String
|
489
|
+
attr_accessor name: ::String
|
490
|
+
attr_accessor description: ::String
|
491
|
+
attr_accessor creator_account_id: ::String
|
492
|
+
attr_accessor privacy_configuration: Types::PrivacyConfiguration
|
493
|
+
SENSITIVE: []
|
494
|
+
end
|
495
|
+
|
496
|
+
class GetCollaborationMLInputChannelRequest
|
497
|
+
attr_accessor ml_input_channel_arn: ::String
|
498
|
+
attr_accessor collaboration_identifier: ::String
|
499
|
+
SENSITIVE: []
|
500
|
+
end
|
501
|
+
|
502
|
+
class GetCollaborationMLInputChannelResponse
|
503
|
+
attr_accessor create_time: ::Time
|
504
|
+
attr_accessor update_time: ::Time
|
505
|
+
attr_accessor creator_account_id: ::String
|
506
|
+
attr_accessor membership_identifier: ::String
|
507
|
+
attr_accessor collaboration_identifier: ::String
|
508
|
+
attr_accessor ml_input_channel_arn: ::String
|
509
|
+
attr_accessor name: ::String
|
510
|
+
attr_accessor configured_model_algorithm_associations: ::Array[::String]
|
511
|
+
attr_accessor status: ("CREATE_PENDING" | "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "ACTIVE" | "DELETE_PENDING" | "DELETE_IN_PROGRESS" | "DELETE_FAILED" | "INACTIVE")
|
512
|
+
attr_accessor status_details: Types::StatusDetails
|
513
|
+
attr_accessor retention_in_days: ::Integer
|
514
|
+
attr_accessor number_of_records: ::Integer
|
515
|
+
attr_accessor description: ::String
|
516
|
+
SENSITIVE: []
|
517
|
+
end
|
518
|
+
|
519
|
+
class GetCollaborationTrainedModelRequest
|
520
|
+
attr_accessor trained_model_arn: ::String
|
521
|
+
attr_accessor collaboration_identifier: ::String
|
522
|
+
SENSITIVE: []
|
523
|
+
end
|
524
|
+
|
525
|
+
class GetCollaborationTrainedModelResponse
|
526
|
+
attr_accessor membership_identifier: ::String
|
527
|
+
attr_accessor collaboration_identifier: ::String
|
528
|
+
attr_accessor trained_model_arn: ::String
|
529
|
+
attr_accessor name: ::String
|
530
|
+
attr_accessor description: ::String
|
531
|
+
attr_accessor status: ("CREATE_PENDING" | "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "ACTIVE" | "DELETE_PENDING" | "DELETE_IN_PROGRESS" | "DELETE_FAILED" | "INACTIVE" | "CANCEL_PENDING" | "CANCEL_IN_PROGRESS" | "CANCEL_FAILED")
|
532
|
+
attr_accessor status_details: Types::StatusDetails
|
533
|
+
attr_accessor configured_model_algorithm_association_arn: ::String
|
534
|
+
attr_accessor resource_config: Types::ResourceConfig
|
535
|
+
attr_accessor stopping_condition: Types::StoppingCondition
|
536
|
+
attr_accessor metrics_status: ("PUBLISH_SUCCEEDED" | "PUBLISH_FAILED")
|
537
|
+
attr_accessor metrics_status_details: ::String
|
538
|
+
attr_accessor logs_status: ("PUBLISH_SUCCEEDED" | "PUBLISH_FAILED")
|
539
|
+
attr_accessor logs_status_details: ::String
|
540
|
+
attr_accessor training_container_image_digest: ::String
|
541
|
+
attr_accessor create_time: ::Time
|
542
|
+
attr_accessor update_time: ::Time
|
543
|
+
attr_accessor creator_account_id: ::String
|
544
|
+
SENSITIVE: []
|
545
|
+
end
|
546
|
+
|
247
547
|
class GetConfiguredAudienceModelPolicyRequest
|
248
548
|
attr_accessor configured_audience_model_arn: ::String
|
249
549
|
SENSITIVE: []
|
@@ -278,6 +578,150 @@ module Aws::CleanRoomsML
|
|
278
578
|
SENSITIVE: []
|
279
579
|
end
|
280
580
|
|
581
|
+
class GetConfiguredModelAlgorithmAssociationRequest
|
582
|
+
attr_accessor configured_model_algorithm_association_arn: ::String
|
583
|
+
attr_accessor membership_identifier: ::String
|
584
|
+
SENSITIVE: []
|
585
|
+
end
|
586
|
+
|
587
|
+
class GetConfiguredModelAlgorithmAssociationResponse
|
588
|
+
attr_accessor create_time: ::Time
|
589
|
+
attr_accessor update_time: ::Time
|
590
|
+
attr_accessor configured_model_algorithm_association_arn: ::String
|
591
|
+
attr_accessor membership_identifier: ::String
|
592
|
+
attr_accessor collaboration_identifier: ::String
|
593
|
+
attr_accessor configured_model_algorithm_arn: ::String
|
594
|
+
attr_accessor name: ::String
|
595
|
+
attr_accessor privacy_configuration: Types::PrivacyConfiguration
|
596
|
+
attr_accessor description: ::String
|
597
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
598
|
+
SENSITIVE: []
|
599
|
+
end
|
600
|
+
|
601
|
+
class GetConfiguredModelAlgorithmRequest
|
602
|
+
attr_accessor configured_model_algorithm_arn: ::String
|
603
|
+
SENSITIVE: []
|
604
|
+
end
|
605
|
+
|
606
|
+
class GetConfiguredModelAlgorithmResponse
|
607
|
+
attr_accessor create_time: ::Time
|
608
|
+
attr_accessor update_time: ::Time
|
609
|
+
attr_accessor configured_model_algorithm_arn: ::String
|
610
|
+
attr_accessor name: ::String
|
611
|
+
attr_accessor training_container_config: Types::ContainerConfig
|
612
|
+
attr_accessor inference_container_config: Types::InferenceContainerConfig
|
613
|
+
attr_accessor role_arn: ::String
|
614
|
+
attr_accessor description: ::String
|
615
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
616
|
+
attr_accessor kms_key_arn: ::String
|
617
|
+
SENSITIVE: []
|
618
|
+
end
|
619
|
+
|
620
|
+
class GetMLConfigurationRequest
|
621
|
+
attr_accessor membership_identifier: ::String
|
622
|
+
SENSITIVE: []
|
623
|
+
end
|
624
|
+
|
625
|
+
class GetMLConfigurationResponse
|
626
|
+
attr_accessor membership_identifier: ::String
|
627
|
+
attr_accessor default_output_location: Types::MLOutputConfiguration
|
628
|
+
attr_accessor create_time: ::Time
|
629
|
+
attr_accessor update_time: ::Time
|
630
|
+
SENSITIVE: []
|
631
|
+
end
|
632
|
+
|
633
|
+
class GetMLInputChannelRequest
|
634
|
+
attr_accessor ml_input_channel_arn: ::String
|
635
|
+
attr_accessor membership_identifier: ::String
|
636
|
+
SENSITIVE: []
|
637
|
+
end
|
638
|
+
|
639
|
+
class GetMLInputChannelResponse
|
640
|
+
attr_accessor create_time: ::Time
|
641
|
+
attr_accessor update_time: ::Time
|
642
|
+
attr_accessor membership_identifier: ::String
|
643
|
+
attr_accessor collaboration_identifier: ::String
|
644
|
+
attr_accessor input_channel: Types::InputChannel
|
645
|
+
attr_accessor protected_query_identifier: ::String
|
646
|
+
attr_accessor ml_input_channel_arn: ::String
|
647
|
+
attr_accessor name: ::String
|
648
|
+
attr_accessor configured_model_algorithm_associations: ::Array[::String]
|
649
|
+
attr_accessor status: ("CREATE_PENDING" | "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "ACTIVE" | "DELETE_PENDING" | "DELETE_IN_PROGRESS" | "DELETE_FAILED" | "INACTIVE")
|
650
|
+
attr_accessor status_details: Types::StatusDetails
|
651
|
+
attr_accessor retention_in_days: ::Integer
|
652
|
+
attr_accessor number_of_records: ::Integer
|
653
|
+
attr_accessor number_of_files: ::Float
|
654
|
+
attr_accessor size_in_gb: ::Float
|
655
|
+
attr_accessor description: ::String
|
656
|
+
attr_accessor kms_key_arn: ::String
|
657
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
658
|
+
SENSITIVE: []
|
659
|
+
end
|
660
|
+
|
661
|
+
class GetTrainedModelInferenceJobRequest
|
662
|
+
attr_accessor membership_identifier: ::String
|
663
|
+
attr_accessor trained_model_inference_job_arn: ::String
|
664
|
+
SENSITIVE: []
|
665
|
+
end
|
666
|
+
|
667
|
+
class GetTrainedModelInferenceJobResponse
|
668
|
+
attr_accessor create_time: ::Time
|
669
|
+
attr_accessor update_time: ::Time
|
670
|
+
attr_accessor trained_model_inference_job_arn: ::String
|
671
|
+
attr_accessor configured_model_algorithm_association_arn: ::String
|
672
|
+
attr_accessor name: ::String
|
673
|
+
attr_accessor status: ("CREATE_PENDING" | "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "ACTIVE" | "CANCEL_PENDING" | "CANCEL_IN_PROGRESS" | "CANCEL_FAILED" | "INACTIVE")
|
674
|
+
attr_accessor trained_model_arn: ::String
|
675
|
+
attr_accessor resource_config: Types::InferenceResourceConfig
|
676
|
+
attr_accessor output_configuration: Types::InferenceOutputConfiguration
|
677
|
+
attr_accessor membership_identifier: ::String
|
678
|
+
attr_accessor data_source: Types::ModelInferenceDataSource
|
679
|
+
attr_accessor container_execution_parameters: Types::InferenceContainerExecutionParameters
|
680
|
+
attr_accessor status_details: Types::StatusDetails
|
681
|
+
attr_accessor description: ::String
|
682
|
+
attr_accessor inference_container_image_digest: ::String
|
683
|
+
attr_accessor environment: ::Hash[::String, ::String]
|
684
|
+
attr_accessor kms_key_arn: ::String
|
685
|
+
attr_accessor metrics_status: ("PUBLISH_SUCCEEDED" | "PUBLISH_FAILED")
|
686
|
+
attr_accessor metrics_status_details: ::String
|
687
|
+
attr_accessor logs_status: ("PUBLISH_SUCCEEDED" | "PUBLISH_FAILED")
|
688
|
+
attr_accessor logs_status_details: ::String
|
689
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
690
|
+
SENSITIVE: []
|
691
|
+
end
|
692
|
+
|
693
|
+
class GetTrainedModelRequest
|
694
|
+
attr_accessor trained_model_arn: ::String
|
695
|
+
attr_accessor membership_identifier: ::String
|
696
|
+
SENSITIVE: []
|
697
|
+
end
|
698
|
+
|
699
|
+
class GetTrainedModelResponse
|
700
|
+
attr_accessor membership_identifier: ::String
|
701
|
+
attr_accessor collaboration_identifier: ::String
|
702
|
+
attr_accessor trained_model_arn: ::String
|
703
|
+
attr_accessor name: ::String
|
704
|
+
attr_accessor description: ::String
|
705
|
+
attr_accessor status: ("CREATE_PENDING" | "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "ACTIVE" | "DELETE_PENDING" | "DELETE_IN_PROGRESS" | "DELETE_FAILED" | "INACTIVE" | "CANCEL_PENDING" | "CANCEL_IN_PROGRESS" | "CANCEL_FAILED")
|
706
|
+
attr_accessor status_details: Types::StatusDetails
|
707
|
+
attr_accessor configured_model_algorithm_association_arn: ::String
|
708
|
+
attr_accessor resource_config: Types::ResourceConfig
|
709
|
+
attr_accessor stopping_condition: Types::StoppingCondition
|
710
|
+
attr_accessor metrics_status: ("PUBLISH_SUCCEEDED" | "PUBLISH_FAILED")
|
711
|
+
attr_accessor metrics_status_details: ::String
|
712
|
+
attr_accessor logs_status: ("PUBLISH_SUCCEEDED" | "PUBLISH_FAILED")
|
713
|
+
attr_accessor logs_status_details: ::String
|
714
|
+
attr_accessor training_container_image_digest: ::String
|
715
|
+
attr_accessor create_time: ::Time
|
716
|
+
attr_accessor update_time: ::Time
|
717
|
+
attr_accessor hyperparameters: ::Hash[::String, ::String]
|
718
|
+
attr_accessor environment: ::Hash[::String, ::String]
|
719
|
+
attr_accessor kms_key_arn: ::String
|
720
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
721
|
+
attr_accessor data_channels: ::Array[Types::ModelTrainingDataChannel]
|
722
|
+
SENSITIVE: []
|
723
|
+
end
|
724
|
+
|
281
725
|
class GetTrainingDatasetRequest
|
282
726
|
attr_accessor training_dataset_arn: ::String
|
283
727
|
SENSITIVE: []
|
@@ -303,6 +747,50 @@ module Aws::CleanRoomsML
|
|
303
747
|
SENSITIVE: []
|
304
748
|
end
|
305
749
|
|
750
|
+
class InferenceContainerConfig
|
751
|
+
attr_accessor image_uri: ::String
|
752
|
+
SENSITIVE: []
|
753
|
+
end
|
754
|
+
|
755
|
+
class InferenceContainerExecutionParameters
|
756
|
+
attr_accessor max_payload_in_mb: ::Integer
|
757
|
+
SENSITIVE: []
|
758
|
+
end
|
759
|
+
|
760
|
+
class InferenceOutputConfiguration
|
761
|
+
attr_accessor accept: ::String
|
762
|
+
attr_accessor members: ::Array[Types::InferenceReceiverMember]
|
763
|
+
SENSITIVE: []
|
764
|
+
end
|
765
|
+
|
766
|
+
class InferenceReceiverMember
|
767
|
+
attr_accessor account_id: ::String
|
768
|
+
SENSITIVE: []
|
769
|
+
end
|
770
|
+
|
771
|
+
class InferenceResourceConfig
|
772
|
+
attr_accessor instance_type: ("ml.r7i.48xlarge" | "ml.r6i.16xlarge" | "ml.m6i.xlarge" | "ml.m5.4xlarge" | "ml.p2.xlarge" | "ml.m4.16xlarge" | "ml.r7i.16xlarge" | "ml.m7i.xlarge" | "ml.m6i.12xlarge" | "ml.r7i.8xlarge" | "ml.r7i.large" | "ml.m7i.12xlarge" | "ml.m6i.24xlarge" | "ml.m7i.24xlarge" | "ml.r6i.8xlarge" | "ml.r6i.large" | "ml.g5.2xlarge" | "ml.m5.large" | "ml.p3.16xlarge" | "ml.m7i.48xlarge" | "ml.m6i.16xlarge" | "ml.p2.16xlarge" | "ml.g5.4xlarge" | "ml.m7i.16xlarge" | "ml.c4.2xlarge" | "ml.c5.2xlarge" | "ml.c6i.32xlarge" | "ml.c4.4xlarge" | "ml.g5.8xlarge" | "ml.c6i.xlarge" | "ml.c5.4xlarge" | "ml.g4dn.xlarge" | "ml.c7i.xlarge" | "ml.c6i.12xlarge" | "ml.g4dn.12xlarge" | "ml.c7i.12xlarge" | "ml.c6i.24xlarge" | "ml.g4dn.2xlarge" | "ml.c7i.24xlarge" | "ml.c7i.2xlarge" | "ml.c4.8xlarge" | "ml.c6i.2xlarge" | "ml.g4dn.4xlarge" | "ml.c7i.48xlarge" | "ml.c7i.4xlarge" | "ml.c6i.16xlarge" | "ml.c5.9xlarge" | "ml.g4dn.16xlarge" | "ml.c7i.16xlarge" | "ml.c6i.4xlarge" | "ml.c5.xlarge" | "ml.c4.xlarge" | "ml.g4dn.8xlarge" | "ml.c7i.8xlarge" | "ml.c7i.large" | "ml.g5.xlarge" | "ml.c6i.8xlarge" | "ml.c6i.large" | "ml.g5.12xlarge" | "ml.g5.24xlarge" | "ml.m7i.2xlarge" | "ml.c5.18xlarge" | "ml.g5.48xlarge" | "ml.m6i.2xlarge" | "ml.g5.16xlarge" | "ml.m7i.4xlarge" | "ml.p3.2xlarge" | "ml.r6i.32xlarge" | "ml.m6i.4xlarge" | "ml.m5.xlarge" | "ml.m4.10xlarge" | "ml.r6i.xlarge" | "ml.m5.12xlarge" | "ml.m4.xlarge" | "ml.r7i.2xlarge" | "ml.r7i.xlarge" | "ml.r6i.12xlarge" | "ml.m5.24xlarge" | "ml.r7i.12xlarge" | "ml.m7i.8xlarge" | "ml.m7i.large" | "ml.r6i.24xlarge" | "ml.r6i.2xlarge" | "ml.m4.2xlarge" | "ml.r7i.24xlarge" | "ml.r7i.4xlarge" | "ml.m6i.8xlarge" | "ml.m6i.large" | "ml.m5.2xlarge" | "ml.p2.8xlarge" | "ml.r6i.4xlarge" | "ml.m6i.32xlarge" | "ml.p3.8xlarge" | "ml.m4.4xlarge")
|
773
|
+
attr_accessor instance_count: ::Integer
|
774
|
+
SENSITIVE: []
|
775
|
+
end
|
776
|
+
|
777
|
+
class InputChannel
|
778
|
+
attr_accessor data_source: Types::InputChannelDataSource
|
779
|
+
attr_accessor role_arn: ::String
|
780
|
+
SENSITIVE: []
|
781
|
+
end
|
782
|
+
|
783
|
+
class InputChannelDataSource
|
784
|
+
attr_accessor protected_query_input_parameters: Types::ProtectedQueryInputParameters
|
785
|
+
attr_accessor unknown: untyped
|
786
|
+
SENSITIVE: []
|
787
|
+
|
788
|
+
class ProtectedQueryInputParameters < InputChannelDataSource
|
789
|
+
end
|
790
|
+
class Unknown < InputChannelDataSource
|
791
|
+
end
|
792
|
+
end
|
793
|
+
|
306
794
|
class ListAudienceExportJobsRequest
|
307
795
|
attr_accessor next_token: ::String
|
308
796
|
attr_accessor max_results: ::Integer
|
@@ -342,6 +830,73 @@ module Aws::CleanRoomsML
|
|
342
830
|
SENSITIVE: []
|
343
831
|
end
|
344
832
|
|
833
|
+
class ListCollaborationConfiguredModelAlgorithmAssociationsRequest
|
834
|
+
attr_accessor next_token: ::String
|
835
|
+
attr_accessor max_results: ::Integer
|
836
|
+
attr_accessor collaboration_identifier: ::String
|
837
|
+
SENSITIVE: []
|
838
|
+
end
|
839
|
+
|
840
|
+
class ListCollaborationConfiguredModelAlgorithmAssociationsResponse
|
841
|
+
attr_accessor next_token: ::String
|
842
|
+
attr_accessor collaboration_configured_model_algorithm_associations: ::Array[Types::CollaborationConfiguredModelAlgorithmAssociationSummary]
|
843
|
+
SENSITIVE: []
|
844
|
+
end
|
845
|
+
|
846
|
+
class ListCollaborationMLInputChannelsRequest
|
847
|
+
attr_accessor next_token: ::String
|
848
|
+
attr_accessor max_results: ::Integer
|
849
|
+
attr_accessor collaboration_identifier: ::String
|
850
|
+
SENSITIVE: []
|
851
|
+
end
|
852
|
+
|
853
|
+
class ListCollaborationMLInputChannelsResponse
|
854
|
+
attr_accessor next_token: ::String
|
855
|
+
attr_accessor collaboration_ml_input_channels_list: ::Array[Types::CollaborationMLInputChannelSummary]
|
856
|
+
SENSITIVE: []
|
857
|
+
end
|
858
|
+
|
859
|
+
class ListCollaborationTrainedModelExportJobsRequest
|
860
|
+
attr_accessor next_token: ::String
|
861
|
+
attr_accessor max_results: ::Integer
|
862
|
+
attr_accessor collaboration_identifier: ::String
|
863
|
+
attr_accessor trained_model_arn: ::String
|
864
|
+
SENSITIVE: []
|
865
|
+
end
|
866
|
+
|
867
|
+
class ListCollaborationTrainedModelExportJobsResponse
|
868
|
+
attr_accessor next_token: ::String
|
869
|
+
attr_accessor collaboration_trained_model_export_jobs: ::Array[Types::CollaborationTrainedModelExportJobSummary]
|
870
|
+
SENSITIVE: []
|
871
|
+
end
|
872
|
+
|
873
|
+
class ListCollaborationTrainedModelInferenceJobsRequest
|
874
|
+
attr_accessor next_token: ::String
|
875
|
+
attr_accessor max_results: ::Integer
|
876
|
+
attr_accessor collaboration_identifier: ::String
|
877
|
+
attr_accessor trained_model_arn: ::String
|
878
|
+
SENSITIVE: []
|
879
|
+
end
|
880
|
+
|
881
|
+
class ListCollaborationTrainedModelInferenceJobsResponse
|
882
|
+
attr_accessor next_token: ::String
|
883
|
+
attr_accessor collaboration_trained_model_inference_jobs: ::Array[Types::CollaborationTrainedModelInferenceJobSummary]
|
884
|
+
SENSITIVE: []
|
885
|
+
end
|
886
|
+
|
887
|
+
class ListCollaborationTrainedModelsRequest
|
888
|
+
attr_accessor next_token: ::String
|
889
|
+
attr_accessor max_results: ::Integer
|
890
|
+
attr_accessor collaboration_identifier: ::String
|
891
|
+
SENSITIVE: []
|
892
|
+
end
|
893
|
+
|
894
|
+
class ListCollaborationTrainedModelsResponse
|
895
|
+
attr_accessor next_token: ::String
|
896
|
+
attr_accessor collaboration_trained_models: ::Array[Types::CollaborationTrainedModelSummary]
|
897
|
+
SENSITIVE: []
|
898
|
+
end
|
899
|
+
|
345
900
|
class ListConfiguredAudienceModelsRequest
|
346
901
|
attr_accessor next_token: ::String
|
347
902
|
attr_accessor max_results: ::Integer
|
@@ -354,6 +909,44 @@ module Aws::CleanRoomsML
|
|
354
909
|
SENSITIVE: []
|
355
910
|
end
|
356
911
|
|
912
|
+
class ListConfiguredModelAlgorithmAssociationsRequest
|
913
|
+
attr_accessor next_token: ::String
|
914
|
+
attr_accessor max_results: ::Integer
|
915
|
+
attr_accessor membership_identifier: ::String
|
916
|
+
SENSITIVE: []
|
917
|
+
end
|
918
|
+
|
919
|
+
class ListConfiguredModelAlgorithmAssociationsResponse
|
920
|
+
attr_accessor next_token: ::String
|
921
|
+
attr_accessor configured_model_algorithm_associations: ::Array[Types::ConfiguredModelAlgorithmAssociationSummary]
|
922
|
+
SENSITIVE: []
|
923
|
+
end
|
924
|
+
|
925
|
+
class ListConfiguredModelAlgorithmsRequest
|
926
|
+
attr_accessor next_token: ::String
|
927
|
+
attr_accessor max_results: ::Integer
|
928
|
+
SENSITIVE: []
|
929
|
+
end
|
930
|
+
|
931
|
+
class ListConfiguredModelAlgorithmsResponse
|
932
|
+
attr_accessor next_token: ::String
|
933
|
+
attr_accessor configured_model_algorithms: ::Array[Types::ConfiguredModelAlgorithmSummary]
|
934
|
+
SENSITIVE: []
|
935
|
+
end
|
936
|
+
|
937
|
+
class ListMLInputChannelsRequest
|
938
|
+
attr_accessor next_token: ::String
|
939
|
+
attr_accessor max_results: ::Integer
|
940
|
+
attr_accessor membership_identifier: ::String
|
941
|
+
SENSITIVE: []
|
942
|
+
end
|
943
|
+
|
944
|
+
class ListMLInputChannelsResponse
|
945
|
+
attr_accessor next_token: ::String
|
946
|
+
attr_accessor ml_input_channels_list: ::Array[Types::MLInputChannelSummary]
|
947
|
+
SENSITIVE: []
|
948
|
+
end
|
949
|
+
|
357
950
|
class ListTagsForResourceRequest
|
358
951
|
attr_accessor resource_arn: ::String
|
359
952
|
SENSITIVE: []
|
@@ -364,6 +957,33 @@ module Aws::CleanRoomsML
|
|
364
957
|
SENSITIVE: []
|
365
958
|
end
|
366
959
|
|
960
|
+
class ListTrainedModelInferenceJobsRequest
|
961
|
+
attr_accessor next_token: ::String
|
962
|
+
attr_accessor max_results: ::Integer
|
963
|
+
attr_accessor membership_identifier: ::String
|
964
|
+
attr_accessor trained_model_arn: ::String
|
965
|
+
SENSITIVE: []
|
966
|
+
end
|
967
|
+
|
968
|
+
class ListTrainedModelInferenceJobsResponse
|
969
|
+
attr_accessor next_token: ::String
|
970
|
+
attr_accessor trained_model_inference_jobs: ::Array[Types::TrainedModelInferenceJobSummary]
|
971
|
+
SENSITIVE: []
|
972
|
+
end
|
973
|
+
|
974
|
+
class ListTrainedModelsRequest
|
975
|
+
attr_accessor next_token: ::String
|
976
|
+
attr_accessor max_results: ::Integer
|
977
|
+
attr_accessor membership_identifier: ::String
|
978
|
+
SENSITIVE: []
|
979
|
+
end
|
980
|
+
|
981
|
+
class ListTrainedModelsResponse
|
982
|
+
attr_accessor next_token: ::String
|
983
|
+
attr_accessor trained_models: ::Array[Types::TrainedModelSummary]
|
984
|
+
SENSITIVE: []
|
985
|
+
end
|
986
|
+
|
367
987
|
class ListTrainingDatasetsRequest
|
368
988
|
attr_accessor next_token: ::String
|
369
989
|
attr_accessor max_results: ::Integer
|
@@ -376,6 +996,72 @@ module Aws::CleanRoomsML
|
|
376
996
|
SENSITIVE: []
|
377
997
|
end
|
378
998
|
|
999
|
+
class LogsConfigurationPolicy
|
1000
|
+
attr_accessor allowed_account_ids: ::Array[::String]
|
1001
|
+
attr_accessor filter_pattern: ::String
|
1002
|
+
SENSITIVE: []
|
1003
|
+
end
|
1004
|
+
|
1005
|
+
class MLInputChannelSummary
|
1006
|
+
attr_accessor create_time: ::Time
|
1007
|
+
attr_accessor update_time: ::Time
|
1008
|
+
attr_accessor membership_identifier: ::String
|
1009
|
+
attr_accessor collaboration_identifier: ::String
|
1010
|
+
attr_accessor name: ::String
|
1011
|
+
attr_accessor configured_model_algorithm_associations: ::Array[::String]
|
1012
|
+
attr_accessor protected_query_identifier: ::String
|
1013
|
+
attr_accessor ml_input_channel_arn: ::String
|
1014
|
+
attr_accessor status: ("CREATE_PENDING" | "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "ACTIVE" | "DELETE_PENDING" | "DELETE_IN_PROGRESS" | "DELETE_FAILED" | "INACTIVE")
|
1015
|
+
attr_accessor description: ::String
|
1016
|
+
SENSITIVE: []
|
1017
|
+
end
|
1018
|
+
|
1019
|
+
class MLOutputConfiguration
|
1020
|
+
attr_accessor destination: Types::Destination
|
1021
|
+
attr_accessor role_arn: ::String
|
1022
|
+
SENSITIVE: []
|
1023
|
+
end
|
1024
|
+
|
1025
|
+
class MetricDefinition
|
1026
|
+
attr_accessor name: ::String
|
1027
|
+
attr_accessor regex: ::String
|
1028
|
+
SENSITIVE: []
|
1029
|
+
end
|
1030
|
+
|
1031
|
+
class MetricsConfigurationPolicy
|
1032
|
+
attr_accessor noise_level: ("HIGH" | "MEDIUM" | "LOW" | "NONE")
|
1033
|
+
SENSITIVE: []
|
1034
|
+
end
|
1035
|
+
|
1036
|
+
class ModelInferenceDataSource
|
1037
|
+
attr_accessor ml_input_channel_arn: ::String
|
1038
|
+
SENSITIVE: []
|
1039
|
+
end
|
1040
|
+
|
1041
|
+
class ModelTrainingDataChannel
|
1042
|
+
attr_accessor ml_input_channel_arn: ::String
|
1043
|
+
attr_accessor channel_name: ::String
|
1044
|
+
SENSITIVE: []
|
1045
|
+
end
|
1046
|
+
|
1047
|
+
class PrivacyConfiguration
|
1048
|
+
attr_accessor policies: Types::PrivacyConfigurationPolicies
|
1049
|
+
SENSITIVE: []
|
1050
|
+
end
|
1051
|
+
|
1052
|
+
class PrivacyConfigurationPolicies
|
1053
|
+
attr_accessor trained_models: Types::TrainedModelsConfigurationPolicy
|
1054
|
+
attr_accessor trained_model_exports: Types::TrainedModelExportsConfigurationPolicy
|
1055
|
+
attr_accessor trained_model_inference_jobs: Types::TrainedModelInferenceJobsConfigurationPolicy
|
1056
|
+
SENSITIVE: []
|
1057
|
+
end
|
1058
|
+
|
1059
|
+
class ProtectedQueryInputParameters
|
1060
|
+
attr_accessor sql_parameters: Types::ProtectedQuerySQLParameters
|
1061
|
+
attr_accessor compute_configuration: Types::ComputeConfiguration
|
1062
|
+
SENSITIVE: [:sql_parameters]
|
1063
|
+
end
|
1064
|
+
|
379
1065
|
class ProtectedQuerySQLParameters
|
380
1066
|
attr_accessor query_string: ::String
|
381
1067
|
attr_accessor analysis_template_arn: ::String
|
@@ -397,12 +1083,25 @@ module Aws::CleanRoomsML
|
|
397
1083
|
SENSITIVE: []
|
398
1084
|
end
|
399
1085
|
|
1086
|
+
class PutMLConfigurationRequest
|
1087
|
+
attr_accessor membership_identifier: ::String
|
1088
|
+
attr_accessor default_output_location: Types::MLOutputConfiguration
|
1089
|
+
SENSITIVE: []
|
1090
|
+
end
|
1091
|
+
|
400
1092
|
class RelevanceMetric
|
401
1093
|
attr_accessor audience_size: Types::AudienceSize
|
402
1094
|
attr_accessor score: ::Float
|
403
1095
|
SENSITIVE: []
|
404
1096
|
end
|
405
1097
|
|
1098
|
+
class ResourceConfig
|
1099
|
+
attr_accessor instance_count: ::Integer
|
1100
|
+
attr_accessor instance_type: ("ml.m4.xlarge" | "ml.m4.2xlarge" | "ml.m4.4xlarge" | "ml.m4.10xlarge" | "ml.m4.16xlarge" | "ml.g4dn.xlarge" | "ml.g4dn.2xlarge" | "ml.g4dn.4xlarge" | "ml.g4dn.8xlarge" | "ml.g4dn.12xlarge" | "ml.g4dn.16xlarge" | "ml.m5.large" | "ml.m5.xlarge" | "ml.m5.2xlarge" | "ml.m5.4xlarge" | "ml.m5.12xlarge" | "ml.m5.24xlarge" | "ml.c4.xlarge" | "ml.c4.2xlarge" | "ml.c4.4xlarge" | "ml.c4.8xlarge" | "ml.p2.xlarge" | "ml.p2.8xlarge" | "ml.p2.16xlarge" | "ml.p3.2xlarge" | "ml.p3.8xlarge" | "ml.p3.16xlarge" | "ml.p3dn.24xlarge" | "ml.p4d.24xlarge" | "ml.p4de.24xlarge" | "ml.p5.48xlarge" | "ml.c5.xlarge" | "ml.c5.2xlarge" | "ml.c5.4xlarge" | "ml.c5.9xlarge" | "ml.c5.18xlarge" | "ml.c5n.xlarge" | "ml.c5n.2xlarge" | "ml.c5n.4xlarge" | "ml.c5n.9xlarge" | "ml.c5n.18xlarge" | "ml.g5.xlarge" | "ml.g5.2xlarge" | "ml.g5.4xlarge" | "ml.g5.8xlarge" | "ml.g5.16xlarge" | "ml.g5.12xlarge" | "ml.g5.24xlarge" | "ml.g5.48xlarge" | "ml.trn1.2xlarge" | "ml.trn1.32xlarge" | "ml.trn1n.32xlarge" | "ml.m6i.large" | "ml.m6i.xlarge" | "ml.m6i.2xlarge" | "ml.m6i.4xlarge" | "ml.m6i.8xlarge" | "ml.m6i.12xlarge" | "ml.m6i.16xlarge" | "ml.m6i.24xlarge" | "ml.m6i.32xlarge" | "ml.c6i.xlarge" | "ml.c6i.2xlarge" | "ml.c6i.8xlarge" | "ml.c6i.4xlarge" | "ml.c6i.12xlarge" | "ml.c6i.16xlarge" | "ml.c6i.24xlarge" | "ml.c6i.32xlarge" | "ml.r5d.large" | "ml.r5d.xlarge" | "ml.r5d.2xlarge" | "ml.r5d.4xlarge" | "ml.r5d.8xlarge" | "ml.r5d.12xlarge" | "ml.r5d.16xlarge" | "ml.r5d.24xlarge" | "ml.t3.medium" | "ml.t3.large" | "ml.t3.xlarge" | "ml.t3.2xlarge" | "ml.r5.large" | "ml.r5.xlarge" | "ml.r5.2xlarge" | "ml.r5.4xlarge" | "ml.r5.8xlarge" | "ml.r5.12xlarge" | "ml.r5.16xlarge" | "ml.r5.24xlarge")
|
1101
|
+
attr_accessor volume_size_in_gb: ::Integer
|
1102
|
+
SENSITIVE: []
|
1103
|
+
end
|
1104
|
+
|
406
1105
|
class ResourceNotFoundException
|
407
1106
|
attr_accessor message: ::String
|
408
1107
|
SENSITIVE: []
|
@@ -442,12 +1141,47 @@ module Aws::CleanRoomsML
|
|
442
1141
|
SENSITIVE: []
|
443
1142
|
end
|
444
1143
|
|
1144
|
+
class StartTrainedModelExportJobRequest
|
1145
|
+
attr_accessor name: ::String
|
1146
|
+
attr_accessor trained_model_arn: ::String
|
1147
|
+
attr_accessor membership_identifier: ::String
|
1148
|
+
attr_accessor output_configuration: Types::TrainedModelExportOutputConfiguration
|
1149
|
+
attr_accessor description: ::String
|
1150
|
+
SENSITIVE: []
|
1151
|
+
end
|
1152
|
+
|
1153
|
+
class StartTrainedModelInferenceJobRequest
|
1154
|
+
attr_accessor membership_identifier: ::String
|
1155
|
+
attr_accessor name: ::String
|
1156
|
+
attr_accessor trained_model_arn: ::String
|
1157
|
+
attr_accessor configured_model_algorithm_association_arn: ::String
|
1158
|
+
attr_accessor resource_config: Types::InferenceResourceConfig
|
1159
|
+
attr_accessor output_configuration: Types::InferenceOutputConfiguration
|
1160
|
+
attr_accessor data_source: Types::ModelInferenceDataSource
|
1161
|
+
attr_accessor description: ::String
|
1162
|
+
attr_accessor container_execution_parameters: Types::InferenceContainerExecutionParameters
|
1163
|
+
attr_accessor environment: ::Hash[::String, ::String]
|
1164
|
+
attr_accessor kms_key_arn: ::String
|
1165
|
+
attr_accessor tags: ::Hash[::String, ::String]
|
1166
|
+
SENSITIVE: []
|
1167
|
+
end
|
1168
|
+
|
1169
|
+
class StartTrainedModelInferenceJobResponse
|
1170
|
+
attr_accessor trained_model_inference_job_arn: ::String
|
1171
|
+
SENSITIVE: []
|
1172
|
+
end
|
1173
|
+
|
445
1174
|
class StatusDetails
|
446
1175
|
attr_accessor status_code: ::String
|
447
1176
|
attr_accessor message: ::String
|
448
1177
|
SENSITIVE: []
|
449
1178
|
end
|
450
1179
|
|
1180
|
+
class StoppingCondition
|
1181
|
+
attr_accessor max_runtime_in_seconds: ::Integer
|
1182
|
+
SENSITIVE: []
|
1183
|
+
end
|
1184
|
+
|
451
1185
|
class TagResourceRequest
|
452
1186
|
attr_accessor resource_arn: ::String
|
453
1187
|
attr_accessor tags: ::Hash[::String, ::String]
|
@@ -457,6 +1191,78 @@ module Aws::CleanRoomsML
|
|
457
1191
|
class TagResourceResponse < Aws::EmptyStructure
|
458
1192
|
end
|
459
1193
|
|
1194
|
+
class TrainedModelExportOutputConfiguration
|
1195
|
+
attr_accessor members: ::Array[Types::TrainedModelExportReceiverMember]
|
1196
|
+
SENSITIVE: []
|
1197
|
+
end
|
1198
|
+
|
1199
|
+
class TrainedModelExportReceiverMember
|
1200
|
+
attr_accessor account_id: ::String
|
1201
|
+
SENSITIVE: []
|
1202
|
+
end
|
1203
|
+
|
1204
|
+
class TrainedModelExportsConfigurationPolicy
|
1205
|
+
attr_accessor max_size: Types::TrainedModelExportsMaxSize
|
1206
|
+
attr_accessor files_to_export: ::Array[("MODEL" | "OUTPUT")]
|
1207
|
+
SENSITIVE: []
|
1208
|
+
end
|
1209
|
+
|
1210
|
+
class TrainedModelExportsMaxSize
|
1211
|
+
attr_accessor unit: ("GB")
|
1212
|
+
attr_accessor value: ::Float
|
1213
|
+
SENSITIVE: []
|
1214
|
+
end
|
1215
|
+
|
1216
|
+
class TrainedModelInferenceJobSummary
|
1217
|
+
attr_accessor trained_model_inference_job_arn: ::String
|
1218
|
+
attr_accessor configured_model_algorithm_association_arn: ::String
|
1219
|
+
attr_accessor membership_identifier: ::String
|
1220
|
+
attr_accessor trained_model_arn: ::String
|
1221
|
+
attr_accessor collaboration_identifier: ::String
|
1222
|
+
attr_accessor status: ("CREATE_PENDING" | "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "ACTIVE" | "CANCEL_PENDING" | "CANCEL_IN_PROGRESS" | "CANCEL_FAILED" | "INACTIVE")
|
1223
|
+
attr_accessor output_configuration: Types::InferenceOutputConfiguration
|
1224
|
+
attr_accessor name: ::String
|
1225
|
+
attr_accessor description: ::String
|
1226
|
+
attr_accessor metrics_status: ("PUBLISH_SUCCEEDED" | "PUBLISH_FAILED")
|
1227
|
+
attr_accessor metrics_status_details: ::String
|
1228
|
+
attr_accessor logs_status: ("PUBLISH_SUCCEEDED" | "PUBLISH_FAILED")
|
1229
|
+
attr_accessor logs_status_details: ::String
|
1230
|
+
attr_accessor create_time: ::Time
|
1231
|
+
attr_accessor update_time: ::Time
|
1232
|
+
SENSITIVE: []
|
1233
|
+
end
|
1234
|
+
|
1235
|
+
class TrainedModelInferenceJobsConfigurationPolicy
|
1236
|
+
attr_accessor container_logs: ::Array[Types::LogsConfigurationPolicy]
|
1237
|
+
attr_accessor max_output_size: Types::TrainedModelInferenceMaxOutputSize
|
1238
|
+
SENSITIVE: []
|
1239
|
+
end
|
1240
|
+
|
1241
|
+
class TrainedModelInferenceMaxOutputSize
|
1242
|
+
attr_accessor unit: ("GB")
|
1243
|
+
attr_accessor value: ::Float
|
1244
|
+
SENSITIVE: []
|
1245
|
+
end
|
1246
|
+
|
1247
|
+
class TrainedModelSummary
|
1248
|
+
attr_accessor create_time: ::Time
|
1249
|
+
attr_accessor update_time: ::Time
|
1250
|
+
attr_accessor trained_model_arn: ::String
|
1251
|
+
attr_accessor name: ::String
|
1252
|
+
attr_accessor description: ::String
|
1253
|
+
attr_accessor membership_identifier: ::String
|
1254
|
+
attr_accessor collaboration_identifier: ::String
|
1255
|
+
attr_accessor status: ("CREATE_PENDING" | "CREATE_IN_PROGRESS" | "CREATE_FAILED" | "ACTIVE" | "DELETE_PENDING" | "DELETE_IN_PROGRESS" | "DELETE_FAILED" | "INACTIVE" | "CANCEL_PENDING" | "CANCEL_IN_PROGRESS" | "CANCEL_FAILED")
|
1256
|
+
attr_accessor configured_model_algorithm_association_arn: ::String
|
1257
|
+
SENSITIVE: []
|
1258
|
+
end
|
1259
|
+
|
1260
|
+
class TrainedModelsConfigurationPolicy
|
1261
|
+
attr_accessor container_logs: ::Array[Types::LogsConfigurationPolicy]
|
1262
|
+
attr_accessor container_metrics: Types::MetricsConfigurationPolicy
|
1263
|
+
SENSITIVE: []
|
1264
|
+
end
|
1265
|
+
|
460
1266
|
class TrainingDatasetSummary
|
461
1267
|
attr_accessor create_time: ::Time
|
462
1268
|
attr_accessor update_time: ::Time
|
@@ -496,5 +1302,11 @@ module Aws::CleanRoomsML
|
|
496
1302
|
attr_accessor message: ::String
|
497
1303
|
SENSITIVE: []
|
498
1304
|
end
|
1305
|
+
|
1306
|
+
class WorkerComputeConfiguration
|
1307
|
+
attr_accessor type: ("CR.1X" | "CR.4X")
|
1308
|
+
attr_accessor number: ::Integer
|
1309
|
+
SENSITIVE: []
|
1310
|
+
end
|
499
1311
|
end
|
500
1312
|
end
|