|
9988 | 9988 | "columnClassification": { |
9989 | 9989 | "target": "com.amazonaws.cleanroomsml#ColumnClassificationDetails", |
9990 | 9990 | "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>" |
9993 | 9992 | } |
9994 | 9993 | } |
9995 | 9994 | }, |
|
10277 | 10276 | } |
10278 | 10277 | } |
10279 | 10278 | }, |
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": { |
10281 | 10289 | "type": "string", |
10282 | 10290 | "traits": { |
10283 | 10291 | "smithy.api#length": { |
|
10287 | 10295 | "smithy.api#pattern": "^[0-9a-zA-Z_]+$" |
10288 | 10296 | } |
10289 | 10297 | }, |
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 | | - }, |
10299 | 10298 | "com.amazonaws.cleanroomsml#ParameterValue": { |
10300 | 10299 | "type": "string", |
10301 | 10300 | "traits": { |
|
10626 | 10625 | "volumeSizeInGB": { |
10627 | 10626 | "target": "smithy.api#Integer", |
10628 | 10627 | "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>", |
10630 | 10629 | "smithy.api#range": { |
10631 | 10630 | "min": 1, |
10632 | 10631 | "max": 8192 |
|
10784 | 10783 | } |
10785 | 10784 | } |
10786 | 10785 | }, |
| 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 | + }, |
10787 | 10819 | "com.amazonaws.cleanroomsml#StartAudienceExportJob": { |
10788 | 10820 | "type": "operation", |
10789 | 10821 | "input": { |
@@ -12558,12 +12590,29 @@ |
12558 | 12590 | "max": 400 |
12559 | 12591 | } |
12560 | 12592 | } |
| 12593 | + }, |
| 12594 | + "properties": { |
| 12595 | + "target": "com.amazonaws.cleanroomsml#WorkerComputeConfigurationProperties" |
12561 | 12596 | } |
12562 | 12597 | }, |
12563 | 12598 | "traits": { |
12564 | 12599 | "smithy.api#documentation": "<p>Configuration information about the compute workers that perform the transform job.</p>" |
12565 | 12600 | } |
12566 | 12601 | }, |
| 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 | + }, |
12567 | 12616 | "com.amazonaws.cleanroomsml#WorkerComputeType": { |
12568 | 12617 | "type": "enum", |
12569 | 12618 | "members": { |
|
0 commit comments