Skip to content

Commit 46ea196

Browse files
author
awstools
committed
feat(client-cleanroomsml): The release includes a public SDK for AWS Clean Rooms ML APIs, making them globally available to developers worldwide.
1 parent 2cc8c1c commit 46ea196

15 files changed

+55
-180
lines changed

clients/client-cleanroomsml/src/commands/CreateAudienceModelCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export interface CreateAudienceModelCommandOutput extends CreateAudienceModelRes
6363
* <p>You do not have sufficient access to perform this action.</p>
6464
*
6565
* @throws {@link ConflictException} (client fault)
66-
* <p>A resource with that name already exists in this region.</p>
66+
* <p>You can't complete this action because another resource depends on this resource.</p>
6767
*
6868
* @throws {@link ResourceNotFoundException} (client fault)
6969
* <p>The resource you are requesting does not exist.</p>

clients/client-cleanroomsml/src/commands/CreateConfiguredAudienceModelCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export interface CreateConfiguredAudienceModelCommandOutput
8484
* <p>You do not have sufficient access to perform this action.</p>
8585
*
8686
* @throws {@link ConflictException} (client fault)
87-
* <p>A resource with that name already exists in this region.</p>
87+
* <p>You can't complete this action because another resource depends on this resource.</p>
8888
*
8989
* @throws {@link ResourceNotFoundException} (client fault)
9090
* <p>The resource you are requesting does not exist.</p>

clients/client-cleanroomsml/src/commands/CreateTrainingDatasetCommand.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export interface CreateTrainingDatasetCommandInput extends CreateTrainingDataset
2727
export interface CreateTrainingDatasetCommandOutput extends CreateTrainingDatasetResponse, __MetadataBearer {}
2828

2929
/**
30-
* <p>Defines the information necessary to create a training dataset, or seed audience. In Clean Rooms ML, the <code>TrainingDataset</code> is metadata that points to a Glue table, which is read only during <code>AudienceModel</code> creation.</p>
30+
* <p>Defines the information necessary to create a training dataset. In Clean Rooms ML, the <code>TrainingDataset</code> is metadata that points to a Glue table, which is read only during <code>AudienceModel</code> creation.</p>
3131
* @example
3232
* Use a bare-bones client and the command you need to make an API call.
3333
* ```javascript
@@ -82,7 +82,7 @@ export interface CreateTrainingDatasetCommandOutput extends CreateTrainingDatase
8282
* <p>You do not have sufficient access to perform this action.</p>
8383
*
8484
* @throws {@link ConflictException} (client fault)
85-
* <p>A resource with that name already exists in this region.</p>
85+
* <p>You can't complete this action because another resource depends on this resource.</p>
8686
*
8787
* @throws {@link ValidationException} (client fault)
8888
* <p>The request parameters for this request are incorrect.</p>

clients/client-cleanroomsml/src/commands/DeleteAudienceGenerationJobCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export interface DeleteAudienceGenerationJobCommandOutput extends __MetadataBear
5656
* <p>You do not have sufficient access to perform this action.</p>
5757
*
5858
* @throws {@link ConflictException} (client fault)
59-
* <p>A resource with that name already exists in this region.</p>
59+
* <p>You can't complete this action because another resource depends on this resource.</p>
6060
*
6161
* @throws {@link ResourceNotFoundException} (client fault)
6262
* <p>The resource you are requesting does not exist.</p>

clients/client-cleanroomsml/src/commands/DeleteAudienceModelCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export interface DeleteAudienceModelCommandOutput extends __MetadataBearer {}
5353
* <p>You do not have sufficient access to perform this action.</p>
5454
*
5555
* @throws {@link ConflictException} (client fault)
56-
* <p>A resource with that name already exists in this region.</p>
56+
* <p>You can't complete this action because another resource depends on this resource.</p>
5757
*
5858
* @throws {@link ResourceNotFoundException} (client fault)
5959
* <p>The resource you are requesting does not exist.</p>

clients/client-cleanroomsml/src/commands/DeleteConfiguredAudienceModelCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export interface DeleteConfiguredAudienceModelCommandOutput extends __MetadataBe
5656
* <p>You do not have sufficient access to perform this action.</p>
5757
*
5858
* @throws {@link ConflictException} (client fault)
59-
* <p>A resource with that name already exists in this region.</p>
59+
* <p>You can't complete this action because another resource depends on this resource.</p>
6060
*
6161
* @throws {@link ResourceNotFoundException} (client fault)
6262
* <p>The resource you are requesting does not exist.</p>

clients/client-cleanroomsml/src/commands/DeleteTrainingDatasetCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export interface DeleteTrainingDatasetCommandOutput extends __MetadataBearer {}
5353
* <p>You do not have sufficient access to perform this action.</p>
5454
*
5555
* @throws {@link ConflictException} (client fault)
56-
* <p>A resource with that name already exists in this region.</p>
56+
* <p>You can't complete this action because another resource depends on this resource.</p>
5757
*
5858
* @throws {@link ResourceNotFoundException} (client fault)
5959
* <p>The resource you are requesting does not exist.</p>

clients/client-cleanroomsml/src/commands/GetAudienceGenerationJobCommand.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ export interface GetAudienceGenerationJobCommandOutput extends GetAudienceGenera
6969
* // score: Number("double"),
7070
* // },
7171
* // ],
72+
* // recallMetric: Number("double"),
7273
* // },
7374
* // startedBy: "STRING_VALUE",
7475
* // tags: { // TagMap

clients/client-cleanroomsml/src/commands/GetAudienceModelCommand.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,6 @@ export interface GetAudienceModelCommandOutput extends GetAudienceModelResponse,
5252
* // statusCode: "STRING_VALUE",
5353
* // message: "STRING_VALUE",
5454
* // },
55-
* // metrics: [ // AudienceModelMetrics
56-
* // { // AudienceModelMetric
57-
* // type: "NORMALIZED_DISCOUNTED_CUMULATIVE_GAIN" || "MEAN_RECIPROCAL_RANK" || "PRECISION" || "RECALL", // required
58-
* // forTopKItemPredictions: Number("int"), // required
59-
* // value: Number("double"), // required
60-
* // },
61-
* // ],
6255
* // kmsKeyArn: "STRING_VALUE",
6356
* // tags: { // TagMap
6457
* // "<keys>": "STRING_VALUE",

clients/client-cleanroomsml/src/commands/StartAudienceExportJobCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export interface StartAudienceExportJobCommandOutput extends __MetadataBearer {}
5959
* <p>You do not have sufficient access to perform this action.</p>
6060
*
6161
* @throws {@link ConflictException} (client fault)
62-
* <p>A resource with that name already exists in this region.</p>
62+
* <p>You can't complete this action because another resource depends on this resource.</p>
6363
*
6464
* @throws {@link ResourceNotFoundException} (client fault)
6565
* <p>The resource you are requesting does not exist.</p>

0 commit comments

Comments
 (0)