Skip to content

Commit 9cdb258

Browse files
Release Model Changes:
40d4cabe-34a3-40b6-bd7d-499c294dd90b
1 parent e3f2448 commit 9cdb258

File tree

2 files changed

+64
-15
lines changed

2 files changed

+64
-15
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
model.all.version=1.0.143
1+
model.all.version=1.0.144
22
model.accessanalyzer.version=1.0.4
33
model.account.version=1.0.3
44
model.acm.version=1.0.3
@@ -55,7 +55,7 @@ model.chime-sdk-meetings.version=1.0.3
5555
model.chime-sdk-messaging.version=1.0.3
5656
model.chime-sdk-voice.version=1.0.3
5757
model.cleanrooms.version=1.0.12
58-
model.cleanroomsml.version=1.0.7
58+
model.cleanroomsml.version=1.0.8
5959
model.cloud9.version=1.0.2
6060
model.cloudcontrol.version=1.0.2
6161
model.clouddirectory.version=1.0.2

models/cleanroomsml/service/2023-09-06/cleanroomsml-2023-09-06.json

Lines changed: 62 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -9988,8 +9988,7 @@
99889988
"columnClassification": {
99899989
"target": "com.amazonaws.cleanroomsml#ColumnClassificationDetails",
99909990
"traits": {
9991-
"smithy.api#documentation": "<p>Classification details for data columns that specify how each column should be treated during synthetic data generation.</p>",
9992-
"smithy.api#required": {}
9991+
"smithy.api#documentation": "<p>Classification details for data columns that specify how each column should be treated during synthetic data generation.</p>"
99939992
}
99949993
}
99959994
},
@@ -10277,7 +10276,16 @@
1027710276
}
1027810277
}
1027910278
},
10280-
"com.amazonaws.cleanroomsml#ParameterKey": {
10279+
"com.amazonaws.cleanroomsml#ParameterMap": {
10280+
"type": "map",
10281+
"key": {
10282+
"target": "com.amazonaws.cleanroomsml#ParameterName"
10283+
},
10284+
"value": {
10285+
"target": "com.amazonaws.cleanroomsml#ParameterValue"
10286+
}
10287+
},
10288+
"com.amazonaws.cleanroomsml#ParameterName": {
1028110289
"type": "string",
1028210290
"traits": {
1028310291
"smithy.api#length": {
@@ -10287,15 +10295,6 @@
1028710295
"smithy.api#pattern": "^[0-9a-zA-Z_]+$"
1028810296
}
1028910297
},
10290-
"com.amazonaws.cleanroomsml#ParameterMap": {
10291-
"type": "map",
10292-
"key": {
10293-
"target": "com.amazonaws.cleanroomsml#ParameterKey"
10294-
},
10295-
"value": {
10296-
"target": "com.amazonaws.cleanroomsml#ParameterValue"
10297-
}
10298-
},
1029910298
"com.amazonaws.cleanroomsml#ParameterValue": {
1030010299
"type": "string",
1030110300
"traits": {
@@ -10626,7 +10625,7 @@
1062610625
"volumeSizeInGB": {
1062710626
"target": "smithy.api#Integer",
1062810627
"traits": {
10629-
"smithy.api#documentation": "<p>The maximum size of the instance that is used to train the model.</p>",
10628+
"smithy.api#documentation": "<p>The volume size of the instance that is used to train the model. Please see <a href=\"https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instance-store-volumes.html\">EC2 volume limit</a> for volume size limitations on different instance types.</p>",
1063010629
"smithy.api#range": {
1063110630
"min": 1,
1063210631
"max": 8192
@@ -10784,6 +10783,39 @@
1078410783
}
1078510784
}
1078610785
},
10786+
"com.amazonaws.cleanroomsml#SparkProperties": {
10787+
"type": "map",
10788+
"key": {
10789+
"target": "com.amazonaws.cleanroomsml#SparkPropertyKey"
10790+
},
10791+
"value": {
10792+
"target": "com.amazonaws.cleanroomsml#SparkPropertyValue"
10793+
},
10794+
"traits": {
10795+
"smithy.api#length": {
10796+
"min": 0,
10797+
"max": 50
10798+
}
10799+
}
10800+
},
10801+
"com.amazonaws.cleanroomsml#SparkPropertyKey": {
10802+
"type": "string",
10803+
"traits": {
10804+
"smithy.api#length": {
10805+
"min": 1,
10806+
"max": 200
10807+
}
10808+
}
10809+
},
10810+
"com.amazonaws.cleanroomsml#SparkPropertyValue": {
10811+
"type": "string",
10812+
"traits": {
10813+
"smithy.api#length": {
10814+
"min": 0,
10815+
"max": 500
10816+
}
10817+
}
10818+
},
1078710819
"com.amazonaws.cleanroomsml#StartAudienceExportJob": {
1078810820
"type": "operation",
1078910821
"input": {
@@ -12558,12 +12590,29 @@
1255812590
"max": 400
1255912591
}
1256012592
}
12593+
},
12594+
"properties": {
12595+
"target": "com.amazonaws.cleanroomsml#WorkerComputeConfigurationProperties"
1256112596
}
1256212597
},
1256312598
"traits": {
1256412599
"smithy.api#documentation": "<p>Configuration information about the compute workers that perform the transform job.</p>"
1256512600
}
1256612601
},
12602+
"com.amazonaws.cleanroomsml#WorkerComputeConfigurationProperties": {
12603+
"type": "union",
12604+
"members": {
12605+
"spark": {
12606+
"target": "com.amazonaws.cleanroomsml#SparkProperties",
12607+
"traits": {
12608+
"smithy.api#documentation": "<p>The Spark configuration properties for SQL workloads. This map contains key-value pairs that configure Apache Spark settings to optimize performance for your data processing jobs. You can specify up to 50 Spark properties, with each key being 1-200 characters and each value being 0-500 characters. These properties allow you to adjust compute capacity for large datasets and complex workloads.</p>"
12609+
}
12610+
}
12611+
},
12612+
"traits": {
12613+
"smithy.api#documentation": "<p>The configuration properties for the worker compute environment. These properties allow you to customize the compute settings for your Clean Rooms workloads.</p>"
12614+
}
12615+
},
1256712616
"com.amazonaws.cleanroomsml#WorkerComputeType": {
1256812617
"type": "enum",
1256912618
"members": {

0 commit comments

Comments
 (0)