@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
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListCollaborationConfiguredModelAlgorithmAssociationsCommandInput,
|
|
4
|
+
ListCollaborationConfiguredModelAlgorithmAssociationsCommandOutput,
|
|
5
|
+
} from "../commands/ListCollaborationConfiguredModelAlgorithmAssociationsCommand";
|
|
6
|
+
import { CleanRoomsMLPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListCollaborationConfiguredModelAlgorithmAssociations: (
|
|
8
|
+
config: CleanRoomsMLPaginationConfiguration,
|
|
9
|
+
input: ListCollaborationConfiguredModelAlgorithmAssociationsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListCollaborationConfiguredModelAlgorithmAssociationsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListCollaborationMLInputChannelsCommandInput,
|
|
4
|
+
ListCollaborationMLInputChannelsCommandOutput,
|
|
5
|
+
} from "../commands/ListCollaborationMLInputChannelsCommand";
|
|
6
|
+
import { CleanRoomsMLPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListCollaborationMLInputChannels: (
|
|
8
|
+
config: CleanRoomsMLPaginationConfiguration,
|
|
9
|
+
input: ListCollaborationMLInputChannelsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListCollaborationMLInputChannelsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListCollaborationTrainedModelExportJobsCommandInput,
|
|
4
|
+
ListCollaborationTrainedModelExportJobsCommandOutput,
|
|
5
|
+
} from "../commands/ListCollaborationTrainedModelExportJobsCommand";
|
|
6
|
+
import { CleanRoomsMLPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListCollaborationTrainedModelExportJobs: (
|
|
8
|
+
config: CleanRoomsMLPaginationConfiguration,
|
|
9
|
+
input: ListCollaborationTrainedModelExportJobsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListCollaborationTrainedModelExportJobsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListCollaborationTrainedModelInferenceJobsCommandInput,
|
|
4
|
+
ListCollaborationTrainedModelInferenceJobsCommandOutput,
|
|
5
|
+
} from "../commands/ListCollaborationTrainedModelInferenceJobsCommand";
|
|
6
|
+
import { CleanRoomsMLPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListCollaborationTrainedModelInferenceJobs: (
|
|
8
|
+
config: CleanRoomsMLPaginationConfiguration,
|
|
9
|
+
input: ListCollaborationTrainedModelInferenceJobsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListCollaborationTrainedModelInferenceJobsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListCollaborationTrainedModelsCommandInput,
|
|
4
|
+
ListCollaborationTrainedModelsCommandOutput,
|
|
5
|
+
} from "../commands/ListCollaborationTrainedModelsCommand";
|
|
6
|
+
import { CleanRoomsMLPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListCollaborationTrainedModels: (
|
|
8
|
+
config: CleanRoomsMLPaginationConfiguration,
|
|
9
|
+
input: ListCollaborationTrainedModelsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListCollaborationTrainedModelsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListConfiguredModelAlgorithmAssociationsCommandInput,
|
|
4
|
+
ListConfiguredModelAlgorithmAssociationsCommandOutput,
|
|
5
|
+
} from "../commands/ListConfiguredModelAlgorithmAssociationsCommand";
|
|
6
|
+
import { CleanRoomsMLPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListConfiguredModelAlgorithmAssociations: (
|
|
8
|
+
config: CleanRoomsMLPaginationConfiguration,
|
|
9
|
+
input: ListConfiguredModelAlgorithmAssociationsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListConfiguredModelAlgorithmAssociationsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListConfiguredModelAlgorithmsCommandInput,
|
|
4
|
+
ListConfiguredModelAlgorithmsCommandOutput,
|
|
5
|
+
} from "../commands/ListConfiguredModelAlgorithmsCommand";
|
|
6
|
+
import { CleanRoomsMLPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListConfiguredModelAlgorithms: (
|
|
8
|
+
config: CleanRoomsMLPaginationConfiguration,
|
|
9
|
+
input: ListConfiguredModelAlgorithmsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListConfiguredModelAlgorithmsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListMLInputChannelsCommandInput,
|
|
4
|
+
ListMLInputChannelsCommandOutput,
|
|
5
|
+
} from "../commands/ListMLInputChannelsCommand";
|
|
6
|
+
import { CleanRoomsMLPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListMLInputChannels: (
|
|
8
|
+
config: CleanRoomsMLPaginationConfiguration,
|
|
9
|
+
input: ListMLInputChannelsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListMLInputChannelsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListTrainedModelInferenceJobsCommandInput,
|
|
4
|
+
ListTrainedModelInferenceJobsCommandOutput,
|
|
5
|
+
} from "../commands/ListTrainedModelInferenceJobsCommand";
|
|
6
|
+
import { CleanRoomsMLPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListTrainedModelInferenceJobs: (
|
|
8
|
+
config: CleanRoomsMLPaginationConfiguration,
|
|
9
|
+
input: ListTrainedModelInferenceJobsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListTrainedModelInferenceJobsCommandOutput>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
ListTrainedModelsCommandInput,
|
|
4
|
+
ListTrainedModelsCommandOutput,
|
|
5
|
+
} from "../commands/ListTrainedModelsCommand";
|
|
6
|
+
import { CleanRoomsMLPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateListTrainedModels: (
|
|
8
|
+
config: CleanRoomsMLPaginationConfiguration,
|
|
9
|
+
input: ListTrainedModelsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<ListTrainedModelsCommandOutput>;
|
|
@@ -2,5 +2,15 @@ export * from "./Interfaces";
|
|
|
2
2
|
export * from "./ListAudienceExportJobsPaginator";
|
|
3
3
|
export * from "./ListAudienceGenerationJobsPaginator";
|
|
4
4
|
export * from "./ListAudienceModelsPaginator";
|
|
5
|
+
export * from "./ListCollaborationConfiguredModelAlgorithmAssociationsPaginator";
|
|
6
|
+
export * from "./ListCollaborationMLInputChannelsPaginator";
|
|
7
|
+
export * from "./ListCollaborationTrainedModelExportJobsPaginator";
|
|
8
|
+
export * from "./ListCollaborationTrainedModelInferenceJobsPaginator";
|
|
9
|
+
export * from "./ListCollaborationTrainedModelsPaginator";
|
|
5
10
|
export * from "./ListConfiguredAudienceModelsPaginator";
|
|
11
|
+
export * from "./ListConfiguredModelAlgorithmAssociationsPaginator";
|
|
12
|
+
export * from "./ListConfiguredModelAlgorithmsPaginator";
|
|
13
|
+
export * from "./ListMLInputChannelsPaginator";
|
|
14
|
+
export * from "./ListTrainedModelInferenceJobsPaginator";
|
|
15
|
+
export * from "./ListTrainedModelsPaginator";
|
|
6
16
|
export * from "./ListTrainingDatasetsPaginator";
|