@aws-sdk/client-machine-learning 3.169.0 → 3.171.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.
Files changed (54) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/dist-types/ts3.4/MachineLearning.d.ts +480 -145
  3. package/dist-types/ts3.4/MachineLearningClient.d.ts +273 -101
  4. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +30 -17
  5. package/dist-types/ts3.4/commands/CreateBatchPredictionCommand.d.ts +39 -17
  6. package/dist-types/ts3.4/commands/CreateDataSourceFromRDSCommand.d.ts +39 -17
  7. package/dist-types/ts3.4/commands/CreateDataSourceFromRedshiftCommand.d.ts +39 -17
  8. package/dist-types/ts3.4/commands/CreateDataSourceFromS3Command.d.ts +39 -17
  9. package/dist-types/ts3.4/commands/CreateEvaluationCommand.d.ts +35 -17
  10. package/dist-types/ts3.4/commands/CreateMLModelCommand.d.ts +32 -17
  11. package/dist-types/ts3.4/commands/CreateRealtimeEndpointCommand.d.ts +39 -17
  12. package/dist-types/ts3.4/commands/DeleteBatchPredictionCommand.d.ts +39 -17
  13. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +35 -17
  14. package/dist-types/ts3.4/commands/DeleteEvaluationCommand.d.ts +35 -17
  15. package/dist-types/ts3.4/commands/DeleteMLModelCommand.d.ts +32 -17
  16. package/dist-types/ts3.4/commands/DeleteRealtimeEndpointCommand.d.ts +39 -17
  17. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +32 -17
  18. package/dist-types/ts3.4/commands/DescribeBatchPredictionsCommand.d.ts +39 -17
  19. package/dist-types/ts3.4/commands/DescribeDataSourcesCommand.d.ts +36 -17
  20. package/dist-types/ts3.4/commands/DescribeEvaluationsCommand.d.ts +36 -17
  21. package/dist-types/ts3.4/commands/DescribeMLModelsCommand.d.ts +35 -17
  22. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +32 -17
  23. package/dist-types/ts3.4/commands/GetBatchPredictionCommand.d.ts +36 -17
  24. package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +32 -17
  25. package/dist-types/ts3.4/commands/GetEvaluationCommand.d.ts +32 -17
  26. package/dist-types/ts3.4/commands/GetMLModelCommand.d.ts +32 -17
  27. package/dist-types/ts3.4/commands/PredictCommand.d.ts +30 -17
  28. package/dist-types/ts3.4/commands/UpdateBatchPredictionCommand.d.ts +39 -17
  29. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +35 -17
  30. package/dist-types/ts3.4/commands/UpdateEvaluationCommand.d.ts +35 -17
  31. package/dist-types/ts3.4/commands/UpdateMLModelCommand.d.ts +32 -17
  32. package/dist-types/ts3.4/commands/index.d.ts +28 -28
  33. package/dist-types/ts3.4/endpoints.d.ts +2 -2
  34. package/dist-types/ts3.4/index.d.ts +7 -7
  35. package/dist-types/ts3.4/models/MachineLearningServiceException.d.ts +7 -6
  36. package/dist-types/ts3.4/models/index.d.ts +1 -1
  37. package/dist-types/ts3.4/models/models_0.d.ts +814 -1129
  38. package/dist-types/ts3.4/pagination/DescribeBatchPredictionsPaginator.d.ts +11 -4
  39. package/dist-types/ts3.4/pagination/DescribeDataSourcesPaginator.d.ts +11 -4
  40. package/dist-types/ts3.4/pagination/DescribeEvaluationsPaginator.d.ts +11 -4
  41. package/dist-types/ts3.4/pagination/DescribeMLModelsPaginator.d.ts +11 -4
  42. package/dist-types/ts3.4/pagination/Interfaces.d.ts +7 -6
  43. package/dist-types/ts3.4/pagination/index.d.ts +5 -5
  44. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +341 -86
  45. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +67 -38
  46. package/dist-types/ts3.4/runtimeConfig.d.ts +67 -38
  47. package/dist-types/ts3.4/runtimeConfig.native.d.ts +68 -37
  48. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +12 -11
  49. package/dist-types/ts3.4/waiters/index.d.ts +4 -4
  50. package/dist-types/ts3.4/waiters/waitForBatchPredictionAvailable.d.ts +11 -7
  51. package/dist-types/ts3.4/waiters/waitForDataSourceAvailable.d.ts +11 -7
  52. package/dist-types/ts3.4/waiters/waitForEvaluationAvailable.d.ts +11 -7
  53. package/dist-types/ts3.4/waiters/waitForMLModelAvailable.d.ts +11 -7
  54. package/package.json +36 -36
package/CHANGELOG.md CHANGED
@@ -3,6 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ # [3.171.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.170.0...v3.171.0) (2022-09-14)
7
+
8
+ **Note:** Version bump only for package @aws-sdk/client-machine-learning
9
+
10
+
11
+
12
+
13
+
14
+ # [3.170.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.169.0...v3.170.0) (2022-09-13)
15
+
16
+ **Note:** Version bump only for package @aws-sdk/client-machine-learning
17
+
18
+
19
+
20
+
21
+
6
22
  # [3.169.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.168.0...v3.169.0) (2022-09-12)
7
23
 
8
24
  **Note:** Version bump only for package @aws-sdk/client-machine-learning
