@aws-sdk/client-machine-learning 3.775.0 → 3.777.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/dist-types/commands/AddTagsCommand.d.ts +1 -0
- package/dist-types/commands/CreateBatchPredictionCommand.d.ts +1 -0
- package/dist-types/commands/CreateDataSourceFromRDSCommand.d.ts +1 -0
- package/dist-types/commands/CreateDataSourceFromRedshiftCommand.d.ts +1 -0
- package/dist-types/commands/CreateDataSourceFromS3Command.d.ts +1 -0
- package/dist-types/commands/CreateEvaluationCommand.d.ts +1 -0
- package/dist-types/commands/CreateMLModelCommand.d.ts +1 -0
- package/dist-types/commands/CreateRealtimeEndpointCommand.d.ts +1 -0
- package/dist-types/commands/DeleteBatchPredictionCommand.d.ts +1 -0
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +1 -0
- package/dist-types/commands/DeleteEvaluationCommand.d.ts +1 -0
- package/dist-types/commands/DeleteMLModelCommand.d.ts +1 -0
- package/dist-types/commands/DeleteRealtimeEndpointCommand.d.ts +1 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeBatchPredictionsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeDataSourcesCommand.d.ts +1 -0
- package/dist-types/commands/DescribeEvaluationsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeMLModelsCommand.d.ts +1 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +1 -0
- package/dist-types/commands/GetBatchPredictionCommand.d.ts +1 -0
- package/dist-types/commands/GetDataSourceCommand.d.ts +1 -0
- package/dist-types/commands/GetEvaluationCommand.d.ts +1 -0
- package/dist-types/commands/GetMLModelCommand.d.ts +1 -0
- package/dist-types/commands/PredictCommand.d.ts +1 -0
- package/dist-types/commands/UpdateBatchPredictionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +1 -0
- package/dist-types/commands/UpdateEvaluationCommand.d.ts +1 -0
- package/dist-types/commands/UpdateMLModelCommand.d.ts +1 -0
- package/package.json +2 -2
|
@@ -77,6 +77,7 @@ declare const AddTagsCommand_base: {
|
|
|
77
77
|
* @throws {@link MachineLearningServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class AddTagsCommand extends AddTagsCommand_base {
|
|
@@ -78,6 +78,7 @@ declare const CreateBatchPredictionCommand_base: {
|
|
|
78
78
|
* @throws {@link MachineLearningServiceException}
|
|
79
79
|
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
80
80
|
*
|
|
81
|
+
*
|
|
81
82
|
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class CreateBatchPredictionCommand extends CreateBatchPredictionCommand_base {
|
|
@@ -98,6 +98,7 @@ declare const CreateDataSourceFromRDSCommand_base: {
|
|
|
98
98
|
* @throws {@link MachineLearningServiceException}
|
|
99
99
|
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
100
100
|
*
|
|
101
|
+
*
|
|
101
102
|
* @public
|
|
102
103
|
*/
|
|
103
104
|
export declare class CreateDataSourceFromRDSCommand extends CreateDataSourceFromRDSCommand_base {
|
|
@@ -113,6 +113,7 @@ declare const CreateDataSourceFromRedshiftCommand_base: {
|
|
|
113
113
|
* @throws {@link MachineLearningServiceException}
|
|
114
114
|
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
115
115
|
*
|
|
116
|
+
*
|
|
116
117
|
* @public
|
|
117
118
|
*/
|
|
118
119
|
export declare class CreateDataSourceFromRedshiftCommand extends CreateDataSourceFromRedshiftCommand_base {
|
|
@@ -101,6 +101,7 @@ declare const CreateDataSourceFromS3Command_base: {
|
|
|
101
101
|
* @throws {@link MachineLearningServiceException}
|
|
102
102
|
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
103
103
|
*
|
|
104
|
+
*
|
|
104
105
|
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class CreateDataSourceFromS3Command extends CreateDataSourceFromS3Command_base {
|
|
@@ -77,6 +77,7 @@ declare const CreateEvaluationCommand_base: {
|
|
|
77
77
|
* @throws {@link MachineLearningServiceException}
|
|
78
78
|
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
79
79
|
*
|
|
80
|
+
*
|
|
80
81
|
* @public
|
|
81
82
|
*/
|
|
82
83
|
export declare class CreateEvaluationCommand extends CreateEvaluationCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const CreateMLModelCommand_base: {
|
|
|
90
90
|
* @throws {@link MachineLearningServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class CreateMLModelCommand extends CreateMLModelCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const CreateRealtimeEndpointCommand_base: {
|
|
|
69
69
|
* @throws {@link MachineLearningServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class CreateRealtimeEndpointCommand extends CreateRealtimeEndpointCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const DeleteBatchPredictionCommand_base: {
|
|
|
68
68
|
* @throws {@link MachineLearningServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class DeleteBatchPredictionCommand extends DeleteBatchPredictionCommand_base {
|
|
@@ -66,6 +66,7 @@ declare const DeleteDataSourceCommand_base: {
|
|
|
66
66
|
* @throws {@link MachineLearningServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
68
68
|
*
|
|
69
|
+
*
|
|
69
70
|
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class DeleteDataSourceCommand extends DeleteDataSourceCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const DeleteEvaluationCommand_base: {
|
|
|
68
68
|
* @throws {@link MachineLearningServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class DeleteEvaluationCommand extends DeleteEvaluationCommand_base {
|
|
@@ -68,6 +68,7 @@ declare const DeleteMLModelCommand_base: {
|
|
|
68
68
|
* @throws {@link MachineLearningServiceException}
|
|
69
69
|
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
70
70
|
*
|
|
71
|
+
*
|
|
71
72
|
* @public
|
|
72
73
|
*/
|
|
73
74
|
export declare class DeleteMLModelCommand extends DeleteMLModelCommand_base {
|
|
@@ -69,6 +69,7 @@ declare const DeleteRealtimeEndpointCommand_base: {
|
|
|
69
69
|
* @throws {@link MachineLearningServiceException}
|
|
70
70
|
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
71
71
|
*
|
|
72
|
+
*
|
|
72
73
|
* @public
|
|
73
74
|
*/
|
|
74
75
|
export declare class DeleteRealtimeEndpointCommand extends DeleteRealtimeEndpointCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const DeleteTagsCommand_base: {
|
|
|
71
71
|
* @throws {@link MachineLearningServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class DeleteTagsCommand extends DeleteTagsCommand_base {
|
|
@@ -90,6 +90,7 @@ declare const DescribeBatchPredictionsCommand_base: {
|
|
|
90
90
|
* @throws {@link MachineLearningServiceException}
|
|
91
91
|
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
92
92
|
*
|
|
93
|
+
*
|
|
93
94
|
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class DescribeBatchPredictionsCommand extends DescribeBatchPredictionsCommand_base {
|
|
@@ -109,6 +109,7 @@ declare const DescribeDataSourcesCommand_base: {
|
|
|
109
109
|
* @throws {@link MachineLearningServiceException}
|
|
110
110
|
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
111
111
|
*
|
|
112
|
+
*
|
|
112
113
|
* @public
|
|
113
114
|
*/
|
|
114
115
|
export declare class DescribeDataSourcesCommand extends DescribeDataSourcesCommand_base {
|
|
@@ -92,6 +92,7 @@ declare const DescribeEvaluationsCommand_base: {
|
|
|
92
92
|
* @throws {@link MachineLearningServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
94
94
|
*
|
|
95
|
+
*
|
|
95
96
|
* @public
|
|
96
97
|
*/
|
|
97
98
|
export declare class DescribeEvaluationsCommand extends DescribeEvaluationsCommand_base {
|
|
@@ -100,6 +100,7 @@ declare const DescribeMLModelsCommand_base: {
|
|
|
100
100
|
* @throws {@link MachineLearningServiceException}
|
|
101
101
|
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
102
102
|
*
|
|
103
|
+
*
|
|
103
104
|
* @public
|
|
104
105
|
*/
|
|
105
106
|
export declare class DescribeMLModelsCommand extends DescribeMLModelsCommand_base {
|
|
@@ -71,6 +71,7 @@ declare const DescribeTagsCommand_base: {
|
|
|
71
71
|
* @throws {@link MachineLearningServiceException}
|
|
72
72
|
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
73
73
|
*
|
|
74
|
+
*
|
|
74
75
|
* @public
|
|
75
76
|
*/
|
|
76
77
|
export declare class DescribeTagsCommand extends DescribeTagsCommand_base {
|
|
@@ -80,6 +80,7 @@ declare const GetBatchPredictionCommand_base: {
|
|
|
80
80
|
* @throws {@link MachineLearningServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
82
82
|
*
|
|
83
|
+
*
|
|
83
84
|
* @public
|
|
84
85
|
*/
|
|
85
86
|
export declare class GetBatchPredictionCommand extends GetBatchPredictionCommand_base {
|
|
@@ -103,6 +103,7 @@ declare const GetDataSourceCommand_base: {
|
|
|
103
103
|
* @throws {@link MachineLearningServiceException}
|
|
104
104
|
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
105
105
|
*
|
|
106
|
+
*
|
|
106
107
|
* @public
|
|
107
108
|
*/
|
|
108
109
|
export declare class GetDataSourceCommand extends GetDataSourceCommand_base {
|
|
@@ -81,6 +81,7 @@ declare const GetEvaluationCommand_base: {
|
|
|
81
81
|
* @throws {@link MachineLearningServiceException}
|
|
82
82
|
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
83
83
|
*
|
|
84
|
+
*
|
|
84
85
|
* @public
|
|
85
86
|
*/
|
|
86
87
|
export declare class GetEvaluationCommand extends GetEvaluationCommand_base {
|
|
@@ -93,6 +93,7 @@ declare const GetMLModelCommand_base: {
|
|
|
93
93
|
* @throws {@link MachineLearningServiceException}
|
|
94
94
|
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
95
95
|
*
|
|
96
|
+
*
|
|
96
97
|
* @public
|
|
97
98
|
*/
|
|
98
99
|
export declare class GetMLModelCommand extends GetMLModelCommand_base {
|
|
@@ -85,6 +85,7 @@ declare const PredictCommand_base: {
|
|
|
85
85
|
* @throws {@link MachineLearningServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
87
87
|
*
|
|
88
|
+
*
|
|
88
89
|
* @public
|
|
89
90
|
*/
|
|
90
91
|
export declare class PredictCommand extends PredictCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const UpdateBatchPredictionCommand_base: {
|
|
|
65
65
|
* @throws {@link MachineLearningServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class UpdateBatchPredictionCommand extends UpdateBatchPredictionCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const UpdateDataSourceCommand_base: {
|
|
|
65
65
|
* @throws {@link MachineLearningServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class UpdateDataSourceCommand extends UpdateDataSourceCommand_base {
|
|
@@ -65,6 +65,7 @@ declare const UpdateEvaluationCommand_base: {
|
|
|
65
65
|
* @throws {@link MachineLearningServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
67
67
|
*
|
|
68
|
+
*
|
|
68
69
|
* @public
|
|
69
70
|
*/
|
|
70
71
|
export declare class UpdateEvaluationCommand extends UpdateEvaluationCommand_base {
|
|
@@ -66,6 +66,7 @@ declare const UpdateMLModelCommand_base: {
|
|
|
66
66
|
* @throws {@link MachineLearningServiceException}
|
|
67
67
|
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
68
68
|
*
|
|
69
|
+
*
|
|
69
70
|
* @public
|
|
70
71
|
*/
|
|
71
72
|
export declare class UpdateMLModelCommand extends UpdateMLModelCommand_base {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-machine-learning",
|
|
3
3
|
"description": "AWS SDK for JavaScript Machine Learning Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.777.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-machine-learning",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.775.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.777.0",
|
|
25
25
|
"@aws-sdk/middleware-host-header": "3.775.0",
|
|
26
26
|
"@aws-sdk/middleware-logger": "3.775.0",
|
|
27
27
|
"@aws-sdk/middleware-recursion-detection": "3.775.0",
|