@aws-sdk/client-cleanroomsml 3.686.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 +264 -0
- 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 +6 -6
|
@@ -0,0 +1,132 @@
|
|
|
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 { CreateConfiguredModelAlgorithmAssociationRequest, CreateConfiguredModelAlgorithmAssociationResponse } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreateConfiguredModelAlgorithmAssociationCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreateConfiguredModelAlgorithmAssociationCommandInput extends CreateConfiguredModelAlgorithmAssociationRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreateConfiguredModelAlgorithmAssociationCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateConfiguredModelAlgorithmAssociationCommandOutput extends CreateConfiguredModelAlgorithmAssociationResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const CreateConfiguredModelAlgorithmAssociationCommand_base: {
|
|
25
|
+
new (input: CreateConfiguredModelAlgorithmAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConfiguredModelAlgorithmAssociationCommandInput, CreateConfiguredModelAlgorithmAssociationCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: CreateConfiguredModelAlgorithmAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConfiguredModelAlgorithmAssociationCommandInput, CreateConfiguredModelAlgorithmAssociationCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Associates a configured model algorithm to a collaboration for use by any member of the collaboration.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { CleanRoomsMLClient, CreateConfiguredModelAlgorithmAssociationCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
|
|
35
|
+
* // const { CleanRoomsMLClient, CreateConfiguredModelAlgorithmAssociationCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
|
|
36
|
+
* const client = new CleanRoomsMLClient(config);
|
|
37
|
+
* const input = { // CreateConfiguredModelAlgorithmAssociationRequest
|
|
38
|
+
* membershipIdentifier: "STRING_VALUE", // required
|
|
39
|
+
* configuredModelAlgorithmArn: "STRING_VALUE", // required
|
|
40
|
+
* name: "STRING_VALUE", // required
|
|
41
|
+
* description: "STRING_VALUE",
|
|
42
|
+
* privacyConfiguration: { // PrivacyConfiguration
|
|
43
|
+
* policies: { // PrivacyConfigurationPolicies
|
|
44
|
+
* trainedModels: { // TrainedModelsConfigurationPolicy
|
|
45
|
+
* containerLogs: [ // LogsConfigurationPolicyList
|
|
46
|
+
* { // LogsConfigurationPolicy
|
|
47
|
+
* allowedAccountIds: [ // AccountIdList // required
|
|
48
|
+
* "STRING_VALUE",
|
|
49
|
+
* ],
|
|
50
|
+
* filterPattern: "STRING_VALUE",
|
|
51
|
+
* },
|
|
52
|
+
* ],
|
|
53
|
+
* containerMetrics: { // MetricsConfigurationPolicy
|
|
54
|
+
* noiseLevel: "HIGH" || "MEDIUM" || "LOW" || "NONE", // required
|
|
55
|
+
* },
|
|
56
|
+
* },
|
|
57
|
+
* trainedModelExports: { // TrainedModelExportsConfigurationPolicy
|
|
58
|
+
* maxSize: { // TrainedModelExportsMaxSize
|
|
59
|
+
* unit: "GB", // required
|
|
60
|
+
* value: Number("double"), // required
|
|
61
|
+
* },
|
|
62
|
+
* filesToExport: [ // TrainedModelExportFileTypeList // required
|
|
63
|
+
* "MODEL" || "OUTPUT",
|
|
64
|
+
* ],
|
|
65
|
+
* },
|
|
66
|
+
* trainedModelInferenceJobs: { // TrainedModelInferenceJobsConfigurationPolicy
|
|
67
|
+
* containerLogs: [
|
|
68
|
+
* {
|
|
69
|
+
* allowedAccountIds: [ // required
|
|
70
|
+
* "STRING_VALUE",
|
|
71
|
+
* ],
|
|
72
|
+
* filterPattern: "STRING_VALUE",
|
|
73
|
+
* },
|
|
74
|
+
* ],
|
|
75
|
+
* maxOutputSize: { // TrainedModelInferenceMaxOutputSize
|
|
76
|
+
* unit: "GB", // required
|
|
77
|
+
* value: Number("double"), // required
|
|
78
|
+
* },
|
|
79
|
+
* },
|
|
80
|
+
* },
|
|
81
|
+
* },
|
|
82
|
+
* tags: { // TagMap
|
|
83
|
+
* "<keys>": "STRING_VALUE",
|
|
84
|
+
* },
|
|
85
|
+
* };
|
|
86
|
+
* const command = new CreateConfiguredModelAlgorithmAssociationCommand(input);
|
|
87
|
+
* const response = await client.send(command);
|
|
88
|
+
* // { // CreateConfiguredModelAlgorithmAssociationResponse
|
|
89
|
+
* // configuredModelAlgorithmAssociationArn: "STRING_VALUE", // required
|
|
90
|
+
* // };
|
|
91
|
+
*
|
|
92
|
+
* ```
|
|
93
|
+
*
|
|
94
|
+
* @param CreateConfiguredModelAlgorithmAssociationCommandInput - {@link CreateConfiguredModelAlgorithmAssociationCommandInput}
|
|
95
|
+
* @returns {@link CreateConfiguredModelAlgorithmAssociationCommandOutput}
|
|
96
|
+
* @see {@link CreateConfiguredModelAlgorithmAssociationCommandInput} for command's `input` shape.
|
|
97
|
+
* @see {@link CreateConfiguredModelAlgorithmAssociationCommandOutput} for command's `response` shape.
|
|
98
|
+
* @see {@link CleanRoomsMLClientResolvedConfig | config} for CleanRoomsMLClient's `config` shape.
|
|
99
|
+
*
|
|
100
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
101
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
102
|
+
*
|
|
103
|
+
* @throws {@link ConflictException} (client fault)
|
|
104
|
+
* <p>You can't complete this action because another resource depends on this resource.</p>
|
|
105
|
+
*
|
|
106
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
107
|
+
* <p>The resource you are requesting does not exist.</p>
|
|
108
|
+
*
|
|
109
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
110
|
+
* <p>You have exceeded your service quota.</p>
|
|
111
|
+
*
|
|
112
|
+
* @throws {@link ValidationException} (client fault)
|
|
113
|
+
* <p>The request parameters for this request are incorrect.</p>
|
|
114
|
+
*
|
|
115
|
+
* @throws {@link CleanRoomsMLServiceException}
|
|
116
|
+
* <p>Base exception class for all service exceptions from CleanRoomsML service.</p>
|
|
117
|
+
*
|
|
118
|
+
* @public
|
|
119
|
+
*/
|
|
120
|
+
export declare class CreateConfiguredModelAlgorithmAssociationCommand extends CreateConfiguredModelAlgorithmAssociationCommand_base {
|
|
121
|
+
/** @internal type navigation helper, not in runtime. */
|
|
122
|
+
protected static __types: {
|
|
123
|
+
api: {
|
|
124
|
+
input: CreateConfiguredModelAlgorithmAssociationRequest;
|
|
125
|
+
output: CreateConfiguredModelAlgorithmAssociationResponse;
|
|
126
|
+
};
|
|
127
|
+
sdk: {
|
|
128
|
+
input: CreateConfiguredModelAlgorithmAssociationCommandInput;
|
|
129
|
+
output: CreateConfiguredModelAlgorithmAssociationCommandOutput;
|
|
130
|
+
};
|
|
131
|
+
};
|
|
132
|
+
}
|
|
@@ -0,0 +1,107 @@
|
|
|
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 { CreateConfiguredModelAlgorithmRequest, CreateConfiguredModelAlgorithmResponse } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreateConfiguredModelAlgorithmCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreateConfiguredModelAlgorithmCommandInput extends CreateConfiguredModelAlgorithmRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreateConfiguredModelAlgorithmCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateConfiguredModelAlgorithmCommandOutput extends CreateConfiguredModelAlgorithmResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const CreateConfiguredModelAlgorithmCommand_base: {
|
|
25
|
+
new (input: CreateConfiguredModelAlgorithmCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConfiguredModelAlgorithmCommandInput, CreateConfiguredModelAlgorithmCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: CreateConfiguredModelAlgorithmCommandInput): import("@smithy/smithy-client").CommandImpl<CreateConfiguredModelAlgorithmCommandInput, CreateConfiguredModelAlgorithmCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Creates a configured model algorithm using a container image stored in an ECR repository.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { CleanRoomsMLClient, CreateConfiguredModelAlgorithmCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
|
|
35
|
+
* // const { CleanRoomsMLClient, CreateConfiguredModelAlgorithmCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
|
|
36
|
+
* const client = new CleanRoomsMLClient(config);
|
|
37
|
+
* const input = { // CreateConfiguredModelAlgorithmRequest
|
|
38
|
+
* name: "STRING_VALUE", // required
|
|
39
|
+
* description: "STRING_VALUE",
|
|
40
|
+
* roleArn: "STRING_VALUE", // required
|
|
41
|
+
* trainingContainerConfig: { // ContainerConfig
|
|
42
|
+
* imageUri: "STRING_VALUE", // required
|
|
43
|
+
* entrypoint: [ // ContainerEntrypoint
|
|
44
|
+
* "STRING_VALUE",
|
|
45
|
+
* ],
|
|
46
|
+
* arguments: [ // ContainerArguments
|
|
47
|
+
* "STRING_VALUE",
|
|
48
|
+
* ],
|
|
49
|
+
* metricDefinitions: [ // MetricDefinitionList
|
|
50
|
+
* { // MetricDefinition
|
|
51
|
+
* name: "STRING_VALUE", // required
|
|
52
|
+
* regex: "STRING_VALUE", // required
|
|
53
|
+
* },
|
|
54
|
+
* ],
|
|
55
|
+
* },
|
|
56
|
+
* inferenceContainerConfig: { // InferenceContainerConfig
|
|
57
|
+
* imageUri: "STRING_VALUE", // required
|
|
58
|
+
* },
|
|
59
|
+
* tags: { // TagMap
|
|
60
|
+
* "<keys>": "STRING_VALUE",
|
|
61
|
+
* },
|
|
62
|
+
* kmsKeyArn: "STRING_VALUE",
|
|
63
|
+
* };
|
|
64
|
+
* const command = new CreateConfiguredModelAlgorithmCommand(input);
|
|
65
|
+
* const response = await client.send(command);
|
|
66
|
+
* // { // CreateConfiguredModelAlgorithmResponse
|
|
67
|
+
* // configuredModelAlgorithmArn: "STRING_VALUE", // required
|
|
68
|
+
* // };
|
|
69
|
+
*
|
|
70
|
+
* ```
|
|
71
|
+
*
|
|
72
|
+
* @param CreateConfiguredModelAlgorithmCommandInput - {@link CreateConfiguredModelAlgorithmCommandInput}
|
|
73
|
+
* @returns {@link CreateConfiguredModelAlgorithmCommandOutput}
|
|
74
|
+
* @see {@link CreateConfiguredModelAlgorithmCommandInput} for command's `input` shape.
|
|
75
|
+
* @see {@link CreateConfiguredModelAlgorithmCommandOutput} for command's `response` shape.
|
|
76
|
+
* @see {@link CleanRoomsMLClientResolvedConfig | config} for CleanRoomsMLClient's `config` shape.
|
|
77
|
+
*
|
|
78
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
79
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link ConflictException} (client fault)
|
|
82
|
+
* <p>You can't complete this action because another resource depends on this resource.</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
85
|
+
* <p>You have exceeded your service quota.</p>
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link ValidationException} (client fault)
|
|
88
|
+
* <p>The request parameters for this request are incorrect.</p>
|
|
89
|
+
*
|
|
90
|
+
* @throws {@link CleanRoomsMLServiceException}
|
|
91
|
+
* <p>Base exception class for all service exceptions from CleanRoomsML service.</p>
|
|
92
|
+
*
|
|
93
|
+
* @public
|
|
94
|
+
*/
|
|
95
|
+
export declare class CreateConfiguredModelAlgorithmCommand extends CreateConfiguredModelAlgorithmCommand_base {
|
|
96
|
+
/** @internal type navigation helper, not in runtime. */
|
|
97
|
+
protected static __types: {
|
|
98
|
+
api: {
|
|
99
|
+
input: CreateConfiguredModelAlgorithmRequest;
|
|
100
|
+
output: CreateConfiguredModelAlgorithmResponse;
|
|
101
|
+
};
|
|
102
|
+
sdk: {
|
|
103
|
+
input: CreateConfiguredModelAlgorithmCommandInput;
|
|
104
|
+
output: CreateConfiguredModelAlgorithmCommandOutput;
|
|
105
|
+
};
|
|
106
|
+
};
|
|
107
|
+
}
|
|
@@ -0,0 +1,116 @@
|
|
|
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 { CreateMLInputChannelRequest, CreateMLInputChannelResponse } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreateMLInputChannelCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreateMLInputChannelCommandInput extends CreateMLInputChannelRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreateMLInputChannelCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateMLInputChannelCommandOutput extends CreateMLInputChannelResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const CreateMLInputChannelCommand_base: {
|
|
25
|
+
new (input: CreateMLInputChannelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMLInputChannelCommandInput, CreateMLInputChannelCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: CreateMLInputChannelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateMLInputChannelCommandInput, CreateMLInputChannelCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Provides the information to create an ML input channel. An ML input channel is the result of a query that can be used for ML modeling.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { CleanRoomsMLClient, CreateMLInputChannelCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
|
|
35
|
+
* // const { CleanRoomsMLClient, CreateMLInputChannelCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
|
|
36
|
+
* const client = new CleanRoomsMLClient(config);
|
|
37
|
+
* const input = { // CreateMLInputChannelRequest
|
|
38
|
+
* membershipIdentifier: "STRING_VALUE", // required
|
|
39
|
+
* configuredModelAlgorithmAssociations: [ // ConfiguredModelAlgorithmAssociationArnList // required
|
|
40
|
+
* "STRING_VALUE",
|
|
41
|
+
* ],
|
|
42
|
+
* inputChannel: { // InputChannel
|
|
43
|
+
* dataSource: { // InputChannelDataSource Union: only one key present
|
|
44
|
+
* protectedQueryInputParameters: { // ProtectedQueryInputParameters
|
|
45
|
+
* sqlParameters: { // ProtectedQuerySQLParameters
|
|
46
|
+
* queryString: "STRING_VALUE",
|
|
47
|
+
* analysisTemplateArn: "STRING_VALUE",
|
|
48
|
+
* parameters: { // ParameterMap
|
|
49
|
+
* "<keys>": "STRING_VALUE",
|
|
50
|
+
* },
|
|
51
|
+
* },
|
|
52
|
+
* computeConfiguration: { // ComputeConfiguration Union: only one key present
|
|
53
|
+
* worker: { // WorkerComputeConfiguration
|
|
54
|
+
* type: "CR.1X" || "CR.4X",
|
|
55
|
+
* number: Number("int"),
|
|
56
|
+
* },
|
|
57
|
+
* },
|
|
58
|
+
* },
|
|
59
|
+
* },
|
|
60
|
+
* roleArn: "STRING_VALUE", // required
|
|
61
|
+
* },
|
|
62
|
+
* name: "STRING_VALUE", // required
|
|
63
|
+
* retentionInDays: Number("int"), // required
|
|
64
|
+
* description: "STRING_VALUE",
|
|
65
|
+
* kmsKeyArn: "STRING_VALUE",
|
|
66
|
+
* tags: { // TagMap
|
|
67
|
+
* "<keys>": "STRING_VALUE",
|
|
68
|
+
* },
|
|
69
|
+
* };
|
|
70
|
+
* const command = new CreateMLInputChannelCommand(input);
|
|
71
|
+
* const response = await client.send(command);
|
|
72
|
+
* // { // CreateMLInputChannelResponse
|
|
73
|
+
* // mlInputChannelArn: "STRING_VALUE", // required
|
|
74
|
+
* // };
|
|
75
|
+
*
|
|
76
|
+
* ```
|
|
77
|
+
*
|
|
78
|
+
* @param CreateMLInputChannelCommandInput - {@link CreateMLInputChannelCommandInput}
|
|
79
|
+
* @returns {@link CreateMLInputChannelCommandOutput}
|
|
80
|
+
* @see {@link CreateMLInputChannelCommandInput} for command's `input` shape.
|
|
81
|
+
* @see {@link CreateMLInputChannelCommandOutput} for command's `response` shape.
|
|
82
|
+
* @see {@link CleanRoomsMLClientResolvedConfig | config} for CleanRoomsMLClient's `config` shape.
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
85
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link ConflictException} (client fault)
|
|
88
|
+
* <p>You can't complete this action because another resource depends on this resource.</p>
|
|
89
|
+
*
|
|
90
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
91
|
+
* <p>The resource you are requesting does not exist.</p>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
94
|
+
* <p>You have exceeded your service quota.</p>
|
|
95
|
+
*
|
|
96
|
+
* @throws {@link ValidationException} (client fault)
|
|
97
|
+
* <p>The request parameters for this request are incorrect.</p>
|
|
98
|
+
*
|
|
99
|
+
* @throws {@link CleanRoomsMLServiceException}
|
|
100
|
+
* <p>Base exception class for all service exceptions from CleanRoomsML service.</p>
|
|
101
|
+
*
|
|
102
|
+
* @public
|
|
103
|
+
*/
|
|
104
|
+
export declare class CreateMLInputChannelCommand extends CreateMLInputChannelCommand_base {
|
|
105
|
+
/** @internal type navigation helper, not in runtime. */
|
|
106
|
+
protected static __types: {
|
|
107
|
+
api: {
|
|
108
|
+
input: CreateMLInputChannelRequest;
|
|
109
|
+
output: CreateMLInputChannelResponse;
|
|
110
|
+
};
|
|
111
|
+
sdk: {
|
|
112
|
+
input: CreateMLInputChannelCommandInput;
|
|
113
|
+
output: CreateMLInputChannelCommandOutput;
|
|
114
|
+
};
|
|
115
|
+
};
|
|
116
|
+
}
|
|
@@ -0,0 +1,113 @@
|
|
|
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 { CreateTrainedModelRequest, CreateTrainedModelResponse } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link CreateTrainedModelCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface CreateTrainedModelCommandInput extends CreateTrainedModelRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link CreateTrainedModelCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface CreateTrainedModelCommandOutput extends CreateTrainedModelResponse, __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const CreateTrainedModelCommand_base: {
|
|
25
|
+
new (input: CreateTrainedModelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTrainedModelCommandInput, CreateTrainedModelCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: CreateTrainedModelCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTrainedModelCommandInput, CreateTrainedModelCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Creates a trained model from an associated configured model algorithm using data from any member of the collaboration.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { CleanRoomsMLClient, CreateTrainedModelCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
|
|
35
|
+
* // const { CleanRoomsMLClient, CreateTrainedModelCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
|
|
36
|
+
* const client = new CleanRoomsMLClient(config);
|
|
37
|
+
* const input = { // CreateTrainedModelRequest
|
|
38
|
+
* membershipIdentifier: "STRING_VALUE", // required
|
|
39
|
+
* name: "STRING_VALUE", // required
|
|
40
|
+
* configuredModelAlgorithmAssociationArn: "STRING_VALUE", // required
|
|
41
|
+
* hyperparameters: { // HyperParameters
|
|
42
|
+
* "<keys>": "STRING_VALUE",
|
|
43
|
+
* },
|
|
44
|
+
* environment: { // Environment
|
|
45
|
+
* "<keys>": "STRING_VALUE",
|
|
46
|
+
* },
|
|
47
|
+
* resourceConfig: { // ResourceConfig
|
|
48
|
+
* instanceCount: Number("int"),
|
|
49
|
+
* instanceType: "ml.m4.xlarge" || "ml.m4.2xlarge" || "ml.m4.4xlarge" || "ml.m4.10xlarge" || "ml.m4.16xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.m5.large" || "ml.m5.xlarge" || "ml.m5.2xlarge" || "ml.m5.4xlarge" || "ml.m5.12xlarge" || "ml.m5.24xlarge" || "ml.c4.xlarge" || "ml.c4.2xlarge" || "ml.c4.4xlarge" || "ml.c4.8xlarge" || "ml.p2.xlarge" || "ml.p2.8xlarge" || "ml.p2.16xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p3dn.24xlarge" || "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.p5.48xlarge" || "ml.c5.xlarge" || "ml.c5.2xlarge" || "ml.c5.4xlarge" || "ml.c5.9xlarge" || "ml.c5.18xlarge" || "ml.c5n.xlarge" || "ml.c5n.2xlarge" || "ml.c5n.4xlarge" || "ml.c5n.9xlarge" || "ml.c5n.18xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.16xlarge" || "ml.g5.12xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge" || "ml.m6i.large" || "ml.m6i.xlarge" || "ml.m6i.2xlarge" || "ml.m6i.4xlarge" || "ml.m6i.8xlarge" || "ml.m6i.12xlarge" || "ml.m6i.16xlarge" || "ml.m6i.24xlarge" || "ml.m6i.32xlarge" || "ml.c6i.xlarge" || "ml.c6i.2xlarge" || "ml.c6i.8xlarge" || "ml.c6i.4xlarge" || "ml.c6i.12xlarge" || "ml.c6i.16xlarge" || "ml.c6i.24xlarge" || "ml.c6i.32xlarge" || "ml.r5d.large" || "ml.r5d.xlarge" || "ml.r5d.2xlarge" || "ml.r5d.4xlarge" || "ml.r5d.8xlarge" || "ml.r5d.12xlarge" || "ml.r5d.16xlarge" || "ml.r5d.24xlarge" || "ml.t3.medium" || "ml.t3.large" || "ml.t3.xlarge" || "ml.t3.2xlarge" || "ml.r5.large" || "ml.r5.xlarge" || "ml.r5.2xlarge" || "ml.r5.4xlarge" || "ml.r5.8xlarge" || "ml.r5.12xlarge" || "ml.r5.16xlarge" || "ml.r5.24xlarge", // required
|
|
50
|
+
* volumeSizeInGB: Number("int"), // required
|
|
51
|
+
* },
|
|
52
|
+
* stoppingCondition: { // StoppingCondition
|
|
53
|
+
* maxRuntimeInSeconds: Number("int"),
|
|
54
|
+
* },
|
|
55
|
+
* dataChannels: [ // ModelTrainingDataChannels // required
|
|
56
|
+
* { // ModelTrainingDataChannel
|
|
57
|
+
* mlInputChannelArn: "STRING_VALUE", // required
|
|
58
|
+
* channelName: "STRING_VALUE", // required
|
|
59
|
+
* },
|
|
60
|
+
* ],
|
|
61
|
+
* description: "STRING_VALUE",
|
|
62
|
+
* kmsKeyArn: "STRING_VALUE",
|
|
63
|
+
* tags: { // TagMap
|
|
64
|
+
* "<keys>": "STRING_VALUE",
|
|
65
|
+
* },
|
|
66
|
+
* };
|
|
67
|
+
* const command = new CreateTrainedModelCommand(input);
|
|
68
|
+
* const response = await client.send(command);
|
|
69
|
+
* // { // CreateTrainedModelResponse
|
|
70
|
+
* // trainedModelArn: "STRING_VALUE", // required
|
|
71
|
+
* // };
|
|
72
|
+
*
|
|
73
|
+
* ```
|
|
74
|
+
*
|
|
75
|
+
* @param CreateTrainedModelCommandInput - {@link CreateTrainedModelCommandInput}
|
|
76
|
+
* @returns {@link CreateTrainedModelCommandOutput}
|
|
77
|
+
* @see {@link CreateTrainedModelCommandInput} for command's `input` shape.
|
|
78
|
+
* @see {@link CreateTrainedModelCommandOutput} for command's `response` shape.
|
|
79
|
+
* @see {@link CleanRoomsMLClientResolvedConfig | config} for CleanRoomsMLClient's `config` shape.
|
|
80
|
+
*
|
|
81
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
82
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
83
|
+
*
|
|
84
|
+
* @throws {@link ConflictException} (client fault)
|
|
85
|
+
* <p>You can't complete this action because another resource depends on this resource.</p>
|
|
86
|
+
*
|
|
87
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
88
|
+
* <p>The resource you are requesting does not exist.</p>
|
|
89
|
+
*
|
|
90
|
+
* @throws {@link ServiceQuotaExceededException} (client fault)
|
|
91
|
+
* <p>You have exceeded your service quota.</p>
|
|
92
|
+
*
|
|
93
|
+
* @throws {@link ValidationException} (client fault)
|
|
94
|
+
* <p>The request parameters for this request are incorrect.</p>
|
|
95
|
+
*
|
|
96
|
+
* @throws {@link CleanRoomsMLServiceException}
|
|
97
|
+
* <p>Base exception class for all service exceptions from CleanRoomsML service.</p>
|
|
98
|
+
*
|
|
99
|
+
* @public
|
|
100
|
+
*/
|
|
101
|
+
export declare class CreateTrainedModelCommand extends CreateTrainedModelCommand_base {
|
|
102
|
+
/** @internal type navigation helper, not in runtime. */
|
|
103
|
+
protected static __types: {
|
|
104
|
+
api: {
|
|
105
|
+
input: CreateTrainedModelRequest;
|
|
106
|
+
output: CreateTrainedModelResponse;
|
|
107
|
+
};
|
|
108
|
+
sdk: {
|
|
109
|
+
input: CreateTrainedModelCommandInput;
|
|
110
|
+
output: CreateTrainedModelCommandOutput;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
113
|
+
}
|
|
@@ -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 { DeleteConfiguredModelAlgorithmAssociationRequest } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DeleteConfiguredModelAlgorithmAssociationCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DeleteConfiguredModelAlgorithmAssociationCommandInput extends DeleteConfiguredModelAlgorithmAssociationRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DeleteConfiguredModelAlgorithmAssociationCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DeleteConfiguredModelAlgorithmAssociationCommandOutput extends __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DeleteConfiguredModelAlgorithmAssociationCommand_base: {
|
|
25
|
+
new (input: DeleteConfiguredModelAlgorithmAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConfiguredModelAlgorithmAssociationCommandInput, DeleteConfiguredModelAlgorithmAssociationCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: DeleteConfiguredModelAlgorithmAssociationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConfiguredModelAlgorithmAssociationCommandInput, DeleteConfiguredModelAlgorithmAssociationCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Deletes a configured model algorithm association.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { CleanRoomsMLClient, DeleteConfiguredModelAlgorithmAssociationCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
|
|
35
|
+
* // const { CleanRoomsMLClient, DeleteConfiguredModelAlgorithmAssociationCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
|
|
36
|
+
* const client = new CleanRoomsMLClient(config);
|
|
37
|
+
* const input = { // DeleteConfiguredModelAlgorithmAssociationRequest
|
|
38
|
+
* configuredModelAlgorithmAssociationArn: "STRING_VALUE", // required
|
|
39
|
+
* membershipIdentifier: "STRING_VALUE", // required
|
|
40
|
+
* };
|
|
41
|
+
* const command = new DeleteConfiguredModelAlgorithmAssociationCommand(input);
|
|
42
|
+
* const response = await client.send(command);
|
|
43
|
+
* // {};
|
|
44
|
+
*
|
|
45
|
+
* ```
|
|
46
|
+
*
|
|
47
|
+
* @param DeleteConfiguredModelAlgorithmAssociationCommandInput - {@link DeleteConfiguredModelAlgorithmAssociationCommandInput}
|
|
48
|
+
* @returns {@link DeleteConfiguredModelAlgorithmAssociationCommandOutput}
|
|
49
|
+
* @see {@link DeleteConfiguredModelAlgorithmAssociationCommandInput} for command's `input` shape.
|
|
50
|
+
* @see {@link DeleteConfiguredModelAlgorithmAssociationCommandOutput} 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 DeleteConfiguredModelAlgorithmAssociationCommand extends DeleteConfiguredModelAlgorithmAssociationCommand_base {
|
|
71
|
+
/** @internal type navigation helper, not in runtime. */
|
|
72
|
+
protected static __types: {
|
|
73
|
+
api: {
|
|
74
|
+
input: DeleteConfiguredModelAlgorithmAssociationRequest;
|
|
75
|
+
output: {};
|
|
76
|
+
};
|
|
77
|
+
sdk: {
|
|
78
|
+
input: DeleteConfiguredModelAlgorithmAssociationCommandInput;
|
|
79
|
+
output: DeleteConfiguredModelAlgorithmAssociationCommandOutput;
|
|
80
|
+
};
|
|
81
|
+
};
|
|
82
|
+
}
|
|
@@ -0,0 +1,81 @@
|
|
|
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 { DeleteConfiguredModelAlgorithmRequest } from "../models/models_0";
|
|
5
|
+
/**
|
|
6
|
+
* @public
|
|
7
|
+
*/
|
|
8
|
+
export type { __MetadataBearer };
|
|
9
|
+
export { $Command };
|
|
10
|
+
/**
|
|
11
|
+
* @public
|
|
12
|
+
*
|
|
13
|
+
* The input for {@link DeleteConfiguredModelAlgorithmCommand}.
|
|
14
|
+
*/
|
|
15
|
+
export interface DeleteConfiguredModelAlgorithmCommandInput extends DeleteConfiguredModelAlgorithmRequest {
|
|
16
|
+
}
|
|
17
|
+
/**
|
|
18
|
+
* @public
|
|
19
|
+
*
|
|
20
|
+
* The output of {@link DeleteConfiguredModelAlgorithmCommand}.
|
|
21
|
+
*/
|
|
22
|
+
export interface DeleteConfiguredModelAlgorithmCommandOutput extends __MetadataBearer {
|
|
23
|
+
}
|
|
24
|
+
declare const DeleteConfiguredModelAlgorithmCommand_base: {
|
|
25
|
+
new (input: DeleteConfiguredModelAlgorithmCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConfiguredModelAlgorithmCommandInput, DeleteConfiguredModelAlgorithmCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
26
|
+
new (__0_0: DeleteConfiguredModelAlgorithmCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteConfiguredModelAlgorithmCommandInput, DeleteConfiguredModelAlgorithmCommandOutput, CleanRoomsMLClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
27
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
|
+
};
|
|
29
|
+
/**
|
|
30
|
+
* <p>Deletes a configured model algorithm.</p>
|
|
31
|
+
* @example
|
|
32
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
33
|
+
* ```javascript
|
|
34
|
+
* import { CleanRoomsMLClient, DeleteConfiguredModelAlgorithmCommand } from "@aws-sdk/client-cleanroomsml"; // ES Modules import
|
|
35
|
+
* // const { CleanRoomsMLClient, DeleteConfiguredModelAlgorithmCommand } = require("@aws-sdk/client-cleanroomsml"); // CommonJS import
|
|
36
|
+
* const client = new CleanRoomsMLClient(config);
|
|
37
|
+
* const input = { // DeleteConfiguredModelAlgorithmRequest
|
|
38
|
+
* configuredModelAlgorithmArn: "STRING_VALUE", // required
|
|
39
|
+
* };
|
|
40
|
+
* const command = new DeleteConfiguredModelAlgorithmCommand(input);
|
|
41
|
+
* const response = await client.send(command);
|
|
42
|
+
* // {};
|
|
43
|
+
*
|
|
44
|
+
* ```
|
|
45
|
+
*
|
|
46
|
+
* @param DeleteConfiguredModelAlgorithmCommandInput - {@link DeleteConfiguredModelAlgorithmCommandInput}
|
|
47
|
+
* @returns {@link DeleteConfiguredModelAlgorithmCommandOutput}
|
|
48
|
+
* @see {@link DeleteConfiguredModelAlgorithmCommandInput} for command's `input` shape.
|
|
49
|
+
* @see {@link DeleteConfiguredModelAlgorithmCommandOutput} for command's `response` shape.
|
|
50
|
+
* @see {@link CleanRoomsMLClientResolvedConfig | config} for CleanRoomsMLClient's `config` shape.
|
|
51
|
+
*
|
|
52
|
+
* @throws {@link AccessDeniedException} (client fault)
|
|
53
|
+
* <p>You do not have sufficient access to perform this action.</p>
|
|
54
|
+
*
|
|
55
|
+
* @throws {@link ConflictException} (client fault)
|
|
56
|
+
* <p>You can't complete this action because another resource depends on this resource.</p>
|
|
57
|
+
*
|
|
58
|
+
* @throws {@link ResourceNotFoundException} (client fault)
|
|
59
|
+
* <p>The resource you are requesting does not exist.</p>
|
|
60
|
+
*
|
|
61
|
+
* @throws {@link ValidationException} (client fault)
|
|
62
|
+
* <p>The request parameters for this request are incorrect.</p>
|
|
63
|
+
*
|
|
64
|
+
* @throws {@link CleanRoomsMLServiceException}
|
|
65
|
+
* <p>Base exception class for all service exceptions from CleanRoomsML service.</p>
|
|
66
|
+
*
|
|
67
|
+
* @public
|
|
68
|
+
*/
|
|
69
|
+
export declare class DeleteConfiguredModelAlgorithmCommand extends DeleteConfiguredModelAlgorithmCommand_base {
|
|
70
|
+
/** @internal type navigation helper, not in runtime. */
|
|
71
|
+
protected static __types: {
|
|
72
|
+
api: {
|
|
73
|
+
input: DeleteConfiguredModelAlgorithmRequest;
|
|
74
|
+
output: {};
|
|
75
|
+
};
|
|
76
|
+
sdk: {
|
|
77
|
+
input: DeleteConfiguredModelAlgorithmCommandInput;
|
|
78
|
+
output: DeleteConfiguredModelAlgorithmCommandOutput;
|
|
79
|
+
};
|
|
80
|
+
};
|
|
81
|
+
}
|