aws-sdk-cleanroomsml 1.25.0 → 1.30.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 +25 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cleanroomsml/client.rb +235 -10
- data/lib/aws-sdk-cleanroomsml/client_api.rb +130 -0
- data/lib/aws-sdk-cleanroomsml/errors.rb +42 -0
- data/lib/aws-sdk-cleanroomsml/types.rb +442 -22
- data/lib/aws-sdk-cleanroomsml.rb +1 -1
- data/sig/client.rbs +56 -9
- data/sig/errors.rbs +8 -0
- data/sig/resource.rbs +1 -0
- data/sig/types.rbs +76 -0
- metadata +4 -4
@@ -156,6 +156,10 @@ module Aws::CleanRoomsML
|
|
156
156
|
HyperParametersKeyString = Shapes::StringShape.new(name: 'HyperParametersKeyString')
|
157
157
|
HyperParametersValueString = Shapes::StringShape.new(name: 'HyperParametersValueString')
|
158
158
|
IamRoleArn = Shapes::StringShape.new(name: 'IamRoleArn')
|
159
|
+
IncrementalTrainingDataChannel = Shapes::StructureShape.new(name: 'IncrementalTrainingDataChannel')
|
160
|
+
IncrementalTrainingDataChannelOutput = Shapes::StructureShape.new(name: 'IncrementalTrainingDataChannelOutput')
|
161
|
+
IncrementalTrainingDataChannels = Shapes::ListShape.new(name: 'IncrementalTrainingDataChannels')
|
162
|
+
IncrementalTrainingDataChannelsOutput = Shapes::ListShape.new(name: 'IncrementalTrainingDataChannelsOutput')
|
159
163
|
InferenceContainerConfig = Shapes::StructureShape.new(name: 'InferenceContainerConfig')
|
160
164
|
InferenceContainerExecutionParameters = Shapes::StructureShape.new(name: 'InferenceContainerExecutionParameters')
|
161
165
|
InferenceContainerExecutionParametersMaxPayloadInMBInteger = Shapes::IntegerShape.new(name: 'InferenceContainerExecutionParametersMaxPayloadInMBInteger')
|
@@ -172,6 +176,7 @@ module Aws::CleanRoomsML
|
|
172
176
|
InputChannel = Shapes::StructureShape.new(name: 'InputChannel')
|
173
177
|
InputChannelDataSource = Shapes::UnionShape.new(name: 'InputChannelDataSource')
|
174
178
|
InstanceType = Shapes::StringShape.new(name: 'InstanceType')
|
179
|
+
InternalServiceException = Shapes::StructureShape.new(name: 'InternalServiceException')
|
175
180
|
KmsKeyArn = Shapes::StringShape.new(name: 'KmsKeyArn')
|
176
181
|
ListAudienceExportJobsRequest = Shapes::StructureShape.new(name: 'ListAudienceExportJobsRequest')
|
177
182
|
ListAudienceExportJobsResponse = Shapes::StructureShape.new(name: 'ListAudienceExportJobsResponse')
|
@@ -201,6 +206,8 @@ module Aws::CleanRoomsML
|
|
201
206
|
ListTagsForResourceResponse = Shapes::StructureShape.new(name: 'ListTagsForResourceResponse')
|
202
207
|
ListTrainedModelInferenceJobsRequest = Shapes::StructureShape.new(name: 'ListTrainedModelInferenceJobsRequest')
|
203
208
|
ListTrainedModelInferenceJobsResponse = Shapes::StructureShape.new(name: 'ListTrainedModelInferenceJobsResponse')
|
209
|
+
ListTrainedModelVersionsRequest = Shapes::StructureShape.new(name: 'ListTrainedModelVersionsRequest')
|
210
|
+
ListTrainedModelVersionsResponse = Shapes::StructureShape.new(name: 'ListTrainedModelVersionsResponse')
|
204
211
|
ListTrainedModelsRequest = Shapes::StructureShape.new(name: 'ListTrainedModelsRequest')
|
205
212
|
ListTrainedModelsResponse = Shapes::StructureShape.new(name: 'ListTrainedModelsResponse')
|
206
213
|
ListTrainingDatasetsRequest = Shapes::StructureShape.new(name: 'ListTrainingDatasetsRequest')
|
@@ -252,9 +259,12 @@ module Aws::CleanRoomsML
|
|
252
259
|
ResourceDescription = Shapes::StringShape.new(name: 'ResourceDescription')
|
253
260
|
ResourceNotFoundException = Shapes::StructureShape.new(name: 'ResourceNotFoundException')
|
254
261
|
ResourcePolicy = Shapes::StringShape.new(name: 'ResourcePolicy')
|
262
|
+
ResultFormat = Shapes::StringShape.new(name: 'ResultFormat')
|
255
263
|
S3ConfigMap = Shapes::StructureShape.new(name: 'S3ConfigMap')
|
264
|
+
S3DataDistributionType = Shapes::StringShape.new(name: 'S3DataDistributionType')
|
256
265
|
S3Path = Shapes::StringShape.new(name: 'S3Path')
|
257
266
|
ServiceQuotaExceededException = Shapes::StructureShape.new(name: 'ServiceQuotaExceededException')
|
267
|
+
ServiceQuotaExceededExceptionQuotaValueDouble = Shapes::FloatShape.new(name: 'ServiceQuotaExceededExceptionQuotaValueDouble')
|
258
268
|
SharedAudienceMetrics = Shapes::StringShape.new(name: 'SharedAudienceMetrics')
|
259
269
|
StartAudienceExportJobRequest = Shapes::StructureShape.new(name: 'StartAudienceExportJobRequest')
|
260
270
|
StartAudienceGenerationJobRequest = Shapes::StructureShape.new(name: 'StartAudienceGenerationJobRequest')
|
@@ -275,7 +285,11 @@ module Aws::CleanRoomsML
|
|
275
285
|
TagResourceResponse = Shapes::StructureShape.new(name: 'TagResourceResponse')
|
276
286
|
TagValue = Shapes::StringShape.new(name: 'TagValue')
|
277
287
|
TaggableArn = Shapes::StringShape.new(name: 'TaggableArn')
|
288
|
+
ThrottlingException = Shapes::StructureShape.new(name: 'ThrottlingException')
|
278
289
|
TrainedModelArn = Shapes::StringShape.new(name: 'TrainedModelArn')
|
290
|
+
TrainedModelArtifactMaxSize = Shapes::StructureShape.new(name: 'TrainedModelArtifactMaxSize')
|
291
|
+
TrainedModelArtifactMaxSizeUnitType = Shapes::StringShape.new(name: 'TrainedModelArtifactMaxSizeUnitType')
|
292
|
+
TrainedModelArtifactMaxSizeValue = Shapes::FloatShape.new(name: 'TrainedModelArtifactMaxSizeValue')
|
279
293
|
TrainedModelExportFileType = Shapes::StringShape.new(name: 'TrainedModelExportFileType')
|
280
294
|
TrainedModelExportFileTypeList = Shapes::ListShape.new(name: 'TrainedModelExportFileTypeList')
|
281
295
|
TrainedModelExportJobStatus = Shapes::StringShape.new(name: 'TrainedModelExportJobStatus')
|
@@ -302,6 +316,7 @@ module Aws::CleanRoomsML
|
|
302
316
|
TrainingDatasetList = Shapes::ListShape.new(name: 'TrainingDatasetList')
|
303
317
|
TrainingDatasetStatus = Shapes::StringShape.new(name: 'TrainingDatasetStatus')
|
304
318
|
TrainingDatasetSummary = Shapes::StructureShape.new(name: 'TrainingDatasetSummary')
|
319
|
+
TrainingInputMode = Shapes::StringShape.new(name: 'TrainingInputMode')
|
305
320
|
UUID = Shapes::StringShape.new(name: 'UUID')
|
306
321
|
UntagResourceRequest = Shapes::StructureShape.new(name: 'UntagResourceRequest')
|
307
322
|
UntagResourceResponse = Shapes::StructureShape.new(name: 'UntagResourceResponse')
|
@@ -383,6 +398,7 @@ module Aws::CleanRoomsML
|
|
383
398
|
|
384
399
|
CancelTrainedModelRequest.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "membershipIdentifier"))
|
385
400
|
CancelTrainedModelRequest.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location: "uri", location_name: "trainedModelArn"))
|
401
|
+
CancelTrainedModelRequest.add_member(:version_identifier, Shapes::ShapeRef.new(shape: UUID, location: "querystring", location_name: "versionIdentifier"))
|
386
402
|
CancelTrainedModelRequest.struct_class = Types::CancelTrainedModelRequest
|
387
403
|
|
388
404
|
CollaborationConfiguredModelAlgorithmAssociationList.member = Shapes::ShapeRef.new(shape: CollaborationConfiguredModelAlgorithmAssociationSummary)
|
@@ -425,6 +441,7 @@ module Aws::CleanRoomsML
|
|
425
441
|
CollaborationTrainedModelExportJobSummary.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
426
442
|
CollaborationTrainedModelExportJobSummary.add_member(:creator_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "creatorAccountId"))
|
427
443
|
CollaborationTrainedModelExportJobSummary.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location_name: "trainedModelArn"))
|
444
|
+
CollaborationTrainedModelExportJobSummary.add_member(:trained_model_version_identifier, Shapes::ShapeRef.new(shape: UUID, location_name: "trainedModelVersionIdentifier"))
|
428
445
|
CollaborationTrainedModelExportJobSummary.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "membershipIdentifier"))
|
429
446
|
CollaborationTrainedModelExportJobSummary.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "collaborationIdentifier"))
|
430
447
|
CollaborationTrainedModelExportJobSummary.struct_class = Types::CollaborationTrainedModelExportJobSummary
|
@@ -435,6 +452,7 @@ module Aws::CleanRoomsML
|
|
435
452
|
CollaborationTrainedModelInferenceJobSummary.add_member(:configured_model_algorithm_association_arn, Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmAssociationArn, location_name: "configuredModelAlgorithmAssociationArn"))
|
436
453
|
CollaborationTrainedModelInferenceJobSummary.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "membershipIdentifier"))
|
437
454
|
CollaborationTrainedModelInferenceJobSummary.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location_name: "trainedModelArn"))
|
455
|
+
CollaborationTrainedModelInferenceJobSummary.add_member(:trained_model_version_identifier, Shapes::ShapeRef.new(shape: UUID, location_name: "trainedModelVersionIdentifier"))
|
438
456
|
CollaborationTrainedModelInferenceJobSummary.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "collaborationIdentifier"))
|
439
457
|
CollaborationTrainedModelInferenceJobSummary.add_member(:status, Shapes::ShapeRef.new(shape: TrainedModelInferenceJobStatus, required: true, location_name: "status"))
|
440
458
|
CollaborationTrainedModelInferenceJobSummary.add_member(:output_configuration, Shapes::ShapeRef.new(shape: InferenceOutputConfiguration, required: true, location_name: "outputConfiguration"))
|
@@ -455,6 +473,8 @@ module Aws::CleanRoomsML
|
|
455
473
|
CollaborationTrainedModelSummary.add_member(:update_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updateTime"))
|
456
474
|
CollaborationTrainedModelSummary.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location_name: "trainedModelArn"))
|
457
475
|
CollaborationTrainedModelSummary.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
|
476
|
+
CollaborationTrainedModelSummary.add_member(:version_identifier, Shapes::ShapeRef.new(shape: UUID, location_name: "versionIdentifier"))
|
477
|
+
CollaborationTrainedModelSummary.add_member(:incremental_training_data_channels, Shapes::ShapeRef.new(shape: IncrementalTrainingDataChannelsOutput, location_name: "incrementalTrainingDataChannels"))
|
458
478
|
CollaborationTrainedModelSummary.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
459
479
|
CollaborationTrainedModelSummary.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "membershipIdentifier"))
|
460
480
|
CollaborationTrainedModelSummary.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "collaborationIdentifier"))
|
@@ -596,13 +616,16 @@ module Aws::CleanRoomsML
|
|
596
616
|
CreateTrainedModelRequest.add_member(:environment, Shapes::ShapeRef.new(shape: Environment, location_name: "environment"))
|
597
617
|
CreateTrainedModelRequest.add_member(:resource_config, Shapes::ShapeRef.new(shape: ResourceConfig, required: true, location_name: "resourceConfig"))
|
598
618
|
CreateTrainedModelRequest.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: StoppingCondition, location_name: "stoppingCondition"))
|
619
|
+
CreateTrainedModelRequest.add_member(:incremental_training_data_channels, Shapes::ShapeRef.new(shape: IncrementalTrainingDataChannels, location_name: "incrementalTrainingDataChannels"))
|
599
620
|
CreateTrainedModelRequest.add_member(:data_channels, Shapes::ShapeRef.new(shape: ModelTrainingDataChannels, required: true, location_name: "dataChannels"))
|
621
|
+
CreateTrainedModelRequest.add_member(:training_input_mode, Shapes::ShapeRef.new(shape: TrainingInputMode, location_name: "trainingInputMode"))
|
600
622
|
CreateTrainedModelRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
601
623
|
CreateTrainedModelRequest.add_member(:kms_key_arn, Shapes::ShapeRef.new(shape: KmsKeyArn, location_name: "kmsKeyArn"))
|
602
624
|
CreateTrainedModelRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "tags"))
|
603
625
|
CreateTrainedModelRequest.struct_class = Types::CreateTrainedModelRequest
|
604
626
|
|
605
627
|
CreateTrainedModelResponse.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location_name: "trainedModelArn"))
|
628
|
+
CreateTrainedModelResponse.add_member(:version_identifier, Shapes::ShapeRef.new(shape: UUID, location_name: "versionIdentifier"))
|
606
629
|
CreateTrainedModelResponse.struct_class = Types::CreateTrainedModelResponse
|
607
630
|
|
608
631
|
CreateTrainingDatasetRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
|
@@ -660,6 +683,7 @@ module Aws::CleanRoomsML
|
|
660
683
|
|
661
684
|
DeleteTrainedModelOutputRequest.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location: "uri", location_name: "trainedModelArn"))
|
662
685
|
DeleteTrainedModelOutputRequest.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "membershipIdentifier"))
|
686
|
+
DeleteTrainedModelOutputRequest.add_member(:version_identifier, Shapes::ShapeRef.new(shape: UUID, location: "querystring", location_name: "versionIdentifier"))
|
663
687
|
DeleteTrainedModelOutputRequest.struct_class = Types::DeleteTrainedModelOutputRequest
|
664
688
|
|
665
689
|
DeleteTrainingDatasetRequest.add_member(:training_dataset_arn, Shapes::ShapeRef.new(shape: TrainingDatasetArn, required: true, location: "uri", location_name: "trainingDatasetArn"))
|
@@ -747,17 +771,21 @@ module Aws::CleanRoomsML
|
|
747
771
|
|
748
772
|
GetCollaborationTrainedModelRequest.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location: "uri", location_name: "trainedModelArn"))
|
749
773
|
GetCollaborationTrainedModelRequest.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "collaborationIdentifier"))
|
774
|
+
GetCollaborationTrainedModelRequest.add_member(:version_identifier, Shapes::ShapeRef.new(shape: UUID, location: "querystring", location_name: "versionIdentifier"))
|
750
775
|
GetCollaborationTrainedModelRequest.struct_class = Types::GetCollaborationTrainedModelRequest
|
751
776
|
|
752
777
|
GetCollaborationTrainedModelResponse.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "membershipIdentifier"))
|
753
778
|
GetCollaborationTrainedModelResponse.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "collaborationIdentifier"))
|
754
779
|
GetCollaborationTrainedModelResponse.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location_name: "trainedModelArn"))
|
780
|
+
GetCollaborationTrainedModelResponse.add_member(:version_identifier, Shapes::ShapeRef.new(shape: UUID, location_name: "versionIdentifier"))
|
781
|
+
GetCollaborationTrainedModelResponse.add_member(:incremental_training_data_channels, Shapes::ShapeRef.new(shape: IncrementalTrainingDataChannelsOutput, location_name: "incrementalTrainingDataChannels"))
|
755
782
|
GetCollaborationTrainedModelResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
|
756
783
|
GetCollaborationTrainedModelResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
757
784
|
GetCollaborationTrainedModelResponse.add_member(:status, Shapes::ShapeRef.new(shape: TrainedModelStatus, required: true, location_name: "status"))
|
758
785
|
GetCollaborationTrainedModelResponse.add_member(:status_details, Shapes::ShapeRef.new(shape: StatusDetails, location_name: "statusDetails"))
|
759
786
|
GetCollaborationTrainedModelResponse.add_member(:configured_model_algorithm_association_arn, Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmAssociationArn, required: true, location_name: "configuredModelAlgorithmAssociationArn"))
|
760
787
|
GetCollaborationTrainedModelResponse.add_member(:resource_config, Shapes::ShapeRef.new(shape: ResourceConfig, location_name: "resourceConfig"))
|
788
|
+
GetCollaborationTrainedModelResponse.add_member(:training_input_mode, Shapes::ShapeRef.new(shape: TrainingInputMode, location_name: "trainingInputMode"))
|
761
789
|
GetCollaborationTrainedModelResponse.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: StoppingCondition, location_name: "stoppingCondition"))
|
762
790
|
GetCollaborationTrainedModelResponse.add_member(:metrics_status, Shapes::ShapeRef.new(shape: MetricsStatus, location_name: "metricsStatus"))
|
763
791
|
GetCollaborationTrainedModelResponse.add_member(:metrics_status_details, Shapes::ShapeRef.new(shape: String, location_name: "metricsStatusDetails"))
|
@@ -872,6 +900,7 @@ module Aws::CleanRoomsML
|
|
872
900
|
GetTrainedModelInferenceJobResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
|
873
901
|
GetTrainedModelInferenceJobResponse.add_member(:status, Shapes::ShapeRef.new(shape: TrainedModelInferenceJobStatus, required: true, location_name: "status"))
|
874
902
|
GetTrainedModelInferenceJobResponse.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location_name: "trainedModelArn"))
|
903
|
+
GetTrainedModelInferenceJobResponse.add_member(:trained_model_version_identifier, Shapes::ShapeRef.new(shape: UUID, location_name: "trainedModelVersionIdentifier"))
|
875
904
|
GetTrainedModelInferenceJobResponse.add_member(:resource_config, Shapes::ShapeRef.new(shape: InferenceResourceConfig, required: true, location_name: "resourceConfig"))
|
876
905
|
GetTrainedModelInferenceJobResponse.add_member(:output_configuration, Shapes::ShapeRef.new(shape: InferenceOutputConfiguration, required: true, location_name: "outputConfiguration"))
|
877
906
|
GetTrainedModelInferenceJobResponse.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "membershipIdentifier"))
|
@@ -891,17 +920,21 @@ module Aws::CleanRoomsML
|
|
891
920
|
|
892
921
|
GetTrainedModelRequest.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location: "uri", location_name: "trainedModelArn"))
|
893
922
|
GetTrainedModelRequest.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "membershipIdentifier"))
|
923
|
+
GetTrainedModelRequest.add_member(:version_identifier, Shapes::ShapeRef.new(shape: UUID, location: "querystring", location_name: "versionIdentifier"))
|
894
924
|
GetTrainedModelRequest.struct_class = Types::GetTrainedModelRequest
|
895
925
|
|
896
926
|
GetTrainedModelResponse.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "membershipIdentifier"))
|
897
927
|
GetTrainedModelResponse.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "collaborationIdentifier"))
|
898
928
|
GetTrainedModelResponse.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location_name: "trainedModelArn"))
|
929
|
+
GetTrainedModelResponse.add_member(:version_identifier, Shapes::ShapeRef.new(shape: UUID, location_name: "versionIdentifier"))
|
930
|
+
GetTrainedModelResponse.add_member(:incremental_training_data_channels, Shapes::ShapeRef.new(shape: IncrementalTrainingDataChannelsOutput, location_name: "incrementalTrainingDataChannels"))
|
899
931
|
GetTrainedModelResponse.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
|
900
932
|
GetTrainedModelResponse.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
901
933
|
GetTrainedModelResponse.add_member(:status, Shapes::ShapeRef.new(shape: TrainedModelStatus, required: true, location_name: "status"))
|
902
934
|
GetTrainedModelResponse.add_member(:status_details, Shapes::ShapeRef.new(shape: StatusDetails, location_name: "statusDetails"))
|
903
935
|
GetTrainedModelResponse.add_member(:configured_model_algorithm_association_arn, Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmAssociationArn, required: true, location_name: "configuredModelAlgorithmAssociationArn"))
|
904
936
|
GetTrainedModelResponse.add_member(:resource_config, Shapes::ShapeRef.new(shape: ResourceConfig, location_name: "resourceConfig"))
|
937
|
+
GetTrainedModelResponse.add_member(:training_input_mode, Shapes::ShapeRef.new(shape: TrainingInputMode, location_name: "trainingInputMode"))
|
905
938
|
GetTrainedModelResponse.add_member(:stopping_condition, Shapes::ShapeRef.new(shape: StoppingCondition, location_name: "stoppingCondition"))
|
906
939
|
GetTrainedModelResponse.add_member(:metrics_status, Shapes::ShapeRef.new(shape: MetricsStatus, location_name: "metricsStatus"))
|
907
940
|
GetTrainedModelResponse.add_member(:metrics_status_details, Shapes::ShapeRef.new(shape: String, location_name: "metricsStatusDetails"))
|
@@ -939,6 +972,20 @@ module Aws::CleanRoomsML
|
|
939
972
|
HyperParameters.key = Shapes::ShapeRef.new(shape: HyperParametersKeyString)
|
940
973
|
HyperParameters.value = Shapes::ShapeRef.new(shape: HyperParametersValueString)
|
941
974
|
|
975
|
+
IncrementalTrainingDataChannel.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location_name: "trainedModelArn"))
|
976
|
+
IncrementalTrainingDataChannel.add_member(:version_identifier, Shapes::ShapeRef.new(shape: UUID, location_name: "versionIdentifier"))
|
977
|
+
IncrementalTrainingDataChannel.add_member(:channel_name, Shapes::ShapeRef.new(shape: ModelTrainingDataChannelName, required: true, location_name: "channelName"))
|
978
|
+
IncrementalTrainingDataChannel.struct_class = Types::IncrementalTrainingDataChannel
|
979
|
+
|
980
|
+
IncrementalTrainingDataChannelOutput.add_member(:channel_name, Shapes::ShapeRef.new(shape: ModelTrainingDataChannelName, required: true, location_name: "channelName"))
|
981
|
+
IncrementalTrainingDataChannelOutput.add_member(:version_identifier, Shapes::ShapeRef.new(shape: UUID, location_name: "versionIdentifier"))
|
982
|
+
IncrementalTrainingDataChannelOutput.add_member(:model_name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "modelName"))
|
983
|
+
IncrementalTrainingDataChannelOutput.struct_class = Types::IncrementalTrainingDataChannelOutput
|
984
|
+
|
985
|
+
IncrementalTrainingDataChannels.member = Shapes::ShapeRef.new(shape: IncrementalTrainingDataChannel)
|
986
|
+
|
987
|
+
IncrementalTrainingDataChannelsOutput.member = Shapes::ShapeRef.new(shape: IncrementalTrainingDataChannelOutput)
|
988
|
+
|
942
989
|
InferenceContainerConfig.add_member(:image_uri, Shapes::ShapeRef.new(shape: AlgorithmImage, required: true, location_name: "imageUri"))
|
943
990
|
InferenceContainerConfig.struct_class = Types::InferenceContainerConfig
|
944
991
|
|
@@ -971,6 +1018,9 @@ module Aws::CleanRoomsML
|
|
971
1018
|
InputChannelDataSource.add_member_subclass(:unknown, Types::InputChannelDataSource::Unknown)
|
972
1019
|
InputChannelDataSource.struct_class = Types::InputChannelDataSource
|
973
1020
|
|
1021
|
+
InternalServiceException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
1022
|
+
InternalServiceException.struct_class = Types::InternalServiceException
|
1023
|
+
|
974
1024
|
ListAudienceExportJobsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
975
1025
|
ListAudienceExportJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
976
1026
|
ListAudienceExportJobsRequest.add_member(:audience_generation_job_arn, Shapes::ShapeRef.new(shape: AudienceGenerationJobArn, location: "querystring", location_name: "audienceGenerationJobArn"))
|
@@ -1020,6 +1070,7 @@ module Aws::CleanRoomsML
|
|
1020
1070
|
ListCollaborationTrainedModelExportJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1021
1071
|
ListCollaborationTrainedModelExportJobsRequest.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "collaborationIdentifier"))
|
1022
1072
|
ListCollaborationTrainedModelExportJobsRequest.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location: "uri", location_name: "trainedModelArn"))
|
1073
|
+
ListCollaborationTrainedModelExportJobsRequest.add_member(:trained_model_version_identifier, Shapes::ShapeRef.new(shape: UUID, location: "querystring", location_name: "trainedModelVersionIdentifier"))
|
1023
1074
|
ListCollaborationTrainedModelExportJobsRequest.struct_class = Types::ListCollaborationTrainedModelExportJobsRequest
|
1024
1075
|
|
1025
1076
|
ListCollaborationTrainedModelExportJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
@@ -1030,6 +1081,7 @@ module Aws::CleanRoomsML
|
|
1030
1081
|
ListCollaborationTrainedModelInferenceJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1031
1082
|
ListCollaborationTrainedModelInferenceJobsRequest.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "collaborationIdentifier"))
|
1032
1083
|
ListCollaborationTrainedModelInferenceJobsRequest.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, location: "querystring", location_name: "trainedModelArn"))
|
1084
|
+
ListCollaborationTrainedModelInferenceJobsRequest.add_member(:trained_model_version_identifier, Shapes::ShapeRef.new(shape: UUID, location: "querystring", location_name: "trainedModelVersionIdentifier"))
|
1033
1085
|
ListCollaborationTrainedModelInferenceJobsRequest.struct_class = Types::ListCollaborationTrainedModelInferenceJobsRequest
|
1034
1086
|
|
1035
1087
|
ListCollaborationTrainedModelInferenceJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
@@ -1089,12 +1141,24 @@ module Aws::CleanRoomsML
|
|
1089
1141
|
ListTrainedModelInferenceJobsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1090
1142
|
ListTrainedModelInferenceJobsRequest.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "membershipIdentifier"))
|
1091
1143
|
ListTrainedModelInferenceJobsRequest.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, location: "querystring", location_name: "trainedModelArn"))
|
1144
|
+
ListTrainedModelInferenceJobsRequest.add_member(:trained_model_version_identifier, Shapes::ShapeRef.new(shape: UUID, location: "querystring", location_name: "trainedModelVersionIdentifier"))
|
1092
1145
|
ListTrainedModelInferenceJobsRequest.struct_class = Types::ListTrainedModelInferenceJobsRequest
|
1093
1146
|
|
1094
1147
|
ListTrainedModelInferenceJobsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
1095
1148
|
ListTrainedModelInferenceJobsResponse.add_member(:trained_model_inference_jobs, Shapes::ShapeRef.new(shape: TrainedModelInferenceJobList, required: true, location_name: "trainedModelInferenceJobs"))
|
1096
1149
|
ListTrainedModelInferenceJobsResponse.struct_class = Types::ListTrainedModelInferenceJobsResponse
|
1097
1150
|
|
1151
|
+
ListTrainedModelVersionsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
1152
|
+
ListTrainedModelVersionsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1153
|
+
ListTrainedModelVersionsRequest.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "membershipIdentifier"))
|
1154
|
+
ListTrainedModelVersionsRequest.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location: "uri", location_name: "trainedModelArn"))
|
1155
|
+
ListTrainedModelVersionsRequest.add_member(:status, Shapes::ShapeRef.new(shape: TrainedModelStatus, location: "querystring", location_name: "status"))
|
1156
|
+
ListTrainedModelVersionsRequest.struct_class = Types::ListTrainedModelVersionsRequest
|
1157
|
+
|
1158
|
+
ListTrainedModelVersionsResponse.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location_name: "nextToken"))
|
1159
|
+
ListTrainedModelVersionsResponse.add_member(:trained_models, Shapes::ShapeRef.new(shape: TrainedModelList, required: true, location_name: "trainedModels"))
|
1160
|
+
ListTrainedModelVersionsResponse.struct_class = Types::ListTrainedModelVersionsResponse
|
1161
|
+
|
1098
1162
|
ListTrainedModelsRequest.add_member(:next_token, Shapes::ShapeRef.new(shape: NextToken, location: "querystring", location_name: "nextToken"))
|
1099
1163
|
ListTrainedModelsRequest.add_member(:max_results, Shapes::ShapeRef.new(shape: MaxResults, location: "querystring", location_name: "maxResults"))
|
1100
1164
|
ListTrainedModelsRequest.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "membershipIdentifier"))
|
@@ -1154,6 +1218,7 @@ module Aws::CleanRoomsML
|
|
1154
1218
|
|
1155
1219
|
ModelTrainingDataChannel.add_member(:ml_input_channel_arn, Shapes::ShapeRef.new(shape: MLInputChannelArn, required: true, location_name: "mlInputChannelArn"))
|
1156
1220
|
ModelTrainingDataChannel.add_member(:channel_name, Shapes::ShapeRef.new(shape: ModelTrainingDataChannelName, required: true, location_name: "channelName"))
|
1221
|
+
ModelTrainingDataChannel.add_member(:s3_data_distribution_type, Shapes::ShapeRef.new(shape: S3DataDistributionType, location_name: "s3DataDistributionType"))
|
1157
1222
|
ModelTrainingDataChannel.struct_class = Types::ModelTrainingDataChannel
|
1158
1223
|
|
1159
1224
|
ModelTrainingDataChannels.member = Shapes::ShapeRef.new(shape: ModelTrainingDataChannel)
|
@@ -1171,6 +1236,7 @@ module Aws::CleanRoomsML
|
|
1171
1236
|
|
1172
1237
|
ProtectedQueryInputParameters.add_member(:sql_parameters, Shapes::ShapeRef.new(shape: ProtectedQuerySQLParameters, required: true, location_name: "sqlParameters"))
|
1173
1238
|
ProtectedQueryInputParameters.add_member(:compute_configuration, Shapes::ShapeRef.new(shape: ComputeConfiguration, location_name: "computeConfiguration"))
|
1239
|
+
ProtectedQueryInputParameters.add_member(:result_format, Shapes::ShapeRef.new(shape: ResultFormat, location_name: "resultFormat"))
|
1174
1240
|
ProtectedQueryInputParameters.struct_class = Types::ProtectedQueryInputParameters
|
1175
1241
|
|
1176
1242
|
ProtectedQuerySQLParameters.add_member(:query_string, Shapes::ShapeRef.new(shape: ProtectedQuerySQLParametersQueryStringString, location_name: "queryString"))
|
@@ -1210,6 +1276,8 @@ module Aws::CleanRoomsML
|
|
1210
1276
|
S3ConfigMap.struct_class = Types::S3ConfigMap
|
1211
1277
|
|
1212
1278
|
ServiceQuotaExceededException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
1279
|
+
ServiceQuotaExceededException.add_member(:quota_name, Shapes::ShapeRef.new(shape: String, location_name: "quotaName"))
|
1280
|
+
ServiceQuotaExceededException.add_member(:quota_value, Shapes::ShapeRef.new(shape: ServiceQuotaExceededExceptionQuotaValueDouble, location_name: "quotaValue"))
|
1213
1281
|
ServiceQuotaExceededException.struct_class = Types::ServiceQuotaExceededException
|
1214
1282
|
|
1215
1283
|
StartAudienceExportJobRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
|
@@ -1232,6 +1300,7 @@ module Aws::CleanRoomsML
|
|
1232
1300
|
|
1233
1301
|
StartTrainedModelExportJobRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
|
1234
1302
|
StartTrainedModelExportJobRequest.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location: "uri", location_name: "trainedModelArn"))
|
1303
|
+
StartTrainedModelExportJobRequest.add_member(:trained_model_version_identifier, Shapes::ShapeRef.new(shape: UUID, location_name: "trainedModelVersionIdentifier"))
|
1235
1304
|
StartTrainedModelExportJobRequest.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "membershipIdentifier"))
|
1236
1305
|
StartTrainedModelExportJobRequest.add_member(:output_configuration, Shapes::ShapeRef.new(shape: TrainedModelExportOutputConfiguration, required: true, location_name: "outputConfiguration"))
|
1237
1306
|
StartTrainedModelExportJobRequest.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
@@ -1240,6 +1309,7 @@ module Aws::CleanRoomsML
|
|
1240
1309
|
StartTrainedModelInferenceJobRequest.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "membershipIdentifier"))
|
1241
1310
|
StartTrainedModelInferenceJobRequest.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
|
1242
1311
|
StartTrainedModelInferenceJobRequest.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location_name: "trainedModelArn"))
|
1312
|
+
StartTrainedModelInferenceJobRequest.add_member(:trained_model_version_identifier, Shapes::ShapeRef.new(shape: UUID, location_name: "trainedModelVersionIdentifier"))
|
1243
1313
|
StartTrainedModelInferenceJobRequest.add_member(:configured_model_algorithm_association_arn, Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmAssociationArn, location_name: "configuredModelAlgorithmAssociationArn"))
|
1244
1314
|
StartTrainedModelInferenceJobRequest.add_member(:resource_config, Shapes::ShapeRef.new(shape: InferenceResourceConfig, required: true, location_name: "resourceConfig"))
|
1245
1315
|
StartTrainedModelInferenceJobRequest.add_member(:output_configuration, Shapes::ShapeRef.new(shape: InferenceOutputConfiguration, required: true, location_name: "outputConfiguration"))
|
@@ -1272,6 +1342,13 @@ module Aws::CleanRoomsML
|
|
1272
1342
|
|
1273
1343
|
TagResourceResponse.struct_class = Types::TagResourceResponse
|
1274
1344
|
|
1345
|
+
ThrottlingException.add_member(:message, Shapes::ShapeRef.new(shape: String, required: true, location_name: "message"))
|
1346
|
+
ThrottlingException.struct_class = Types::ThrottlingException
|
1347
|
+
|
1348
|
+
TrainedModelArtifactMaxSize.add_member(:unit, Shapes::ShapeRef.new(shape: TrainedModelArtifactMaxSizeUnitType, required: true, location_name: "unit"))
|
1349
|
+
TrainedModelArtifactMaxSize.add_member(:value, Shapes::ShapeRef.new(shape: TrainedModelArtifactMaxSizeValue, required: true, location_name: "value"))
|
1350
|
+
TrainedModelArtifactMaxSize.struct_class = Types::TrainedModelArtifactMaxSize
|
1351
|
+
|
1275
1352
|
TrainedModelExportFileTypeList.member = Shapes::ShapeRef.new(shape: TrainedModelExportFileType)
|
1276
1353
|
|
1277
1354
|
TrainedModelExportOutputConfiguration.add_member(:members, Shapes::ShapeRef.new(shape: TrainedModelExportReceiverMembers, required: true, location_name: "members"))
|
@@ -1296,6 +1373,7 @@ module Aws::CleanRoomsML
|
|
1296
1373
|
TrainedModelInferenceJobSummary.add_member(:configured_model_algorithm_association_arn, Shapes::ShapeRef.new(shape: ConfiguredModelAlgorithmAssociationArn, location_name: "configuredModelAlgorithmAssociationArn"))
|
1297
1374
|
TrainedModelInferenceJobSummary.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "membershipIdentifier"))
|
1298
1375
|
TrainedModelInferenceJobSummary.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location_name: "trainedModelArn"))
|
1376
|
+
TrainedModelInferenceJobSummary.add_member(:trained_model_version_identifier, Shapes::ShapeRef.new(shape: UUID, location_name: "trainedModelVersionIdentifier"))
|
1299
1377
|
TrainedModelInferenceJobSummary.add_member(:collaboration_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "collaborationIdentifier"))
|
1300
1378
|
TrainedModelInferenceJobSummary.add_member(:status, Shapes::ShapeRef.new(shape: TrainedModelInferenceJobStatus, required: true, location_name: "status"))
|
1301
1379
|
TrainedModelInferenceJobSummary.add_member(:output_configuration, Shapes::ShapeRef.new(shape: InferenceOutputConfiguration, required: true, location_name: "outputConfiguration"))
|
@@ -1322,6 +1400,8 @@ module Aws::CleanRoomsML
|
|
1322
1400
|
TrainedModelSummary.add_member(:create_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "createTime"))
|
1323
1401
|
TrainedModelSummary.add_member(:update_time, Shapes::ShapeRef.new(shape: SyntheticTimestamp_date_time, required: true, location_name: "updateTime"))
|
1324
1402
|
TrainedModelSummary.add_member(:trained_model_arn, Shapes::ShapeRef.new(shape: TrainedModelArn, required: true, location_name: "trainedModelArn"))
|
1403
|
+
TrainedModelSummary.add_member(:version_identifier, Shapes::ShapeRef.new(shape: UUID, location_name: "versionIdentifier"))
|
1404
|
+
TrainedModelSummary.add_member(:incremental_training_data_channels, Shapes::ShapeRef.new(shape: IncrementalTrainingDataChannelsOutput, location_name: "incrementalTrainingDataChannels"))
|
1325
1405
|
TrainedModelSummary.add_member(:name, Shapes::ShapeRef.new(shape: NameString, required: true, location_name: "name"))
|
1326
1406
|
TrainedModelSummary.add_member(:description, Shapes::ShapeRef.new(shape: ResourceDescription, location_name: "description"))
|
1327
1407
|
TrainedModelSummary.add_member(:membership_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location_name: "membershipIdentifier"))
|
@@ -1332,6 +1412,7 @@ module Aws::CleanRoomsML
|
|
1332
1412
|
|
1333
1413
|
TrainedModelsConfigurationPolicy.add_member(:container_logs, Shapes::ShapeRef.new(shape: LogsConfigurationPolicyList, location_name: "containerLogs"))
|
1334
1414
|
TrainedModelsConfigurationPolicy.add_member(:container_metrics, Shapes::ShapeRef.new(shape: MetricsConfigurationPolicy, location_name: "containerMetrics"))
|
1415
|
+
TrainedModelsConfigurationPolicy.add_member(:max_artifact_size, Shapes::ShapeRef.new(shape: TrainedModelArtifactMaxSize, location_name: "maxArtifactSize"))
|
1335
1416
|
TrainedModelsConfigurationPolicy.struct_class = Types::TrainedModelsConfigurationPolicy
|
1336
1417
|
|
1337
1418
|
TrainingDatasetList.member = Shapes::ShapeRef.new(shape: TrainingDatasetSummary)
|
@@ -1398,6 +1479,7 @@ module Aws::CleanRoomsML
|
|
1398
1479
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1399
1480
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1400
1481
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1482
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1401
1483
|
end)
|
1402
1484
|
|
1403
1485
|
api.add_operation(:cancel_trained_model_inference_job, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1410,6 +1492,7 @@ module Aws::CleanRoomsML
|
|
1410
1492
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1411
1493
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1412
1494
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1495
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1413
1496
|
end)
|
1414
1497
|
|
1415
1498
|
api.add_operation(:create_audience_model, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1460,6 +1543,7 @@ module Aws::CleanRoomsML
|
|
1460
1543
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1461
1544
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1462
1545
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1546
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1463
1547
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1464
1548
|
end)
|
1465
1549
|
|
@@ -1473,6 +1557,7 @@ module Aws::CleanRoomsML
|
|
1473
1557
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1474
1558
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1475
1559
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1560
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1476
1561
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1477
1562
|
end)
|
1478
1563
|
|
@@ -1486,6 +1571,8 @@ module Aws::CleanRoomsML
|
|
1486
1571
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1487
1572
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1488
1573
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1574
|
+
o.errors << Shapes::ShapeRef.new(shape: InternalServiceException)
|
1575
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1489
1576
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
1490
1577
|
end)
|
1491
1578
|
|
@@ -1569,6 +1656,7 @@ module Aws::CleanRoomsML
|
|
1569
1656
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1570
1657
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1571
1658
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1659
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1572
1660
|
end)
|
1573
1661
|
|
1574
1662
|
api.add_operation(:delete_ml_configuration, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1580,6 +1668,7 @@ module Aws::CleanRoomsML
|
|
1580
1668
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1581
1669
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1582
1670
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1671
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1583
1672
|
end)
|
1584
1673
|
|
1585
1674
|
api.add_operation(:delete_ml_input_channel_data, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1592,6 +1681,7 @@ module Aws::CleanRoomsML
|
|
1592
1681
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1593
1682
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1594
1683
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1684
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1595
1685
|
end)
|
1596
1686
|
|
1597
1687
|
api.add_operation(:delete_trained_model_output, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1604,6 +1694,7 @@ module Aws::CleanRoomsML
|
|
1604
1694
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1605
1695
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1606
1696
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1697
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1607
1698
|
end)
|
1608
1699
|
|
1609
1700
|
api.add_operation(:delete_training_dataset, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1649,6 +1740,7 @@ module Aws::CleanRoomsML
|
|
1649
1740
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1650
1741
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1651
1742
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1743
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1652
1744
|
end)
|
1653
1745
|
|
1654
1746
|
api.add_operation(:get_collaboration_ml_input_channel, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1660,6 +1752,7 @@ module Aws::CleanRoomsML
|
|
1660
1752
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1661
1753
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1662
1754
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1755
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1663
1756
|
end)
|
1664
1757
|
|
1665
1758
|
api.add_operation(:get_collaboration_trained_model, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1671,6 +1764,7 @@ module Aws::CleanRoomsML
|
|
1671
1764
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1672
1765
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1673
1766
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1767
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1674
1768
|
end)
|
1675
1769
|
|
1676
1770
|
api.add_operation(:get_configured_audience_model, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1715,6 +1809,7 @@ module Aws::CleanRoomsML
|
|
1715
1809
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1716
1810
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1717
1811
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1812
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1718
1813
|
end)
|
1719
1814
|
|
1720
1815
|
api.add_operation(:get_ml_configuration, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1726,6 +1821,7 @@ module Aws::CleanRoomsML
|
|
1726
1821
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1727
1822
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1728
1823
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1824
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1729
1825
|
end)
|
1730
1826
|
|
1731
1827
|
api.add_operation(:get_ml_input_channel, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1737,6 +1833,7 @@ module Aws::CleanRoomsML
|
|
1737
1833
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1738
1834
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1739
1835
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1836
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1740
1837
|
end)
|
1741
1838
|
|
1742
1839
|
api.add_operation(:get_trained_model, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1748,6 +1845,7 @@ module Aws::CleanRoomsML
|
|
1748
1845
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1749
1846
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1750
1847
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1848
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1751
1849
|
end)
|
1752
1850
|
|
1753
1851
|
api.add_operation(:get_trained_model_inference_job, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1759,6 +1857,7 @@ module Aws::CleanRoomsML
|
|
1759
1857
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1760
1858
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1761
1859
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
1860
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1762
1861
|
end)
|
1763
1862
|
|
1764
1863
|
api.add_operation(:get_training_dataset, Seahorse::Model::Operation.new.tap do |o|
|
@@ -1828,6 +1927,7 @@ module Aws::CleanRoomsML
|
|
1828
1927
|
o.output = Shapes::ShapeRef.new(shape: ListCollaborationConfiguredModelAlgorithmAssociationsResponse)
|
1829
1928
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1830
1929
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1930
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1831
1931
|
o[:pager] = Aws::Pager.new(
|
1832
1932
|
limit_key: "max_results",
|
1833
1933
|
tokens: {
|
@@ -1844,6 +1944,7 @@ module Aws::CleanRoomsML
|
|
1844
1944
|
o.output = Shapes::ShapeRef.new(shape: ListCollaborationMLInputChannelsResponse)
|
1845
1945
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1846
1946
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1947
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1847
1948
|
o[:pager] = Aws::Pager.new(
|
1848
1949
|
limit_key: "max_results",
|
1849
1950
|
tokens: {
|
@@ -1860,6 +1961,7 @@ module Aws::CleanRoomsML
|
|
1860
1961
|
o.output = Shapes::ShapeRef.new(shape: ListCollaborationTrainedModelExportJobsResponse)
|
1861
1962
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1862
1963
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1964
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1863
1965
|
o[:pager] = Aws::Pager.new(
|
1864
1966
|
limit_key: "max_results",
|
1865
1967
|
tokens: {
|
@@ -1876,6 +1978,7 @@ module Aws::CleanRoomsML
|
|
1876
1978
|
o.output = Shapes::ShapeRef.new(shape: ListCollaborationTrainedModelInferenceJobsResponse)
|
1877
1979
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1878
1980
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1981
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1879
1982
|
o[:pager] = Aws::Pager.new(
|
1880
1983
|
limit_key: "max_results",
|
1881
1984
|
tokens: {
|
@@ -1892,6 +1995,7 @@ module Aws::CleanRoomsML
|
|
1892
1995
|
o.output = Shapes::ShapeRef.new(shape: ListCollaborationTrainedModelsResponse)
|
1893
1996
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1894
1997
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
1998
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1895
1999
|
o[:pager] = Aws::Pager.new(
|
1896
2000
|
limit_key: "max_results",
|
1897
2001
|
tokens: {
|
@@ -1924,6 +2028,7 @@ module Aws::CleanRoomsML
|
|
1924
2028
|
o.output = Shapes::ShapeRef.new(shape: ListConfiguredModelAlgorithmAssociationsResponse)
|
1925
2029
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1926
2030
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2031
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1927
2032
|
o[:pager] = Aws::Pager.new(
|
1928
2033
|
limit_key: "max_results",
|
1929
2034
|
tokens: {
|
@@ -1956,6 +2061,7 @@ module Aws::CleanRoomsML
|
|
1956
2061
|
o.output = Shapes::ShapeRef.new(shape: ListMLInputChannelsResponse)
|
1957
2062
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1958
2063
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2064
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1959
2065
|
o[:pager] = Aws::Pager.new(
|
1960
2066
|
limit_key: "max_results",
|
1961
2067
|
tokens: {
|
@@ -1983,6 +2089,25 @@ module Aws::CleanRoomsML
|
|
1983
2089
|
o.output = Shapes::ShapeRef.new(shape: ListTrainedModelInferenceJobsResponse)
|
1984
2090
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
1985
2091
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2092
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2093
|
+
o[:pager] = Aws::Pager.new(
|
2094
|
+
limit_key: "max_results",
|
2095
|
+
tokens: {
|
2096
|
+
"next_token" => "next_token"
|
2097
|
+
}
|
2098
|
+
)
|
2099
|
+
end)
|
2100
|
+
|
2101
|
+
api.add_operation(:list_trained_model_versions, Seahorse::Model::Operation.new.tap do |o|
|
2102
|
+
o.name = "ListTrainedModelVersions"
|
2103
|
+
o.http_method = "GET"
|
2104
|
+
o.http_request_uri = "/memberships/{membershipIdentifier}/trained-models/{trainedModelArn}/versions"
|
2105
|
+
o.input = Shapes::ShapeRef.new(shape: ListTrainedModelVersionsRequest)
|
2106
|
+
o.output = Shapes::ShapeRef.new(shape: ListTrainedModelVersionsResponse)
|
2107
|
+
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2108
|
+
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2109
|
+
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2110
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
1986
2111
|
o[:pager] = Aws::Pager.new(
|
1987
2112
|
limit_key: "max_results",
|
1988
2113
|
tokens: {
|
@@ -1999,6 +2124,7 @@ module Aws::CleanRoomsML
|
|
1999
2124
|
o.output = Shapes::ShapeRef.new(shape: ListTrainedModelsResponse)
|
2000
2125
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2001
2126
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2127
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2002
2128
|
o[:pager] = Aws::Pager.new(
|
2003
2129
|
limit_key: "max_results",
|
2004
2130
|
tokens: {
|
@@ -2042,6 +2168,7 @@ module Aws::CleanRoomsML
|
|
2042
2168
|
o.output = Shapes::ShapeRef.new(shape: Shapes::StructureShape.new(struct_class: Aws::EmptyStructure))
|
2043
2169
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2044
2170
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2171
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2045
2172
|
end)
|
2046
2173
|
|
2047
2174
|
api.add_operation(:start_audience_export_job, Seahorse::Model::Operation.new.tap do |o|
|
@@ -2067,6 +2194,7 @@ module Aws::CleanRoomsML
|
|
2067
2194
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2068
2195
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2069
2196
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2197
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2070
2198
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2071
2199
|
end)
|
2072
2200
|
|
@@ -2080,6 +2208,7 @@ module Aws::CleanRoomsML
|
|
2080
2208
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2081
2209
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2082
2210
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2211
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2083
2212
|
end)
|
2084
2213
|
|
2085
2214
|
api.add_operation(:start_trained_model_inference_job, Seahorse::Model::Operation.new.tap do |o|
|
@@ -2092,6 +2221,7 @@ module Aws::CleanRoomsML
|
|
2092
2221
|
o.errors << Shapes::ShapeRef.new(shape: ValidationException)
|
2093
2222
|
o.errors << Shapes::ShapeRef.new(shape: AccessDeniedException)
|
2094
2223
|
o.errors << Shapes::ShapeRef.new(shape: ResourceNotFoundException)
|
2224
|
+
o.errors << Shapes::ShapeRef.new(shape: ThrottlingException)
|
2095
2225
|
o.errors << Shapes::ShapeRef.new(shape: ServiceQuotaExceededException)
|
2096
2226
|
end)
|
2097
2227
|
|