|
2328 | 2328 | "errorMessageConfiguration":{ |
2329 | 2329 | "shape":"ErrorMessageConfiguration", |
2330 | 2330 | "documentation":"<p>The configuration that specifies the level of detail in error messages returned by analyses using this template. When set to <code>DETAILED</code>, error messages include more information to help troubleshoot issues with PySpark jobs. Detailed error messages may expose underlying data, including sensitive information. Recommended for faster troubleshooting in development and testing environments.</p>" |
| 2331 | + }, |
| 2332 | + "syntheticDataParameters":{ |
| 2333 | + "shape":"SyntheticDataParameters", |
| 2334 | + "documentation":"<p>The parameters used to generate synthetic data for this analysis template.</p>" |
2331 | 2335 | } |
2332 | 2336 | }, |
2333 | 2337 | "documentation":"<p>The analysis template.</p>" |
|
2463 | 2467 | "description":{ |
2464 | 2468 | "shape":"ResourceDescription", |
2465 | 2469 | "documentation":"<p>The description of the analysis template.</p>" |
| 2470 | + }, |
| 2471 | + "isSyntheticData":{ |
| 2472 | + "shape":"Boolean", |
| 2473 | + "documentation":"<p>Indicates if this analysis template summary generated synthetic data.</p>" |
2466 | 2474 | } |
2467 | 2475 | }, |
2468 | 2476 | "documentation":"<p>The metadata of the analysis template.</p>" |
|
2473 | 2481 | }, |
2474 | 2482 | "AnalysisTemplateText":{ |
2475 | 2483 | "type":"string", |
2476 | | - "max":90000, |
| 2484 | + "max":500000, |
2477 | 2485 | "min":0, |
2478 | 2486 | "sensitive":true |
2479 | 2487 | }, |
|
3136 | 3144 | "errorMessageConfiguration":{ |
3137 | 3145 | "shape":"ErrorMessageConfiguration", |
3138 | 3146 | "documentation":"<p>The configuration that specifies the level of detail in error messages returned by analyses using this template. When set to <code>DETAILED</code>, error messages include more information to help troubleshoot issues with PySpark jobs. Detailed error messages may expose underlying data, including sensitive information. Recommended for faster troubleshooting in development and testing environments.</p>" |
| 3147 | + }, |
| 3148 | + "syntheticDataParameters":{ |
| 3149 | + "shape":"SyntheticDataParameters", |
| 3150 | + "documentation":"<p>The synthetic data generation parameters configured for this collaboration analysis template.</p>" |
3139 | 3151 | } |
3140 | 3152 | }, |
3141 | 3153 | "documentation":"<p>The analysis template within a collaboration.</p>" |
|
3194 | 3206 | "description":{ |
3195 | 3207 | "shape":"ResourceDescription", |
3196 | 3208 | "documentation":"<p>The description of the analysis template.</p>" |
| 3209 | + }, |
| 3210 | + "isSyntheticData":{ |
| 3211 | + "shape":"Boolean", |
| 3212 | + "documentation":"<p>Indicates if this collaboration analysis template uses synthetic data generation.</p>" |
3197 | 3213 | } |
3198 | 3214 | }, |
3199 | 3215 | "documentation":"<p>The metadata of the analysis template within a collaboration.</p>" |
|
3832 | 3848 | }, |
3833 | 3849 | "documentation":"<p>A column within a schema relation, derived from the underlying table.</p>" |
3834 | 3850 | }, |
| 3851 | + "ColumnClassificationDetails":{ |
| 3852 | + "type":"structure", |
| 3853 | + "required":["columnMapping"], |
| 3854 | + "members":{ |
| 3855 | + "columnMapping":{ |
| 3856 | + "shape":"ColumnMappingList", |
| 3857 | + "documentation":"<p>A mapping that defines the classification of data columns for synthetic data generation and specifies how each column should be handled during the privacy-preserving data synthesis process.</p>" |
| 3858 | + } |
| 3859 | + }, |
| 3860 | + "documentation":"<p>Contains classification information for data columns, including mappings that specify how columns should be handled during synthetic data generation and privacy analysis.</p>" |
| 3861 | + }, |
3835 | 3862 | "ColumnList":{ |
3836 | 3863 | "type":"list", |
3837 | 3864 | "member":{"shape":"Column"} |
3838 | 3865 | }, |
| 3866 | + "ColumnMappingList":{ |
| 3867 | + "type":"list", |
| 3868 | + "member":{"shape":"SyntheticDataColumnProperties"}, |
| 3869 | + "max":1000, |
| 3870 | + "min":5 |
| 3871 | + }, |
3839 | 3872 | "ColumnName":{ |
3840 | 3873 | "type":"string", |
3841 | 3874 | "max":128, |
|
4774 | 4807 | "errorMessageConfiguration":{ |
4775 | 4808 | "shape":"ErrorMessageConfiguration", |
4776 | 4809 | "documentation":"<p>The configuration that specifies the level of detail in error messages returned by analyses using this template. When set to <code>DETAILED</code>, error messages include more information to help troubleshoot issues with PySpark jobs. Detailed error messages may expose underlying data, including sensitive information. Recommended for faster troubleshooting in development and testing environments.</p>" |
| 4810 | + }, |
| 4811 | + "syntheticDataParameters":{ |
| 4812 | + "shape":"SyntheticDataParameters", |
| 4813 | + "documentation":"<p>The parameters for generating synthetic data when running the analysis template.</p>" |
4777 | 4814 | } |
4778 | 4815 | } |
4779 | 4816 | }, |
|
7937 | 7974 | "modelInference":{ |
7938 | 7975 | "shape":"ModelInferencePaymentConfig", |
7939 | 7976 | "documentation":"<p>The payment responsibilities accepted by the member for model inference.</p>" |
| 7977 | + }, |
| 7978 | + "syntheticDataGeneration":{ |
| 7979 | + "shape":"SyntheticDataGenerationPaymentConfig", |
| 7980 | + "documentation":"<p>The payment configuration for machine learning synthetic data generation.</p>" |
7940 | 7981 | } |
7941 | 7982 | }, |
7942 | 7983 | "documentation":"<p>An object representing the collaboration member's machine learning payment responsibilities set by the collaboration creator.</p>" |
7943 | 7984 | }, |
| 7985 | + "MLSyntheticDataParameters":{ |
| 7986 | + "type":"structure", |
| 7987 | + "required":[ |
| 7988 | + "epsilon", |
| 7989 | + "maxMembershipInferenceAttackScore", |
| 7990 | + "columnClassification" |
| 7991 | + ], |
| 7992 | + "members":{ |
| 7993 | + "epsilon":{ |
| 7994 | + "shape":"MLSyntheticDataParametersEpsilonDouble", |
| 7995 | + "documentation":"<p>The epsilon value for differential privacy when generating synthetic data. Lower values provide stronger privacy guarantees but may reduce data utility.</p>" |
| 7996 | + }, |
| 7997 | + "maxMembershipInferenceAttackScore":{ |
| 7998 | + "shape":"MaxMembershipInferenceAttackScore", |
| 7999 | + "documentation":"<p>The maximum acceptable score for membership inference attack vulnerability. Synthetic data generation fails if the score for the resulting data exceeds this threshold.</p>" |
| 8000 | + }, |
| 8001 | + "columnClassification":{ |
| 8002 | + "shape":"ColumnClassificationDetails", |
| 8003 | + "documentation":"<p>Classification details for data columns that specify how each column should be treated during synthetic data generation.</p>" |
| 8004 | + } |
| 8005 | + }, |
| 8006 | + "documentation":"<p>Parameters that control the generation of synthetic data for machine learning, including privacy settings and column classification details.</p>" |
| 8007 | + }, |
| 8008 | + "MLSyntheticDataParametersEpsilonDouble":{ |
| 8009 | + "type":"double", |
| 8010 | + "box":true, |
| 8011 | + "max":10, |
| 8012 | + "min":0.0001 |
| 8013 | + }, |
| 8014 | + "MaxMembershipInferenceAttackScore":{ |
| 8015 | + "type":"double", |
| 8016 | + "box":true, |
| 8017 | + "max":1, |
| 8018 | + "min":0.5 |
| 8019 | + }, |
7944 | 8020 | "MaxResults":{ |
7945 | 8021 | "type":"integer", |
7946 | 8022 | "box":true, |
|
7984 | 8060 | "MemberList":{ |
7985 | 8061 | "type":"list", |
7986 | 8062 | "member":{"shape":"MemberSpecification"}, |
7987 | | - "max":9, |
7988 | 8063 | "min":0 |
7989 | 8064 | }, |
7990 | 8065 | "MemberSpecification":{ |
|
8215 | 8290 | "modelInference":{ |
8216 | 8291 | "shape":"MembershipModelInferencePaymentConfig", |
8217 | 8292 | "documentation":"<p>The payment responsibilities accepted by the member for model inference.</p>" |
| 8293 | + }, |
| 8294 | + "syntheticDataGeneration":{ |
| 8295 | + "shape":"MembershipSyntheticDataGenerationPaymentConfig", |
| 8296 | + "documentation":"<p>The payment configuration for synthetic data generation for this machine learning membership.</p>" |
8218 | 8297 | } |
8219 | 8298 | }, |
8220 | 8299 | "documentation":"<p>An object representing the collaboration member's machine learning payment responsibilities set by the collaboration creator.</p>" |
|
8414 | 8493 | "type":"list", |
8415 | 8494 | "member":{"shape":"MembershipSummary"} |
8416 | 8495 | }, |
| 8496 | + "MembershipSyntheticDataGenerationPaymentConfig":{ |
| 8497 | + "type":"structure", |
| 8498 | + "required":["isResponsible"], |
| 8499 | + "members":{ |
| 8500 | + "isResponsible":{ |
| 8501 | + "shape":"Boolean", |
| 8502 | + "documentation":"<p>Indicates if this membership is responsible for paying for synthetic data generation.</p>" |
| 8503 | + } |
| 8504 | + }, |
| 8505 | + "documentation":"<p>Configuration for payment for synthetic data generation in a membership.</p>" |
| 8506 | + }, |
8417 | 8507 | "ModelInferencePaymentConfig":{ |
8418 | 8508 | "type":"structure", |
8419 | 8509 | "required":["isResponsible"], |
|
9054 | 9144 | }, |
9055 | 9145 | "ProtectedJobParameters":{ |
9056 | 9146 | "type":"structure", |
| 9147 | + "required":["analysisTemplateArn"], |
9057 | 9148 | "members":{ |
9058 | 9149 | "analysisTemplateArn":{ |
9059 | 9150 | "shape":"AnalysisTemplateArn", |
|
10396 | 10487 | "mx-central-1" |
10397 | 10488 | ] |
10398 | 10489 | }, |
| 10490 | + "SyntheticDataColumnName":{ |
| 10491 | + "type":"string", |
| 10492 | + "max":128, |
| 10493 | + "min":0, |
| 10494 | + "pattern":"[a-z0-9_](([a-z0-9_]+-)*([a-z0-9_]+))?" |
| 10495 | + }, |
| 10496 | + "SyntheticDataColumnProperties":{ |
| 10497 | + "type":"structure", |
| 10498 | + "required":[ |
| 10499 | + "columnName", |
| 10500 | + "columnType", |
| 10501 | + "isPredictiveValue" |
| 10502 | + ], |
| 10503 | + "members":{ |
| 10504 | + "columnName":{ |
| 10505 | + "shape":"SyntheticDataColumnName", |
| 10506 | + "documentation":"<p>The name of the data column as it appears in the dataset.</p>" |
| 10507 | + }, |
| 10508 | + "columnType":{ |
| 10509 | + "shape":"SyntheticDataColumnType", |
| 10510 | + "documentation":"<p>The data type of the column, which determines how the synthetic data generation algorithm processes and synthesizes values for this column.</p>" |
| 10511 | + }, |
| 10512 | + "isPredictiveValue":{ |
| 10513 | + "shape":"Boolean", |
| 10514 | + "documentation":"<p>Indicates if this column contains predictive values that should be treated as target variables in machine learning models. This affects how the synthetic data generation preserves statistical relationships.</p>" |
| 10515 | + } |
| 10516 | + }, |
| 10517 | + "documentation":"<p>Properties that define how a specific data column should be handled during synthetic data generation, including its name, type, and role in predictive modeling.</p>" |
| 10518 | + }, |
| 10519 | + "SyntheticDataColumnType":{ |
| 10520 | + "type":"string", |
| 10521 | + "enum":[ |
| 10522 | + "CATEGORICAL", |
| 10523 | + "NUMERICAL" |
| 10524 | + ] |
| 10525 | + }, |
| 10526 | + "SyntheticDataGenerationPaymentConfig":{ |
| 10527 | + "type":"structure", |
| 10528 | + "required":["isResponsible"], |
| 10529 | + "members":{ |
| 10530 | + "isResponsible":{ |
| 10531 | + "shape":"Boolean", |
| 10532 | + "documentation":"<p>Indicates who is responsible for paying for synthetic data generation.</p>" |
| 10533 | + } |
| 10534 | + }, |
| 10535 | + "documentation":"<p>Payment configuration for synthetic data generation.</p>" |
| 10536 | + }, |
| 10537 | + "SyntheticDataParameters":{ |
| 10538 | + "type":"structure", |
| 10539 | + "members":{ |
| 10540 | + "mlSyntheticDataParameters":{ |
| 10541 | + "shape":"MLSyntheticDataParameters", |
| 10542 | + "documentation":"<p>The machine learning-specific parameters for synthetic data generation.</p>" |
| 10543 | + } |
| 10544 | + }, |
| 10545 | + "documentation":"<p>The parameters that control how synthetic data is generated, including privacy settings, column classifications, and other configuration options that affect the data synthesis process.</p>", |
| 10546 | + "union":true |
| 10547 | + }, |
10399 | 10548 | "TableAlias":{ |
10400 | 10549 | "type":"string", |
10401 | 10550 | "max":128, |
|
0 commit comments