@@ -1,145 +1,480 @@
1
- import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
- import { AddTagsCommandInput, AddTagsCommandOutput } from "./commands/AddTagsCommand";
3
- import { CreateBatchPredictionCommandInput, CreateBatchPredictionCommandOutput } from "./commands/CreateBatchPredictionCommand";
4
- import { CreateDataSourceFromRDSCommandInput, CreateDataSourceFromRDSCommandOutput } from "./commands/CreateDataSourceFromRDSCommand";
5
- import { CreateDataSourceFromRedshiftCommandInput, CreateDataSourceFromRedshiftCommandOutput } from "./commands/CreateDataSourceFromRedshiftCommand";
6
- import { CreateDataSourceFromS3CommandInput, CreateDataSourceFromS3CommandOutput } from "./commands/CreateDataSourceFromS3Command";
7
- import { CreateEvaluationCommandInput, CreateEvaluationCommandOutput } from "./commands/CreateEvaluationCommand";
8
- import { CreateMLModelCommandInput, CreateMLModelCommandOutput } from "./commands/CreateMLModelCommand";
9
- import { CreateRealtimeEndpointCommandInput, CreateRealtimeEndpointCommandOutput } from "./commands/CreateRealtimeEndpointCommand";
10
- import { DeleteBatchPredictionCommandInput, DeleteBatchPredictionCommandOutput } from "./commands/DeleteBatchPredictionCommand";
11
- import { DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput } from "./commands/DeleteDataSourceCommand";
12
- import { DeleteEvaluationCommandInput, DeleteEvaluationCommandOutput } from "./commands/DeleteEvaluationCommand";
13
- import { DeleteMLModelCommandInput, DeleteMLModelCommandOutput } from "./commands/DeleteMLModelCommand";
14
- import { DeleteRealtimeEndpointCommandInput, DeleteRealtimeEndpointCommandOutput } from "./commands/DeleteRealtimeEndpointCommand";
15
- import { DeleteTagsCommandInput, DeleteTagsCommandOutput } from "./commands/DeleteTagsCommand";
16
- import { DescribeBatchPredictionsCommandInput, DescribeBatchPredictionsCommandOutput } from "./commands/DescribeBatchPredictionsCommand";
17
- import { DescribeDataSourcesCommandInput, DescribeDataSourcesCommandOutput } from "./commands/DescribeDataSourcesCommand";
18
- import { DescribeEvaluationsCommandInput, DescribeEvaluationsCommandOutput } from "./commands/DescribeEvaluationsCommand";
19
- import { DescribeMLModelsCommandInput, DescribeMLModelsCommandOutput } from "./commands/DescribeMLModelsCommand";
20
- import { DescribeTagsCommandInput, DescribeTagsCommandOutput } from "./commands/DescribeTagsCommand";
21
- import { GetBatchPredictionCommandInput, GetBatchPredictionCommandOutput } from "./commands/GetBatchPredictionCommand";
22
- import { GetDataSourceCommandInput, GetDataSourceCommandOutput } from "./commands/GetDataSourceCommand";
23
- import { GetEvaluationCommandInput, GetEvaluationCommandOutput } from "./commands/GetEvaluationCommand";
24
- import { GetMLModelCommandInput, GetMLModelCommandOutput } from "./commands/GetMLModelCommand";
25
- import { PredictCommandInput, PredictCommandOutput } from "./commands/PredictCommand";
26
- import { UpdateBatchPredictionCommandInput, UpdateBatchPredictionCommandOutput } from "./commands/UpdateBatchPredictionCommand";
27
- import { UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput } from "./commands/UpdateDataSourceCommand";
28
- import { UpdateEvaluationCommandInput, UpdateEvaluationCommandOutput } from "./commands/UpdateEvaluationCommand";
29
- import { UpdateMLModelCommandInput, UpdateMLModelCommandOutput } from "./commands/UpdateMLModelCommand";
30
- import { MachineLearningClient } from "./MachineLearningClient";
31
-
32
- export declare class MachineLearning extends MachineLearningClient {
33
-
34
- addTags(args: AddTagsCommandInput, options?: __HttpHandlerOptions): Promise<AddTagsCommandOutput>;
35
- addTags(args: AddTagsCommandInput, cb: (err: any, data?: AddTagsCommandOutput) => void): void;
36
- addTags(args: AddTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddTagsCommandOutput) => void): void;
37
-
38
- createBatchPrediction(args: CreateBatchPredictionCommandInput, options?: __HttpHandlerOptions): Promise<CreateBatchPredictionCommandOutput>;
39
- createBatchPrediction(args: CreateBatchPredictionCommandInput, cb: (err: any, data?: CreateBatchPredictionCommandOutput) => void): void;
40
- createBatchPrediction(args: CreateBatchPredictionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateBatchPredictionCommandOutput) => void): void;
41
-
42
- createDataSourceFromRDS(args: CreateDataSourceFromRDSCommandInput, options?: __HttpHandlerOptions): Promise<CreateDataSourceFromRDSCommandOutput>;
43
- createDataSourceFromRDS(args: CreateDataSourceFromRDSCommandInput, cb: (err: any, data?: CreateDataSourceFromRDSCommandOutput) => void): void;
44
- createDataSourceFromRDS(args: CreateDataSourceFromRDSCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDataSourceFromRDSCommandOutput) => void): void;
45
-
46
- createDataSourceFromRedshift(args: CreateDataSourceFromRedshiftCommandInput, options?: __HttpHandlerOptions): Promise<CreateDataSourceFromRedshiftCommandOutput>;
47
- createDataSourceFromRedshift(args: CreateDataSourceFromRedshiftCommandInput, cb: (err: any, data?: CreateDataSourceFromRedshiftCommandOutput) => void): void;
48
- createDataSourceFromRedshift(args: CreateDataSourceFromRedshiftCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDataSourceFromRedshiftCommandOutput) => void): void;
49
-
50
- createDataSourceFromS3(args: CreateDataSourceFromS3CommandInput, options?: __HttpHandlerOptions): Promise<CreateDataSourceFromS3CommandOutput>;
51
- createDataSourceFromS3(args: CreateDataSourceFromS3CommandInput, cb: (err: any, data?: CreateDataSourceFromS3CommandOutput) => void): void;
52
- createDataSourceFromS3(args: CreateDataSourceFromS3CommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateDataSourceFromS3CommandOutput) => void): void;
53
-
54
- createEvaluation(args: CreateEvaluationCommandInput, options?: __HttpHandlerOptions): Promise<CreateEvaluationCommandOutput>;
55
- createEvaluation(args: CreateEvaluationCommandInput, cb: (err: any, data?: CreateEvaluationCommandOutput) => void): void;
56
- createEvaluation(args: CreateEvaluationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEvaluationCommandOutput) => void): void;
57
-
58
- createMLModel(args: CreateMLModelCommandInput, options?: __HttpHandlerOptions): Promise<CreateMLModelCommandOutput>;
59
- createMLModel(args: CreateMLModelCommandInput, cb: (err: any, data?: CreateMLModelCommandOutput) => void): void;
60
- createMLModel(args: CreateMLModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateMLModelCommandOutput) => void): void;
61
-
62
- createRealtimeEndpoint(args: CreateRealtimeEndpointCommandInput, options?: __HttpHandlerOptions): Promise<CreateRealtimeEndpointCommandOutput>;
63
- createRealtimeEndpoint(args: CreateRealtimeEndpointCommandInput, cb: (err: any, data?: CreateRealtimeEndpointCommandOutput) => void): void;
64
- createRealtimeEndpoint(args: CreateRealtimeEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateRealtimeEndpointCommandOutput) => void): void;
65
-
66
- deleteBatchPrediction(args: DeleteBatchPredictionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteBatchPredictionCommandOutput>;
67
- deleteBatchPrediction(args: DeleteBatchPredictionCommandInput, cb: (err: any, data?: DeleteBatchPredictionCommandOutput) => void): void;
68
- deleteBatchPrediction(args: DeleteBatchPredictionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteBatchPredictionCommandOutput) => void): void;
69
-
70
- deleteDataSource(args: DeleteDataSourceCommandInput, options?: __HttpHandlerOptions): Promise<DeleteDataSourceCommandOutput>;
71
- deleteDataSource(args: DeleteDataSourceCommandInput, cb: (err: any, data?: DeleteDataSourceCommandOutput) => void): void;
72
- deleteDataSource(args: DeleteDataSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteDataSourceCommandOutput) => void): void;
73
-
74
- deleteEvaluation(args: DeleteEvaluationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEvaluationCommandOutput>;
75
- deleteEvaluation(args: DeleteEvaluationCommandInput, cb: (err: any, data?: DeleteEvaluationCommandOutput) => void): void;
76
- deleteEvaluation(args: DeleteEvaluationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEvaluationCommandOutput) => void): void;
77
-
78
- deleteMLModel(args: DeleteMLModelCommandInput, options?: __HttpHandlerOptions): Promise<DeleteMLModelCommandOutput>;
79
- deleteMLModel(args: DeleteMLModelCommandInput, cb: (err: any, data?: DeleteMLModelCommandOutput) => void): void;
80
- deleteMLModel(args: DeleteMLModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteMLModelCommandOutput) => void): void;
81
-
82
- deleteRealtimeEndpoint(args: DeleteRealtimeEndpointCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRealtimeEndpointCommandOutput>;
83
- deleteRealtimeEndpoint(args: DeleteRealtimeEndpointCommandInput, cb: (err: any, data?: DeleteRealtimeEndpointCommandOutput) => void): void;
84
- deleteRealtimeEndpoint(args: DeleteRealtimeEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRealtimeEndpointCommandOutput) => void): void;
85
-
86
- deleteTags(args: DeleteTagsCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTagsCommandOutput>;
87
- deleteTags(args: DeleteTagsCommandInput, cb: (err: any, data?: DeleteTagsCommandOutput) => void): void;
88
- deleteTags(args: DeleteTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTagsCommandOutput) => void): void;
89
-
90
- describeBatchPredictions(args: DescribeBatchPredictionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeBatchPredictionsCommandOutput>;
91
- describeBatchPredictions(args: DescribeBatchPredictionsCommandInput, cb: (err: any, data?: DescribeBatchPredictionsCommandOutput) => void): void;
92
- describeBatchPredictions(args: DescribeBatchPredictionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeBatchPredictionsCommandOutput) => void): void;
93
-
94
- describeDataSources(args: DescribeDataSourcesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeDataSourcesCommandOutput>;
95
- describeDataSources(args: DescribeDataSourcesCommandInput, cb: (err: any, data?: DescribeDataSourcesCommandOutput) => void): void;
96
- describeDataSources(args: DescribeDataSourcesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeDataSourcesCommandOutput) => void): void;
97
-
98
- describeEvaluations(args: DescribeEvaluationsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEvaluationsCommandOutput>;
99
- describeEvaluations(args: DescribeEvaluationsCommandInput, cb: (err: any, data?: DescribeEvaluationsCommandOutput) => void): void;
100
- describeEvaluations(args: DescribeEvaluationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEvaluationsCommandOutput) => void): void;
101
-
102
- describeMLModels(args: DescribeMLModelsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeMLModelsCommandOutput>;
103
- describeMLModels(args: DescribeMLModelsCommandInput, cb: (err: any, data?: DescribeMLModelsCommandOutput) => void): void;
104
- describeMLModels(args: DescribeMLModelsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeMLModelsCommandOutput) => void): void;
105
-
106
- describeTags(args: DescribeTagsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTagsCommandOutput>;
107
- describeTags(args: DescribeTagsCommandInput, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
108
- describeTags(args: DescribeTagsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTagsCommandOutput) => void): void;
109
-
110
- getBatchPrediction(args: GetBatchPredictionCommandInput, options?: __HttpHandlerOptions): Promise<GetBatchPredictionCommandOutput>;
111
- getBatchPrediction(args: GetBatchPredictionCommandInput, cb: (err: any, data?: GetBatchPredictionCommandOutput) => void): void;
112
- getBatchPrediction(args: GetBatchPredictionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetBatchPredictionCommandOutput) => void): void;
113
-
114
- getDataSource(args: GetDataSourceCommandInput, options?: __HttpHandlerOptions): Promise<GetDataSourceCommandOutput>;
115
- getDataSource(args: GetDataSourceCommandInput, cb: (err: any, data?: GetDataSourceCommandOutput) => void): void;
116
- getDataSource(args: GetDataSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetDataSourceCommandOutput) => void): void;
117
-
118
- getEvaluation(args: GetEvaluationCommandInput, options?: __HttpHandlerOptions): Promise<GetEvaluationCommandOutput>;
119
- getEvaluation(args: GetEvaluationCommandInput, cb: (err: any, data?: GetEvaluationCommandOutput) => void): void;
120
- getEvaluation(args: GetEvaluationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetEvaluationCommandOutput) => void): void;
121
-
122
- getMLModel(args: GetMLModelCommandInput, options?: __HttpHandlerOptions): Promise<GetMLModelCommandOutput>;
123
- getMLModel(args: GetMLModelCommandInput, cb: (err: any, data?: GetMLModelCommandOutput) => void): void;
124
- getMLModel(args: GetMLModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: GetMLModelCommandOutput) => void): void;
125
-
126
- predict(args: PredictCommandInput, options?: __HttpHandlerOptions): Promise<PredictCommandOutput>;
127
- predict(args: PredictCommandInput, cb: (err: any, data?: PredictCommandOutput) => void): void;
128
- predict(args: PredictCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: PredictCommandOutput) => void): void;
129
-
130
- updateBatchPrediction(args: UpdateBatchPredictionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateBatchPredictionCommandOutput>;
131
- updateBatchPrediction(args: UpdateBatchPredictionCommandInput, cb: (err: any, data?: UpdateBatchPredictionCommandOutput) => void): void;
132
- updateBatchPrediction(args: UpdateBatchPredictionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateBatchPredictionCommandOutput) => void): void;
133
-
134
- updateDataSource(args: UpdateDataSourceCommandInput, options?: __HttpHandlerOptions): Promise<UpdateDataSourceCommandOutput>;
135
- updateDataSource(args: UpdateDataSourceCommandInput, cb: (err: any, data?: UpdateDataSourceCommandOutput) => void): void;
136
- updateDataSource(args: UpdateDataSourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateDataSourceCommandOutput) => void): void;
137
-
138
- updateEvaluation(args: UpdateEvaluationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateEvaluationCommandOutput>;
139
- updateEvaluation(args: UpdateEvaluationCommandInput, cb: (err: any, data?: UpdateEvaluationCommandOutput) => void): void;
140
- updateEvaluation(args: UpdateEvaluationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateEvaluationCommandOutput) => void): void;
141
-
142
- updateMLModel(args: UpdateMLModelCommandInput, options?: __HttpHandlerOptions): Promise<UpdateMLModelCommandOutput>;
143
- updateMLModel(args: UpdateMLModelCommandInput, cb: (err: any, data?: UpdateMLModelCommandOutput) => void): void;
144
- updateMLModel(args: UpdateMLModelCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateMLModelCommandOutput) => void): void;
145
- }
1
+ import { HttpHandlerOptions as __HttpHandlerOptions } from "@aws-sdk/types";
2
+ import {
3
+ AddTagsCommandInput,
4
+ AddTagsCommandOutput,
5
+ } from "./commands/AddTagsCommand";
6
+ import {
7
+ CreateBatchPredictionCommandInput,
8
+ CreateBatchPredictionCommandOutput,
9
+ } from "./commands/CreateBatchPredictionCommand";
10
+ import {
11
+ CreateDataSourceFromRDSCommandInput,
12
+ CreateDataSourceFromRDSCommandOutput,
13
+ } from "./commands/CreateDataSourceFromRDSCommand";
14
+ import {
15
+ CreateDataSourceFromRedshiftCommandInput,
16
+ CreateDataSourceFromRedshiftCommandOutput,
17
+ } from "./commands/CreateDataSourceFromRedshiftCommand";
18
+ import {
19
+ CreateDataSourceFromS3CommandInput,
20
+ CreateDataSourceFromS3CommandOutput,
21
+ } from "./commands/CreateDataSourceFromS3Command";
22
+ import {
23
+ CreateEvaluationCommandInput,
24
+ CreateEvaluationCommandOutput,
25
+ } from "./commands/CreateEvaluationCommand";
26
+ import {
27
+ CreateMLModelCommandInput,
28
+ CreateMLModelCommandOutput,
29
+ } from "./commands/CreateMLModelCommand";
30
+ import {
31
+ CreateRealtimeEndpointCommandInput,
32
+ CreateRealtimeEndpointCommandOutput,
33
+ } from "./commands/CreateRealtimeEndpointCommand";
34
+ import {
35
+ DeleteBatchPredictionCommandInput,
36
+ DeleteBatchPredictionCommandOutput,
37
+ } from "./commands/DeleteBatchPredictionCommand";
38
+ import {
39
+ DeleteDataSourceCommandInput,
40
+ DeleteDataSourceCommandOutput,
41
+ } from "./commands/DeleteDataSourceCommand";
42
+ import {
43
+ DeleteEvaluationCommandInput,
44
+ DeleteEvaluationCommandOutput,
45
+ } from "./commands/DeleteEvaluationCommand";
46
+ import {
47
+ DeleteMLModelCommandInput,
48
+ DeleteMLModelCommandOutput,
49
+ } from "./commands/DeleteMLModelCommand";
50
+ import {
51
+ DeleteRealtimeEndpointCommandInput,
52
+ DeleteRealtimeEndpointCommandOutput,
53
+ } from "./commands/DeleteRealtimeEndpointCommand";
54
+ import {
55
+ DeleteTagsCommandInput,
56
+ DeleteTagsCommandOutput,
57
+ } from "./commands/DeleteTagsCommand";
58
+ import {
59
+ DescribeBatchPredictionsCommandInput,
60
+ DescribeBatchPredictionsCommandOutput,
61
+ } from "./commands/DescribeBatchPredictionsCommand";
62
+ import {
63
+ DescribeDataSourcesCommandInput,
64
+ DescribeDataSourcesCommandOutput,
65
+ } from "./commands/DescribeDataSourcesCommand";
66
+ import {
67
+ DescribeEvaluationsCommandInput,
68
+ DescribeEvaluationsCommandOutput,
69
+ } from "./commands/DescribeEvaluationsCommand";
70
+ import {
71
+ DescribeMLModelsCommandInput,
72
+ DescribeMLModelsCommandOutput,
73
+ } from "./commands/DescribeMLModelsCommand";
74
+ import {
75
+ DescribeTagsCommandInput,
76
+ DescribeTagsCommandOutput,
77
+ } from "./commands/DescribeTagsCommand";
78
+ import {
79
+ GetBatchPredictionCommandInput,
80
+ GetBatchPredictionCommandOutput,
81
+ } from "./commands/GetBatchPredictionCommand";
82
+ import {
83
+ GetDataSourceCommandInput,
84
+ GetDataSourceCommandOutput,
85
+ } from "./commands/GetDataSourceCommand";
86
+ import {
87
+ GetEvaluationCommandInput,
88
+ GetEvaluationCommandOutput,
89
+ } from "./commands/GetEvaluationCommand";
90
+ import {
91
+ GetMLModelCommandInput,
92
+ GetMLModelCommandOutput,
93
+ } from "./commands/GetMLModelCommand";
94
+ import {
95
+ PredictCommandInput,
96
+ PredictCommandOutput,
97
+ } from "./commands/PredictCommand";
98
+ import {
99
+ UpdateBatchPredictionCommandInput,
100
+ UpdateBatchPredictionCommandOutput,
101
+ } from "./commands/UpdateBatchPredictionCommand";
102
+ import {
103
+ UpdateDataSourceCommandInput,
104
+ UpdateDataSourceCommandOutput,
105
+ } from "./commands/UpdateDataSourceCommand";
106
+ import {
107
+ UpdateEvaluationCommandInput,
108
+ UpdateEvaluationCommandOutput,
109
+ } from "./commands/UpdateEvaluationCommand";
110
+ import {
111
+ UpdateMLModelCommandInput,
112
+ UpdateMLModelCommandOutput,
113
+ } from "./commands/UpdateMLModelCommand";
114
+ import { MachineLearningClient } from "./MachineLearningClient";
115
+ export declare class MachineLearning extends MachineLearningClient {
116
+ addTags(
117
+ args: AddTagsCommandInput,
118
+ options?: __HttpHandlerOptions
119
+ ): Promise<AddTagsCommandOutput>;
120
+ addTags(
121
+ args: AddTagsCommandInput,
122
+ cb: (err: any, data?: AddTagsCommandOutput) => void
123
+ ): void;
124
+ addTags(
125
+ args: AddTagsCommandInput,
126
+ options: __HttpHandlerOptions,
127
+ cb: (err: any, data?: AddTagsCommandOutput) => void
128
+ ): void;
129
+ createBatchPrediction(
130
+ args: CreateBatchPredictionCommandInput,
131
+ options?: __HttpHandlerOptions
132
+ ): Promise<CreateBatchPredictionCommandOutput>;
133
+ createBatchPrediction(
134
+ args: CreateBatchPredictionCommandInput,
135
+ cb: (err: any, data?: CreateBatchPredictionCommandOutput) => void
136
+ ): void;
137
+ createBatchPrediction(
138
+ args: CreateBatchPredictionCommandInput,
139
+ options: __HttpHandlerOptions,
140
+ cb: (err: any, data?: CreateBatchPredictionCommandOutput) => void
141
+ ): void;
142
+ createDataSourceFromRDS(
143
+ args: CreateDataSourceFromRDSCommandInput,
144
+ options?: __HttpHandlerOptions
145
+ ): Promise<CreateDataSourceFromRDSCommandOutput>;
146
+ createDataSourceFromRDS(
147
+ args: CreateDataSourceFromRDSCommandInput,
148
+ cb: (err: any, data?: CreateDataSourceFromRDSCommandOutput) => void
149
+ ): void;
150
+ createDataSourceFromRDS(
151
+ args: CreateDataSourceFromRDSCommandInput,
152
+ options: __HttpHandlerOptions,
153
+ cb: (err: any, data?: CreateDataSourceFromRDSCommandOutput) => void
154
+ ): void;
155
+ createDataSourceFromRedshift(
156
+ args: CreateDataSourceFromRedshiftCommandInput,
157
+ options?: __HttpHandlerOptions
158
+ ): Promise<CreateDataSourceFromRedshiftCommandOutput>;
159
+ createDataSourceFromRedshift(
160
+ args: CreateDataSourceFromRedshiftCommandInput,
161
+ cb: (err: any, data?: CreateDataSourceFromRedshiftCommandOutput) => void
162
+ ): void;
163
+ createDataSourceFromRedshift(
164
+ args: CreateDataSourceFromRedshiftCommandInput,
165
+ options: __HttpHandlerOptions,
166
+ cb: (err: any, data?: CreateDataSourceFromRedshiftCommandOutput) => void
167
+ ): void;
168
+ createDataSourceFromS3(
169
+ args: CreateDataSourceFromS3CommandInput,
170
+ options?: __HttpHandlerOptions
171
+ ): Promise<CreateDataSourceFromS3CommandOutput>;
172
+ createDataSourceFromS3(
173
+ args: CreateDataSourceFromS3CommandInput,
174
+ cb: (err: any, data?: CreateDataSourceFromS3CommandOutput) => void
175
+ ): void;
176
+ createDataSourceFromS3(
177
+ args: CreateDataSourceFromS3CommandInput,
178
+ options: __HttpHandlerOptions,
179
+ cb: (err: any, data?: CreateDataSourceFromS3CommandOutput) => void
180
+ ): void;
181
+ createEvaluation(
182
+ args: CreateEvaluationCommandInput,
183
+ options?: __HttpHandlerOptions
184
+ ): Promise<CreateEvaluationCommandOutput>;
185
+ createEvaluation(
186
+ args: CreateEvaluationCommandInput,
187
+ cb: (err: any, data?: CreateEvaluationCommandOutput) => void
188
+ ): void;
189
+ createEvaluation(
190
+ args: CreateEvaluationCommandInput,
191
+ options: __HttpHandlerOptions,
192
+ cb: (err: any, data?: CreateEvaluationCommandOutput) => void
193
+ ): void;
194
+ createMLModel(
195
+ args: CreateMLModelCommandInput,
196
+ options?: __HttpHandlerOptions
197
+ ): Promise<CreateMLModelCommandOutput>;
198
+ createMLModel(
199
+ args: CreateMLModelCommandInput,
200
+ cb: (err: any, data?: CreateMLModelCommandOutput) => void
201
+ ): void;
202
+ createMLModel(
203
+ args: CreateMLModelCommandInput,
204
+ options: __HttpHandlerOptions,
205
+ cb: (err: any, data?: CreateMLModelCommandOutput) => void
206
+ ): void;
207
+ createRealtimeEndpoint(
208
+ args: CreateRealtimeEndpointCommandInput,
209
+ options?: __HttpHandlerOptions
210
+ ): Promise<CreateRealtimeEndpointCommandOutput>;
211
+ createRealtimeEndpoint(
212
+ args: CreateRealtimeEndpointCommandInput,
213
+ cb: (err: any, data?: CreateRealtimeEndpointCommandOutput) => void
214
+ ): void;
215
+ createRealtimeEndpoint(
216
+ args: CreateRealtimeEndpointCommandInput,
217
+ options: __HttpHandlerOptions,
218
+ cb: (err: any, data?: CreateRealtimeEndpointCommandOutput) => void
219
+ ): void;
220
+ deleteBatchPrediction(
221
+ args: DeleteBatchPredictionCommandInput,
222
+ options?: __HttpHandlerOptions
223
+ ): Promise<DeleteBatchPredictionCommandOutput>;
224
+ deleteBatchPrediction(
225
+ args: DeleteBatchPredictionCommandInput,
226
+ cb: (err: any, data?: DeleteBatchPredictionCommandOutput) => void
227
+ ): void;
228
+ deleteBatchPrediction(
229
+ args: DeleteBatchPredictionCommandInput,
230
+ options: __HttpHandlerOptions,
231
+ cb: (err: any, data?: DeleteBatchPredictionCommandOutput) => void
232
+ ): void;
233
+ deleteDataSource(
234
+ args: DeleteDataSourceCommandInput,
235
+ options?: __HttpHandlerOptions
236
+ ): Promise<DeleteDataSourceCommandOutput>;
237
+ deleteDataSource(
238
+ args: DeleteDataSourceCommandInput,
239
+ cb: (err: any, data?: DeleteDataSourceCommandOutput) => void
240
+ ): void;
241
+ deleteDataSource(
242
+ args: DeleteDataSourceCommandInput,
243
+ options: __HttpHandlerOptions,
244
+ cb: (err: any, data?: DeleteDataSourceCommandOutput) => void
245
+ ): void;
246
+ deleteEvaluation(
247
+ args: DeleteEvaluationCommandInput,
248
+ options?: __HttpHandlerOptions
249
+ ): Promise<DeleteEvaluationCommandOutput>;
250
+ deleteEvaluation(
251
+ args: DeleteEvaluationCommandInput,
252
+ cb: (err: any, data?: DeleteEvaluationCommandOutput) => void
253
+ ): void;
254
+ deleteEvaluation(
255
+ args: DeleteEvaluationCommandInput,
256
+ options: __HttpHandlerOptions,
257
+ cb: (err: any, data?: DeleteEvaluationCommandOutput) => void
258
+ ): void;
259
+ deleteMLModel(
260
+ args: DeleteMLModelCommandInput,
261
+ options?: __HttpHandlerOptions
262
+ ): Promise<DeleteMLModelCommandOutput>;
263
+ deleteMLModel(
264
+ args: DeleteMLModelCommandInput,
265
+ cb: (err: any, data?: DeleteMLModelCommandOutput) => void
266
+ ): void;
267
+ deleteMLModel(
268
+ args: DeleteMLModelCommandInput,
269
+ options: __HttpHandlerOptions,
270
+ cb: (err: any, data?: DeleteMLModelCommandOutput) => void
271
+ ): void;
272
+ deleteRealtimeEndpoint(
273
+ args: DeleteRealtimeEndpointCommandInput,
274
+ options?: __HttpHandlerOptions
275
+ ): Promise<DeleteRealtimeEndpointCommandOutput>;
276
+ deleteRealtimeEndpoint(
277
+ args: DeleteRealtimeEndpointCommandInput,
278
+ cb: (err: any, data?: DeleteRealtimeEndpointCommandOutput) => void
279
+ ): void;
280
+ deleteRealtimeEndpoint(
281
+ args: DeleteRealtimeEndpointCommandInput,
282
+ options: __HttpHandlerOptions,
283
+ cb: (err: any, data?: DeleteRealtimeEndpointCommandOutput) => void
284
+ ): void;
285
+ deleteTags(
286
+ args: DeleteTagsCommandInput,
287
+ options?: __HttpHandlerOptions
288
+ ): Promise<DeleteTagsCommandOutput>;
289
+ deleteTags(
290
+ args: DeleteTagsCommandInput,
291
+ cb: (err: any, data?: DeleteTagsCommandOutput) => void
292
+ ): void;
293
+ deleteTags(
294
+ args: DeleteTagsCommandInput,
295
+ options: __HttpHandlerOptions,
296
+ cb: (err: any, data?: DeleteTagsCommandOutput) => void
297
+ ): void;
298
+ describeBatchPredictions(
299
+ args: DescribeBatchPredictionsCommandInput,
300
+ options?: __HttpHandlerOptions
301
+ ): Promise<DescribeBatchPredictionsCommandOutput>;
302
+ describeBatchPredictions(
303
+ args: DescribeBatchPredictionsCommandInput,
304
+ cb: (err: any, data?: DescribeBatchPredictionsCommandOutput) => void
305
+ ): void;
306
+ describeBatchPredictions(
307
+ args: DescribeBatchPredictionsCommandInput,
308
+ options: __HttpHandlerOptions,
309
+ cb: (err: any, data?: DescribeBatchPredictionsCommandOutput) => void
310
+ ): void;
311
+ describeDataSources(
312
+ args: DescribeDataSourcesCommandInput,
313
+ options?: __HttpHandlerOptions
314
+ ): Promise<DescribeDataSourcesCommandOutput>;
315
+ describeDataSources(
316
+ args: DescribeDataSourcesCommandInput,
317
+ cb: (err: any, data?: DescribeDataSourcesCommandOutput) => void
318
+ ): void;
319
+ describeDataSources(
320
+ args: DescribeDataSourcesCommandInput,
321
+ options: __HttpHandlerOptions,
322
+ cb: (err: any, data?: DescribeDataSourcesCommandOutput) => void
323
+ ): void;
324
+ describeEvaluations(
325
+ args: DescribeEvaluationsCommandInput,
326
+ options?: __HttpHandlerOptions
327
+ ): Promise<DescribeEvaluationsCommandOutput>;
328
+ describeEvaluations(
329
+ args: DescribeEvaluationsCommandInput,
330
+ cb: (err: any, data?: DescribeEvaluationsCommandOutput) => void
331
+ ): void;
332
+ describeEvaluations(
333
+ args: DescribeEvaluationsCommandInput,
334
+ options: __HttpHandlerOptions,
335
+ cb: (err: any, data?: DescribeEvaluationsCommandOutput) => void
336
+ ): void;
337
+ describeMLModels(
338
+ args: DescribeMLModelsCommandInput,
339
+ options?: __HttpHandlerOptions
340
+ ): Promise<DescribeMLModelsCommandOutput>;
341
+ describeMLModels(
342
+ args: DescribeMLModelsCommandInput,
343
+ cb: (err: any, data?: DescribeMLModelsCommandOutput) => void
344
+ ): void;
345
+ describeMLModels(
346
+ args: DescribeMLModelsCommandInput,
347
+ options: __HttpHandlerOptions,
348
+ cb: (err: any, data?: DescribeMLModelsCommandOutput) => void
349
+ ): void;
350
+ describeTags(
351
+ args: DescribeTagsCommandInput,
352
+ options?: __HttpHandlerOptions
353
+ ): Promise<DescribeTagsCommandOutput>;
354
+ describeTags(
355
+ args: DescribeTagsCommandInput,
356
+ cb: (err: any, data?: DescribeTagsCommandOutput) => void
357
+ ): void;
358
+ describeTags(
359
+ args: DescribeTagsCommandInput,
360
+ options: __HttpHandlerOptions,
361
+ cb: (err: any, data?: DescribeTagsCommandOutput) => void
362
+ ): void;
363
+ getBatchPrediction(
364
+ args: GetBatchPredictionCommandInput,
365
+ options?: __HttpHandlerOptions
366
+ ): Promise<GetBatchPredictionCommandOutput>;
367
+ getBatchPrediction(
368
+ args: GetBatchPredictionCommandInput,
369
+ cb: (err: any, data?: GetBatchPredictionCommandOutput) => void
370
+ ): void;
371
+ getBatchPrediction(
372
+ args: GetBatchPredictionCommandInput,
373
+ options: __HttpHandlerOptions,
374
+ cb: (err: any, data?: GetBatchPredictionCommandOutput) => void
375
+ ): void;
376
+ getDataSource(
377
+ args: GetDataSourceCommandInput,
378
+ options?: __HttpHandlerOptions
379
+ ): Promise<GetDataSourceCommandOutput>;
380
+ getDataSource(
381
+ args: GetDataSourceCommandInput,
382
+ cb: (err: any, data?: GetDataSourceCommandOutput) => void
383
+ ): void;
384
+ getDataSource(
385
+ args: GetDataSourceCommandInput,
386
+ options: __HttpHandlerOptions,
387
+ cb: (err: any, data?: GetDataSourceCommandOutput) => void
388
+ ): void;
389
+ getEvaluation(
390
+ args: GetEvaluationCommandInput,
391
+ options?: __HttpHandlerOptions
392
+ ): Promise<GetEvaluationCommandOutput>;
393
+ getEvaluation(
394
+ args: GetEvaluationCommandInput,
395
+ cb: (err: any, data?: GetEvaluationCommandOutput) => void
396
+ ): void;
397
+ getEvaluation(
398
+ args: GetEvaluationCommandInput,
399
+ options: __HttpHandlerOptions,
400
+ cb: (err: any, data?: GetEvaluationCommandOutput) => void
401
+ ): void;
402
+ getMLModel(
403
+ args: GetMLModelCommandInput,
404
+ options?: __HttpHandlerOptions
405
+ ): Promise<GetMLModelCommandOutput>;
406
+ getMLModel(
407
+ args: GetMLModelCommandInput,
408
+ cb: (err: any, data?: GetMLModelCommandOutput) => void
409
+ ): void;
410
+ getMLModel(
411
+ args: GetMLModelCommandInput,
412
+ options: __HttpHandlerOptions,
413
+ cb: (err: any, data?: GetMLModelCommandOutput) => void
414
+ ): void;
415
+ predict(
416
+ args: PredictCommandInput,
417
+ options?: __HttpHandlerOptions
418
+ ): Promise<PredictCommandOutput>;
419
+ predict(
420
+ args: PredictCommandInput,
421
+ cb: (err: any, data?: PredictCommandOutput) => void
422
+ ): void;
423
+ predict(
424
+ args: PredictCommandInput,
425
+ options: __HttpHandlerOptions,
426
+ cb: (err: any, data?: PredictCommandOutput) => void
427
+ ): void;
428
+ updateBatchPrediction(
429
+ args: UpdateBatchPredictionCommandInput,
430
+ options?: __HttpHandlerOptions
431
+ ): Promise<UpdateBatchPredictionCommandOutput>;
432
+ updateBatchPrediction(
433
+ args: UpdateBatchPredictionCommandInput,
434
+ cb: (err: any, data?: UpdateBatchPredictionCommandOutput) => void
435
+ ): void;
436
+ updateBatchPrediction(
437
+ args: UpdateBatchPredictionCommandInput,
438
+ options: __HttpHandlerOptions,
439
+ cb: (err: any, data?: UpdateBatchPredictionCommandOutput) => void
440
+ ): void;
441
+ updateDataSource(
442
+ args: UpdateDataSourceCommandInput,
443
+ options?: __HttpHandlerOptions
444
+ ): Promise<UpdateDataSourceCommandOutput>;
445
+ updateDataSource(
446
+ args: UpdateDataSourceCommandInput,
447
+ cb: (err: any, data?: UpdateDataSourceCommandOutput) => void
448
+ ): void;
449
+ updateDataSource(
450
+ args: UpdateDataSourceCommandInput,
451
+ options: __HttpHandlerOptions,
452
+ cb: (err: any, data?: UpdateDataSourceCommandOutput) => void
453
+ ): void;
454
+ updateEvaluation(
455
+ args: UpdateEvaluationCommandInput,
456
+ options?: __HttpHandlerOptions
457
+ ): Promise<UpdateEvaluationCommandOutput>;
458
+ updateEvaluation(
459
+ args: UpdateEvaluationCommandInput,
460
+ cb: (err: any, data?: UpdateEvaluationCommandOutput) => void
461
+ ): void;
462
+ updateEvaluation(
463
+ args: UpdateEvaluationCommandInput,
464
+ options: __HttpHandlerOptions,
465
+ cb: (err: any, data?: UpdateEvaluationCommandOutput) => void
466
+ ): void;
467
+ updateMLModel(
468
+ args: UpdateMLModelCommandInput,
469
+ options?: __HttpHandlerOptions
470
+ ): Promise<UpdateMLModelCommandOutput>;
471
+ updateMLModel(
472
+ args: UpdateMLModelCommandInput,
473
+ cb: (err: any, data?: UpdateMLModelCommandOutput) => void
474
+ ): void;
475
+ updateMLModel(
476
+ args: UpdateMLModelCommandInput,
477
+ options: __HttpHandlerOptions,
478
+ cb: (err: any, data?: UpdateMLModelCommandOutput) => void
479
+ ): void;
480
+ }