aws-sdk-cleanrooms 1.35.0 → 1.36.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-cleanrooms/client.rb +62 -1
- data/lib/aws-sdk-cleanrooms/client_api.rb +41 -0
- data/lib/aws-sdk-cleanrooms/types.rb +267 -2
- data/lib/aws-sdk-cleanrooms.rb +1 -1
- data/sig/client.rbs +33 -3
- data/sig/types.rbs +44 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '08a2046271f4ffe61f022767fcc83aeeab223137f0ef60d6bfbeb072e6a78634'
|
|
4
|
+
data.tar.gz: 31043e38b2f2aaaa5a6fb8d284c3856db7f4e8335b073940148c4ec12c26060b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '09981b231422c0cbe8235479090a2e1dfc7c12f85d27726dbc61d547ebea426d8bc7072fc05b46014a64ff338a72c2bf88df96e05e10f78fe028fcdc219af9d1'
|
|
7
|
+
data.tar.gz: bd532627caf14073db9702b740a67355e6b8adfee43efbf0694015c7b5d65617e86f45c6fed4abb4433c3ff60d6ec7d56cbb499c602f50757e47664aafd2096b
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.36.0
|
|
@@ -770,6 +770,17 @@ module Aws::CleanRooms
|
|
|
770
770
|
# @option params [required, Array<String>] :creator_member_abilities
|
|
771
771
|
# The abilities granted to the collaboration creator.
|
|
772
772
|
#
|
|
773
|
+
# @option params [Types::MLMemberAbilities] :creator_ml_member_abilities
|
|
774
|
+
# The ML abilities granted to the collaboration creator.
|
|
775
|
+
#
|
|
776
|
+
# Custom ML modeling is in beta release and is subject to change. For
|
|
777
|
+
# beta terms and conditions, see *Betas and Previews* in the [Amazon Web
|
|
778
|
+
# Services Service Terms][1].
|
|
779
|
+
#
|
|
780
|
+
#
|
|
781
|
+
#
|
|
782
|
+
# [1]: https://aws.amazon.com/service-terms/
|
|
783
|
+
#
|
|
773
784
|
# @option params [required, String] :creator_display_name
|
|
774
785
|
# The display name of the collaboration creator.
|
|
775
786
|
#
|
|
@@ -809,17 +820,31 @@ module Aws::CleanRooms
|
|
|
809
820
|
# {
|
|
810
821
|
# account_id: "AccountId", # required
|
|
811
822
|
# member_abilities: ["CAN_QUERY"], # required, accepts CAN_QUERY, CAN_RECEIVE_RESULTS
|
|
823
|
+
# ml_member_abilities: {
|
|
824
|
+
# custom_ml_member_abilities: ["CAN_RECEIVE_MODEL_OUTPUT"], # required, accepts CAN_RECEIVE_MODEL_OUTPUT, CAN_RECEIVE_INFERENCE_OUTPUT
|
|
825
|
+
# },
|
|
812
826
|
# display_name: "DisplayName", # required
|
|
813
827
|
# payment_configuration: {
|
|
814
828
|
# query_compute: { # required
|
|
815
829
|
# is_responsible: false, # required
|
|
816
830
|
# },
|
|
831
|
+
# machine_learning: {
|
|
832
|
+
# model_training: {
|
|
833
|
+
# is_responsible: false, # required
|
|
834
|
+
# },
|
|
835
|
+
# model_inference: {
|
|
836
|
+
# is_responsible: false, # required
|
|
837
|
+
# },
|
|
838
|
+
# },
|
|
817
839
|
# },
|
|
818
840
|
# },
|
|
819
841
|
# ],
|
|
820
842
|
# name: "CollaborationName", # required
|
|
821
843
|
# description: "CollaborationDescription", # required
|
|
822
844
|
# creator_member_abilities: ["CAN_QUERY"], # required, accepts CAN_QUERY, CAN_RECEIVE_RESULTS
|
|
845
|
+
# creator_ml_member_abilities: {
|
|
846
|
+
# custom_ml_member_abilities: ["CAN_RECEIVE_MODEL_OUTPUT"], # required, accepts CAN_RECEIVE_MODEL_OUTPUT, CAN_RECEIVE_INFERENCE_OUTPUT
|
|
847
|
+
# },
|
|
823
848
|
# creator_display_name: "DisplayName", # required
|
|
824
849
|
# data_encryption_metadata: {
|
|
825
850
|
# allow_cleartext: false, # required
|
|
@@ -835,6 +860,14 @@ module Aws::CleanRooms
|
|
|
835
860
|
# query_compute: { # required
|
|
836
861
|
# is_responsible: false, # required
|
|
837
862
|
# },
|
|
863
|
+
# machine_learning: {
|
|
864
|
+
# model_training: {
|
|
865
|
+
# is_responsible: false, # required
|
|
866
|
+
# },
|
|
867
|
+
# model_inference: {
|
|
868
|
+
# is_responsible: false, # required
|
|
869
|
+
# },
|
|
870
|
+
# },
|
|
838
871
|
# },
|
|
839
872
|
# analytics_engine: "SPARK", # accepts SPARK, CLEAN_ROOMS_SQL
|
|
840
873
|
# })
|
|
@@ -1490,6 +1523,14 @@ module Aws::CleanRooms
|
|
|
1490
1523
|
# query_compute: { # required
|
|
1491
1524
|
# is_responsible: false, # required
|
|
1492
1525
|
# },
|
|
1526
|
+
# machine_learning: {
|
|
1527
|
+
# model_training: {
|
|
1528
|
+
# is_responsible: false, # required
|
|
1529
|
+
# },
|
|
1530
|
+
# model_inference: {
|
|
1531
|
+
# is_responsible: false, # required
|
|
1532
|
+
# },
|
|
1533
|
+
# },
|
|
1493
1534
|
# },
|
|
1494
1535
|
# })
|
|
1495
1536
|
#
|
|
@@ -1507,6 +1548,8 @@ module Aws::CleanRooms
|
|
|
1507
1548
|
# resp.membership.status #=> String, one of "ACTIVE", "REMOVED", "COLLABORATION_DELETED"
|
|
1508
1549
|
# resp.membership.member_abilities #=> Array
|
|
1509
1550
|
# resp.membership.member_abilities[0] #=> String, one of "CAN_QUERY", "CAN_RECEIVE_RESULTS"
|
|
1551
|
+
# resp.membership.ml_member_abilities.custom_ml_member_abilities #=> Array
|
|
1552
|
+
# resp.membership.ml_member_abilities.custom_ml_member_abilities[0] #=> String, one of "CAN_RECEIVE_MODEL_OUTPUT", "CAN_RECEIVE_INFERENCE_OUTPUT"
|
|
1510
1553
|
# resp.membership.query_log_status #=> String, one of "ENABLED", "DISABLED"
|
|
1511
1554
|
# resp.membership.default_result_configuration.output_configuration.s3.result_format #=> String, one of "CSV", "PARQUET"
|
|
1512
1555
|
# resp.membership.default_result_configuration.output_configuration.s3.bucket #=> String
|
|
@@ -1514,6 +1557,8 @@ module Aws::CleanRooms
|
|
|
1514
1557
|
# resp.membership.default_result_configuration.output_configuration.s3.single_file_output #=> Boolean
|
|
1515
1558
|
# resp.membership.default_result_configuration.role_arn #=> String
|
|
1516
1559
|
# resp.membership.payment_configuration.query_compute.is_responsible #=> Boolean
|
|
1560
|
+
# resp.membership.payment_configuration.machine_learning.model_training.is_responsible #=> Boolean
|
|
1561
|
+
# resp.membership.payment_configuration.machine_learning.model_inference.is_responsible #=> Boolean
|
|
1517
1562
|
#
|
|
1518
1563
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/CreateMembership AWS API Documentation
|
|
1519
1564
|
#
|
|
@@ -2597,6 +2642,8 @@ module Aws::CleanRooms
|
|
|
2597
2642
|
# resp.membership.status #=> String, one of "ACTIVE", "REMOVED", "COLLABORATION_DELETED"
|
|
2598
2643
|
# resp.membership.member_abilities #=> Array
|
|
2599
2644
|
# resp.membership.member_abilities[0] #=> String, one of "CAN_QUERY", "CAN_RECEIVE_RESULTS"
|
|
2645
|
+
# resp.membership.ml_member_abilities.custom_ml_member_abilities #=> Array
|
|
2646
|
+
# resp.membership.ml_member_abilities.custom_ml_member_abilities[0] #=> String, one of "CAN_RECEIVE_MODEL_OUTPUT", "CAN_RECEIVE_INFERENCE_OUTPUT"
|
|
2600
2647
|
# resp.membership.query_log_status #=> String, one of "ENABLED", "DISABLED"
|
|
2601
2648
|
# resp.membership.default_result_configuration.output_configuration.s3.result_format #=> String, one of "CSV", "PARQUET"
|
|
2602
2649
|
# resp.membership.default_result_configuration.output_configuration.s3.bucket #=> String
|
|
@@ -2604,6 +2651,8 @@ module Aws::CleanRooms
|
|
|
2604
2651
|
# resp.membership.default_result_configuration.output_configuration.s3.single_file_output #=> Boolean
|
|
2605
2652
|
# resp.membership.default_result_configuration.role_arn #=> String
|
|
2606
2653
|
# resp.membership.payment_configuration.query_compute.is_responsible #=> Boolean
|
|
2654
|
+
# resp.membership.payment_configuration.machine_learning.model_training.is_responsible #=> Boolean
|
|
2655
|
+
# resp.membership.payment_configuration.machine_learning.model_inference.is_responsible #=> Boolean
|
|
2607
2656
|
#
|
|
2608
2657
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/GetMembership AWS API Documentation
|
|
2609
2658
|
#
|
|
@@ -3552,11 +3601,15 @@ module Aws::CleanRooms
|
|
|
3552
3601
|
# resp.member_summaries[0].display_name #=> String
|
|
3553
3602
|
# resp.member_summaries[0].abilities #=> Array
|
|
3554
3603
|
# resp.member_summaries[0].abilities[0] #=> String, one of "CAN_QUERY", "CAN_RECEIVE_RESULTS"
|
|
3604
|
+
# resp.member_summaries[0].ml_abilities.custom_ml_member_abilities #=> Array
|
|
3605
|
+
# resp.member_summaries[0].ml_abilities.custom_ml_member_abilities[0] #=> String, one of "CAN_RECEIVE_MODEL_OUTPUT", "CAN_RECEIVE_INFERENCE_OUTPUT"
|
|
3555
3606
|
# resp.member_summaries[0].create_time #=> Time
|
|
3556
3607
|
# resp.member_summaries[0].update_time #=> Time
|
|
3557
3608
|
# resp.member_summaries[0].membership_id #=> String
|
|
3558
3609
|
# resp.member_summaries[0].membership_arn #=> String
|
|
3559
3610
|
# resp.member_summaries[0].payment_configuration.query_compute.is_responsible #=> Boolean
|
|
3611
|
+
# resp.member_summaries[0].payment_configuration.machine_learning.model_training.is_responsible #=> Boolean
|
|
3612
|
+
# resp.member_summaries[0].payment_configuration.machine_learning.model_inference.is_responsible #=> Boolean
|
|
3560
3613
|
#
|
|
3561
3614
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/ListMembers AWS API Documentation
|
|
3562
3615
|
#
|
|
@@ -3612,7 +3665,11 @@ module Aws::CleanRooms
|
|
|
3612
3665
|
# resp.membership_summaries[0].status #=> String, one of "ACTIVE", "REMOVED", "COLLABORATION_DELETED"
|
|
3613
3666
|
# resp.membership_summaries[0].member_abilities #=> Array
|
|
3614
3667
|
# resp.membership_summaries[0].member_abilities[0] #=> String, one of "CAN_QUERY", "CAN_RECEIVE_RESULTS"
|
|
3668
|
+
# resp.membership_summaries[0].ml_member_abilities.custom_ml_member_abilities #=> Array
|
|
3669
|
+
# resp.membership_summaries[0].ml_member_abilities.custom_ml_member_abilities[0] #=> String, one of "CAN_RECEIVE_MODEL_OUTPUT", "CAN_RECEIVE_INFERENCE_OUTPUT"
|
|
3615
3670
|
# resp.membership_summaries[0].payment_configuration.query_compute.is_responsible #=> Boolean
|
|
3671
|
+
# resp.membership_summaries[0].payment_configuration.machine_learning.model_training.is_responsible #=> Boolean
|
|
3672
|
+
# resp.membership_summaries[0].payment_configuration.machine_learning.model_inference.is_responsible #=> Boolean
|
|
3616
3673
|
#
|
|
3617
3674
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/ListMemberships AWS API Documentation
|
|
3618
3675
|
#
|
|
@@ -4746,6 +4803,8 @@ module Aws::CleanRooms
|
|
|
4746
4803
|
# resp.membership.status #=> String, one of "ACTIVE", "REMOVED", "COLLABORATION_DELETED"
|
|
4747
4804
|
# resp.membership.member_abilities #=> Array
|
|
4748
4805
|
# resp.membership.member_abilities[0] #=> String, one of "CAN_QUERY", "CAN_RECEIVE_RESULTS"
|
|
4806
|
+
# resp.membership.ml_member_abilities.custom_ml_member_abilities #=> Array
|
|
4807
|
+
# resp.membership.ml_member_abilities.custom_ml_member_abilities[0] #=> String, one of "CAN_RECEIVE_MODEL_OUTPUT", "CAN_RECEIVE_INFERENCE_OUTPUT"
|
|
4749
4808
|
# resp.membership.query_log_status #=> String, one of "ENABLED", "DISABLED"
|
|
4750
4809
|
# resp.membership.default_result_configuration.output_configuration.s3.result_format #=> String, one of "CSV", "PARQUET"
|
|
4751
4810
|
# resp.membership.default_result_configuration.output_configuration.s3.bucket #=> String
|
|
@@ -4753,6 +4812,8 @@ module Aws::CleanRooms
|
|
|
4753
4812
|
# resp.membership.default_result_configuration.output_configuration.s3.single_file_output #=> Boolean
|
|
4754
4813
|
# resp.membership.default_result_configuration.role_arn #=> String
|
|
4755
4814
|
# resp.membership.payment_configuration.query_compute.is_responsible #=> Boolean
|
|
4815
|
+
# resp.membership.payment_configuration.machine_learning.model_training.is_responsible #=> Boolean
|
|
4816
|
+
# resp.membership.payment_configuration.machine_learning.model_inference.is_responsible #=> Boolean
|
|
4756
4817
|
#
|
|
4757
4818
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/UpdateMembership AWS API Documentation
|
|
4758
4819
|
#
|
|
@@ -4906,7 +4967,7 @@ module Aws::CleanRooms
|
|
|
4906
4967
|
tracer: tracer
|
|
4907
4968
|
)
|
|
4908
4969
|
context[:gem_name] = 'aws-sdk-cleanrooms'
|
|
4909
|
-
context[:gem_version] = '1.
|
|
4970
|
+
context[:gem_version] = '1.36.0'
|
|
4910
4971
|
Seahorse::Client::Request.new(handlers, context)
|
|
4911
4972
|
end
|
|
4912
4973
|
|
|
@@ -165,6 +165,8 @@ module Aws::CleanRooms
|
|
|
165
165
|
CreateMembershipOutput = Shapes::StructureShape.new(name: 'CreateMembershipOutput')
|
|
166
166
|
CreatePrivacyBudgetTemplateInput = Shapes::StructureShape.new(name: 'CreatePrivacyBudgetTemplateInput')
|
|
167
167
|
CreatePrivacyBudgetTemplateOutput = Shapes::StructureShape.new(name: 'CreatePrivacyBudgetTemplateOutput')
|
|
168
|
+
CustomMLMemberAbilities = Shapes::ListShape.new(name: 'CustomMLMemberAbilities')
|
|
169
|
+
CustomMLMemberAbility = Shapes::StringShape.new(name: 'CustomMLMemberAbility')
|
|
168
170
|
DataEncryptionMetadata = Shapes::StructureShape.new(name: 'DataEncryptionMetadata')
|
|
169
171
|
DeleteAnalysisTemplateInput = Shapes::StructureShape.new(name: 'DeleteAnalysisTemplateInput')
|
|
170
172
|
DeleteAnalysisTemplateOutput = Shapes::StructureShape.new(name: 'DeleteAnalysisTemplateOutput')
|
|
@@ -326,6 +328,8 @@ module Aws::CleanRooms
|
|
|
326
328
|
ListTagsForResourceInput = Shapes::StructureShape.new(name: 'ListTagsForResourceInput')
|
|
327
329
|
ListTagsForResourceOutput = Shapes::StructureShape.new(name: 'ListTagsForResourceOutput')
|
|
328
330
|
Long = Shapes::IntegerShape.new(name: 'Long')
|
|
331
|
+
MLMemberAbilities = Shapes::StructureShape.new(name: 'MLMemberAbilities')
|
|
332
|
+
MLPaymentConfig = Shapes::StructureShape.new(name: 'MLPaymentConfig')
|
|
329
333
|
MaxResults = Shapes::IntegerShape.new(name: 'MaxResults')
|
|
330
334
|
MemberAbilities = Shapes::ListShape.new(name: 'MemberAbilities')
|
|
331
335
|
MemberAbility = Shapes::StringShape.new(name: 'MemberAbility')
|
|
@@ -337,6 +341,9 @@ module Aws::CleanRooms
|
|
|
337
341
|
Membership = Shapes::StructureShape.new(name: 'Membership')
|
|
338
342
|
MembershipArn = Shapes::StringShape.new(name: 'MembershipArn')
|
|
339
343
|
MembershipIdentifier = Shapes::StringShape.new(name: 'MembershipIdentifier')
|
|
344
|
+
MembershipMLPaymentConfig = Shapes::StructureShape.new(name: 'MembershipMLPaymentConfig')
|
|
345
|
+
MembershipModelInferencePaymentConfig = Shapes::StructureShape.new(name: 'MembershipModelInferencePaymentConfig')
|
|
346
|
+
MembershipModelTrainingPaymentConfig = Shapes::StructureShape.new(name: 'MembershipModelTrainingPaymentConfig')
|
|
340
347
|
MembershipPaymentConfiguration = Shapes::StructureShape.new(name: 'MembershipPaymentConfiguration')
|
|
341
348
|
MembershipProtectedQueryOutputConfiguration = Shapes::UnionShape.new(name: 'MembershipProtectedQueryOutputConfiguration')
|
|
342
349
|
MembershipProtectedQueryResultConfiguration = Shapes::StructureShape.new(name: 'MembershipProtectedQueryResultConfiguration')
|
|
@@ -345,6 +352,8 @@ module Aws::CleanRooms
|
|
|
345
352
|
MembershipStatus = Shapes::StringShape.new(name: 'MembershipStatus')
|
|
346
353
|
MembershipSummary = Shapes::StructureShape.new(name: 'MembershipSummary')
|
|
347
354
|
MembershipSummaryList = Shapes::ListShape.new(name: 'MembershipSummaryList')
|
|
355
|
+
ModelInferencePaymentConfig = Shapes::StructureShape.new(name: 'ModelInferencePaymentConfig')
|
|
356
|
+
ModelTrainingPaymentConfig = Shapes::StructureShape.new(name: 'ModelTrainingPaymentConfig')
|
|
348
357
|
PaginationToken = Shapes::StringShape.new(name: 'PaginationToken')
|
|
349
358
|
ParameterMap = Shapes::MapShape.new(name: 'ParameterMap')
|
|
350
359
|
ParameterName = Shapes::StringShape.new(name: 'ParameterName')
|
|
@@ -1014,6 +1023,7 @@ module Aws::CleanRooms
|
|
|
1014
1023
|
CreateCollaborationInput.add_member(:name, Shapes::ShapeRef.new(shape: CollaborationName, required: true, location_name: "name"))
|
|
1015
1024
|
CreateCollaborationInput.add_member(:description, Shapes::ShapeRef.new(shape: CollaborationDescription, required: true, location_name: "description"))
|
|
1016
1025
|
CreateCollaborationInput.add_member(:creator_member_abilities, Shapes::ShapeRef.new(shape: MemberAbilities, required: true, location_name: "creatorMemberAbilities"))
|
|
1026
|
+
CreateCollaborationInput.add_member(:creator_ml_member_abilities, Shapes::ShapeRef.new(shape: MLMemberAbilities, location_name: "creatorMLMemberAbilities"))
|
|
1017
1027
|
CreateCollaborationInput.add_member(:creator_display_name, Shapes::ShapeRef.new(shape: DisplayName, required: true, location_name: "creatorDisplayName"))
|
|
1018
1028
|
CreateCollaborationInput.add_member(:data_encryption_metadata, Shapes::ShapeRef.new(shape: DataEncryptionMetadata, location_name: "dataEncryptionMetadata"))
|
|
1019
1029
|
CreateCollaborationInput.add_member(:query_log_status, Shapes::ShapeRef.new(shape: CollaborationQueryLogStatus, required: true, location_name: "queryLogStatus"))
|
|
@@ -1117,6 +1127,8 @@ module Aws::CleanRooms
|
|
|
1117
1127
|
CreatePrivacyBudgetTemplateOutput.add_member(:privacy_budget_template, Shapes::ShapeRef.new(shape: PrivacyBudgetTemplate, required: true, location_name: "privacyBudgetTemplate"))
|
|
1118
1128
|
CreatePrivacyBudgetTemplateOutput.struct_class = Types::CreatePrivacyBudgetTemplateOutput
|
|
1119
1129
|
|
|
1130
|
+
CustomMLMemberAbilities.member = Shapes::ShapeRef.new(shape: CustomMLMemberAbility)
|
|
1131
|
+
|
|
1120
1132
|
DataEncryptionMetadata.add_member(:allow_cleartext, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "allowCleartext"))
|
|
1121
1133
|
DataEncryptionMetadata.add_member(:allow_duplicates, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "allowDuplicates"))
|
|
1122
1134
|
DataEncryptionMetadata.add_member(:allow_joins_on_columns_with_different_names, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "allowJoinsOnColumnsWithDifferentNames"))
|
|
@@ -1650,12 +1662,20 @@ module Aws::CleanRooms
|
|
|
1650
1662
|
ListTagsForResourceOutput.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, required: true, location_name: "tags"))
|
|
1651
1663
|
ListTagsForResourceOutput.struct_class = Types::ListTagsForResourceOutput
|
|
1652
1664
|
|
|
1665
|
+
MLMemberAbilities.add_member(:custom_ml_member_abilities, Shapes::ShapeRef.new(shape: CustomMLMemberAbilities, required: true, location_name: "customMLMemberAbilities"))
|
|
1666
|
+
MLMemberAbilities.struct_class = Types::MLMemberAbilities
|
|
1667
|
+
|
|
1668
|
+
MLPaymentConfig.add_member(:model_training, Shapes::ShapeRef.new(shape: ModelTrainingPaymentConfig, location_name: "modelTraining"))
|
|
1669
|
+
MLPaymentConfig.add_member(:model_inference, Shapes::ShapeRef.new(shape: ModelInferencePaymentConfig, location_name: "modelInference"))
|
|
1670
|
+
MLPaymentConfig.struct_class = Types::MLPaymentConfig
|
|
1671
|
+
|
|
1653
1672
|
MemberAbilities.member = Shapes::ShapeRef.new(shape: MemberAbility)
|
|
1654
1673
|
|
|
1655
1674
|
MemberList.member = Shapes::ShapeRef.new(shape: MemberSpecification)
|
|
1656
1675
|
|
|
1657
1676
|
MemberSpecification.add_member(:account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "accountId"))
|
|
1658
1677
|
MemberSpecification.add_member(:member_abilities, Shapes::ShapeRef.new(shape: MemberAbilities, required: true, location_name: "memberAbilities"))
|
|
1678
|
+
MemberSpecification.add_member(:ml_member_abilities, Shapes::ShapeRef.new(shape: MLMemberAbilities, location_name: "mlMemberAbilities"))
|
|
1659
1679
|
MemberSpecification.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, required: true, location_name: "displayName"))
|
|
1660
1680
|
MemberSpecification.add_member(:payment_configuration, Shapes::ShapeRef.new(shape: PaymentConfiguration, location_name: "paymentConfiguration"))
|
|
1661
1681
|
MemberSpecification.struct_class = Types::MemberSpecification
|
|
@@ -1664,6 +1684,7 @@ module Aws::CleanRooms
|
|
|
1664
1684
|
MemberSummary.add_member(:status, Shapes::ShapeRef.new(shape: MemberStatus, required: true, location_name: "status"))
|
|
1665
1685
|
MemberSummary.add_member(:display_name, Shapes::ShapeRef.new(shape: DisplayName, required: true, location_name: "displayName"))
|
|
1666
1686
|
MemberSummary.add_member(:abilities, Shapes::ShapeRef.new(shape: MemberAbilities, required: true, location_name: "abilities"))
|
|
1687
|
+
MemberSummary.add_member(:ml_abilities, Shapes::ShapeRef.new(shape: MLMemberAbilities, location_name: "mlAbilities"))
|
|
1667
1688
|
MemberSummary.add_member(:create_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "createTime"))
|
|
1668
1689
|
MemberSummary.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateTime"))
|
|
1669
1690
|
MemberSummary.add_member(:membership_id, Shapes::ShapeRef.new(shape: UUID, location_name: "membershipId"))
|
|
@@ -1684,12 +1705,24 @@ module Aws::CleanRooms
|
|
|
1684
1705
|
Membership.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateTime"))
|
|
1685
1706
|
Membership.add_member(:status, Shapes::ShapeRef.new(shape: MembershipStatus, required: true, location_name: "status"))
|
|
1686
1707
|
Membership.add_member(:member_abilities, Shapes::ShapeRef.new(shape: MemberAbilities, required: true, location_name: "memberAbilities"))
|
|
1708
|
+
Membership.add_member(:ml_member_abilities, Shapes::ShapeRef.new(shape: MLMemberAbilities, location_name: "mlMemberAbilities"))
|
|
1687
1709
|
Membership.add_member(:query_log_status, Shapes::ShapeRef.new(shape: MembershipQueryLogStatus, required: true, location_name: "queryLogStatus"))
|
|
1688
1710
|
Membership.add_member(:default_result_configuration, Shapes::ShapeRef.new(shape: MembershipProtectedQueryResultConfiguration, location_name: "defaultResultConfiguration"))
|
|
1689
1711
|
Membership.add_member(:payment_configuration, Shapes::ShapeRef.new(shape: MembershipPaymentConfiguration, required: true, location_name: "paymentConfiguration"))
|
|
1690
1712
|
Membership.struct_class = Types::Membership
|
|
1691
1713
|
|
|
1714
|
+
MembershipMLPaymentConfig.add_member(:model_training, Shapes::ShapeRef.new(shape: MembershipModelTrainingPaymentConfig, location_name: "modelTraining"))
|
|
1715
|
+
MembershipMLPaymentConfig.add_member(:model_inference, Shapes::ShapeRef.new(shape: MembershipModelInferencePaymentConfig, location_name: "modelInference"))
|
|
1716
|
+
MembershipMLPaymentConfig.struct_class = Types::MembershipMLPaymentConfig
|
|
1717
|
+
|
|
1718
|
+
MembershipModelInferencePaymentConfig.add_member(:is_responsible, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isResponsible"))
|
|
1719
|
+
MembershipModelInferencePaymentConfig.struct_class = Types::MembershipModelInferencePaymentConfig
|
|
1720
|
+
|
|
1721
|
+
MembershipModelTrainingPaymentConfig.add_member(:is_responsible, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isResponsible"))
|
|
1722
|
+
MembershipModelTrainingPaymentConfig.struct_class = Types::MembershipModelTrainingPaymentConfig
|
|
1723
|
+
|
|
1692
1724
|
MembershipPaymentConfiguration.add_member(:query_compute, Shapes::ShapeRef.new(shape: MembershipQueryComputePaymentConfig, required: true, location_name: "queryCompute"))
|
|
1725
|
+
MembershipPaymentConfiguration.add_member(:machine_learning, Shapes::ShapeRef.new(shape: MembershipMLPaymentConfig, location_name: "machineLearning"))
|
|
1693
1726
|
MembershipPaymentConfiguration.struct_class = Types::MembershipPaymentConfiguration
|
|
1694
1727
|
|
|
1695
1728
|
MembershipProtectedQueryOutputConfiguration.add_member(:s3, Shapes::ShapeRef.new(shape: ProtectedQueryS3OutputConfiguration, location_name: "s3"))
|
|
@@ -1716,15 +1749,23 @@ module Aws::CleanRooms
|
|
|
1716
1749
|
MembershipSummary.add_member(:update_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "updateTime"))
|
|
1717
1750
|
MembershipSummary.add_member(:status, Shapes::ShapeRef.new(shape: MembershipStatus, required: true, location_name: "status"))
|
|
1718
1751
|
MembershipSummary.add_member(:member_abilities, Shapes::ShapeRef.new(shape: MemberAbilities, required: true, location_name: "memberAbilities"))
|
|
1752
|
+
MembershipSummary.add_member(:ml_member_abilities, Shapes::ShapeRef.new(shape: MLMemberAbilities, location_name: "mlMemberAbilities"))
|
|
1719
1753
|
MembershipSummary.add_member(:payment_configuration, Shapes::ShapeRef.new(shape: MembershipPaymentConfiguration, required: true, location_name: "paymentConfiguration"))
|
|
1720
1754
|
MembershipSummary.struct_class = Types::MembershipSummary
|
|
1721
1755
|
|
|
1722
1756
|
MembershipSummaryList.member = Shapes::ShapeRef.new(shape: MembershipSummary)
|
|
1723
1757
|
|
|
1758
|
+
ModelInferencePaymentConfig.add_member(:is_responsible, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isResponsible"))
|
|
1759
|
+
ModelInferencePaymentConfig.struct_class = Types::ModelInferencePaymentConfig
|
|
1760
|
+
|
|
1761
|
+
ModelTrainingPaymentConfig.add_member(:is_responsible, Shapes::ShapeRef.new(shape: Boolean, required: true, location_name: "isResponsible"))
|
|
1762
|
+
ModelTrainingPaymentConfig.struct_class = Types::ModelTrainingPaymentConfig
|
|
1763
|
+
|
|
1724
1764
|
ParameterMap.key = Shapes::ShapeRef.new(shape: ParameterName)
|
|
1725
1765
|
ParameterMap.value = Shapes::ShapeRef.new(shape: ParameterValue)
|
|
1726
1766
|
|
|
1727
1767
|
PaymentConfiguration.add_member(:query_compute, Shapes::ShapeRef.new(shape: QueryComputePaymentConfig, required: true, location_name: "queryCompute"))
|
|
1768
|
+
PaymentConfiguration.add_member(:machine_learning, Shapes::ShapeRef.new(shape: MLPaymentConfig, location_name: "machineLearning"))
|
|
1728
1769
|
PaymentConfiguration.struct_class = Types::PaymentConfiguration
|
|
1729
1770
|
|
|
1730
1771
|
PopulateIdMappingTableInput.add_member(:id_mapping_table_identifier, Shapes::ShapeRef.new(shape: UUID, required: true, location: "uri", location_name: "idMappingTableIdentifier"))
|
|
@@ -2431,6 +2431,18 @@ module Aws::CleanRooms
|
|
|
2431
2431
|
# The abilities granted to the collaboration creator.
|
|
2432
2432
|
# @return [Array<String>]
|
|
2433
2433
|
#
|
|
2434
|
+
# @!attribute [rw] creator_ml_member_abilities
|
|
2435
|
+
# The ML abilities granted to the collaboration creator.
|
|
2436
|
+
#
|
|
2437
|
+
# Custom ML modeling is in beta release and is subject to change. For
|
|
2438
|
+
# beta terms and conditions, see *Betas and Previews* in the [Amazon
|
|
2439
|
+
# Web Services Service Terms][1].
|
|
2440
|
+
#
|
|
2441
|
+
#
|
|
2442
|
+
#
|
|
2443
|
+
# [1]: https://aws.amazon.com/service-terms/
|
|
2444
|
+
# @return [Types::MLMemberAbilities]
|
|
2445
|
+
#
|
|
2434
2446
|
# @!attribute [rw] creator_display_name
|
|
2435
2447
|
# The display name of the collaboration creator.
|
|
2436
2448
|
# @return [String]
|
|
@@ -2472,6 +2484,7 @@ module Aws::CleanRooms
|
|
|
2472
2484
|
:name,
|
|
2473
2485
|
:description,
|
|
2474
2486
|
:creator_member_abilities,
|
|
2487
|
+
:creator_ml_member_abilities,
|
|
2475
2488
|
:creator_display_name,
|
|
2476
2489
|
:data_encryption_metadata,
|
|
2477
2490
|
:query_log_status,
|
|
@@ -5388,6 +5401,59 @@ module Aws::CleanRooms
|
|
|
5388
5401
|
include Aws::Structure
|
|
5389
5402
|
end
|
|
5390
5403
|
|
|
5404
|
+
# The ML member abilities for a collaboration member.
|
|
5405
|
+
#
|
|
5406
|
+
# Custom ML modeling is in beta release and is subject to change. For
|
|
5407
|
+
# beta terms and conditions, see *Betas and Previews* in the [Amazon Web
|
|
5408
|
+
# Services Service Terms][1].
|
|
5409
|
+
#
|
|
5410
|
+
#
|
|
5411
|
+
#
|
|
5412
|
+
# [1]: https://aws.amazon.com/service-terms/
|
|
5413
|
+
#
|
|
5414
|
+
# @!attribute [rw] custom_ml_member_abilities
|
|
5415
|
+
# The custom ML member abilities for a collaboration member. The
|
|
5416
|
+
# inference feature is not available in the custom ML modeling beta.
|
|
5417
|
+
#
|
|
5418
|
+
# Custom ML modeling is in beta release and is subject to change. For
|
|
5419
|
+
# beta terms and conditions, see *Betas and Previews* in the [Amazon
|
|
5420
|
+
# Web Services Service Terms][1].
|
|
5421
|
+
#
|
|
5422
|
+
#
|
|
5423
|
+
#
|
|
5424
|
+
# [1]: https://aws.amazon.com/service-terms/
|
|
5425
|
+
# @return [Array<String>]
|
|
5426
|
+
#
|
|
5427
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/MLMemberAbilities AWS API Documentation
|
|
5428
|
+
#
|
|
5429
|
+
class MLMemberAbilities < Struct.new(
|
|
5430
|
+
:custom_ml_member_abilities)
|
|
5431
|
+
SENSITIVE = []
|
|
5432
|
+
include Aws::Structure
|
|
5433
|
+
end
|
|
5434
|
+
|
|
5435
|
+
# An object representing the collaboration member's machine learning
|
|
5436
|
+
# payment responsibilities set by the collaboration creator.
|
|
5437
|
+
#
|
|
5438
|
+
# @!attribute [rw] model_training
|
|
5439
|
+
# The payment responsibilities accepted by the member for model
|
|
5440
|
+
# training.
|
|
5441
|
+
# @return [Types::ModelTrainingPaymentConfig]
|
|
5442
|
+
#
|
|
5443
|
+
# @!attribute [rw] model_inference
|
|
5444
|
+
# The payment responsibilities accepted by the member for model
|
|
5445
|
+
# inference.
|
|
5446
|
+
# @return [Types::ModelInferencePaymentConfig]
|
|
5447
|
+
#
|
|
5448
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/MLPaymentConfig AWS API Documentation
|
|
5449
|
+
#
|
|
5450
|
+
class MLPaymentConfig < Struct.new(
|
|
5451
|
+
:model_training,
|
|
5452
|
+
:model_inference)
|
|
5453
|
+
SENSITIVE = []
|
|
5454
|
+
include Aws::Structure
|
|
5455
|
+
end
|
|
5456
|
+
|
|
5391
5457
|
# Basic metadata used to construct a new member.
|
|
5392
5458
|
#
|
|
5393
5459
|
# @!attribute [rw] account_id
|
|
@@ -5399,6 +5465,18 @@ module Aws::CleanRooms
|
|
|
5399
5465
|
# The abilities granted to the collaboration member.
|
|
5400
5466
|
# @return [Array<String>]
|
|
5401
5467
|
#
|
|
5468
|
+
# @!attribute [rw] ml_member_abilities
|
|
5469
|
+
# The ML abilities granted to the collaboration member.
|
|
5470
|
+
#
|
|
5471
|
+
# Custom ML modeling is in beta release and is subject to change. For
|
|
5472
|
+
# beta terms and conditions, see *Betas and Previews* in the [Amazon
|
|
5473
|
+
# Web Services Service Terms][1].
|
|
5474
|
+
#
|
|
5475
|
+
#
|
|
5476
|
+
#
|
|
5477
|
+
# [1]: https://aws.amazon.com/service-terms/
|
|
5478
|
+
# @return [Types::MLMemberAbilities]
|
|
5479
|
+
#
|
|
5402
5480
|
# @!attribute [rw] display_name
|
|
5403
5481
|
# The member's display name.
|
|
5404
5482
|
# @return [String]
|
|
@@ -5417,6 +5495,7 @@ module Aws::CleanRooms
|
|
|
5417
5495
|
class MemberSpecification < Struct.new(
|
|
5418
5496
|
:account_id,
|
|
5419
5497
|
:member_abilities,
|
|
5498
|
+
:ml_member_abilities,
|
|
5420
5499
|
:display_name,
|
|
5421
5500
|
:payment_configuration)
|
|
5422
5501
|
SENSITIVE = []
|
|
@@ -5442,6 +5521,18 @@ module Aws::CleanRooms
|
|
|
5442
5521
|
# The abilities granted to the collaboration member.
|
|
5443
5522
|
# @return [Array<String>]
|
|
5444
5523
|
#
|
|
5524
|
+
# @!attribute [rw] ml_abilities
|
|
5525
|
+
# Provides a summary of the ML abilities for the collaboration member.
|
|
5526
|
+
#
|
|
5527
|
+
# Custom ML modeling is in beta release and is subject to change. For
|
|
5528
|
+
# beta terms and conditions, see *Betas and Previews* in the [Amazon
|
|
5529
|
+
# Web Services Service Terms][1].
|
|
5530
|
+
#
|
|
5531
|
+
#
|
|
5532
|
+
#
|
|
5533
|
+
# [1]: https://aws.amazon.com/service-terms/
|
|
5534
|
+
# @return [Types::MLMemberAbilities]
|
|
5535
|
+
#
|
|
5445
5536
|
# @!attribute [rw] create_time
|
|
5446
5537
|
# The time when the member was created.
|
|
5447
5538
|
# @return [Time]
|
|
@@ -5470,6 +5561,7 @@ module Aws::CleanRooms
|
|
|
5470
5561
|
:status,
|
|
5471
5562
|
:display_name,
|
|
5472
5563
|
:abilities,
|
|
5564
|
+
:ml_abilities,
|
|
5473
5565
|
:create_time,
|
|
5474
5566
|
:update_time,
|
|
5475
5567
|
:membership_id,
|
|
@@ -5526,6 +5618,19 @@ module Aws::CleanRooms
|
|
|
5526
5618
|
# The abilities granted to the collaboration member.
|
|
5527
5619
|
# @return [Array<String>]
|
|
5528
5620
|
#
|
|
5621
|
+
# @!attribute [rw] ml_member_abilities
|
|
5622
|
+
# Specifies the ML member abilities that are granted to a
|
|
5623
|
+
# collaboration member.
|
|
5624
|
+
#
|
|
5625
|
+
# Custom ML modeling is in beta release and is subject to change. For
|
|
5626
|
+
# beta terms and conditions, see *Betas and Previews* in the [Amazon
|
|
5627
|
+
# Web Services Service Terms][1].
|
|
5628
|
+
#
|
|
5629
|
+
#
|
|
5630
|
+
#
|
|
5631
|
+
# [1]: https://aws.amazon.com/service-terms/
|
|
5632
|
+
# @return [Types::MLMemberAbilities]
|
|
5633
|
+
#
|
|
5529
5634
|
# @!attribute [rw] query_log_status
|
|
5530
5635
|
# An indicator as to whether query logging has been enabled or
|
|
5531
5636
|
# disabled for the membership.
|
|
@@ -5554,6 +5659,7 @@ module Aws::CleanRooms
|
|
|
5554
5659
|
:update_time,
|
|
5555
5660
|
:status,
|
|
5556
5661
|
:member_abilities,
|
|
5662
|
+
:ml_member_abilities,
|
|
5557
5663
|
:query_log_status,
|
|
5558
5664
|
:default_result_configuration,
|
|
5559
5665
|
:payment_configuration)
|
|
@@ -5561,6 +5667,86 @@ module Aws::CleanRooms
|
|
|
5561
5667
|
include Aws::Structure
|
|
5562
5668
|
end
|
|
5563
5669
|
|
|
5670
|
+
# An object representing the collaboration member's machine learning
|
|
5671
|
+
# payment responsibilities set by the collaboration creator.
|
|
5672
|
+
#
|
|
5673
|
+
# @!attribute [rw] model_training
|
|
5674
|
+
# The payment responsibilities accepted by the member for model
|
|
5675
|
+
# training.
|
|
5676
|
+
# @return [Types::MembershipModelTrainingPaymentConfig]
|
|
5677
|
+
#
|
|
5678
|
+
# @!attribute [rw] model_inference
|
|
5679
|
+
# The payment responsibilities accepted by the member for model
|
|
5680
|
+
# inference.
|
|
5681
|
+
# @return [Types::MembershipModelInferencePaymentConfig]
|
|
5682
|
+
#
|
|
5683
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/MembershipMLPaymentConfig AWS API Documentation
|
|
5684
|
+
#
|
|
5685
|
+
class MembershipMLPaymentConfig < Struct.new(
|
|
5686
|
+
:model_training,
|
|
5687
|
+
:model_inference)
|
|
5688
|
+
SENSITIVE = []
|
|
5689
|
+
include Aws::Structure
|
|
5690
|
+
end
|
|
5691
|
+
|
|
5692
|
+
# An object representing the collaboration member's model inference
|
|
5693
|
+
# payment responsibilities set by the collaboration creator.
|
|
5694
|
+
#
|
|
5695
|
+
# @!attribute [rw] is_responsible
|
|
5696
|
+
# Indicates whether the collaboration member has accepted to pay for
|
|
5697
|
+
# model inference costs (`TRUE`) or has not accepted to pay for model
|
|
5698
|
+
# inference costs (`FALSE`).
|
|
5699
|
+
#
|
|
5700
|
+
# If the collaboration creator has not specified anyone to pay for
|
|
5701
|
+
# model inference costs, then the member who can query is the default
|
|
5702
|
+
# payer.
|
|
5703
|
+
#
|
|
5704
|
+
# An error message is returned for the following reasons:
|
|
5705
|
+
#
|
|
5706
|
+
# * If you set the value to `FALSE` but you are responsible to pay for
|
|
5707
|
+
# model inference costs.
|
|
5708
|
+
#
|
|
5709
|
+
# * If you set the value to `TRUE` but you are not responsible to pay
|
|
5710
|
+
# for model inference costs.
|
|
5711
|
+
# @return [Boolean]
|
|
5712
|
+
#
|
|
5713
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/MembershipModelInferencePaymentConfig AWS API Documentation
|
|
5714
|
+
#
|
|
5715
|
+
class MembershipModelInferencePaymentConfig < Struct.new(
|
|
5716
|
+
:is_responsible)
|
|
5717
|
+
SENSITIVE = []
|
|
5718
|
+
include Aws::Structure
|
|
5719
|
+
end
|
|
5720
|
+
|
|
5721
|
+
# An object representing the collaboration member's model training
|
|
5722
|
+
# payment responsibilities set by the collaboration creator.
|
|
5723
|
+
#
|
|
5724
|
+
# @!attribute [rw] is_responsible
|
|
5725
|
+
# Indicates whether the collaboration member has accepted to pay for
|
|
5726
|
+
# model training costs (`TRUE`) or has not accepted to pay for model
|
|
5727
|
+
# training costs (`FALSE`).
|
|
5728
|
+
#
|
|
5729
|
+
# If the collaboration creator has not specified anyone to pay for
|
|
5730
|
+
# model training costs, then the member who can query is the default
|
|
5731
|
+
# payer.
|
|
5732
|
+
#
|
|
5733
|
+
# An error message is returned for the following reasons:
|
|
5734
|
+
#
|
|
5735
|
+
# * If you set the value to `FALSE` but you are responsible to pay for
|
|
5736
|
+
# model training costs.
|
|
5737
|
+
#
|
|
5738
|
+
# * If you set the value to `TRUE` but you are not responsible to pay
|
|
5739
|
+
# for model training costs.
|
|
5740
|
+
# @return [Boolean]
|
|
5741
|
+
#
|
|
5742
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/MembershipModelTrainingPaymentConfig AWS API Documentation
|
|
5743
|
+
#
|
|
5744
|
+
class MembershipModelTrainingPaymentConfig < Struct.new(
|
|
5745
|
+
:is_responsible)
|
|
5746
|
+
SENSITIVE = []
|
|
5747
|
+
include Aws::Structure
|
|
5748
|
+
end
|
|
5749
|
+
|
|
5564
5750
|
# An object representing the payment responsibilities accepted by the
|
|
5565
5751
|
# collaboration member.
|
|
5566
5752
|
#
|
|
@@ -5569,10 +5755,16 @@ module Aws::CleanRooms
|
|
|
5569
5755
|
# for query compute costs.
|
|
5570
5756
|
# @return [Types::MembershipQueryComputePaymentConfig]
|
|
5571
5757
|
#
|
|
5758
|
+
# @!attribute [rw] machine_learning
|
|
5759
|
+
# The payment responsibilities accepted by the collaboration member
|
|
5760
|
+
# for machine learning costs.
|
|
5761
|
+
# @return [Types::MembershipMLPaymentConfig]
|
|
5762
|
+
#
|
|
5572
5763
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/MembershipPaymentConfiguration AWS API Documentation
|
|
5573
5764
|
#
|
|
5574
5765
|
class MembershipPaymentConfiguration < Struct.new(
|
|
5575
|
-
:query_compute
|
|
5766
|
+
:query_compute,
|
|
5767
|
+
:machine_learning)
|
|
5576
5768
|
SENSITIVE = []
|
|
5577
5769
|
include Aws::Structure
|
|
5578
5770
|
end
|
|
@@ -5698,6 +5890,18 @@ module Aws::CleanRooms
|
|
|
5698
5890
|
# The abilities granted to the collaboration member.
|
|
5699
5891
|
# @return [Array<String>]
|
|
5700
5892
|
#
|
|
5893
|
+
# @!attribute [rw] ml_member_abilities
|
|
5894
|
+
# Provides a summary of the ML abilities for the collaboration member.
|
|
5895
|
+
#
|
|
5896
|
+
# Custom ML modeling is in beta release and is subject to change. For
|
|
5897
|
+
# beta terms and conditions, see *Betas and Previews* in the [Amazon
|
|
5898
|
+
# Web Services Service Terms][1].
|
|
5899
|
+
#
|
|
5900
|
+
#
|
|
5901
|
+
#
|
|
5902
|
+
# [1]: https://aws.amazon.com/service-terms/
|
|
5903
|
+
# @return [Types::MLMemberAbilities]
|
|
5904
|
+
#
|
|
5701
5905
|
# @!attribute [rw] payment_configuration
|
|
5702
5906
|
# The payment responsibilities accepted by the collaboration member.
|
|
5703
5907
|
# @return [Types::MembershipPaymentConfiguration]
|
|
@@ -5716,11 +5920,66 @@ module Aws::CleanRooms
|
|
|
5716
5920
|
:update_time,
|
|
5717
5921
|
:status,
|
|
5718
5922
|
:member_abilities,
|
|
5923
|
+
:ml_member_abilities,
|
|
5719
5924
|
:payment_configuration)
|
|
5720
5925
|
SENSITIVE = []
|
|
5721
5926
|
include Aws::Structure
|
|
5722
5927
|
end
|
|
5723
5928
|
|
|
5929
|
+
# An object representing the collaboration member's model inference
|
|
5930
|
+
# payment responsibilities set by the collaboration creator.
|
|
5931
|
+
#
|
|
5932
|
+
# @!attribute [rw] is_responsible
|
|
5933
|
+
# Indicates whether the collaboration creator has configured the
|
|
5934
|
+
# collaboration member to pay for model inference costs (`TRUE`) or
|
|
5935
|
+
# has not configured the collaboration member to pay for model
|
|
5936
|
+
# inference costs (`FALSE`).
|
|
5937
|
+
#
|
|
5938
|
+
# Exactly one member can be configured to pay for model inference
|
|
5939
|
+
# costs. An error is returned if the collaboration creator sets a
|
|
5940
|
+
# `TRUE` value for more than one member in the collaboration.
|
|
5941
|
+
#
|
|
5942
|
+
# If the collaboration creator hasn't specified anyone as the member
|
|
5943
|
+
# paying for model inference costs, then the member who can query is
|
|
5944
|
+
# the default payer. An error is returned if the collaboration creator
|
|
5945
|
+
# sets a `FALSE` value for the member who can query.
|
|
5946
|
+
# @return [Boolean]
|
|
5947
|
+
#
|
|
5948
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/ModelInferencePaymentConfig AWS API Documentation
|
|
5949
|
+
#
|
|
5950
|
+
class ModelInferencePaymentConfig < Struct.new(
|
|
5951
|
+
:is_responsible)
|
|
5952
|
+
SENSITIVE = []
|
|
5953
|
+
include Aws::Structure
|
|
5954
|
+
end
|
|
5955
|
+
|
|
5956
|
+
# An object representing the collaboration member's model training
|
|
5957
|
+
# payment responsibilities set by the collaboration creator.
|
|
5958
|
+
#
|
|
5959
|
+
# @!attribute [rw] is_responsible
|
|
5960
|
+
# Indicates whether the collaboration creator has configured the
|
|
5961
|
+
# collaboration member to pay for model training costs (`TRUE`) or has
|
|
5962
|
+
# not configured the collaboration member to pay for model training
|
|
5963
|
+
# costs (`FALSE`).
|
|
5964
|
+
#
|
|
5965
|
+
# Exactly one member can be configured to pay for model training
|
|
5966
|
+
# costs. An error is returned if the collaboration creator sets a
|
|
5967
|
+
# `TRUE` value for more than one member in the collaboration.
|
|
5968
|
+
#
|
|
5969
|
+
# If the collaboration creator hasn't specified anyone as the member
|
|
5970
|
+
# paying for model training costs, then the member who can query is
|
|
5971
|
+
# the default payer. An error is returned if the collaboration creator
|
|
5972
|
+
# sets a `FALSE` value for the member who can query.
|
|
5973
|
+
# @return [Boolean]
|
|
5974
|
+
#
|
|
5975
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/ModelTrainingPaymentConfig AWS API Documentation
|
|
5976
|
+
#
|
|
5977
|
+
class ModelTrainingPaymentConfig < Struct.new(
|
|
5978
|
+
:is_responsible)
|
|
5979
|
+
SENSITIVE = []
|
|
5980
|
+
include Aws::Structure
|
|
5981
|
+
end
|
|
5982
|
+
|
|
5724
5983
|
# An object representing the collaboration member's payment
|
|
5725
5984
|
# responsibilities set by the collaboration creator.
|
|
5726
5985
|
#
|
|
@@ -5729,10 +5988,16 @@ module Aws::CleanRooms
|
|
|
5729
5988
|
# collaboration creator for query compute costs.
|
|
5730
5989
|
# @return [Types::QueryComputePaymentConfig]
|
|
5731
5990
|
#
|
|
5991
|
+
# @!attribute [rw] machine_learning
|
|
5992
|
+
# An object representing the collaboration member's machine learning
|
|
5993
|
+
# payment responsibilities set by the collaboration creator.
|
|
5994
|
+
# @return [Types::MLPaymentConfig]
|
|
5995
|
+
#
|
|
5732
5996
|
# @see http://docs.aws.amazon.com/goto/WebAPI/cleanrooms-2022-02-17/PaymentConfiguration AWS API Documentation
|
|
5733
5997
|
#
|
|
5734
5998
|
class PaymentConfiguration < Struct.new(
|
|
5735
|
-
:query_compute
|
|
5999
|
+
:query_compute,
|
|
6000
|
+
:machine_learning)
|
|
5736
6001
|
SENSITIVE = []
|
|
5737
6002
|
include Aws::Structure
|
|
5738
6003
|
end
|
data/lib/aws-sdk-cleanrooms.rb
CHANGED
data/sig/client.rbs
CHANGED
|
@@ -150,17 +150,31 @@ module Aws
|
|
|
150
150
|
{
|
|
151
151
|
account_id: ::String,
|
|
152
152
|
member_abilities: Array[("CAN_QUERY" | "CAN_RECEIVE_RESULTS")],
|
|
153
|
+
ml_member_abilities: {
|
|
154
|
+
custom_ml_member_abilities: Array[("CAN_RECEIVE_MODEL_OUTPUT" | "CAN_RECEIVE_INFERENCE_OUTPUT")]
|
|
155
|
+
}?,
|
|
153
156
|
display_name: ::String,
|
|
154
157
|
payment_configuration: {
|
|
155
158
|
query_compute: {
|
|
156
159
|
is_responsible: bool
|
|
157
|
-
}
|
|
160
|
+
},
|
|
161
|
+
machine_learning: {
|
|
162
|
+
model_training: {
|
|
163
|
+
is_responsible: bool
|
|
164
|
+
}?,
|
|
165
|
+
model_inference: {
|
|
166
|
+
is_responsible: bool
|
|
167
|
+
}?
|
|
168
|
+
}?
|
|
158
169
|
}?
|
|
159
170
|
},
|
|
160
171
|
],
|
|
161
172
|
name: ::String,
|
|
162
173
|
description: ::String,
|
|
163
174
|
creator_member_abilities: Array[("CAN_QUERY" | "CAN_RECEIVE_RESULTS")],
|
|
175
|
+
?creator_ml_member_abilities: {
|
|
176
|
+
custom_ml_member_abilities: Array[("CAN_RECEIVE_MODEL_OUTPUT" | "CAN_RECEIVE_INFERENCE_OUTPUT")]
|
|
177
|
+
},
|
|
164
178
|
creator_display_name: ::String,
|
|
165
179
|
?data_encryption_metadata: {
|
|
166
180
|
allow_cleartext: bool,
|
|
@@ -173,7 +187,15 @@ module Aws
|
|
|
173
187
|
?creator_payment_configuration: {
|
|
174
188
|
query_compute: {
|
|
175
189
|
is_responsible: bool
|
|
176
|
-
}
|
|
190
|
+
},
|
|
191
|
+
machine_learning: {
|
|
192
|
+
model_training: {
|
|
193
|
+
is_responsible: bool
|
|
194
|
+
}?,
|
|
195
|
+
model_inference: {
|
|
196
|
+
is_responsible: bool
|
|
197
|
+
}?
|
|
198
|
+
}?
|
|
177
199
|
},
|
|
178
200
|
?analytics_engine: ("SPARK" | "CLEAN_ROOMS_SQL")
|
|
179
201
|
) -> _CreateCollaborationResponseSuccess
|
|
@@ -373,7 +395,15 @@ module Aws
|
|
|
373
395
|
?payment_configuration: {
|
|
374
396
|
query_compute: {
|
|
375
397
|
is_responsible: bool
|
|
376
|
-
}
|
|
398
|
+
},
|
|
399
|
+
machine_learning: {
|
|
400
|
+
model_training: {
|
|
401
|
+
is_responsible: bool
|
|
402
|
+
}?,
|
|
403
|
+
model_inference: {
|
|
404
|
+
is_responsible: bool
|
|
405
|
+
}?
|
|
406
|
+
}?
|
|
377
407
|
}
|
|
378
408
|
) -> _CreateMembershipResponseSuccess
|
|
379
409
|
| (Hash[Symbol, untyped] params, ?Hash[Symbol, untyped] options) -> _CreateMembershipResponseSuccess
|
data/sig/types.rbs
CHANGED
|
@@ -633,6 +633,7 @@ module Aws::CleanRooms
|
|
|
633
633
|
attr_accessor name: ::String
|
|
634
634
|
attr_accessor description: ::String
|
|
635
635
|
attr_accessor creator_member_abilities: ::Array[("CAN_QUERY" | "CAN_RECEIVE_RESULTS")]
|
|
636
|
+
attr_accessor creator_ml_member_abilities: Types::MLMemberAbilities
|
|
636
637
|
attr_accessor creator_display_name: ::String
|
|
637
638
|
attr_accessor data_encryption_metadata: Types::DataEncryptionMetadata
|
|
638
639
|
attr_accessor query_log_status: ("ENABLED" | "DISABLED")
|
|
@@ -1530,9 +1531,21 @@ module Aws::CleanRooms
|
|
|
1530
1531
|
SENSITIVE: []
|
|
1531
1532
|
end
|
|
1532
1533
|
|
|
1534
|
+
class MLMemberAbilities
|
|
1535
|
+
attr_accessor custom_ml_member_abilities: ::Array[("CAN_RECEIVE_MODEL_OUTPUT" | "CAN_RECEIVE_INFERENCE_OUTPUT")]
|
|
1536
|
+
SENSITIVE: []
|
|
1537
|
+
end
|
|
1538
|
+
|
|
1539
|
+
class MLPaymentConfig
|
|
1540
|
+
attr_accessor model_training: Types::ModelTrainingPaymentConfig
|
|
1541
|
+
attr_accessor model_inference: Types::ModelInferencePaymentConfig
|
|
1542
|
+
SENSITIVE: []
|
|
1543
|
+
end
|
|
1544
|
+
|
|
1533
1545
|
class MemberSpecification
|
|
1534
1546
|
attr_accessor account_id: ::String
|
|
1535
1547
|
attr_accessor member_abilities: ::Array[("CAN_QUERY" | "CAN_RECEIVE_RESULTS")]
|
|
1548
|
+
attr_accessor ml_member_abilities: Types::MLMemberAbilities
|
|
1536
1549
|
attr_accessor display_name: ::String
|
|
1537
1550
|
attr_accessor payment_configuration: Types::PaymentConfiguration
|
|
1538
1551
|
SENSITIVE: []
|
|
@@ -1543,6 +1556,7 @@ module Aws::CleanRooms
|
|
|
1543
1556
|
attr_accessor status: ("INVITED" | "ACTIVE" | "LEFT" | "REMOVED")
|
|
1544
1557
|
attr_accessor display_name: ::String
|
|
1545
1558
|
attr_accessor abilities: ::Array[("CAN_QUERY" | "CAN_RECEIVE_RESULTS")]
|
|
1559
|
+
attr_accessor ml_abilities: Types::MLMemberAbilities
|
|
1546
1560
|
attr_accessor create_time: ::Time
|
|
1547
1561
|
attr_accessor update_time: ::Time
|
|
1548
1562
|
attr_accessor membership_id: ::String
|
|
@@ -1563,14 +1577,32 @@ module Aws::CleanRooms
|
|
|
1563
1577
|
attr_accessor update_time: ::Time
|
|
1564
1578
|
attr_accessor status: ("ACTIVE" | "REMOVED" | "COLLABORATION_DELETED")
|
|
1565
1579
|
attr_accessor member_abilities: ::Array[("CAN_QUERY" | "CAN_RECEIVE_RESULTS")]
|
|
1580
|
+
attr_accessor ml_member_abilities: Types::MLMemberAbilities
|
|
1566
1581
|
attr_accessor query_log_status: ("ENABLED" | "DISABLED")
|
|
1567
1582
|
attr_accessor default_result_configuration: Types::MembershipProtectedQueryResultConfiguration
|
|
1568
1583
|
attr_accessor payment_configuration: Types::MembershipPaymentConfiguration
|
|
1569
1584
|
SENSITIVE: []
|
|
1570
1585
|
end
|
|
1571
1586
|
|
|
1587
|
+
class MembershipMLPaymentConfig
|
|
1588
|
+
attr_accessor model_training: Types::MembershipModelTrainingPaymentConfig
|
|
1589
|
+
attr_accessor model_inference: Types::MembershipModelInferencePaymentConfig
|
|
1590
|
+
SENSITIVE: []
|
|
1591
|
+
end
|
|
1592
|
+
|
|
1593
|
+
class MembershipModelInferencePaymentConfig
|
|
1594
|
+
attr_accessor is_responsible: bool
|
|
1595
|
+
SENSITIVE: []
|
|
1596
|
+
end
|
|
1597
|
+
|
|
1598
|
+
class MembershipModelTrainingPaymentConfig
|
|
1599
|
+
attr_accessor is_responsible: bool
|
|
1600
|
+
SENSITIVE: []
|
|
1601
|
+
end
|
|
1602
|
+
|
|
1572
1603
|
class MembershipPaymentConfiguration
|
|
1573
1604
|
attr_accessor query_compute: Types::MembershipQueryComputePaymentConfig
|
|
1605
|
+
attr_accessor machine_learning: Types::MembershipMLPaymentConfig
|
|
1574
1606
|
SENSITIVE: []
|
|
1575
1607
|
end
|
|
1576
1608
|
|
|
@@ -1608,12 +1640,24 @@ module Aws::CleanRooms
|
|
|
1608
1640
|
attr_accessor update_time: ::Time
|
|
1609
1641
|
attr_accessor status: ("ACTIVE" | "REMOVED" | "COLLABORATION_DELETED")
|
|
1610
1642
|
attr_accessor member_abilities: ::Array[("CAN_QUERY" | "CAN_RECEIVE_RESULTS")]
|
|
1643
|
+
attr_accessor ml_member_abilities: Types::MLMemberAbilities
|
|
1611
1644
|
attr_accessor payment_configuration: Types::MembershipPaymentConfiguration
|
|
1612
1645
|
SENSITIVE: []
|
|
1613
1646
|
end
|
|
1614
1647
|
|
|
1648
|
+
class ModelInferencePaymentConfig
|
|
1649
|
+
attr_accessor is_responsible: bool
|
|
1650
|
+
SENSITIVE: []
|
|
1651
|
+
end
|
|
1652
|
+
|
|
1653
|
+
class ModelTrainingPaymentConfig
|
|
1654
|
+
attr_accessor is_responsible: bool
|
|
1655
|
+
SENSITIVE: []
|
|
1656
|
+
end
|
|
1657
|
+
|
|
1615
1658
|
class PaymentConfiguration
|
|
1616
1659
|
attr_accessor query_compute: Types::QueryComputePaymentConfig
|
|
1660
|
+
attr_accessor machine_learning: Types::MLPaymentConfig
|
|
1617
1661
|
SENSITIVE: []
|
|
1618
1662
|
end
|
|
1619
1663
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-cleanrooms
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.36.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-11-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|