@aws-sdk/client-cleanrooms 3.939.0 → 3.942.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.
- package/dist-cjs/index.js +64 -16
- package/dist-es/models/enums.js +4 -0
- package/dist-es/schemas/schemas_0.js +59 -16
- package/dist-types/commands/BatchGetCollaborationAnalysisTemplateCommand.d.ts +15 -0
- package/dist-types/commands/CreateAnalysisTemplateCommand.d.ts +30 -0
- package/dist-types/commands/CreateCollaborationCommand.d.ts +6 -0
- package/dist-types/commands/CreateMembershipCommand.d.ts +6 -0
- package/dist-types/commands/GetAnalysisTemplateCommand.d.ts +15 -0
- package/dist-types/commands/GetCollaborationAnalysisTemplateCommand.d.ts +15 -0
- package/dist-types/commands/GetMembershipCommand.d.ts +3 -0
- package/dist-types/commands/GetProtectedJobCommand.d.ts +1 -1
- package/dist-types/commands/ListAnalysisTemplatesCommand.d.ts +1 -0
- package/dist-types/commands/ListCollaborationAnalysisTemplatesCommand.d.ts +1 -0
- package/dist-types/commands/ListMembersCommand.d.ts +3 -0
- package/dist-types/commands/ListMembershipsCommand.d.ts +3 -0
- package/dist-types/commands/StartProtectedJobCommand.d.ts +2 -2
- package/dist-types/commands/UpdateAnalysisTemplateCommand.d.ts +15 -0
- package/dist-types/commands/UpdateMembershipCommand.d.ts +3 -0
- package/dist-types/commands/UpdateProtectedJobCommand.d.ts +1 -1
- package/dist-types/models/enums.d.ts +12 -0
- package/dist-types/models/models_0.d.ts +145 -131
- package/dist-types/models/models_1.d.ts +130 -1
- package/dist-types/schemas/schemas_0.d.ts +7 -0
- package/dist-types/ts3.4/models/enums.d.ts +6 -0
- package/dist-types/ts3.4/models/models_0.d.ts +47 -56
- package/dist-types/ts3.4/models/models_1.d.ts +58 -3
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +7 -0
- package/package.json +5 -5
|
@@ -74,6 +74,9 @@ declare const CreateMembershipCommand_base: {
|
|
|
74
74
|
* modelInference: { // MembershipModelInferencePaymentConfig
|
|
75
75
|
* isResponsible: true || false, // required
|
|
76
76
|
* },
|
|
77
|
+
* syntheticDataGeneration: { // MembershipSyntheticDataGenerationPaymentConfig
|
|
78
|
+
* isResponsible: true || false, // required
|
|
79
|
+
* },
|
|
77
80
|
* },
|
|
78
81
|
* jobCompute: { // MembershipJobComputePaymentConfig
|
|
79
82
|
* isResponsible: true || false, // required
|
|
@@ -135,6 +138,9 @@ declare const CreateMembershipCommand_base: {
|
|
|
135
138
|
* // modelInference: { // MembershipModelInferencePaymentConfig
|
|
136
139
|
* // isResponsible: true || false, // required
|
|
137
140
|
* // },
|
|
141
|
+
* // syntheticDataGeneration: { // MembershipSyntheticDataGenerationPaymentConfig
|
|
142
|
+
* // isResponsible: true || false, // required
|
|
143
|
+
* // },
|
|
138
144
|
* // },
|
|
139
145
|
* // jobCompute: { // MembershipJobComputePaymentConfig
|
|
140
146
|
* // isResponsible: true || false, // required
|
|
@@ -113,6 +113,21 @@ declare const GetAnalysisTemplateCommand_base: {
|
|
|
113
113
|
* // errorMessageConfiguration: { // ErrorMessageConfiguration
|
|
114
114
|
* // type: "DETAILED", // required
|
|
115
115
|
* // },
|
|
116
|
+
* // syntheticDataParameters: { // SyntheticDataParameters Union: only one key present
|
|
117
|
+
* // mlSyntheticDataParameters: { // MLSyntheticDataParameters
|
|
118
|
+
* // epsilon: Number("double"), // required
|
|
119
|
+
* // maxMembershipInferenceAttackScore: Number("double"), // required
|
|
120
|
+
* // columnClassification: { // ColumnClassificationDetails
|
|
121
|
+
* // columnMapping: [ // ColumnMappingList // required
|
|
122
|
+
* // { // SyntheticDataColumnProperties
|
|
123
|
+
* // columnName: "STRING_VALUE", // required
|
|
124
|
+
* // columnType: "CATEGORICAL" || "NUMERICAL", // required
|
|
125
|
+
* // isPredictiveValue: true || false, // required
|
|
126
|
+
* // },
|
|
127
|
+
* // ],
|
|
128
|
+
* // },
|
|
129
|
+
* // },
|
|
130
|
+
* // },
|
|
116
131
|
* // },
|
|
117
132
|
* // };
|
|
118
133
|
*
|
|
@@ -112,6 +112,21 @@ declare const GetCollaborationAnalysisTemplateCommand_base: {
|
|
|
112
112
|
* // errorMessageConfiguration: { // ErrorMessageConfiguration
|
|
113
113
|
* // type: "DETAILED", // required
|
|
114
114
|
* // },
|
|
115
|
+
* // syntheticDataParameters: { // SyntheticDataParameters Union: only one key present
|
|
116
|
+
* // mlSyntheticDataParameters: { // MLSyntheticDataParameters
|
|
117
|
+
* // epsilon: Number("double"), // required
|
|
118
|
+
* // maxMembershipInferenceAttackScore: Number("double"), // required
|
|
119
|
+
* // columnClassification: { // ColumnClassificationDetails
|
|
120
|
+
* // columnMapping: [ // ColumnMappingList // required
|
|
121
|
+
* // { // SyntheticDataColumnProperties
|
|
122
|
+
* // columnName: "STRING_VALUE", // required
|
|
123
|
+
* // columnType: "CATEGORICAL" || "NUMERICAL", // required
|
|
124
|
+
* // isPredictiveValue: true || false, // required
|
|
125
|
+
* // },
|
|
126
|
+
* // ],
|
|
127
|
+
* // },
|
|
128
|
+
* // },
|
|
129
|
+
* // },
|
|
115
130
|
* // },
|
|
116
131
|
* // };
|
|
117
132
|
*
|
|
@@ -94,6 +94,9 @@ declare const GetMembershipCommand_base: {
|
|
|
94
94
|
* // modelInference: { // MembershipModelInferencePaymentConfig
|
|
95
95
|
* // isResponsible: true || false, // required
|
|
96
96
|
* // },
|
|
97
|
+
* // syntheticDataGeneration: { // MembershipSyntheticDataGenerationPaymentConfig
|
|
98
|
+
* // isResponsible: true || false, // required
|
|
99
|
+
* // },
|
|
97
100
|
* // },
|
|
98
101
|
* // jobCompute: { // MembershipJobComputePaymentConfig
|
|
99
102
|
* // isResponsible: true || false, // required
|
|
@@ -49,7 +49,7 @@ declare const GetProtectedJobCommand_base: {
|
|
|
49
49
|
* // membershipArn: "STRING_VALUE", // required
|
|
50
50
|
* // createTime: new Date("TIMESTAMP"), // required
|
|
51
51
|
* // jobParameters: { // ProtectedJobParameters
|
|
52
|
-
* // analysisTemplateArn: "STRING_VALUE",
|
|
52
|
+
* // analysisTemplateArn: "STRING_VALUE", // required
|
|
53
53
|
* // },
|
|
54
54
|
* // status: "SUBMITTED" || "STARTED" || "CANCELLED" || "CANCELLING" || "FAILED" || "SUCCESS", // required
|
|
55
55
|
* // resultConfiguration: { // ProtectedJobResultConfigurationOutput
|
|
@@ -57,6 +57,7 @@ declare const ListAnalysisTemplatesCommand_base: {
|
|
|
57
57
|
* // collaborationArn: "STRING_VALUE", // required
|
|
58
58
|
* // collaborationId: "STRING_VALUE", // required
|
|
59
59
|
* // description: "STRING_VALUE",
|
|
60
|
+
* // isSyntheticData: true || false,
|
|
60
61
|
* // },
|
|
61
62
|
* // ],
|
|
62
63
|
* // };
|
|
@@ -56,6 +56,7 @@ declare const ListCollaborationAnalysisTemplatesCommand_base: {
|
|
|
56
56
|
* // collaborationId: "STRING_VALUE", // required
|
|
57
57
|
* // creatorAccountId: "STRING_VALUE", // required
|
|
58
58
|
* // description: "STRING_VALUE",
|
|
59
|
+
* // isSyntheticData: true || false,
|
|
59
60
|
* // },
|
|
60
61
|
* // ],
|
|
61
62
|
* // };
|
|
@@ -73,6 +73,9 @@ declare const ListMembersCommand_base: {
|
|
|
73
73
|
* // modelInference: { // ModelInferencePaymentConfig
|
|
74
74
|
* // isResponsible: true || false, // required
|
|
75
75
|
* // },
|
|
76
|
+
* // syntheticDataGeneration: { // SyntheticDataGenerationPaymentConfig
|
|
77
|
+
* // isResponsible: true || false, // required
|
|
78
|
+
* // },
|
|
76
79
|
* // },
|
|
77
80
|
* // jobCompute: { // JobComputePaymentConfig
|
|
78
81
|
* // isResponsible: true || false, // required
|
|
@@ -76,6 +76,9 @@ declare const ListMembershipsCommand_base: {
|
|
|
76
76
|
* // modelInference: { // MembershipModelInferencePaymentConfig
|
|
77
77
|
* // isResponsible: true || false, // required
|
|
78
78
|
* // },
|
|
79
|
+
* // syntheticDataGeneration: { // MembershipSyntheticDataGenerationPaymentConfig
|
|
80
|
+
* // isResponsible: true || false, // required
|
|
81
|
+
* // },
|
|
79
82
|
* // },
|
|
80
83
|
* // jobCompute: { // MembershipJobComputePaymentConfig
|
|
81
84
|
* // isResponsible: true || false, // required
|
|
@@ -40,7 +40,7 @@ declare const StartProtectedJobCommand_base: {
|
|
|
40
40
|
* type: "PYSPARK", // required
|
|
41
41
|
* membershipIdentifier: "STRING_VALUE", // required
|
|
42
42
|
* jobParameters: { // ProtectedJobParameters
|
|
43
|
-
* analysisTemplateArn: "STRING_VALUE",
|
|
43
|
+
* analysisTemplateArn: "STRING_VALUE", // required
|
|
44
44
|
* },
|
|
45
45
|
* resultConfiguration: { // ProtectedJobResultConfigurationInput
|
|
46
46
|
* outputConfiguration: { // ProtectedJobOutputConfigurationInput Union: only one key present
|
|
@@ -65,7 +65,7 @@ declare const StartProtectedJobCommand_base: {
|
|
|
65
65
|
* // membershipArn: "STRING_VALUE", // required
|
|
66
66
|
* // createTime: new Date("TIMESTAMP"), // required
|
|
67
67
|
* // jobParameters: { // ProtectedJobParameters
|
|
68
|
-
* // analysisTemplateArn: "STRING_VALUE",
|
|
68
|
+
* // analysisTemplateArn: "STRING_VALUE", // required
|
|
69
69
|
* // },
|
|
70
70
|
* // status: "SUBMITTED" || "STARTED" || "CANCELLED" || "CANCELLING" || "FAILED" || "SUCCESS", // required
|
|
71
71
|
* // resultConfiguration: { // ProtectedJobResultConfigurationOutput
|
|
@@ -114,6 +114,21 @@ declare const UpdateAnalysisTemplateCommand_base: {
|
|
|
114
114
|
* // errorMessageConfiguration: { // ErrorMessageConfiguration
|
|
115
115
|
* // type: "DETAILED", // required
|
|
116
116
|
* // },
|
|
117
|
+
* // syntheticDataParameters: { // SyntheticDataParameters Union: only one key present
|
|
118
|
+
* // mlSyntheticDataParameters: { // MLSyntheticDataParameters
|
|
119
|
+
* // epsilon: Number("double"), // required
|
|
120
|
+
* // maxMembershipInferenceAttackScore: Number("double"), // required
|
|
121
|
+
* // columnClassification: { // ColumnClassificationDetails
|
|
122
|
+
* // columnMapping: [ // ColumnMappingList // required
|
|
123
|
+
* // { // SyntheticDataColumnProperties
|
|
124
|
+
* // columnName: "STRING_VALUE", // required
|
|
125
|
+
* // columnType: "CATEGORICAL" || "NUMERICAL", // required
|
|
126
|
+
* // isPredictiveValue: true || false, // required
|
|
127
|
+
* // },
|
|
128
|
+
* // ],
|
|
129
|
+
* // },
|
|
130
|
+
* // },
|
|
131
|
+
* // },
|
|
117
132
|
* // },
|
|
118
133
|
* // };
|
|
119
134
|
*
|
|
@@ -116,6 +116,9 @@ declare const UpdateMembershipCommand_base: {
|
|
|
116
116
|
* // modelInference: { // MembershipModelInferencePaymentConfig
|
|
117
117
|
* // isResponsible: true || false, // required
|
|
118
118
|
* // },
|
|
119
|
+
* // syntheticDataGeneration: { // MembershipSyntheticDataGenerationPaymentConfig
|
|
120
|
+
* // isResponsible: true || false, // required
|
|
121
|
+
* // },
|
|
119
122
|
* // },
|
|
120
123
|
* // jobCompute: { // MembershipJobComputePaymentConfig
|
|
121
124
|
* // isResponsible: true || false, // required
|
|
@@ -50,7 +50,7 @@ declare const UpdateProtectedJobCommand_base: {
|
|
|
50
50
|
* // membershipArn: "STRING_VALUE", // required
|
|
51
51
|
* // createTime: new Date("TIMESTAMP"), // required
|
|
52
52
|
* // jobParameters: { // ProtectedJobParameters
|
|
53
|
-
* // analysisTemplateArn: "STRING_VALUE",
|
|
53
|
+
* // analysisTemplateArn: "STRING_VALUE", // required
|
|
54
54
|
* // },
|
|
55
55
|
* // status: "SUBMITTED" || "STARTED" || "CANCELLED" || "CANCELLING" || "FAILED" || "SUCCESS", // required
|
|
56
56
|
* // resultConfiguration: { // ProtectedJobResultConfigurationOutput
|
|
@@ -262,6 +262,18 @@ export declare const ErrorMessageType: {
|
|
|
262
262
|
* @public
|
|
263
263
|
*/
|
|
264
264
|
export type ErrorMessageType = (typeof ErrorMessageType)[keyof typeof ErrorMessageType];
|
|
265
|
+
/**
|
|
266
|
+
* @public
|
|
267
|
+
* @enum
|
|
268
|
+
*/
|
|
269
|
+
export declare const SyntheticDataColumnType: {
|
|
270
|
+
readonly CATEGORICAL: "CATEGORICAL";
|
|
271
|
+
readonly NUMERICAL: "NUMERICAL";
|
|
272
|
+
};
|
|
273
|
+
/**
|
|
274
|
+
* @public
|
|
275
|
+
*/
|
|
276
|
+
export type SyntheticDataColumnType = (typeof SyntheticDataColumnType)[keyof typeof SyntheticDataColumnType];
|
|
265
277
|
/**
|
|
266
278
|
* @public
|
|
267
279
|
* @enum
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DocumentType as __DocumentType } from "@smithy/types";
|
|
2
|
-
import { AccessBudgetType, AdditionalAnalyses, AggregateFunctionName, AggregationType, AnalysisFormat, AnalysisMethod, AnalysisRuleType, AnalysisTemplateValidationStatus, AnalysisTemplateValidationType, AnalysisType, AnalyticsEngine, AutoApprovedChangeType, AutoRefreshMode, ChangeRequestStatus, ChangeSpecificationType, ChangeType, CollaborationJobLogStatus, CollaborationQueryLogStatus, CommercialRegion, ConfiguredTableAnalysisRuleType, ConfiguredTableAssociationAnalysisRuleType, CustomMLMemberAbility, DifferentialPrivacyAggregationType, ErrorMessageType, FilterableMemberStatus, IdNamespaceType, JobType, JoinOperator, JoinRequiredOption, MemberAbility, MembershipJobLogStatus, MembershipQueryLogStatus, MembershipStatus, MemberStatus, ParameterType, PrivacyBudgetTemplateAutoRefresh, PrivacyBudgetType, ProtectedJobStatus, ProtectedJobWorkerComputeType, ResultFormat, ScalarFunctions, SchemaConfiguration, SchemaStatus, SchemaStatusReasonCode, SchemaType, SelectedAnalysisMethod, SupportedS3Region, WorkerComputeType } from "./enums";
|
|
2
|
+
import { AccessBudgetType, AdditionalAnalyses, AggregateFunctionName, AggregationType, AnalysisFormat, AnalysisMethod, AnalysisRuleType, AnalysisTemplateValidationStatus, AnalysisTemplateValidationType, AnalysisType, AnalyticsEngine, AutoApprovedChangeType, AutoRefreshMode, ChangeRequestStatus, ChangeSpecificationType, ChangeType, CollaborationJobLogStatus, CollaborationQueryLogStatus, CommercialRegion, ConfiguredTableAnalysisRuleType, ConfiguredTableAssociationAnalysisRuleType, CustomMLMemberAbility, DifferentialPrivacyAggregationType, ErrorMessageType, FilterableMemberStatus, IdNamespaceType, JobType, JoinOperator, JoinRequiredOption, MemberAbility, MembershipJobLogStatus, MembershipQueryLogStatus, MembershipStatus, MemberStatus, ParameterType, PrivacyBudgetTemplateAutoRefresh, PrivacyBudgetType, ProtectedJobStatus, ProtectedJobWorkerComputeType, ResultFormat, ScalarFunctions, SchemaConfiguration, SchemaStatus, SchemaStatusReasonCode, SchemaType, SelectedAnalysisMethod, SupportedS3Region, SyntheticDataColumnType, WorkerComputeType } from "./enums";
|
|
3
3
|
/**
|
|
4
4
|
* <p>Detailed information about an access budget including time bounds, budget allocation, and configuration settings.</p>
|
|
5
5
|
* @public
|
|
@@ -1063,6 +1063,92 @@ export interface ErrorMessageConfiguration {
|
|
|
1063
1063
|
*/
|
|
1064
1064
|
type: ErrorMessageType | undefined;
|
|
1065
1065
|
}
|
|
1066
|
+
/**
|
|
1067
|
+
* <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>
|
|
1068
|
+
* @public
|
|
1069
|
+
*/
|
|
1070
|
+
export interface SyntheticDataColumnProperties {
|
|
1071
|
+
/**
|
|
1072
|
+
* <p>The name of the data column as it appears in the dataset.</p>
|
|
1073
|
+
* @public
|
|
1074
|
+
*/
|
|
1075
|
+
columnName: string | undefined;
|
|
1076
|
+
/**
|
|
1077
|
+
* <p>The data type of the column, which determines how the synthetic data generation algorithm processes and synthesizes values for this column.</p>
|
|
1078
|
+
* @public
|
|
1079
|
+
*/
|
|
1080
|
+
columnType: SyntheticDataColumnType | undefined;
|
|
1081
|
+
/**
|
|
1082
|
+
* <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>
|
|
1083
|
+
* @public
|
|
1084
|
+
*/
|
|
1085
|
+
isPredictiveValue: boolean | undefined;
|
|
1086
|
+
}
|
|
1087
|
+
/**
|
|
1088
|
+
* <p>Contains classification information for data columns, including mappings that specify how columns should be handled during synthetic data generation and privacy analysis.</p>
|
|
1089
|
+
* @public
|
|
1090
|
+
*/
|
|
1091
|
+
export interface ColumnClassificationDetails {
|
|
1092
|
+
/**
|
|
1093
|
+
* <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>
|
|
1094
|
+
* @public
|
|
1095
|
+
*/
|
|
1096
|
+
columnMapping: SyntheticDataColumnProperties[] | undefined;
|
|
1097
|
+
}
|
|
1098
|
+
/**
|
|
1099
|
+
* <p>Parameters that control the generation of synthetic data for machine learning, including privacy settings and column classification details.</p>
|
|
1100
|
+
* @public
|
|
1101
|
+
*/
|
|
1102
|
+
export interface MLSyntheticDataParameters {
|
|
1103
|
+
/**
|
|
1104
|
+
* <p>The epsilon value for differential privacy when generating synthetic data. Lower values provide stronger privacy guarantees but may reduce data utility.</p>
|
|
1105
|
+
* @public
|
|
1106
|
+
*/
|
|
1107
|
+
epsilon: number | undefined;
|
|
1108
|
+
/**
|
|
1109
|
+
* <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>
|
|
1110
|
+
* @public
|
|
1111
|
+
*/
|
|
1112
|
+
maxMembershipInferenceAttackScore: number | undefined;
|
|
1113
|
+
/**
|
|
1114
|
+
* <p>Classification details for data columns that specify how each column should be treated during synthetic data generation.</p>
|
|
1115
|
+
* @public
|
|
1116
|
+
*/
|
|
1117
|
+
columnClassification: ColumnClassificationDetails | undefined;
|
|
1118
|
+
}
|
|
1119
|
+
/**
|
|
1120
|
+
* <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>
|
|
1121
|
+
* @public
|
|
1122
|
+
*/
|
|
1123
|
+
export type SyntheticDataParameters = SyntheticDataParameters.MlSyntheticDataParametersMember | SyntheticDataParameters.$UnknownMember;
|
|
1124
|
+
/**
|
|
1125
|
+
* @public
|
|
1126
|
+
*/
|
|
1127
|
+
export declare namespace SyntheticDataParameters {
|
|
1128
|
+
/**
|
|
1129
|
+
* <p>The machine learning-specific parameters for synthetic data generation.</p>
|
|
1130
|
+
* @public
|
|
1131
|
+
*/
|
|
1132
|
+
interface MlSyntheticDataParametersMember {
|
|
1133
|
+
mlSyntheticDataParameters: MLSyntheticDataParameters;
|
|
1134
|
+
$unknown?: never;
|
|
1135
|
+
}
|
|
1136
|
+
/**
|
|
1137
|
+
* @public
|
|
1138
|
+
*/
|
|
1139
|
+
interface $UnknownMember {
|
|
1140
|
+
mlSyntheticDataParameters?: never;
|
|
1141
|
+
$unknown: [string, any];
|
|
1142
|
+
}
|
|
1143
|
+
/**
|
|
1144
|
+
* @deprecated unused in schema-serde mode.
|
|
1145
|
+
*
|
|
1146
|
+
*/
|
|
1147
|
+
interface Visitor<T> {
|
|
1148
|
+
mlSyntheticDataParameters: (value: MLSyntheticDataParameters) => T;
|
|
1149
|
+
_: (name: string, value: any) => T;
|
|
1150
|
+
}
|
|
1151
|
+
}
|
|
1066
1152
|
/**
|
|
1067
1153
|
* <p>The reasons for the validation results.</p>
|
|
1068
1154
|
* @public
|
|
@@ -1185,6 +1271,11 @@ export interface AnalysisTemplate {
|
|
|
1185
1271
|
* @public
|
|
1186
1272
|
*/
|
|
1187
1273
|
errorMessageConfiguration?: ErrorMessageConfiguration | undefined;
|
|
1274
|
+
/**
|
|
1275
|
+
* <p>The parameters used to generate synthetic data for this analysis template.</p>
|
|
1276
|
+
* @public
|
|
1277
|
+
*/
|
|
1278
|
+
syntheticDataParameters?: SyntheticDataParameters | undefined;
|
|
1188
1279
|
}
|
|
1189
1280
|
/**
|
|
1190
1281
|
* @public
|
|
@@ -1235,6 +1326,11 @@ export interface CreateAnalysisTemplateInput {
|
|
|
1235
1326
|
* @public
|
|
1236
1327
|
*/
|
|
1237
1328
|
errorMessageConfiguration?: ErrorMessageConfiguration | undefined;
|
|
1329
|
+
/**
|
|
1330
|
+
* <p>The parameters for generating synthetic data when running the analysis template.</p>
|
|
1331
|
+
* @public
|
|
1332
|
+
*/
|
|
1333
|
+
syntheticDataParameters?: SyntheticDataParameters | undefined;
|
|
1238
1334
|
}
|
|
1239
1335
|
/**
|
|
1240
1336
|
* @public
|
|
@@ -1382,6 +1478,11 @@ export interface AnalysisTemplateSummary {
|
|
|
1382
1478
|
* @public
|
|
1383
1479
|
*/
|
|
1384
1480
|
description?: string | undefined;
|
|
1481
|
+
/**
|
|
1482
|
+
* <p>Indicates if this analysis template summary generated synthetic data.</p>
|
|
1483
|
+
* @public
|
|
1484
|
+
*/
|
|
1485
|
+
isSyntheticData?: boolean | undefined;
|
|
1385
1486
|
}
|
|
1386
1487
|
/**
|
|
1387
1488
|
* @public
|
|
@@ -1559,6 +1660,11 @@ export interface CollaborationAnalysisTemplate {
|
|
|
1559
1660
|
* @public
|
|
1560
1661
|
*/
|
|
1561
1662
|
errorMessageConfiguration?: ErrorMessageConfiguration | undefined;
|
|
1663
|
+
/**
|
|
1664
|
+
* <p>The synthetic data generation parameters configured for this collaboration analysis template.</p>
|
|
1665
|
+
* @public
|
|
1666
|
+
*/
|
|
1667
|
+
syntheticDataParameters?: SyntheticDataParameters | undefined;
|
|
1562
1668
|
}
|
|
1563
1669
|
/**
|
|
1564
1670
|
* <p>Details of errors thrown by the call to retrieve multiple analysis templates within a collaboration by their identifiers.</p>
|
|
@@ -1972,6 +2078,17 @@ export interface ModelTrainingPaymentConfig {
|
|
|
1972
2078
|
*/
|
|
1973
2079
|
isResponsible: boolean | undefined;
|
|
1974
2080
|
}
|
|
2081
|
+
/**
|
|
2082
|
+
* <p>Payment configuration for synthetic data generation.</p>
|
|
2083
|
+
* @public
|
|
2084
|
+
*/
|
|
2085
|
+
export interface SyntheticDataGenerationPaymentConfig {
|
|
2086
|
+
/**
|
|
2087
|
+
* <p>Indicates who is responsible for paying for synthetic data generation.</p>
|
|
2088
|
+
* @public
|
|
2089
|
+
*/
|
|
2090
|
+
isResponsible: boolean | undefined;
|
|
2091
|
+
}
|
|
1975
2092
|
/**
|
|
1976
2093
|
* <p>An object representing the collaboration member's machine learning payment responsibilities set by the collaboration creator.</p>
|
|
1977
2094
|
* @public
|
|
@@ -1987,6 +2104,11 @@ export interface MLPaymentConfig {
|
|
|
1987
2104
|
* @public
|
|
1988
2105
|
*/
|
|
1989
2106
|
modelInference?: ModelInferencePaymentConfig | undefined;
|
|
2107
|
+
/**
|
|
2108
|
+
* <p>The payment configuration for machine learning synthetic data generation.</p>
|
|
2109
|
+
* @public
|
|
2110
|
+
*/
|
|
2111
|
+
syntheticDataGeneration?: SyntheticDataGenerationPaymentConfig | undefined;
|
|
1990
2112
|
}
|
|
1991
2113
|
/**
|
|
1992
2114
|
* <p>An object representing the collaboration member's payment responsibilities set by the collaboration creator for query compute costs.</p>
|
|
@@ -2997,6 +3119,11 @@ export interface CollaborationAnalysisTemplateSummary {
|
|
|
2997
3119
|
* @public
|
|
2998
3120
|
*/
|
|
2999
3121
|
description?: string | undefined;
|
|
3122
|
+
/**
|
|
3123
|
+
* <p>Indicates if this collaboration analysis template uses synthetic data generation.</p>
|
|
3124
|
+
* @public
|
|
3125
|
+
*/
|
|
3126
|
+
isSyntheticData?: boolean | undefined;
|
|
3000
3127
|
}
|
|
3001
3128
|
/**
|
|
3002
3129
|
* @public
|
|
@@ -6120,6 +6247,17 @@ export interface MembershipModelTrainingPaymentConfig {
|
|
|
6120
6247
|
*/
|
|
6121
6248
|
isResponsible: boolean | undefined;
|
|
6122
6249
|
}
|
|
6250
|
+
/**
|
|
6251
|
+
* <p>Configuration for payment for synthetic data generation in a membership.</p>
|
|
6252
|
+
* @public
|
|
6253
|
+
*/
|
|
6254
|
+
export interface MembershipSyntheticDataGenerationPaymentConfig {
|
|
6255
|
+
/**
|
|
6256
|
+
* <p>Indicates if this membership is responsible for paying for synthetic data generation.</p>
|
|
6257
|
+
* @public
|
|
6258
|
+
*/
|
|
6259
|
+
isResponsible: boolean | undefined;
|
|
6260
|
+
}
|
|
6123
6261
|
/**
|
|
6124
6262
|
* <p>An object representing the collaboration member's machine learning payment responsibilities set by the collaboration creator.</p>
|
|
6125
6263
|
* @public
|
|
@@ -6135,6 +6273,11 @@ export interface MembershipMLPaymentConfig {
|
|
|
6135
6273
|
* @public
|
|
6136
6274
|
*/
|
|
6137
6275
|
modelInference?: MembershipModelInferencePaymentConfig | undefined;
|
|
6276
|
+
/**
|
|
6277
|
+
* <p>The payment configuration for synthetic data generation for this machine learning membership.</p>
|
|
6278
|
+
* @public
|
|
6279
|
+
*/
|
|
6280
|
+
syntheticDataGeneration?: MembershipSyntheticDataGenerationPaymentConfig | undefined;
|
|
6138
6281
|
}
|
|
6139
6282
|
/**
|
|
6140
6283
|
* <p>An object representing the payment responsibilities accepted by the collaboration member for query compute costs.</p>
|
|
@@ -6433,7 +6576,7 @@ export interface ProtectedJobParameters {
|
|
|
6433
6576
|
* <p> The ARN of the analysis template.</p>
|
|
6434
6577
|
* @public
|
|
6435
6578
|
*/
|
|
6436
|
-
analysisTemplateArn
|
|
6579
|
+
analysisTemplateArn: string | undefined;
|
|
6437
6580
|
}
|
|
6438
6581
|
/**
|
|
6439
6582
|
* <p>Details about the member who received the job result.</p>
|
|
@@ -7018,132 +7161,3 @@ export declare namespace ProtectedQueryDistributeOutputConfigurationLocation {
|
|
|
7018
7161
|
_: (name: string, value: any) => T;
|
|
7019
7162
|
}
|
|
7020
7163
|
}
|
|
7021
|
-
/**
|
|
7022
|
-
* <p> Specifies the configuration for distributing protected query results to multiple receivers, including S3 and collaboration members.</p>
|
|
7023
|
-
* @public
|
|
7024
|
-
*/
|
|
7025
|
-
export interface ProtectedQueryDistributeOutputConfiguration {
|
|
7026
|
-
/**
|
|
7027
|
-
* <p> A list of locations where you want to distribute the protected query results. Each location must specify either an S3 destination or a collaboration member destination.</p> <important> <p>You can't specify more than one S3 location.</p> <p>You can't specify the query runner's account as a member location.</p> <p>You must include either an S3 or member output configuration for each location, but not both.</p> </important>
|
|
7028
|
-
* @public
|
|
7029
|
-
*/
|
|
7030
|
-
locations: ProtectedQueryDistributeOutputConfigurationLocation[] | undefined;
|
|
7031
|
-
}
|
|
7032
|
-
/**
|
|
7033
|
-
* <p>Contains configuration details for protected query output.</p>
|
|
7034
|
-
* @public
|
|
7035
|
-
*/
|
|
7036
|
-
export type ProtectedQueryOutputConfiguration = ProtectedQueryOutputConfiguration.DistributeMember | ProtectedQueryOutputConfiguration.MemberMember | ProtectedQueryOutputConfiguration.S3Member | ProtectedQueryOutputConfiguration.$UnknownMember;
|
|
7037
|
-
/**
|
|
7038
|
-
* @public
|
|
7039
|
-
*/
|
|
7040
|
-
export declare namespace ProtectedQueryOutputConfiguration {
|
|
7041
|
-
/**
|
|
7042
|
-
* <p>Required configuration for a protected query with an <code>s3</code> output type.</p>
|
|
7043
|
-
* @public
|
|
7044
|
-
*/
|
|
7045
|
-
interface S3Member {
|
|
7046
|
-
s3: ProtectedQueryS3OutputConfiguration;
|
|
7047
|
-
member?: never;
|
|
7048
|
-
distribute?: never;
|
|
7049
|
-
$unknown?: never;
|
|
7050
|
-
}
|
|
7051
|
-
/**
|
|
7052
|
-
* <p> Required configuration for a protected query with a <code>member</code> output type.</p>
|
|
7053
|
-
* @public
|
|
7054
|
-
*/
|
|
7055
|
-
interface MemberMember {
|
|
7056
|
-
s3?: never;
|
|
7057
|
-
member: ProtectedQueryMemberOutputConfiguration;
|
|
7058
|
-
distribute?: never;
|
|
7059
|
-
$unknown?: never;
|
|
7060
|
-
}
|
|
7061
|
-
/**
|
|
7062
|
-
* <p> Required configuration for a protected query with a <code>distribute</code> output type.</p>
|
|
7063
|
-
* @public
|
|
7064
|
-
*/
|
|
7065
|
-
interface DistributeMember {
|
|
7066
|
-
s3?: never;
|
|
7067
|
-
member?: never;
|
|
7068
|
-
distribute: ProtectedQueryDistributeOutputConfiguration;
|
|
7069
|
-
$unknown?: never;
|
|
7070
|
-
}
|
|
7071
|
-
/**
|
|
7072
|
-
* @public
|
|
7073
|
-
*/
|
|
7074
|
-
interface $UnknownMember {
|
|
7075
|
-
s3?: never;
|
|
7076
|
-
member?: never;
|
|
7077
|
-
distribute?: never;
|
|
7078
|
-
$unknown: [string, any];
|
|
7079
|
-
}
|
|
7080
|
-
/**
|
|
7081
|
-
* @deprecated unused in schema-serde mode.
|
|
7082
|
-
*
|
|
7083
|
-
*/
|
|
7084
|
-
interface Visitor<T> {
|
|
7085
|
-
s3: (value: ProtectedQueryS3OutputConfiguration) => T;
|
|
7086
|
-
member: (value: ProtectedQueryMemberOutputConfiguration) => T;
|
|
7087
|
-
distribute: (value: ProtectedQueryDistributeOutputConfiguration) => T;
|
|
7088
|
-
_: (name: string, value: any) => T;
|
|
7089
|
-
}
|
|
7090
|
-
}
|
|
7091
|
-
/**
|
|
7092
|
-
* <p>Contains configurations for protected query results.</p>
|
|
7093
|
-
* @public
|
|
7094
|
-
*/
|
|
7095
|
-
export interface ProtectedQueryResultConfiguration {
|
|
7096
|
-
/**
|
|
7097
|
-
* <p>Configuration for protected query results.</p>
|
|
7098
|
-
* @public
|
|
7099
|
-
*/
|
|
7100
|
-
outputConfiguration: ProtectedQueryOutputConfiguration | undefined;
|
|
7101
|
-
}
|
|
7102
|
-
/**
|
|
7103
|
-
* <p>The parameters for the SQL type Protected Query.</p>
|
|
7104
|
-
* @public
|
|
7105
|
-
*/
|
|
7106
|
-
export interface ProtectedQuerySQLParameters {
|
|
7107
|
-
/**
|
|
7108
|
-
* <p>The query string to be submitted.</p>
|
|
7109
|
-
* @public
|
|
7110
|
-
*/
|
|
7111
|
-
queryString?: string | undefined;
|
|
7112
|
-
/**
|
|
7113
|
-
* <p>The Amazon Resource Name (ARN) associated with the analysis template within a collaboration.</p>
|
|
7114
|
-
* @public
|
|
7115
|
-
*/
|
|
7116
|
-
analysisTemplateArn?: string | undefined;
|
|
7117
|
-
/**
|
|
7118
|
-
* <p>The protected query SQL parameters.</p>
|
|
7119
|
-
* @public
|
|
7120
|
-
*/
|
|
7121
|
-
parameters?: Record<string, string> | undefined;
|
|
7122
|
-
}
|
|
7123
|
-
/**
|
|
7124
|
-
* <p> Information related to the utilization of resources that have been billed or charged for in a given context, such as a protected query.</p>
|
|
7125
|
-
* @public
|
|
7126
|
-
*/
|
|
7127
|
-
export interface BilledResourceUtilization {
|
|
7128
|
-
/**
|
|
7129
|
-
* <p> The number of Clean Rooms Processing Unit (CRPU) hours that have been billed.</p>
|
|
7130
|
-
* @public
|
|
7131
|
-
*/
|
|
7132
|
-
units: number | undefined;
|
|
7133
|
-
}
|
|
7134
|
-
/**
|
|
7135
|
-
* <p>Contains statistics about the execution of the protected query.</p>
|
|
7136
|
-
* @public
|
|
7137
|
-
*/
|
|
7138
|
-
export interface ProtectedQueryStatistics {
|
|
7139
|
-
/**
|
|
7140
|
-
* <p>The duration of the protected query, from creation until query completion, in milliseconds.</p>
|
|
7141
|
-
* @public
|
|
7142
|
-
*/
|
|
7143
|
-
totalDurationInMillis?: number | undefined;
|
|
7144
|
-
/**
|
|
7145
|
-
* <p> The billed resource utilization.</p>
|
|
7146
|
-
* @public
|
|
7147
|
-
*/
|
|
7148
|
-
billedResourceUtilization?: BilledResourceUtilization | undefined;
|
|
7149
|
-
}
|