@aws-sdk/client-cleanroomsml 3.682.0 → 3.687.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/README.md +265 -1
- package/dist-cjs/index.js +2347 -97
- package/dist-es/CleanRoomsML.js +66 -0
- package/dist-es/commands/CancelTrainedModelCommand.js +22 -0
- package/dist-es/commands/CancelTrainedModelInferenceJobCommand.js +22 -0
- package/dist-es/commands/CreateConfiguredModelAlgorithmAssociationCommand.js +22 -0
- package/dist-es/commands/CreateConfiguredModelAlgorithmCommand.js +22 -0
- package/dist-es/commands/CreateMLInputChannelCommand.js +23 -0
- package/dist-es/commands/CreateTrainedModelCommand.js +22 -0
- package/dist-es/commands/DeleteConfiguredModelAlgorithmAssociationCommand.js +22 -0
- package/dist-es/commands/DeleteConfiguredModelAlgorithmCommand.js +22 -0
- package/dist-es/commands/DeleteMLConfigurationCommand.js +22 -0
- package/dist-es/commands/DeleteMLInputChannelDataCommand.js +22 -0
- package/dist-es/commands/DeleteTrainedModelOutputCommand.js +22 -0
- package/dist-es/commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand.js +22 -0
- package/dist-es/commands/GetCollaborationMLInputChannelCommand.js +22 -0
- package/dist-es/commands/GetCollaborationTrainedModelCommand.js +22 -0
- package/dist-es/commands/GetConfiguredModelAlgorithmAssociationCommand.js +22 -0
- package/dist-es/commands/GetConfiguredModelAlgorithmCommand.js +22 -0
- package/dist-es/commands/GetMLConfigurationCommand.js +22 -0
- package/dist-es/commands/GetMLInputChannelCommand.js +23 -0
- package/dist-es/commands/GetTrainedModelCommand.js +22 -0
- package/dist-es/commands/GetTrainedModelInferenceJobCommand.js +22 -0
- package/dist-es/commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand.js +22 -0
- package/dist-es/commands/ListCollaborationMLInputChannelsCommand.js +22 -0
- package/dist-es/commands/ListCollaborationTrainedModelExportJobsCommand.js +22 -0
- package/dist-es/commands/ListCollaborationTrainedModelInferenceJobsCommand.js +22 -0
- package/dist-es/commands/ListCollaborationTrainedModelsCommand.js +22 -0
- package/dist-es/commands/ListConfiguredModelAlgorithmAssociationsCommand.js +22 -0
- package/dist-es/commands/ListConfiguredModelAlgorithmsCommand.js +22 -0
- package/dist-es/commands/ListMLInputChannelsCommand.js +22 -0
- package/dist-es/commands/ListTrainedModelInferenceJobsCommand.js +22 -0
- package/dist-es/commands/ListTrainedModelsCommand.js +22 -0
- package/dist-es/commands/PutMLConfigurationCommand.js +22 -0
- package/dist-es/commands/StartTrainedModelExportJobCommand.js +22 -0
- package/dist-es/commands/StartTrainedModelInferenceJobCommand.js +22 -0
- package/dist-es/commands/index.js +33 -0
- package/dist-es/models/models_0.js +295 -0
- package/dist-es/pagination/ListCollaborationConfiguredModelAlgorithmAssociationsPaginator.js +4 -0
- package/dist-es/pagination/ListCollaborationMLInputChannelsPaginator.js +4 -0
- package/dist-es/pagination/ListCollaborationTrainedModelExportJobsPaginator.js +4 -0
- package/dist-es/pagination/ListCollaborationTrainedModelInferenceJobsPaginator.js +4 -0
- package/dist-es/pagination/ListCollaborationTrainedModelsPaginator.js +4 -0
- package/dist-es/pagination/ListConfiguredModelAlgorithmAssociationsPaginator.js +4 -0
- package/dist-es/pagination/ListConfiguredModelAlgorithmsPaginator.js +4 -0
- package/dist-es/pagination/ListMLInputChannelsPaginator.js +4 -0
- package/dist-es/pagination/ListTrainedModelInferenceJobsPaginator.js +4 -0
- package/dist-es/pagination/ListTrainedModelsPaginator.js +4 -0
- package/dist-es/pagination/index.js +10 -0
- package/dist-es/protocols/Aws_restJson1.js +1320 -47
- package/dist-types/CleanRoomsML.d.ts +232 -0
- package/dist-types/CleanRoomsMLClient.d.ts +35 -2
- package/dist-types/commands/CancelTrainedModelCommand.d.ts +82 -0
- package/dist-types/commands/CancelTrainedModelInferenceJobCommand.d.ts +82 -0
- package/dist-types/commands/CreateConfiguredModelAlgorithmAssociationCommand.d.ts +132 -0
- package/dist-types/commands/CreateConfiguredModelAlgorithmCommand.d.ts +107 -0
- package/dist-types/commands/CreateMLInputChannelCommand.d.ts +116 -0
- package/dist-types/commands/CreateTrainedModelCommand.d.ts +113 -0
- package/dist-types/commands/DeleteConfiguredModelAlgorithmAssociationCommand.d.ts +82 -0
- package/dist-types/commands/DeleteConfiguredModelAlgorithmCommand.d.ts +81 -0
- package/dist-types/commands/DeleteMLConfigurationCommand.d.ts +78 -0
- package/dist-types/commands/DeleteMLInputChannelDataCommand.d.ts +82 -0
- package/dist-types/commands/DeleteTrainedModelOutputCommand.d.ts +82 -0
- package/dist-types/commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand.d.ts +129 -0
- package/dist-types/commands/GetCollaborationMLInputChannelCommand.d.ts +98 -0
- package/dist-types/commands/GetCollaborationTrainedModelCommand.d.ts +107 -0
- package/dist-types/commands/GetConfiguredModelAlgorithmAssociationCommand.d.ts +131 -0
- package/dist-types/commands/GetConfiguredModelAlgorithmCommand.d.ts +107 -0
- package/dist-types/commands/GetMLConfigurationCommand.d.ts +90 -0
- package/dist-types/commands/GetMLInputChannelCommand.d.ts +124 -0
- package/dist-types/commands/GetTrainedModelCommand.d.ts +122 -0
- package/dist-types/commands/GetTrainedModelInferenceJobCommand.d.ts +123 -0
- package/dist-types/commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand.d.ts +92 -0
- package/dist-types/commands/ListCollaborationMLInputChannelsCommand.d.ts +95 -0
- package/dist-types/commands/ListCollaborationTrainedModelExportJobsCommand.d.ts +104 -0
- package/dist-types/commands/ListCollaborationTrainedModelInferenceJobsCommand.d.ts +107 -0
- package/dist-types/commands/ListCollaborationTrainedModelsCommand.d.ts +93 -0
- package/dist-types/commands/ListConfiguredModelAlgorithmAssociationsCommand.d.ts +91 -0
- package/dist-types/commands/ListConfiguredModelAlgorithmsCommand.d.ts +87 -0
- package/dist-types/commands/ListMLInputChannelsCommand.d.ts +95 -0
- package/dist-types/commands/ListTrainedModelInferenceJobsCommand.d.ts +106 -0
- package/dist-types/commands/ListTrainedModelsCommand.d.ts +92 -0
- package/dist-types/commands/PutMLConfigurationCommand.d.ts +83 -0
- package/dist-types/commands/StartTrainedModelExportJobCommand.d.ts +91 -0
- package/dist-types/commands/StartTrainedModelInferenceJobCommand.d.ts +115 -0
- package/dist-types/commands/index.d.ts +33 -0
- package/dist-types/models/models_0.d.ts +3461 -205
- package/dist-types/pagination/ListCollaborationConfiguredModelAlgorithmAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCollaborationMLInputChannelsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCollaborationTrainedModelExportJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCollaborationTrainedModelInferenceJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListCollaborationTrainedModelsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListConfiguredModelAlgorithmAssociationsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListConfiguredModelAlgorithmsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListMLInputChannelsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListTrainedModelInferenceJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListTrainedModelsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +10 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +297 -0
- package/dist-types/ts3.4/CleanRoomsML.d.ts +610 -0
- package/dist-types/ts3.4/CleanRoomsMLClient.d.ts +198 -0
- package/dist-types/ts3.4/commands/CancelTrainedModelCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/CancelTrainedModelInferenceJobCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/CreateConfiguredModelAlgorithmAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateConfiguredModelAlgorithmCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateMLInputChannelCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateTrainedModelCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DeleteConfiguredModelAlgorithmAssociationCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteConfiguredModelAlgorithmCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteMLConfigurationCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/DeleteMLInputChannelDataCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/DeleteTrainedModelOutputCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCollaborationMLInputChannelCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetCollaborationTrainedModelCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetConfiguredModelAlgorithmAssociationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetConfiguredModelAlgorithmCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetMLConfigurationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetMLInputChannelCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/GetTrainedModelCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/GetTrainedModelInferenceJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCollaborationMLInputChannelsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCollaborationTrainedModelExportJobsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCollaborationTrainedModelInferenceJobsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListCollaborationTrainedModelsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListConfiguredModelAlgorithmAssociationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListConfiguredModelAlgorithmsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListMLInputChannelsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTrainedModelInferenceJobsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListTrainedModelsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/PutMLConfigurationCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/StartTrainedModelExportJobCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/StartTrainedModelInferenceJobCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/index.d.ts +33 -0
- package/dist-types/ts3.4/models/models_0.d.ts +938 -0
- package/dist-types/ts3.4/pagination/ListCollaborationConfiguredModelAlgorithmAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCollaborationMLInputChannelsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCollaborationTrainedModelExportJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCollaborationTrainedModelInferenceJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListCollaborationTrainedModelsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListConfiguredModelAlgorithmAssociationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListConfiguredModelAlgorithmsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListMLInputChannelsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTrainedModelInferenceJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListTrainedModelsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +10 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +396 -0
- package/package.json +35 -35
|
@@ -1,31 +1,76 @@
|
|
|
1
1
|
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { CleanRoomsMLClient } from "./CleanRoomsMLClient";
|
|
3
|
+
import { CancelTrainedModelCommandInput, CancelTrainedModelCommandOutput } from "./commands/CancelTrainedModelCommand";
|
|
4
|
+
import { CancelTrainedModelInferenceJobCommandInput, CancelTrainedModelInferenceJobCommandOutput } from "./commands/CancelTrainedModelInferenceJobCommand";
|
|
3
5
|
import { CreateAudienceModelCommandInput, CreateAudienceModelCommandOutput } from "./commands/CreateAudienceModelCommand";
|
|
4
6
|
import { CreateConfiguredAudienceModelCommandInput, CreateConfiguredAudienceModelCommandOutput } from "./commands/CreateConfiguredAudienceModelCommand";
|
|
7
|
+
import { CreateConfiguredModelAlgorithmAssociationCommandInput, CreateConfiguredModelAlgorithmAssociationCommandOutput } from "./commands/CreateConfiguredModelAlgorithmAssociationCommand";
|
|
8
|
+
import { CreateConfiguredModelAlgorithmCommandInput, CreateConfiguredModelAlgorithmCommandOutput } from "./commands/CreateConfiguredModelAlgorithmCommand";
|
|
9
|
+
import { CreateMLInputChannelCommandInput, CreateMLInputChannelCommandOutput } from "./commands/CreateMLInputChannelCommand";
|
|
10
|
+
import { CreateTrainedModelCommandInput, CreateTrainedModelCommandOutput } from "./commands/CreateTrainedModelCommand";
|
|
5
11
|
import { CreateTrainingDatasetCommandInput, CreateTrainingDatasetCommandOutput } from "./commands/CreateTrainingDatasetCommand";
|
|
6
12
|
import { DeleteAudienceGenerationJobCommandInput, DeleteAudienceGenerationJobCommandOutput } from "./commands/DeleteAudienceGenerationJobCommand";
|
|
7
13
|
import { DeleteAudienceModelCommandInput, DeleteAudienceModelCommandOutput } from "./commands/DeleteAudienceModelCommand";
|
|
8
14
|
import { DeleteConfiguredAudienceModelCommandInput, DeleteConfiguredAudienceModelCommandOutput } from "./commands/DeleteConfiguredAudienceModelCommand";
|
|
9
15
|
import { DeleteConfiguredAudienceModelPolicyCommandInput, DeleteConfiguredAudienceModelPolicyCommandOutput } from "./commands/DeleteConfiguredAudienceModelPolicyCommand";
|
|
16
|
+
import { DeleteConfiguredModelAlgorithmAssociationCommandInput, DeleteConfiguredModelAlgorithmAssociationCommandOutput } from "./commands/DeleteConfiguredModelAlgorithmAssociationCommand";
|
|
17
|
+
import { DeleteConfiguredModelAlgorithmCommandInput, DeleteConfiguredModelAlgorithmCommandOutput } from "./commands/DeleteConfiguredModelAlgorithmCommand";
|
|
18
|
+
import { DeleteMLConfigurationCommandInput, DeleteMLConfigurationCommandOutput } from "./commands/DeleteMLConfigurationCommand";
|
|
19
|
+
import { DeleteMLInputChannelDataCommandInput, DeleteMLInputChannelDataCommandOutput } from "./commands/DeleteMLInputChannelDataCommand";
|
|
20
|
+
import { DeleteTrainedModelOutputCommandInput, DeleteTrainedModelOutputCommandOutput } from "./commands/DeleteTrainedModelOutputCommand";
|
|
10
21
|
import { DeleteTrainingDatasetCommandInput, DeleteTrainingDatasetCommandOutput } from "./commands/DeleteTrainingDatasetCommand";
|
|
11
22
|
import { GetAudienceGenerationJobCommandInput, GetAudienceGenerationJobCommandOutput } from "./commands/GetAudienceGenerationJobCommand";
|
|
12
23
|
import { GetAudienceModelCommandInput, GetAudienceModelCommandOutput } from "./commands/GetAudienceModelCommand";
|
|
24
|
+
import { GetCollaborationConfiguredModelAlgorithmAssociationCommandInput, GetCollaborationConfiguredModelAlgorithmAssociationCommandOutput } from "./commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand";
|
|
25
|
+
import { GetCollaborationMLInputChannelCommandInput, GetCollaborationMLInputChannelCommandOutput } from "./commands/GetCollaborationMLInputChannelCommand";
|
|
26
|
+
import { GetCollaborationTrainedModelCommandInput, GetCollaborationTrainedModelCommandOutput } from "./commands/GetCollaborationTrainedModelCommand";
|
|
13
27
|
import { GetConfiguredAudienceModelCommandInput, GetConfiguredAudienceModelCommandOutput } from "./commands/GetConfiguredAudienceModelCommand";
|
|
14
28
|
import { GetConfiguredAudienceModelPolicyCommandInput, GetConfiguredAudienceModelPolicyCommandOutput } from "./commands/GetConfiguredAudienceModelPolicyCommand";
|
|
29
|
+
import { GetConfiguredModelAlgorithmAssociationCommandInput, GetConfiguredModelAlgorithmAssociationCommandOutput } from "./commands/GetConfiguredModelAlgorithmAssociationCommand";
|
|
30
|
+
import { GetConfiguredModelAlgorithmCommandInput, GetConfiguredModelAlgorithmCommandOutput } from "./commands/GetConfiguredModelAlgorithmCommand";
|
|
31
|
+
import { GetMLConfigurationCommandInput, GetMLConfigurationCommandOutput } from "./commands/GetMLConfigurationCommand";
|
|
32
|
+
import { GetMLInputChannelCommandInput, GetMLInputChannelCommandOutput } from "./commands/GetMLInputChannelCommand";
|
|
33
|
+
import { GetTrainedModelCommandInput, GetTrainedModelCommandOutput } from "./commands/GetTrainedModelCommand";
|
|
34
|
+
import { GetTrainedModelInferenceJobCommandInput, GetTrainedModelInferenceJobCommandOutput } from "./commands/GetTrainedModelInferenceJobCommand";
|
|
15
35
|
import { GetTrainingDatasetCommandInput, GetTrainingDatasetCommandOutput } from "./commands/GetTrainingDatasetCommand";
|
|
16
36
|
import { ListAudienceExportJobsCommandInput, ListAudienceExportJobsCommandOutput } from "./commands/ListAudienceExportJobsCommand";
|
|
17
37
|
import { ListAudienceGenerationJobsCommandInput, ListAudienceGenerationJobsCommandOutput } from "./commands/ListAudienceGenerationJobsCommand";
|
|
18
38
|
import { ListAudienceModelsCommandInput, ListAudienceModelsCommandOutput } from "./commands/ListAudienceModelsCommand";
|
|
39
|
+
import { ListCollaborationConfiguredModelAlgorithmAssociationsCommandInput, ListCollaborationConfiguredModelAlgorithmAssociationsCommandOutput } from "./commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand";
|
|
40
|
+
import { ListCollaborationMLInputChannelsCommandInput, ListCollaborationMLInputChannelsCommandOutput } from "./commands/ListCollaborationMLInputChannelsCommand";
|
|
41
|
+
import { ListCollaborationTrainedModelExportJobsCommandInput, ListCollaborationTrainedModelExportJobsCommandOutput } from "./commands/ListCollaborationTrainedModelExportJobsCommand";
|
|
42
|
+
import { ListCollaborationTrainedModelInferenceJobsCommandInput, ListCollaborationTrainedModelInferenceJobsCommandOutput } from "./commands/ListCollaborationTrainedModelInferenceJobsCommand";
|
|
43
|
+
import { ListCollaborationTrainedModelsCommandInput, ListCollaborationTrainedModelsCommandOutput } from "./commands/ListCollaborationTrainedModelsCommand";
|
|
19
44
|
import { ListConfiguredAudienceModelsCommandInput, ListConfiguredAudienceModelsCommandOutput } from "./commands/ListConfiguredAudienceModelsCommand";
|
|
45
|
+
import { ListConfiguredModelAlgorithmAssociationsCommandInput, ListConfiguredModelAlgorithmAssociationsCommandOutput } from "./commands/ListConfiguredModelAlgorithmAssociationsCommand";
|
|
46
|
+
import { ListConfiguredModelAlgorithmsCommandInput, ListConfiguredModelAlgorithmsCommandOutput } from "./commands/ListConfiguredModelAlgorithmsCommand";
|
|
47
|
+
import { ListMLInputChannelsCommandInput, ListMLInputChannelsCommandOutput } from "./commands/ListMLInputChannelsCommand";
|
|
20
48
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
49
|
+
import { ListTrainedModelInferenceJobsCommandInput, ListTrainedModelInferenceJobsCommandOutput } from "./commands/ListTrainedModelInferenceJobsCommand";
|
|
50
|
+
import { ListTrainedModelsCommandInput, ListTrainedModelsCommandOutput } from "./commands/ListTrainedModelsCommand";
|
|
21
51
|
import { ListTrainingDatasetsCommandInput, ListTrainingDatasetsCommandOutput } from "./commands/ListTrainingDatasetsCommand";
|
|
22
52
|
import { PutConfiguredAudienceModelPolicyCommandInput, PutConfiguredAudienceModelPolicyCommandOutput } from "./commands/PutConfiguredAudienceModelPolicyCommand";
|
|
53
|
+
import { PutMLConfigurationCommandInput, PutMLConfigurationCommandOutput } from "./commands/PutMLConfigurationCommand";
|
|
23
54
|
import { StartAudienceExportJobCommandInput, StartAudienceExportJobCommandOutput } from "./commands/StartAudienceExportJobCommand";
|
|
24
55
|
import { StartAudienceGenerationJobCommandInput, StartAudienceGenerationJobCommandOutput } from "./commands/StartAudienceGenerationJobCommand";
|
|
56
|
+
import { StartTrainedModelExportJobCommandInput, StartTrainedModelExportJobCommandOutput } from "./commands/StartTrainedModelExportJobCommand";
|
|
57
|
+
import { StartTrainedModelInferenceJobCommandInput, StartTrainedModelInferenceJobCommandOutput } from "./commands/StartTrainedModelInferenceJobCommand";
|
|
25
58
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
26
59
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
27
60
|
import { UpdateConfiguredAudienceModelCommandInput, UpdateConfiguredAudienceModelCommandOutput } from "./commands/UpdateConfiguredAudienceModelCommand";
|
|
28
61
|
export interface CleanRoomsML {
|
|
62
|
+
/**
|
|
63
|
+
* @see {@link CancelTrainedModelCommand}
|
|
64
|
+
*/
|
|
65
|
+
cancelTrainedModel(args: CancelTrainedModelCommandInput, options?: __HttpHandlerOptions): Promise<CancelTrainedModelCommandOutput>;
|
|
66
|
+
cancelTrainedModel(args: CancelTrainedModelCommandInput, cb: (err: any, data?: CancelTrainedModelCommandOutput) => void): void;
|
|
67
|
+
cancelTrainedModel(args: CancelTrainedModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelTrainedModelCommandOutput) => void): void;
|
|
68
|
+
/**
|
|
69
|
+
* @see {@link CancelTrainedModelInferenceJobCommand}
|
|
70
|
+
*/
|
|
71
|
+
cancelTrainedModelInferenceJob(args: CancelTrainedModelInferenceJobCommandInput, options?: __HttpHandlerOptions): Promise<CancelTrainedModelInferenceJobCommandOutput>;
|
|
72
|
+
cancelTrainedModelInferenceJob(args: CancelTrainedModelInferenceJobCommandInput, cb: (err: any, data?: CancelTrainedModelInferenceJobCommandOutput) => void): void;
|
|
73
|
+
cancelTrainedModelInferenceJob(args: CancelTrainedModelInferenceJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelTrainedModelInferenceJobCommandOutput) => void): void;
|
|
29
74
|
/**
|
|
30
75
|
* @see {@link CreateAudienceModelCommand}
|
|
31
76
|
*/
|
|
@@ -38,6 +83,30 @@ export interface CleanRoomsML {
|
|
|
38
83
|
createConfiguredAudienceModel(args: CreateConfiguredAudienceModelCommandInput, options?: __HttpHandlerOptions): Promise<CreateConfiguredAudienceModelCommandOutput>;
|
|
39
84
|
createConfiguredAudienceModel(args: CreateConfiguredAudienceModelCommandInput, cb: (err: any, data?: CreateConfiguredAudienceModelCommandOutput) => void): void;
|
|
40
85
|
createConfiguredAudienceModel(args: CreateConfiguredAudienceModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConfiguredAudienceModelCommandOutput) => void): void;
|
|
86
|
+
/**
|
|
87
|
+
* @see {@link CreateConfiguredModelAlgorithmCommand}
|
|
88
|
+
*/
|
|
89
|
+
createConfiguredModelAlgorithm(args: CreateConfiguredModelAlgorithmCommandInput, options?: __HttpHandlerOptions): Promise<CreateConfiguredModelAlgorithmCommandOutput>;
|
|
90
|
+
createConfiguredModelAlgorithm(args: CreateConfiguredModelAlgorithmCommandInput, cb: (err: any, data?: CreateConfiguredModelAlgorithmCommandOutput) => void): void;
|
|
91
|
+
createConfiguredModelAlgorithm(args: CreateConfiguredModelAlgorithmCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConfiguredModelAlgorithmCommandOutput) => void): void;
|
|
92
|
+
/**
|
|
93
|
+
* @see {@link CreateConfiguredModelAlgorithmAssociationCommand}
|
|
94
|
+
*/
|
|
95
|
+
createConfiguredModelAlgorithmAssociation(args: CreateConfiguredModelAlgorithmAssociationCommandInput, options?: __HttpHandlerOptions): Promise<CreateConfiguredModelAlgorithmAssociationCommandOutput>;
|
|
96
|
+
createConfiguredModelAlgorithmAssociation(args: CreateConfiguredModelAlgorithmAssociationCommandInput, cb: (err: any, data?: CreateConfiguredModelAlgorithmAssociationCommandOutput) => void): void;
|
|
97
|
+
createConfiguredModelAlgorithmAssociation(args: CreateConfiguredModelAlgorithmAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateConfiguredModelAlgorithmAssociationCommandOutput) => void): void;
|
|
98
|
+
/**
|
|
99
|
+
* @see {@link CreateMLInputChannelCommand}
|
|
100
|
+
*/
|
|
101
|
+
createMLInputChannel(args: CreateMLInputChannelCommandInput, options?: __HttpHandlerOptions): Promise<CreateMLInputChannelCommandOutput>;
|
|
102
|
+
createMLInputChannel(args: CreateMLInputChannelCommandInput, cb: (err: any, data?: CreateMLInputChannelCommandOutput) => void): void;
|
|
103
|
+
createMLInputChannel(args: CreateMLInputChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMLInputChannelCommandOutput) => void): void;
|
|
104
|
+
/**
|
|
105
|
+
* @see {@link CreateTrainedModelCommand}
|
|
106
|
+
*/
|
|
107
|
+
createTrainedModel(args: CreateTrainedModelCommandInput, options?: __HttpHandlerOptions): Promise<CreateTrainedModelCommandOutput>;
|
|
108
|
+
createTrainedModel(args: CreateTrainedModelCommandInput, cb: (err: any, data?: CreateTrainedModelCommandOutput) => void): void;
|
|
109
|
+
createTrainedModel(args: CreateTrainedModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateTrainedModelCommandOutput) => void): void;
|
|
41
110
|
/**
|
|
42
111
|
* @see {@link CreateTrainingDatasetCommand}
|
|
43
112
|
*/
|
|
@@ -68,6 +137,36 @@ export interface CleanRoomsML {
|
|
|
68
137
|
deleteConfiguredAudienceModelPolicy(args: DeleteConfiguredAudienceModelPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConfiguredAudienceModelPolicyCommandOutput>;
|
|
69
138
|
deleteConfiguredAudienceModelPolicy(args: DeleteConfiguredAudienceModelPolicyCommandInput, cb: (err: any, data?: DeleteConfiguredAudienceModelPolicyCommandOutput) => void): void;
|
|
70
139
|
deleteConfiguredAudienceModelPolicy(args: DeleteConfiguredAudienceModelPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConfiguredAudienceModelPolicyCommandOutput) => void): void;
|
|
140
|
+
/**
|
|
141
|
+
* @see {@link DeleteConfiguredModelAlgorithmCommand}
|
|
142
|
+
*/
|
|
143
|
+
deleteConfiguredModelAlgorithm(args: DeleteConfiguredModelAlgorithmCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConfiguredModelAlgorithmCommandOutput>;
|
|
144
|
+
deleteConfiguredModelAlgorithm(args: DeleteConfiguredModelAlgorithmCommandInput, cb: (err: any, data?: DeleteConfiguredModelAlgorithmCommandOutput) => void): void;
|
|
145
|
+
deleteConfiguredModelAlgorithm(args: DeleteConfiguredModelAlgorithmCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConfiguredModelAlgorithmCommandOutput) => void): void;
|
|
146
|
+
/**
|
|
147
|
+
* @see {@link DeleteConfiguredModelAlgorithmAssociationCommand}
|
|
148
|
+
*/
|
|
149
|
+
deleteConfiguredModelAlgorithmAssociation(args: DeleteConfiguredModelAlgorithmAssociationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConfiguredModelAlgorithmAssociationCommandOutput>;
|
|
150
|
+
deleteConfiguredModelAlgorithmAssociation(args: DeleteConfiguredModelAlgorithmAssociationCommandInput, cb: (err: any, data?: DeleteConfiguredModelAlgorithmAssociationCommandOutput) => void): void;
|
|
151
|
+
deleteConfiguredModelAlgorithmAssociation(args: DeleteConfiguredModelAlgorithmAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConfiguredModelAlgorithmAssociationCommandOutput) => void): void;
|
|
152
|
+
/**
|
|
153
|
+
* @see {@link DeleteMLConfigurationCommand}
|
|
154
|
+
*/
|
|
155
|
+
deleteMLConfiguration(args: DeleteMLConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMLConfigurationCommandOutput>;
|
|
156
|
+
deleteMLConfiguration(args: DeleteMLConfigurationCommandInput, cb: (err: any, data?: DeleteMLConfigurationCommandOutput) => void): void;
|
|
157
|
+
deleteMLConfiguration(args: DeleteMLConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMLConfigurationCommandOutput) => void): void;
|
|
158
|
+
/**
|
|
159
|
+
* @see {@link DeleteMLInputChannelDataCommand}
|
|
160
|
+
*/
|
|
161
|
+
deleteMLInputChannelData(args: DeleteMLInputChannelDataCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMLInputChannelDataCommandOutput>;
|
|
162
|
+
deleteMLInputChannelData(args: DeleteMLInputChannelDataCommandInput, cb: (err: any, data?: DeleteMLInputChannelDataCommandOutput) => void): void;
|
|
163
|
+
deleteMLInputChannelData(args: DeleteMLInputChannelDataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMLInputChannelDataCommandOutput) => void): void;
|
|
164
|
+
/**
|
|
165
|
+
* @see {@link DeleteTrainedModelOutputCommand}
|
|
166
|
+
*/
|
|
167
|
+
deleteTrainedModelOutput(args: DeleteTrainedModelOutputCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTrainedModelOutputCommandOutput>;
|
|
168
|
+
deleteTrainedModelOutput(args: DeleteTrainedModelOutputCommandInput, cb: (err: any, data?: DeleteTrainedModelOutputCommandOutput) => void): void;
|
|
169
|
+
deleteTrainedModelOutput(args: DeleteTrainedModelOutputCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTrainedModelOutputCommandOutput) => void): void;
|
|
71
170
|
/**
|
|
72
171
|
* @see {@link DeleteTrainingDatasetCommand}
|
|
73
172
|
*/
|
|
@@ -86,6 +185,24 @@ export interface CleanRoomsML {
|
|
|
86
185
|
getAudienceModel(args: GetAudienceModelCommandInput, options?: __HttpHandlerOptions): Promise<GetAudienceModelCommandOutput>;
|
|
87
186
|
getAudienceModel(args: GetAudienceModelCommandInput, cb: (err: any, data?: GetAudienceModelCommandOutput) => void): void;
|
|
88
187
|
getAudienceModel(args: GetAudienceModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetAudienceModelCommandOutput) => void): void;
|
|
188
|
+
/**
|
|
189
|
+
* @see {@link GetCollaborationConfiguredModelAlgorithmAssociationCommand}
|
|
190
|
+
*/
|
|
191
|
+
getCollaborationConfiguredModelAlgorithmAssociation(args: GetCollaborationConfiguredModelAlgorithmAssociationCommandInput, options?: __HttpHandlerOptions): Promise<GetCollaborationConfiguredModelAlgorithmAssociationCommandOutput>;
|
|
192
|
+
getCollaborationConfiguredModelAlgorithmAssociation(args: GetCollaborationConfiguredModelAlgorithmAssociationCommandInput, cb: (err: any, data?: GetCollaborationConfiguredModelAlgorithmAssociationCommandOutput) => void): void;
|
|
193
|
+
getCollaborationConfiguredModelAlgorithmAssociation(args: GetCollaborationConfiguredModelAlgorithmAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCollaborationConfiguredModelAlgorithmAssociationCommandOutput) => void): void;
|
|
194
|
+
/**
|
|
195
|
+
* @see {@link GetCollaborationMLInputChannelCommand}
|
|
196
|
+
*/
|
|
197
|
+
getCollaborationMLInputChannel(args: GetCollaborationMLInputChannelCommandInput, options?: __HttpHandlerOptions): Promise<GetCollaborationMLInputChannelCommandOutput>;
|
|
198
|
+
getCollaborationMLInputChannel(args: GetCollaborationMLInputChannelCommandInput, cb: (err: any, data?: GetCollaborationMLInputChannelCommandOutput) => void): void;
|
|
199
|
+
getCollaborationMLInputChannel(args: GetCollaborationMLInputChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCollaborationMLInputChannelCommandOutput) => void): void;
|
|
200
|
+
/**
|
|
201
|
+
* @see {@link GetCollaborationTrainedModelCommand}
|
|
202
|
+
*/
|
|
203
|
+
getCollaborationTrainedModel(args: GetCollaborationTrainedModelCommandInput, options?: __HttpHandlerOptions): Promise<GetCollaborationTrainedModelCommandOutput>;
|
|
204
|
+
getCollaborationTrainedModel(args: GetCollaborationTrainedModelCommandInput, cb: (err: any, data?: GetCollaborationTrainedModelCommandOutput) => void): void;
|
|
205
|
+
getCollaborationTrainedModel(args: GetCollaborationTrainedModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetCollaborationTrainedModelCommandOutput) => void): void;
|
|
89
206
|
/**
|
|
90
207
|
* @see {@link GetConfiguredAudienceModelCommand}
|
|
91
208
|
*/
|
|
@@ -98,6 +215,42 @@ export interface CleanRoomsML {
|
|
|
98
215
|
getConfiguredAudienceModelPolicy(args: GetConfiguredAudienceModelPolicyCommandInput, options?: __HttpHandlerOptions): Promise<GetConfiguredAudienceModelPolicyCommandOutput>;
|
|
99
216
|
getConfiguredAudienceModelPolicy(args: GetConfiguredAudienceModelPolicyCommandInput, cb: (err: any, data?: GetConfiguredAudienceModelPolicyCommandOutput) => void): void;
|
|
100
217
|
getConfiguredAudienceModelPolicy(args: GetConfiguredAudienceModelPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConfiguredAudienceModelPolicyCommandOutput) => void): void;
|
|
218
|
+
/**
|
|
219
|
+
* @see {@link GetConfiguredModelAlgorithmCommand}
|
|
220
|
+
*/
|
|
221
|
+
getConfiguredModelAlgorithm(args: GetConfiguredModelAlgorithmCommandInput, options?: __HttpHandlerOptions): Promise<GetConfiguredModelAlgorithmCommandOutput>;
|
|
222
|
+
getConfiguredModelAlgorithm(args: GetConfiguredModelAlgorithmCommandInput, cb: (err: any, data?: GetConfiguredModelAlgorithmCommandOutput) => void): void;
|
|
223
|
+
getConfiguredModelAlgorithm(args: GetConfiguredModelAlgorithmCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConfiguredModelAlgorithmCommandOutput) => void): void;
|
|
224
|
+
/**
|
|
225
|
+
* @see {@link GetConfiguredModelAlgorithmAssociationCommand}
|
|
226
|
+
*/
|
|
227
|
+
getConfiguredModelAlgorithmAssociation(args: GetConfiguredModelAlgorithmAssociationCommandInput, options?: __HttpHandlerOptions): Promise<GetConfiguredModelAlgorithmAssociationCommandOutput>;
|
|
228
|
+
getConfiguredModelAlgorithmAssociation(args: GetConfiguredModelAlgorithmAssociationCommandInput, cb: (err: any, data?: GetConfiguredModelAlgorithmAssociationCommandOutput) => void): void;
|
|
229
|
+
getConfiguredModelAlgorithmAssociation(args: GetConfiguredModelAlgorithmAssociationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetConfiguredModelAlgorithmAssociationCommandOutput) => void): void;
|
|
230
|
+
/**
|
|
231
|
+
* @see {@link GetMLConfigurationCommand}
|
|
232
|
+
*/
|
|
233
|
+
getMLConfiguration(args: GetMLConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<GetMLConfigurationCommandOutput>;
|
|
234
|
+
getMLConfiguration(args: GetMLConfigurationCommandInput, cb: (err: any, data?: GetMLConfigurationCommandOutput) => void): void;
|
|
235
|
+
getMLConfiguration(args: GetMLConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMLConfigurationCommandOutput) => void): void;
|
|
236
|
+
/**
|
|
237
|
+
* @see {@link GetMLInputChannelCommand}
|
|
238
|
+
*/
|
|
239
|
+
getMLInputChannel(args: GetMLInputChannelCommandInput, options?: __HttpHandlerOptions): Promise<GetMLInputChannelCommandOutput>;
|
|
240
|
+
getMLInputChannel(args: GetMLInputChannelCommandInput, cb: (err: any, data?: GetMLInputChannelCommandOutput) => void): void;
|
|
241
|
+
getMLInputChannel(args: GetMLInputChannelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMLInputChannelCommandOutput) => void): void;
|
|
242
|
+
/**
|
|
243
|
+
* @see {@link GetTrainedModelCommand}
|
|
244
|
+
*/
|
|
245
|
+
getTrainedModel(args: GetTrainedModelCommandInput, options?: __HttpHandlerOptions): Promise<GetTrainedModelCommandOutput>;
|
|
246
|
+
getTrainedModel(args: GetTrainedModelCommandInput, cb: (err: any, data?: GetTrainedModelCommandOutput) => void): void;
|
|
247
|
+
getTrainedModel(args: GetTrainedModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTrainedModelCommandOutput) => void): void;
|
|
248
|
+
/**
|
|
249
|
+
* @see {@link GetTrainedModelInferenceJobCommand}
|
|
250
|
+
*/
|
|
251
|
+
getTrainedModelInferenceJob(args: GetTrainedModelInferenceJobCommandInput, options?: __HttpHandlerOptions): Promise<GetTrainedModelInferenceJobCommandOutput>;
|
|
252
|
+
getTrainedModelInferenceJob(args: GetTrainedModelInferenceJobCommandInput, cb: (err: any, data?: GetTrainedModelInferenceJobCommandOutput) => void): void;
|
|
253
|
+
getTrainedModelInferenceJob(args: GetTrainedModelInferenceJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetTrainedModelInferenceJobCommandOutput) => void): void;
|
|
101
254
|
/**
|
|
102
255
|
* @see {@link GetTrainingDatasetCommand}
|
|
103
256
|
*/
|
|
@@ -125,6 +278,36 @@ export interface CleanRoomsML {
|
|
|
125
278
|
listAudienceModels(args: ListAudienceModelsCommandInput, options?: __HttpHandlerOptions): Promise<ListAudienceModelsCommandOutput>;
|
|
126
279
|
listAudienceModels(args: ListAudienceModelsCommandInput, cb: (err: any, data?: ListAudienceModelsCommandOutput) => void): void;
|
|
127
280
|
listAudienceModels(args: ListAudienceModelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListAudienceModelsCommandOutput) => void): void;
|
|
281
|
+
/**
|
|
282
|
+
* @see {@link ListCollaborationConfiguredModelAlgorithmAssociationsCommand}
|
|
283
|
+
*/
|
|
284
|
+
listCollaborationConfiguredModelAlgorithmAssociations(args: ListCollaborationConfiguredModelAlgorithmAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<ListCollaborationConfiguredModelAlgorithmAssociationsCommandOutput>;
|
|
285
|
+
listCollaborationConfiguredModelAlgorithmAssociations(args: ListCollaborationConfiguredModelAlgorithmAssociationsCommandInput, cb: (err: any, data?: ListCollaborationConfiguredModelAlgorithmAssociationsCommandOutput) => void): void;
|
|
286
|
+
listCollaborationConfiguredModelAlgorithmAssociations(args: ListCollaborationConfiguredModelAlgorithmAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCollaborationConfiguredModelAlgorithmAssociationsCommandOutput) => void): void;
|
|
287
|
+
/**
|
|
288
|
+
* @see {@link ListCollaborationMLInputChannelsCommand}
|
|
289
|
+
*/
|
|
290
|
+
listCollaborationMLInputChannels(args: ListCollaborationMLInputChannelsCommandInput, options?: __HttpHandlerOptions): Promise<ListCollaborationMLInputChannelsCommandOutput>;
|
|
291
|
+
listCollaborationMLInputChannels(args: ListCollaborationMLInputChannelsCommandInput, cb: (err: any, data?: ListCollaborationMLInputChannelsCommandOutput) => void): void;
|
|
292
|
+
listCollaborationMLInputChannels(args: ListCollaborationMLInputChannelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCollaborationMLInputChannelsCommandOutput) => void): void;
|
|
293
|
+
/**
|
|
294
|
+
* @see {@link ListCollaborationTrainedModelExportJobsCommand}
|
|
295
|
+
*/
|
|
296
|
+
listCollaborationTrainedModelExportJobs(args: ListCollaborationTrainedModelExportJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListCollaborationTrainedModelExportJobsCommandOutput>;
|
|
297
|
+
listCollaborationTrainedModelExportJobs(args: ListCollaborationTrainedModelExportJobsCommandInput, cb: (err: any, data?: ListCollaborationTrainedModelExportJobsCommandOutput) => void): void;
|
|
298
|
+
listCollaborationTrainedModelExportJobs(args: ListCollaborationTrainedModelExportJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCollaborationTrainedModelExportJobsCommandOutput) => void): void;
|
|
299
|
+
/**
|
|
300
|
+
* @see {@link ListCollaborationTrainedModelInferenceJobsCommand}
|
|
301
|
+
*/
|
|
302
|
+
listCollaborationTrainedModelInferenceJobs(args: ListCollaborationTrainedModelInferenceJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListCollaborationTrainedModelInferenceJobsCommandOutput>;
|
|
303
|
+
listCollaborationTrainedModelInferenceJobs(args: ListCollaborationTrainedModelInferenceJobsCommandInput, cb: (err: any, data?: ListCollaborationTrainedModelInferenceJobsCommandOutput) => void): void;
|
|
304
|
+
listCollaborationTrainedModelInferenceJobs(args: ListCollaborationTrainedModelInferenceJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCollaborationTrainedModelInferenceJobsCommandOutput) => void): void;
|
|
305
|
+
/**
|
|
306
|
+
* @see {@link ListCollaborationTrainedModelsCommand}
|
|
307
|
+
*/
|
|
308
|
+
listCollaborationTrainedModels(args: ListCollaborationTrainedModelsCommandInput, options?: __HttpHandlerOptions): Promise<ListCollaborationTrainedModelsCommandOutput>;
|
|
309
|
+
listCollaborationTrainedModels(args: ListCollaborationTrainedModelsCommandInput, cb: (err: any, data?: ListCollaborationTrainedModelsCommandOutput) => void): void;
|
|
310
|
+
listCollaborationTrainedModels(args: ListCollaborationTrainedModelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListCollaborationTrainedModelsCommandOutput) => void): void;
|
|
128
311
|
/**
|
|
129
312
|
* @see {@link ListConfiguredAudienceModelsCommand}
|
|
130
313
|
*/
|
|
@@ -132,12 +315,43 @@ export interface CleanRoomsML {
|
|
|
132
315
|
listConfiguredAudienceModels(args: ListConfiguredAudienceModelsCommandInput, options?: __HttpHandlerOptions): Promise<ListConfiguredAudienceModelsCommandOutput>;
|
|
133
316
|
listConfiguredAudienceModels(args: ListConfiguredAudienceModelsCommandInput, cb: (err: any, data?: ListConfiguredAudienceModelsCommandOutput) => void): void;
|
|
134
317
|
listConfiguredAudienceModels(args: ListConfiguredAudienceModelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConfiguredAudienceModelsCommandOutput) => void): void;
|
|
318
|
+
/**
|
|
319
|
+
* @see {@link ListConfiguredModelAlgorithmAssociationsCommand}
|
|
320
|
+
*/
|
|
321
|
+
listConfiguredModelAlgorithmAssociations(args: ListConfiguredModelAlgorithmAssociationsCommandInput, options?: __HttpHandlerOptions): Promise<ListConfiguredModelAlgorithmAssociationsCommandOutput>;
|
|
322
|
+
listConfiguredModelAlgorithmAssociations(args: ListConfiguredModelAlgorithmAssociationsCommandInput, cb: (err: any, data?: ListConfiguredModelAlgorithmAssociationsCommandOutput) => void): void;
|
|
323
|
+
listConfiguredModelAlgorithmAssociations(args: ListConfiguredModelAlgorithmAssociationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConfiguredModelAlgorithmAssociationsCommandOutput) => void): void;
|
|
324
|
+
/**
|
|
325
|
+
* @see {@link ListConfiguredModelAlgorithmsCommand}
|
|
326
|
+
*/
|
|
327
|
+
listConfiguredModelAlgorithms(): Promise<ListConfiguredModelAlgorithmsCommandOutput>;
|
|
328
|
+
listConfiguredModelAlgorithms(args: ListConfiguredModelAlgorithmsCommandInput, options?: __HttpHandlerOptions): Promise<ListConfiguredModelAlgorithmsCommandOutput>;
|
|
329
|
+
listConfiguredModelAlgorithms(args: ListConfiguredModelAlgorithmsCommandInput, cb: (err: any, data?: ListConfiguredModelAlgorithmsCommandOutput) => void): void;
|
|
330
|
+
listConfiguredModelAlgorithms(args: ListConfiguredModelAlgorithmsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListConfiguredModelAlgorithmsCommandOutput) => void): void;
|
|
331
|
+
/**
|
|
332
|
+
* @see {@link ListMLInputChannelsCommand}
|
|
333
|
+
*/
|
|
334
|
+
listMLInputChannels(args: ListMLInputChannelsCommandInput, options?: __HttpHandlerOptions): Promise<ListMLInputChannelsCommandOutput>;
|
|
335
|
+
listMLInputChannels(args: ListMLInputChannelsCommandInput, cb: (err: any, data?: ListMLInputChannelsCommandOutput) => void): void;
|
|
336
|
+
listMLInputChannels(args: ListMLInputChannelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListMLInputChannelsCommandOutput) => void): void;
|
|
135
337
|
/**
|
|
136
338
|
* @see {@link ListTagsForResourceCommand}
|
|
137
339
|
*/
|
|
138
340
|
listTagsForResource(args: ListTagsForResourceCommandInput, options?: __HttpHandlerOptions): Promise<ListTagsForResourceCommandOutput>;
|
|
139
341
|
listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
140
342
|
listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
|
|
343
|
+
/**
|
|
344
|
+
* @see {@link ListTrainedModelInferenceJobsCommand}
|
|
345
|
+
*/
|
|
346
|
+
listTrainedModelInferenceJobs(args: ListTrainedModelInferenceJobsCommandInput, options?: __HttpHandlerOptions): Promise<ListTrainedModelInferenceJobsCommandOutput>;
|
|
347
|
+
listTrainedModelInferenceJobs(args: ListTrainedModelInferenceJobsCommandInput, cb: (err: any, data?: ListTrainedModelInferenceJobsCommandOutput) => void): void;
|
|
348
|
+
listTrainedModelInferenceJobs(args: ListTrainedModelInferenceJobsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTrainedModelInferenceJobsCommandOutput) => void): void;
|
|
349
|
+
/**
|
|
350
|
+
* @see {@link ListTrainedModelsCommand}
|
|
351
|
+
*/
|
|
352
|
+
listTrainedModels(args: ListTrainedModelsCommandInput, options?: __HttpHandlerOptions): Promise<ListTrainedModelsCommandOutput>;
|
|
353
|
+
listTrainedModels(args: ListTrainedModelsCommandInput, cb: (err: any, data?: ListTrainedModelsCommandOutput) => void): void;
|
|
354
|
+
listTrainedModels(args: ListTrainedModelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTrainedModelsCommandOutput) => void): void;
|
|
141
355
|
/**
|
|
142
356
|
* @see {@link ListTrainingDatasetsCommand}
|
|
143
357
|
*/
|
|
@@ -151,6 +365,12 @@ export interface CleanRoomsML {
|
|
|
151
365
|
putConfiguredAudienceModelPolicy(args: PutConfiguredAudienceModelPolicyCommandInput, options?: __HttpHandlerOptions): Promise<PutConfiguredAudienceModelPolicyCommandOutput>;
|
|
152
366
|
putConfiguredAudienceModelPolicy(args: PutConfiguredAudienceModelPolicyCommandInput, cb: (err: any, data?: PutConfiguredAudienceModelPolicyCommandOutput) => void): void;
|
|
153
367
|
putConfiguredAudienceModelPolicy(args: PutConfiguredAudienceModelPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutConfiguredAudienceModelPolicyCommandOutput) => void): void;
|
|
368
|
+
/**
|
|
369
|
+
* @see {@link PutMLConfigurationCommand}
|
|
370
|
+
*/
|
|
371
|
+
putMLConfiguration(args: PutMLConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<PutMLConfigurationCommandOutput>;
|
|
372
|
+
putMLConfiguration(args: PutMLConfigurationCommandInput, cb: (err: any, data?: PutMLConfigurationCommandOutput) => void): void;
|
|
373
|
+
putMLConfiguration(args: PutMLConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PutMLConfigurationCommandOutput) => void): void;
|
|
154
374
|
/**
|
|
155
375
|
* @see {@link StartAudienceExportJobCommand}
|
|
156
376
|
*/
|
|
@@ -163,6 +383,18 @@ export interface CleanRoomsML {
|
|
|
163
383
|
startAudienceGenerationJob(args: StartAudienceGenerationJobCommandInput, options?: __HttpHandlerOptions): Promise<StartAudienceGenerationJobCommandOutput>;
|
|
164
384
|
startAudienceGenerationJob(args: StartAudienceGenerationJobCommandInput, cb: (err: any, data?: StartAudienceGenerationJobCommandOutput) => void): void;
|
|
165
385
|
startAudienceGenerationJob(args: StartAudienceGenerationJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartAudienceGenerationJobCommandOutput) => void): void;
|
|
386
|
+
/**
|
|
387
|
+
* @see {@link StartTrainedModelExportJobCommand}
|
|
388
|
+
*/
|
|
389
|
+
startTrainedModelExportJob(args: StartTrainedModelExportJobCommandInput, options?: __HttpHandlerOptions): Promise<StartTrainedModelExportJobCommandOutput>;
|
|
390
|
+
startTrainedModelExportJob(args: StartTrainedModelExportJobCommandInput, cb: (err: any, data?: StartTrainedModelExportJobCommandOutput) => void): void;
|
|
391
|
+
startTrainedModelExportJob(args: StartTrainedModelExportJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartTrainedModelExportJobCommandOutput) => void): void;
|
|
392
|
+
/**
|
|
393
|
+
* @see {@link StartTrainedModelInferenceJobCommand}
|
|
394
|
+
*/
|
|
395
|
+
startTrainedModelInferenceJob(args: StartTrainedModelInferenceJobCommandInput, options?: __HttpHandlerOptions): Promise<StartTrainedModelInferenceJobCommandOutput>;
|
|
396
|
+
startTrainedModelInferenceJob(args: StartTrainedModelInferenceJobCommandInput, cb: (err: any, data?: StartTrainedModelInferenceJobCommandOutput) => void): void;
|
|
397
|
+
startTrainedModelInferenceJob(args: StartTrainedModelInferenceJobCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartTrainedModelInferenceJobCommandOutput) => void): void;
|
|
166
398
|
/**
|
|
167
399
|
* @see {@link TagResourceCommand}
|
|
168
400
|
*/
|
|
@@ -7,28 +7,61 @@ import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol
|
|
|
7
7
|
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
|
|
8
8
|
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
|
+
import { CancelTrainedModelCommandInput, CancelTrainedModelCommandOutput } from "./commands/CancelTrainedModelCommand";
|
|
11
|
+
import { CancelTrainedModelInferenceJobCommandInput, CancelTrainedModelInferenceJobCommandOutput } from "./commands/CancelTrainedModelInferenceJobCommand";
|
|
10
12
|
import { CreateAudienceModelCommandInput, CreateAudienceModelCommandOutput } from "./commands/CreateAudienceModelCommand";
|
|
11
13
|
import { CreateConfiguredAudienceModelCommandInput, CreateConfiguredAudienceModelCommandOutput } from "./commands/CreateConfiguredAudienceModelCommand";
|
|
14
|
+
import { CreateConfiguredModelAlgorithmAssociationCommandInput, CreateConfiguredModelAlgorithmAssociationCommandOutput } from "./commands/CreateConfiguredModelAlgorithmAssociationCommand";
|
|
15
|
+
import { CreateConfiguredModelAlgorithmCommandInput, CreateConfiguredModelAlgorithmCommandOutput } from "./commands/CreateConfiguredModelAlgorithmCommand";
|
|
16
|
+
import { CreateMLInputChannelCommandInput, CreateMLInputChannelCommandOutput } from "./commands/CreateMLInputChannelCommand";
|
|
17
|
+
import { CreateTrainedModelCommandInput, CreateTrainedModelCommandOutput } from "./commands/CreateTrainedModelCommand";
|
|
12
18
|
import { CreateTrainingDatasetCommandInput, CreateTrainingDatasetCommandOutput } from "./commands/CreateTrainingDatasetCommand";
|
|
13
19
|
import { DeleteAudienceGenerationJobCommandInput, DeleteAudienceGenerationJobCommandOutput } from "./commands/DeleteAudienceGenerationJobCommand";
|
|
14
20
|
import { DeleteAudienceModelCommandInput, DeleteAudienceModelCommandOutput } from "./commands/DeleteAudienceModelCommand";
|
|
15
21
|
import { DeleteConfiguredAudienceModelCommandInput, DeleteConfiguredAudienceModelCommandOutput } from "./commands/DeleteConfiguredAudienceModelCommand";
|
|
16
22
|
import { DeleteConfiguredAudienceModelPolicyCommandInput, DeleteConfiguredAudienceModelPolicyCommandOutput } from "./commands/DeleteConfiguredAudienceModelPolicyCommand";
|
|
23
|
+
import { DeleteConfiguredModelAlgorithmAssociationCommandInput, DeleteConfiguredModelAlgorithmAssociationCommandOutput } from "./commands/DeleteConfiguredModelAlgorithmAssociationCommand";
|
|
24
|
+
import { DeleteConfiguredModelAlgorithmCommandInput, DeleteConfiguredModelAlgorithmCommandOutput } from "./commands/DeleteConfiguredModelAlgorithmCommand";
|
|
25
|
+
import { DeleteMLConfigurationCommandInput, DeleteMLConfigurationCommandOutput } from "./commands/DeleteMLConfigurationCommand";
|
|
26
|
+
import { DeleteMLInputChannelDataCommandInput, DeleteMLInputChannelDataCommandOutput } from "./commands/DeleteMLInputChannelDataCommand";
|
|
27
|
+
import { DeleteTrainedModelOutputCommandInput, DeleteTrainedModelOutputCommandOutput } from "./commands/DeleteTrainedModelOutputCommand";
|
|
17
28
|
import { DeleteTrainingDatasetCommandInput, DeleteTrainingDatasetCommandOutput } from "./commands/DeleteTrainingDatasetCommand";
|
|
18
29
|
import { GetAudienceGenerationJobCommandInput, GetAudienceGenerationJobCommandOutput } from "./commands/GetAudienceGenerationJobCommand";
|
|
19
30
|
import { GetAudienceModelCommandInput, GetAudienceModelCommandOutput } from "./commands/GetAudienceModelCommand";
|
|
31
|
+
import { GetCollaborationConfiguredModelAlgorithmAssociationCommandInput, GetCollaborationConfiguredModelAlgorithmAssociationCommandOutput } from "./commands/GetCollaborationConfiguredModelAlgorithmAssociationCommand";
|
|
32
|
+
import { GetCollaborationMLInputChannelCommandInput, GetCollaborationMLInputChannelCommandOutput } from "./commands/GetCollaborationMLInputChannelCommand";
|
|
33
|
+
import { GetCollaborationTrainedModelCommandInput, GetCollaborationTrainedModelCommandOutput } from "./commands/GetCollaborationTrainedModelCommand";
|
|
20
34
|
import { GetConfiguredAudienceModelCommandInput, GetConfiguredAudienceModelCommandOutput } from "./commands/GetConfiguredAudienceModelCommand";
|
|
21
35
|
import { GetConfiguredAudienceModelPolicyCommandInput, GetConfiguredAudienceModelPolicyCommandOutput } from "./commands/GetConfiguredAudienceModelPolicyCommand";
|
|
36
|
+
import { GetConfiguredModelAlgorithmAssociationCommandInput, GetConfiguredModelAlgorithmAssociationCommandOutput } from "./commands/GetConfiguredModelAlgorithmAssociationCommand";
|
|
37
|
+
import { GetConfiguredModelAlgorithmCommandInput, GetConfiguredModelAlgorithmCommandOutput } from "./commands/GetConfiguredModelAlgorithmCommand";
|
|
38
|
+
import { GetMLConfigurationCommandInput, GetMLConfigurationCommandOutput } from "./commands/GetMLConfigurationCommand";
|
|
39
|
+
import { GetMLInputChannelCommandInput, GetMLInputChannelCommandOutput } from "./commands/GetMLInputChannelCommand";
|
|
40
|
+
import { GetTrainedModelCommandInput, GetTrainedModelCommandOutput } from "./commands/GetTrainedModelCommand";
|
|
41
|
+
import { GetTrainedModelInferenceJobCommandInput, GetTrainedModelInferenceJobCommandOutput } from "./commands/GetTrainedModelInferenceJobCommand";
|
|
22
42
|
import { GetTrainingDatasetCommandInput, GetTrainingDatasetCommandOutput } from "./commands/GetTrainingDatasetCommand";
|
|
23
43
|
import { ListAudienceExportJobsCommandInput, ListAudienceExportJobsCommandOutput } from "./commands/ListAudienceExportJobsCommand";
|
|
24
44
|
import { ListAudienceGenerationJobsCommandInput, ListAudienceGenerationJobsCommandOutput } from "./commands/ListAudienceGenerationJobsCommand";
|
|
25
45
|
import { ListAudienceModelsCommandInput, ListAudienceModelsCommandOutput } from "./commands/ListAudienceModelsCommand";
|
|
46
|
+
import { ListCollaborationConfiguredModelAlgorithmAssociationsCommandInput, ListCollaborationConfiguredModelAlgorithmAssociationsCommandOutput } from "./commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand";
|
|
47
|
+
import { ListCollaborationMLInputChannelsCommandInput, ListCollaborationMLInputChannelsCommandOutput } from "./commands/ListCollaborationMLInputChannelsCommand";
|
|
48
|
+
import { ListCollaborationTrainedModelExportJobsCommandInput, ListCollaborationTrainedModelExportJobsCommandOutput } from "./commands/ListCollaborationTrainedModelExportJobsCommand";
|
|
49
|
+
import { ListCollaborationTrainedModelInferenceJobsCommandInput, ListCollaborationTrainedModelInferenceJobsCommandOutput } from "./commands/ListCollaborationTrainedModelInferenceJobsCommand";
|
|
50
|
+
import { ListCollaborationTrainedModelsCommandInput, ListCollaborationTrainedModelsCommandOutput } from "./commands/ListCollaborationTrainedModelsCommand";
|
|
26
51
|
import { ListConfiguredAudienceModelsCommandInput, ListConfiguredAudienceModelsCommandOutput } from "./commands/ListConfiguredAudienceModelsCommand";
|
|
52
|
+
import { ListConfiguredModelAlgorithmAssociationsCommandInput, ListConfiguredModelAlgorithmAssociationsCommandOutput } from "./commands/ListConfiguredModelAlgorithmAssociationsCommand";
|
|
53
|
+
import { ListConfiguredModelAlgorithmsCommandInput, ListConfiguredModelAlgorithmsCommandOutput } from "./commands/ListConfiguredModelAlgorithmsCommand";
|
|
54
|
+
import { ListMLInputChannelsCommandInput, ListMLInputChannelsCommandOutput } from "./commands/ListMLInputChannelsCommand";
|
|
27
55
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
56
|
+
import { ListTrainedModelInferenceJobsCommandInput, ListTrainedModelInferenceJobsCommandOutput } from "./commands/ListTrainedModelInferenceJobsCommand";
|
|
57
|
+
import { ListTrainedModelsCommandInput, ListTrainedModelsCommandOutput } from "./commands/ListTrainedModelsCommand";
|
|
28
58
|
import { ListTrainingDatasetsCommandInput, ListTrainingDatasetsCommandOutput } from "./commands/ListTrainingDatasetsCommand";
|
|
29
59
|
import { PutConfiguredAudienceModelPolicyCommandInput, PutConfiguredAudienceModelPolicyCommandOutput } from "./commands/PutConfiguredAudienceModelPolicyCommand";
|
|
60
|
+
import { PutMLConfigurationCommandInput, PutMLConfigurationCommandOutput } from "./commands/PutMLConfigurationCommand";
|
|
30
61
|
import { StartAudienceExportJobCommandInput, StartAudienceExportJobCommandOutput } from "./commands/StartAudienceExportJobCommand";
|
|
31
62
|
import { StartAudienceGenerationJobCommandInput, StartAudienceGenerationJobCommandOutput } from "./commands/StartAudienceGenerationJobCommand";
|
|
63
|
+
import { StartTrainedModelExportJobCommandInput, StartTrainedModelExportJobCommandOutput } from "./commands/StartTrainedModelExportJobCommand";
|
|
64
|
+
import { StartTrainedModelInferenceJobCommandInput, StartTrainedModelInferenceJobCommandOutput } from "./commands/StartTrainedModelInferenceJobCommand";
|
|
32
65
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
33
66
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
34
67
|
import { UpdateConfiguredAudienceModelCommandInput, UpdateConfiguredAudienceModelCommandOutput } from "./commands/UpdateConfiguredAudienceModelCommand";
|
|
@@ -38,11 +71,11 @@ export { __Client };
|
|
|
38
71
|
/**
|
|
39
72
|
* @public
|
|
40
73
|
*/
|
|
41
|
-
export type ServiceInputTypes = CreateAudienceModelCommandInput | CreateConfiguredAudienceModelCommandInput | CreateTrainingDatasetCommandInput | DeleteAudienceGenerationJobCommandInput | DeleteAudienceModelCommandInput | DeleteConfiguredAudienceModelCommandInput | DeleteConfiguredAudienceModelPolicyCommandInput | DeleteTrainingDatasetCommandInput | GetAudienceGenerationJobCommandInput | GetAudienceModelCommandInput | GetConfiguredAudienceModelCommandInput | GetConfiguredAudienceModelPolicyCommandInput | GetTrainingDatasetCommandInput | ListAudienceExportJobsCommandInput | ListAudienceGenerationJobsCommandInput | ListAudienceModelsCommandInput | ListConfiguredAudienceModelsCommandInput | ListTagsForResourceCommandInput | ListTrainingDatasetsCommandInput | PutConfiguredAudienceModelPolicyCommandInput | StartAudienceExportJobCommandInput | StartAudienceGenerationJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateConfiguredAudienceModelCommandInput;
|
|
74
|
+
export type ServiceInputTypes = CancelTrainedModelCommandInput | CancelTrainedModelInferenceJobCommandInput | CreateAudienceModelCommandInput | CreateConfiguredAudienceModelCommandInput | CreateConfiguredModelAlgorithmAssociationCommandInput | CreateConfiguredModelAlgorithmCommandInput | CreateMLInputChannelCommandInput | CreateTrainedModelCommandInput | CreateTrainingDatasetCommandInput | DeleteAudienceGenerationJobCommandInput | DeleteAudienceModelCommandInput | DeleteConfiguredAudienceModelCommandInput | DeleteConfiguredAudienceModelPolicyCommandInput | DeleteConfiguredModelAlgorithmAssociationCommandInput | DeleteConfiguredModelAlgorithmCommandInput | DeleteMLConfigurationCommandInput | DeleteMLInputChannelDataCommandInput | DeleteTrainedModelOutputCommandInput | DeleteTrainingDatasetCommandInput | GetAudienceGenerationJobCommandInput | GetAudienceModelCommandInput | GetCollaborationConfiguredModelAlgorithmAssociationCommandInput | GetCollaborationMLInputChannelCommandInput | GetCollaborationTrainedModelCommandInput | GetConfiguredAudienceModelCommandInput | GetConfiguredAudienceModelPolicyCommandInput | GetConfiguredModelAlgorithmAssociationCommandInput | GetConfiguredModelAlgorithmCommandInput | GetMLConfigurationCommandInput | GetMLInputChannelCommandInput | GetTrainedModelCommandInput | GetTrainedModelInferenceJobCommandInput | GetTrainingDatasetCommandInput | ListAudienceExportJobsCommandInput | ListAudienceGenerationJobsCommandInput | ListAudienceModelsCommandInput | ListCollaborationConfiguredModelAlgorithmAssociationsCommandInput | ListCollaborationMLInputChannelsCommandInput | ListCollaborationTrainedModelExportJobsCommandInput | ListCollaborationTrainedModelInferenceJobsCommandInput | ListCollaborationTrainedModelsCommandInput | ListConfiguredAudienceModelsCommandInput | ListConfiguredModelAlgorithmAssociationsCommandInput | ListConfiguredModelAlgorithmsCommandInput | ListMLInputChannelsCommandInput | ListTagsForResourceCommandInput | ListTrainedModelInferenceJobsCommandInput | ListTrainedModelsCommandInput | ListTrainingDatasetsCommandInput | PutConfiguredAudienceModelPolicyCommandInput | PutMLConfigurationCommandInput | StartAudienceExportJobCommandInput | StartAudienceGenerationJobCommandInput | StartTrainedModelExportJobCommandInput | StartTrainedModelInferenceJobCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateConfiguredAudienceModelCommandInput;
|
|
42
75
|
/**
|
|
43
76
|
* @public
|
|
44
77
|
*/
|
|
45
|
-
export type ServiceOutputTypes = CreateAudienceModelCommandOutput | CreateConfiguredAudienceModelCommandOutput | CreateTrainingDatasetCommandOutput | DeleteAudienceGenerationJobCommandOutput | DeleteAudienceModelCommandOutput | DeleteConfiguredAudienceModelCommandOutput | DeleteConfiguredAudienceModelPolicyCommandOutput | DeleteTrainingDatasetCommandOutput | GetAudienceGenerationJobCommandOutput | GetAudienceModelCommandOutput | GetConfiguredAudienceModelCommandOutput | GetConfiguredAudienceModelPolicyCommandOutput | GetTrainingDatasetCommandOutput | ListAudienceExportJobsCommandOutput | ListAudienceGenerationJobsCommandOutput | ListAudienceModelsCommandOutput | ListConfiguredAudienceModelsCommandOutput | ListTagsForResourceCommandOutput | ListTrainingDatasetsCommandOutput | PutConfiguredAudienceModelPolicyCommandOutput | StartAudienceExportJobCommandOutput | StartAudienceGenerationJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateConfiguredAudienceModelCommandOutput;
|
|
78
|
+
export type ServiceOutputTypes = CancelTrainedModelCommandOutput | CancelTrainedModelInferenceJobCommandOutput | CreateAudienceModelCommandOutput | CreateConfiguredAudienceModelCommandOutput | CreateConfiguredModelAlgorithmAssociationCommandOutput | CreateConfiguredModelAlgorithmCommandOutput | CreateMLInputChannelCommandOutput | CreateTrainedModelCommandOutput | CreateTrainingDatasetCommandOutput | DeleteAudienceGenerationJobCommandOutput | DeleteAudienceModelCommandOutput | DeleteConfiguredAudienceModelCommandOutput | DeleteConfiguredAudienceModelPolicyCommandOutput | DeleteConfiguredModelAlgorithmAssociationCommandOutput | DeleteConfiguredModelAlgorithmCommandOutput | DeleteMLConfigurationCommandOutput | DeleteMLInputChannelDataCommandOutput | DeleteTrainedModelOutputCommandOutput | DeleteTrainingDatasetCommandOutput | GetAudienceGenerationJobCommandOutput | GetAudienceModelCommandOutput | GetCollaborationConfiguredModelAlgorithmAssociationCommandOutput | GetCollaborationMLInputChannelCommandOutput | GetCollaborationTrainedModelCommandOutput | GetConfiguredAudienceModelCommandOutput | GetConfiguredAudienceModelPolicyCommandOutput | GetConfiguredModelAlgorithmAssociationCommandOutput | GetConfiguredModelAlgorithmCommandOutput | GetMLConfigurationCommandOutput | GetMLInputChannelCommandOutput | GetTrainedModelCommandOutput | GetTrainedModelInferenceJobCommandOutput | GetTrainingDatasetCommandOutput | ListAudienceExportJobsCommandOutput | ListAudienceGenerationJobsCommandOutput | ListAudienceModelsCommandOutput | ListCollaborationConfiguredModelAlgorithmAssociationsCommandOutput | ListCollaborationMLInputChannelsCommandOutput | ListCollaborationTrainedModelExportJobsCommandOutput | ListCollaborationTrainedModelInferenceJobsCommandOutput | ListCollaborationTrainedModelsCommandOutput | ListConfiguredAudienceModelsCommandOutput | ListConfiguredModelAlgorithmAssociationsCommandOutput | ListConfiguredModelAlgorithmsCommandOutput | ListMLInputChannelsCommandOutput | ListTagsForResourceCommandOutput | ListTrainedModelInferenceJobsCommandOutput | ListTrainedModelsCommandOutput | ListTrainingDatasetsCommandOutput | PutConfiguredAudienceModelPolicyCommandOutput | PutMLConfigurationCommandOutput | StartAudienceExportJobCommandOutput | StartAudienceGenerationJobCommandOutput | StartTrainedModelExportJobCommandOutput | StartTrainedModelInferenceJobCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateConfiguredAudienceModelCommandOutput;
|
|
46
79
|
/**
|
|
47
80
|
* @public
|
|
48
81
|
*/
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsMLClient";
|
|
4
|
+
import { CancelTrainedModelRequest } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CancelTrainedModelCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CancelTrainedModelCommandInput extends CancelTrainedModelRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CancelTrainedModelCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CancelTrainedModelCommandOutput extends __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const CancelTrainedModelCommand_base: {
|
|
25
|
+
new (input: CancelTrainedModelCommandInput): import("@smithy/smithy-client").CommandImpl<CancelTrainedModelCommandInput, CancelTrainedModelCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: CancelTrainedModelCommandInput): import("@smithy/smithy-client").CommandImpl<CancelTrainedModelCommandInput, CancelTrainedModelCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Submits a request to cancel the trained model job.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { CleanRoomsMLClient, CancelTrainedModelCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
|
|
35
|
+
* // const { CleanRoomsMLClient, CancelTrainedModelCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
|
|
36
|
+
* const client = new CleanRoomsMLClient(config);
|
|
37
|
+
* const input = { // CancelTrainedModelRequest
|
|
38
|
+
* membershipIdentifier: "STRING_VALUE", // required
|
|
39
|
+
* trainedModelArn: "STRING_VALUE", // required
|
|
40
|
+
* };
|
|
41
|
+
* const command = new CancelTrainedModelCommand(input);
|
|
42
|
+
* const response = await client.send(command);
|
|
43
|
+
* // {};
|
|
44
|
+
*
|
|
45
|
+
* ```
|
|
46
|
+
*
|
|
47
|
+
* @param CancelTrainedModelCommandInput - {@link CancelTrainedModelCommandInput}
|
|
48
|
+
* @returns {@link CancelTrainedModelCommandOutput}
|
|
49
|
+
* @see {@link CancelTrainedModelCommandInput} for command's `input` shape.
|
|
50
|
+
* @see {@link CancelTrainedModelCommandOutput} for command's `response` shape.
|
|
51
|
+
* @see {@link CleanRoomsMLClientResolvedConfig | config} for CleanRoomsMLClient's `config` shape.
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
54
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ConflictException} (client fault)
|
|
57
|
+
* <p>You can't complete this action because another resource depends on this resource.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
60
|
+
* <p>The resource you are requesting does not exist.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link ValidationException} (client fault)
|
|
63
|
+
* <p>The request parameters for this request are incorrect.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link CleanRoomsMLServiceException}
|
|
66
|
+
* <p>Base exception class for all service exceptions from CleanRoomsML service.</p>
|
|
67
|
+
*
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
70
|
+
export declare class CancelTrainedModelCommand extends CancelTrainedModelCommand_base {
|
|
71
|
+
/** @internal type navigation helper, not in runtime. */
|
|
72
|
+
protected static __types: {
|
|
73
|
+
api: {
|
|
74
|
+
input: CancelTrainedModelRequest;
|
|
75
|
+
output: {};
|
|
76
|
+
};
|
|
77
|
+
sdk: {
|
|
78
|
+
input: CancelTrainedModelCommandInput;
|
|
79
|
+
output: CancelTrainedModelCommandOutput;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
82
|
+
}
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import { CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../CleanRoomsMLClient";
|
|
4
|
+
import { CancelTrainedModelInferenceJobRequest } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CancelTrainedModelInferenceJobCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CancelTrainedModelInferenceJobCommandInput extends CancelTrainedModelInferenceJobRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CancelTrainedModelInferenceJobCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CancelTrainedModelInferenceJobCommandOutput extends __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const CancelTrainedModelInferenceJobCommand_base: {
|
|
25
|
+
new (input: CancelTrainedModelInferenceJobCommandInput): import("@smithy/smithy-client").CommandImpl<CancelTrainedModelInferenceJobCommandInput, CancelTrainedModelInferenceJobCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: CancelTrainedModelInferenceJobCommandInput): import("@smithy/smithy-client").CommandImpl<CancelTrainedModelInferenceJobCommandInput, CancelTrainedModelInferenceJobCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Submits a request to cancel a trained model inference job.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { CleanRoomsMLClient, CancelTrainedModelInferenceJobCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
|
|
35
|
+
* // const { CleanRoomsMLClient, CancelTrainedModelInferenceJobCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
|
|
36
|
+
* const client = new CleanRoomsMLClient(config);
|
|
37
|
+
* const input = { // CancelTrainedModelInferenceJobRequest
|
|
38
|
+
* membershipIdentifier: "STRING_VALUE", // required
|
|
39
|
+
* trainedModelInferenceJobArn: "STRING_VALUE", // required
|
|
40
|
+
* };
|
|
41
|
+
* const command = new CancelTrainedModelInferenceJobCommand(input);
|
|
42
|
+
* const response = await client.send(command);
|
|
43
|
+
* // {};
|
|
44
|
+
*
|
|
45
|
+
* ```
|
|
46
|
+
*
|
|
47
|
+
* @param CancelTrainedModelInferenceJobCommandInput - {@link CancelTrainedModelInferenceJobCommandInput}
|
|
48
|
+
* @returns {@link CancelTrainedModelInferenceJobCommandOutput}
|
|
49
|
+
* @see {@link CancelTrainedModelInferenceJobCommandInput} for command's `input` shape.
|
|
50
|
+
* @see {@link CancelTrainedModelInferenceJobCommandOutput} for command's `response` shape.
|
|
51
|
+
* @see {@link CleanRoomsMLClientResolvedConfig | config} for CleanRoomsMLClient's `config` shape.
|
|
52
|
+
*
|
|
53
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
54
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
55
|
+
*
|
|
56
|
+
* @throws {@link ConflictException} (client fault)
|
|
57
|
+
* <p>You can't complete this action because another resource depends on this resource.</p>
|
|
58
|
+
*
|
|
59
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
60
|
+
* <p>The resource you are requesting does not exist.</p>
|
|
61
|
+
*
|
|
62
|
+
* @throws {@link ValidationException} (client fault)
|
|
63
|
+
* <p>The request parameters for this request are incorrect.</p>
|
|
64
|
+
*
|
|
65
|
+
* @throws {@link CleanRoomsMLServiceException}
|
|
66
|
+
* <p>Base exception class for all service exceptions from CleanRoomsML service.</p>
|
|
67
|
+
*
|
|
68
|
+
* @public
|
|
69
|
+
*/
|
|
70
|
+
export declare class CancelTrainedModelInferenceJobCommand extends CancelTrainedModelInferenceJobCommand_base {
|
|
71
|
+
/** @internal type navigation helper, not in runtime. */
|
|
72
|
+
protected static __types: {
|
|
73
|
+
api: {
|
|
74
|
+
input: CancelTrainedModelInferenceJobRequest;
|
|
75
|
+
output: {};
|
|
76
|
+
};
|
|
77
|
+
sdk: {
|
|
78
|
+
input: CancelTrainedModelInferenceJobCommandInput;
|
|
79
|
+
output: CancelTrainedModelInferenceJobCommandOutput;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
82
|
+
}
|