@aws-sdk/client-machine-learning 3.321.1 → 3.326.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 +7 -0
- package/dist-types/commands/CreateBatchPredictionCommand.d.ts +6 -0
- package/dist-types/commands/CreateDataSourceFromRDSCommand.d.ts +6 -0
- package/dist-types/commands/CreateDataSourceFromRedshiftCommand.d.ts +6 -0
- package/dist-types/commands/CreateDataSourceFromS3Command.d.ts +6 -0
- package/dist-types/commands/CreateEvaluationCommand.d.ts +6 -0
- package/dist-types/commands/CreateMLModelCommand.d.ts +6 -0
- package/dist-types/commands/CreateRealtimeEndpointCommand.d.ts +12 -0
- package/dist-types/commands/DeleteBatchPredictionCommand.d.ts +6 -0
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +6 -0
- package/dist-types/commands/DeleteEvaluationCommand.d.ts +6 -0
- package/dist-types/commands/DeleteMLModelCommand.d.ts +6 -0
- package/dist-types/commands/DeleteRealtimeEndpointCommand.d.ts +12 -0
- package/dist-types/commands/DeleteTagsCommand.d.ts +7 -0
- package/dist-types/commands/DescribeBatchPredictionsCommand.d.ts +26 -0
- package/dist-types/commands/DescribeDataSourcesCommand.d.ts +45 -0
- package/dist-types/commands/DescribeEvaluationsCommand.d.ts +28 -0
- package/dist-types/commands/DescribeMLModelsCommand.d.ts +36 -0
- package/dist-types/commands/DescribeTagsCommand.d.ts +13 -0
- package/dist-types/commands/GetBatchPredictionCommand.d.ts +22 -0
- package/dist-types/commands/GetDataSourceCommand.d.ts +42 -0
- package/dist-types/commands/GetEvaluationCommand.d.ts +24 -0
- package/dist-types/commands/GetMLModelCommand.d.ts +33 -0
- package/dist-types/commands/PredictCommand.d.ts +15 -0
- package/dist-types/commands/UpdateBatchPredictionCommand.d.ts +6 -0
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +6 -0
- package/dist-types/commands/UpdateEvaluationCommand.d.ts +6 -0
- package/dist-types/commands/UpdateMLModelCommand.d.ts +6 -0
- package/package.json +17 -17
|
@@ -40,6 +40,11 @@ export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {
|
|
|
40
40
|
* };
|
|
41
41
|
* const command = new AddTagsCommand(input);
|
|
42
42
|
* const response = await client.send(command);
|
|
43
|
+
* // { // AddTagsOutput
|
|
44
|
+
* // ResourceId: "STRING_VALUE",
|
|
45
|
+
* // ResourceType: "STRING_VALUE",
|
|
46
|
+
* // };
|
|
47
|
+
*
|
|
43
48
|
* ```
|
|
44
49
|
*
|
|
45
50
|
* @param AddTagsCommandInput - {@link AddTagsCommandInput}
|
|
@@ -61,6 +66,8 @@ export interface AddTagsCommandOutput extends AddTagsOutput, __MetadataBearer {
|
|
|
61
66
|
*
|
|
62
67
|
* @throws {@link TagLimitExceededException} (client fault)
|
|
63
68
|
*
|
|
69
|
+
* @throws {@link MachineLearningServiceException}
|
|
70
|
+
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
64
71
|
*
|
|
65
72
|
*/
|
|
66
73
|
export declare class AddTagsCommand extends $Command<AddTagsCommandInput, AddTagsCommandOutput, MachineLearningClientResolvedConfig> {
|
|
@@ -46,6 +46,10 @@ export interface CreateBatchPredictionCommandOutput extends CreateBatchPredictio
|
|
|
46
46
|
* };
|
|
47
47
|
* const command = new CreateBatchPredictionCommand(input);
|
|
48
48
|
* const response = await client.send(command);
|
|
49
|
+
* // { // CreateBatchPredictionOutput
|
|
50
|
+
* // BatchPredictionId: "STRING_VALUE",
|
|
51
|
+
* // };
|
|
52
|
+
*
|
|
49
53
|
* ```
|
|
50
54
|
*
|
|
51
55
|
* @param CreateBatchPredictionCommandInput - {@link CreateBatchPredictionCommandInput}
|
|
@@ -63,6 +67,8 @@ export interface CreateBatchPredictionCommandOutput extends CreateBatchPredictio
|
|
|
63
67
|
* @throws {@link InvalidInputException} (client fault)
|
|
64
68
|
* <p>An error on the client occurred. Typically, the cause is an invalid input value.</p>
|
|
65
69
|
*
|
|
70
|
+
* @throws {@link MachineLearningServiceException}
|
|
71
|
+
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
66
72
|
*
|
|
67
73
|
*/
|
|
68
74
|
export declare class CreateBatchPredictionCommand extends $Command<CreateBatchPredictionCommandInput, CreateBatchPredictionCommandOutput, MachineLearningClientResolvedConfig> {
|
|
@@ -66,6 +66,10 @@ export interface CreateDataSourceFromRDSCommandOutput extends CreateDataSourceFr
|
|
|
66
66
|
* };
|
|
67
67
|
* const command = new CreateDataSourceFromRDSCommand(input);
|
|
68
68
|
* const response = await client.send(command);
|
|
69
|
+
* // { // CreateDataSourceFromRDSOutput
|
|
70
|
+
* // DataSourceId: "STRING_VALUE",
|
|
71
|
+
* // };
|
|
72
|
+
*
|
|
69
73
|
* ```
|
|
70
74
|
*
|
|
71
75
|
* @param CreateDataSourceFromRDSCommandInput - {@link CreateDataSourceFromRDSCommandInput}
|
|
@@ -83,6 +87,8 @@ export interface CreateDataSourceFromRDSCommandOutput extends CreateDataSourceFr
|
|
|
83
87
|
* @throws {@link InvalidInputException} (client fault)
|
|
84
88
|
* <p>An error on the client occurred. Typically, the cause is an invalid input value.</p>
|
|
85
89
|
*
|
|
90
|
+
* @throws {@link MachineLearningServiceException}
|
|
91
|
+
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
86
92
|
*
|
|
87
93
|
*/
|
|
88
94
|
export declare class CreateDataSourceFromRDSCommand extends $Command<CreateDataSourceFromRDSCommandInput, CreateDataSourceFromRDSCommandOutput, MachineLearningClientResolvedConfig> {
|
|
@@ -81,6 +81,10 @@ export interface CreateDataSourceFromRedshiftCommandOutput extends CreateDataSou
|
|
|
81
81
|
* };
|
|
82
82
|
* const command = new CreateDataSourceFromRedshiftCommand(input);
|
|
83
83
|
* const response = await client.send(command);
|
|
84
|
+
* // { // CreateDataSourceFromRedshiftOutput
|
|
85
|
+
* // DataSourceId: "STRING_VALUE",
|
|
86
|
+
* // };
|
|
87
|
+
*
|
|
84
88
|
* ```
|
|
85
89
|
*
|
|
86
90
|
* @param CreateDataSourceFromRedshiftCommandInput - {@link CreateDataSourceFromRedshiftCommandInput}
|
|
@@ -98,6 +102,8 @@ export interface CreateDataSourceFromRedshiftCommandOutput extends CreateDataSou
|
|
|
98
102
|
* @throws {@link InvalidInputException} (client fault)
|
|
99
103
|
* <p>An error on the client occurred. Typically, the cause is an invalid input value.</p>
|
|
100
104
|
*
|
|
105
|
+
* @throws {@link MachineLearningServiceException}
|
|
106
|
+
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
101
107
|
*
|
|
102
108
|
*/
|
|
103
109
|
export declare class CreateDataSourceFromRedshiftCommand extends $Command<CreateDataSourceFromRedshiftCommandInput, CreateDataSourceFromRedshiftCommandOutput, MachineLearningClientResolvedConfig> {
|
|
@@ -69,6 +69,10 @@ export interface CreateDataSourceFromS3CommandOutput extends CreateDataSourceFro
|
|
|
69
69
|
* };
|
|
70
70
|
* const command = new CreateDataSourceFromS3Command(input);
|
|
71
71
|
* const response = await client.send(command);
|
|
72
|
+
* // { // CreateDataSourceFromS3Output
|
|
73
|
+
* // DataSourceId: "STRING_VALUE",
|
|
74
|
+
* // };
|
|
75
|
+
*
|
|
72
76
|
* ```
|
|
73
77
|
*
|
|
74
78
|
* @param CreateDataSourceFromS3CommandInput - {@link CreateDataSourceFromS3CommandInput}
|
|
@@ -86,6 +90,8 @@ export interface CreateDataSourceFromS3CommandOutput extends CreateDataSourceFro
|
|
|
86
90
|
* @throws {@link InvalidInputException} (client fault)
|
|
87
91
|
* <p>An error on the client occurred. Typically, the cause is an invalid input value.</p>
|
|
88
92
|
*
|
|
93
|
+
* @throws {@link MachineLearningServiceException}
|
|
94
|
+
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
89
95
|
*
|
|
90
96
|
*/
|
|
91
97
|
export declare class CreateDataSourceFromS3Command extends $Command<CreateDataSourceFromS3CommandInput, CreateDataSourceFromS3CommandOutput, MachineLearningClientResolvedConfig> {
|
|
@@ -45,6 +45,10 @@ export interface CreateEvaluationCommandOutput extends CreateEvaluationOutput, _
|
|
|
45
45
|
* };
|
|
46
46
|
* const command = new CreateEvaluationCommand(input);
|
|
47
47
|
* const response = await client.send(command);
|
|
48
|
+
* // { // CreateEvaluationOutput
|
|
49
|
+
* // EvaluationId: "STRING_VALUE",
|
|
50
|
+
* // };
|
|
51
|
+
*
|
|
48
52
|
* ```
|
|
49
53
|
*
|
|
50
54
|
* @param CreateEvaluationCommandInput - {@link CreateEvaluationCommandInput}
|
|
@@ -62,6 +66,8 @@ export interface CreateEvaluationCommandOutput extends CreateEvaluationOutput, _
|
|
|
62
66
|
* @throws {@link InvalidInputException} (client fault)
|
|
63
67
|
* <p>An error on the client occurred. Typically, the cause is an invalid input value.</p>
|
|
64
68
|
*
|
|
69
|
+
* @throws {@link MachineLearningServiceException}
|
|
70
|
+
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
65
71
|
*
|
|
66
72
|
*/
|
|
67
73
|
export declare class CreateEvaluationCommand extends $Command<CreateEvaluationCommandInput, CreateEvaluationCommandOutput, MachineLearningClientResolvedConfig> {
|
|
@@ -58,6 +58,10 @@ export interface CreateMLModelCommandOutput extends CreateMLModelOutput, __Metad
|
|
|
58
58
|
* };
|
|
59
59
|
* const command = new CreateMLModelCommand(input);
|
|
60
60
|
* const response = await client.send(command);
|
|
61
|
+
* // { // CreateMLModelOutput
|
|
62
|
+
* // MLModelId: "STRING_VALUE",
|
|
63
|
+
* // };
|
|
64
|
+
*
|
|
61
65
|
* ```
|
|
62
66
|
*
|
|
63
67
|
* @param CreateMLModelCommandInput - {@link CreateMLModelCommandInput}
|
|
@@ -75,6 +79,8 @@ export interface CreateMLModelCommandOutput extends CreateMLModelOutput, __Metad
|
|
|
75
79
|
* @throws {@link InvalidInputException} (client fault)
|
|
76
80
|
* <p>An error on the client occurred. Typically, the cause is an invalid input value.</p>
|
|
77
81
|
*
|
|
82
|
+
* @throws {@link MachineLearningServiceException}
|
|
83
|
+
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
78
84
|
*
|
|
79
85
|
*/
|
|
80
86
|
export declare class CreateMLModelCommand extends $Command<CreateMLModelCommandInput, CreateMLModelCommandOutput, MachineLearningClientResolvedConfig> {
|
|
@@ -31,6 +31,16 @@ export interface CreateRealtimeEndpointCommandOutput extends CreateRealtimeEndpo
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new CreateRealtimeEndpointCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // CreateRealtimeEndpointOutput
|
|
35
|
+
* // MLModelId: "STRING_VALUE",
|
|
36
|
+
* // RealtimeEndpointInfo: { // RealtimeEndpointInfo
|
|
37
|
+
* // PeakRequestsPerSecond: Number("int"),
|
|
38
|
+
* // CreatedAt: new Date("TIMESTAMP"),
|
|
39
|
+
* // EndpointUrl: "STRING_VALUE",
|
|
40
|
+
* // EndpointStatus: "STRING_VALUE",
|
|
41
|
+
* // },
|
|
42
|
+
* // };
|
|
43
|
+
*
|
|
34
44
|
* ```
|
|
35
45
|
*
|
|
36
46
|
* @param CreateRealtimeEndpointCommandInput - {@link CreateRealtimeEndpointCommandInput}
|
|
@@ -48,6 +58,8 @@ export interface CreateRealtimeEndpointCommandOutput extends CreateRealtimeEndpo
|
|
|
48
58
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
49
59
|
* <p>A specified resource cannot be located.</p>
|
|
50
60
|
*
|
|
61
|
+
* @throws {@link MachineLearningServiceException}
|
|
62
|
+
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
51
63
|
*
|
|
52
64
|
*/
|
|
53
65
|
export declare class CreateRealtimeEndpointCommand extends $Command<CreateRealtimeEndpointCommandInput, CreateRealtimeEndpointCommandOutput, MachineLearningClientResolvedConfig> {
|
|
@@ -36,6 +36,10 @@ export interface DeleteBatchPredictionCommandOutput extends DeleteBatchPredictio
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new DeleteBatchPredictionCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // { // DeleteBatchPredictionOutput
|
|
40
|
+
* // BatchPredictionId: "STRING_VALUE",
|
|
41
|
+
* // };
|
|
42
|
+
*
|
|
39
43
|
* ```
|
|
40
44
|
*
|
|
41
45
|
* @param DeleteBatchPredictionCommandInput - {@link DeleteBatchPredictionCommandInput}
|
|
@@ -53,6 +57,8 @@ export interface DeleteBatchPredictionCommandOutput extends DeleteBatchPredictio
|
|
|
53
57
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
54
58
|
* <p>A specified resource cannot be located.</p>
|
|
55
59
|
*
|
|
60
|
+
* @throws {@link MachineLearningServiceException}
|
|
61
|
+
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
56
62
|
*
|
|
57
63
|
*/
|
|
58
64
|
export declare class DeleteBatchPredictionCommand extends $Command<DeleteBatchPredictionCommandInput, DeleteBatchPredictionCommandOutput, MachineLearningClientResolvedConfig> {
|
|
@@ -34,6 +34,10 @@ export interface DeleteDataSourceCommandOutput extends DeleteDataSourceOutput, _
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new DeleteDataSourceCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // DeleteDataSourceOutput
|
|
38
|
+
* // DataSourceId: "STRING_VALUE",
|
|
39
|
+
* // };
|
|
40
|
+
*
|
|
37
41
|
* ```
|
|
38
42
|
*
|
|
39
43
|
* @param DeleteDataSourceCommandInput - {@link DeleteDataSourceCommandInput}
|
|
@@ -51,6 +55,8 @@ export interface DeleteDataSourceCommandOutput extends DeleteDataSourceOutput, _
|
|
|
51
55
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
52
56
|
* <p>A specified resource cannot be located.</p>
|
|
53
57
|
*
|
|
58
|
+
* @throws {@link MachineLearningServiceException}
|
|
59
|
+
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
54
60
|
*
|
|
55
61
|
*/
|
|
56
62
|
export declare class DeleteDataSourceCommand extends $Command<DeleteDataSourceCommandInput, DeleteDataSourceCommandOutput, MachineLearningClientResolvedConfig> {
|
|
@@ -36,6 +36,10 @@ export interface DeleteEvaluationCommandOutput extends DeleteEvaluationOutput, _
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new DeleteEvaluationCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // { // DeleteEvaluationOutput
|
|
40
|
+
* // EvaluationId: "STRING_VALUE",
|
|
41
|
+
* // };
|
|
42
|
+
*
|
|
39
43
|
* ```
|
|
40
44
|
*
|
|
41
45
|
* @param DeleteEvaluationCommandInput - {@link DeleteEvaluationCommandInput}
|
|
@@ -53,6 +57,8 @@ export interface DeleteEvaluationCommandOutput extends DeleteEvaluationOutput, _
|
|
|
53
57
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
54
58
|
* <p>A specified resource cannot be located.</p>
|
|
55
59
|
*
|
|
60
|
+
* @throws {@link MachineLearningServiceException}
|
|
61
|
+
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
56
62
|
*
|
|
57
63
|
*/
|
|
58
64
|
export declare class DeleteEvaluationCommand extends $Command<DeleteEvaluationCommandInput, DeleteEvaluationCommandOutput, MachineLearningClientResolvedConfig> {
|
|
@@ -36,6 +36,10 @@ export interface DeleteMLModelCommandOutput extends DeleteMLModelOutput, __Metad
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new DeleteMLModelCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // { // DeleteMLModelOutput
|
|
40
|
+
* // MLModelId: "STRING_VALUE",
|
|
41
|
+
* // };
|
|
42
|
+
*
|
|
39
43
|
* ```
|
|
40
44
|
*
|
|
41
45
|
* @param DeleteMLModelCommandInput - {@link DeleteMLModelCommandInput}
|
|
@@ -53,6 +57,8 @@ export interface DeleteMLModelCommandOutput extends DeleteMLModelOutput, __Metad
|
|
|
53
57
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
54
58
|
* <p>A specified resource cannot be located.</p>
|
|
55
59
|
*
|
|
60
|
+
* @throws {@link MachineLearningServiceException}
|
|
61
|
+
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
56
62
|
*
|
|
57
63
|
*/
|
|
58
64
|
export declare class DeleteMLModelCommand extends $Command<DeleteMLModelCommandInput, DeleteMLModelCommandOutput, MachineLearningClientResolvedConfig> {
|
|
@@ -31,6 +31,16 @@ export interface DeleteRealtimeEndpointCommandOutput extends DeleteRealtimeEndpo
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new DeleteRealtimeEndpointCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // DeleteRealtimeEndpointOutput
|
|
35
|
+
* // MLModelId: "STRING_VALUE",
|
|
36
|
+
* // RealtimeEndpointInfo: { // RealtimeEndpointInfo
|
|
37
|
+
* // PeakRequestsPerSecond: Number("int"),
|
|
38
|
+
* // CreatedAt: new Date("TIMESTAMP"),
|
|
39
|
+
* // EndpointUrl: "STRING_VALUE",
|
|
40
|
+
* // EndpointStatus: "STRING_VALUE",
|
|
41
|
+
* // },
|
|
42
|
+
* // };
|
|
43
|
+
*
|
|
34
44
|
* ```
|
|
35
45
|
*
|
|
36
46
|
* @param DeleteRealtimeEndpointCommandInput - {@link DeleteRealtimeEndpointCommandInput}
|
|
@@ -48,6 +58,8 @@ export interface DeleteRealtimeEndpointCommandOutput extends DeleteRealtimeEndpo
|
|
|
48
58
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
49
59
|
* <p>A specified resource cannot be located.</p>
|
|
50
60
|
*
|
|
61
|
+
* @throws {@link MachineLearningServiceException}
|
|
62
|
+
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
51
63
|
*
|
|
52
64
|
*/
|
|
53
65
|
export declare class DeleteRealtimeEndpointCommand extends $Command<DeleteRealtimeEndpointCommandInput, DeleteRealtimeEndpointCommandOutput, MachineLearningClientResolvedConfig> {
|
|
@@ -36,6 +36,11 @@ export interface DeleteTagsCommandOutput extends DeleteTagsOutput, __MetadataBea
|
|
|
36
36
|
* };
|
|
37
37
|
* const command = new DeleteTagsCommand(input);
|
|
38
38
|
* const response = await client.send(command);
|
|
39
|
+
* // { // DeleteTagsOutput
|
|
40
|
+
* // ResourceId: "STRING_VALUE",
|
|
41
|
+
* // ResourceType: "STRING_VALUE",
|
|
42
|
+
* // };
|
|
43
|
+
*
|
|
39
44
|
* ```
|
|
40
45
|
*
|
|
41
46
|
* @param DeleteTagsCommandInput - {@link DeleteTagsCommandInput}
|
|
@@ -55,6 +60,8 @@ export interface DeleteTagsCommandOutput extends DeleteTagsOutput, __MetadataBea
|
|
|
55
60
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
56
61
|
* <p>A specified resource cannot be located.</p>
|
|
57
62
|
*
|
|
63
|
+
* @throws {@link MachineLearningServiceException}
|
|
64
|
+
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
58
65
|
*
|
|
59
66
|
*/
|
|
60
67
|
export declare class DeleteTagsCommand extends $Command<DeleteTagsCommandInput, DeleteTagsCommandOutput, MachineLearningClientResolvedConfig> {
|
|
@@ -41,6 +41,30 @@ export interface DescribeBatchPredictionsCommandOutput extends DescribeBatchPred
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new DescribeBatchPredictionsCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // DescribeBatchPredictionsOutput
|
|
45
|
+
* // Results: [ // BatchPredictions
|
|
46
|
+
* // { // BatchPrediction
|
|
47
|
+
* // BatchPredictionId: "STRING_VALUE",
|
|
48
|
+
* // MLModelId: "STRING_VALUE",
|
|
49
|
+
* // BatchPredictionDataSourceId: "STRING_VALUE",
|
|
50
|
+
* // InputDataLocationS3: "STRING_VALUE",
|
|
51
|
+
* // CreatedByIamUser: "STRING_VALUE",
|
|
52
|
+
* // CreatedAt: new Date("TIMESTAMP"),
|
|
53
|
+
* // LastUpdatedAt: new Date("TIMESTAMP"),
|
|
54
|
+
* // Name: "STRING_VALUE",
|
|
55
|
+
* // Status: "STRING_VALUE",
|
|
56
|
+
* // OutputUri: "STRING_VALUE",
|
|
57
|
+
* // Message: "STRING_VALUE",
|
|
58
|
+
* // ComputeTime: Number("long"),
|
|
59
|
+
* // FinishedAt: new Date("TIMESTAMP"),
|
|
60
|
+
* // StartedAt: new Date("TIMESTAMP"),
|
|
61
|
+
* // TotalRecordCount: Number("long"),
|
|
62
|
+
* // InvalidRecordCount: Number("long"),
|
|
63
|
+
* // },
|
|
64
|
+
* // ],
|
|
65
|
+
* // NextToken: "STRING_VALUE",
|
|
66
|
+
* // };
|
|
67
|
+
*
|
|
44
68
|
* ```
|
|
45
69
|
*
|
|
46
70
|
* @param DescribeBatchPredictionsCommandInput - {@link DescribeBatchPredictionsCommandInput}
|
|
@@ -55,6 +79,8 @@ export interface DescribeBatchPredictionsCommandOutput extends DescribeBatchPred
|
|
|
55
79
|
* @throws {@link InvalidInputException} (client fault)
|
|
56
80
|
* <p>An error on the client occurred. Typically, the cause is an invalid input value.</p>
|
|
57
81
|
*
|
|
82
|
+
* @throws {@link MachineLearningServiceException}
|
|
83
|
+
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
58
84
|
*
|
|
59
85
|
*/
|
|
60
86
|
export declare class DescribeBatchPredictionsCommand extends $Command<DescribeBatchPredictionsCommandInput, DescribeBatchPredictionsCommandOutput, MachineLearningClientResolvedConfig> {
|
|
@@ -41,6 +41,49 @@ export interface DescribeDataSourcesCommandOutput extends DescribeDataSourcesOut
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new DescribeDataSourcesCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // DescribeDataSourcesOutput
|
|
45
|
+
* // Results: [ // DataSources
|
|
46
|
+
* // { // DataSource
|
|
47
|
+
* // DataSourceId: "STRING_VALUE",
|
|
48
|
+
* // DataLocationS3: "STRING_VALUE",
|
|
49
|
+
* // DataRearrangement: "STRING_VALUE",
|
|
50
|
+
* // CreatedByIamUser: "STRING_VALUE",
|
|
51
|
+
* // CreatedAt: new Date("TIMESTAMP"),
|
|
52
|
+
* // LastUpdatedAt: new Date("TIMESTAMP"),
|
|
53
|
+
* // DataSizeInBytes: Number("long"),
|
|
54
|
+
* // NumberOfFiles: Number("long"),
|
|
55
|
+
* // Name: "STRING_VALUE",
|
|
56
|
+
* // Status: "STRING_VALUE",
|
|
57
|
+
* // Message: "STRING_VALUE",
|
|
58
|
+
* // RedshiftMetadata: { // RedshiftMetadata
|
|
59
|
+
* // RedshiftDatabase: { // RedshiftDatabase
|
|
60
|
+
* // DatabaseName: "STRING_VALUE", // required
|
|
61
|
+
* // ClusterIdentifier: "STRING_VALUE", // required
|
|
62
|
+
* // },
|
|
63
|
+
* // DatabaseUserName: "STRING_VALUE",
|
|
64
|
+
* // SelectSqlQuery: "STRING_VALUE",
|
|
65
|
+
* // },
|
|
66
|
+
* // RDSMetadata: { // RDSMetadata
|
|
67
|
+
* // Database: { // RDSDatabase
|
|
68
|
+
* // InstanceIdentifier: "STRING_VALUE", // required
|
|
69
|
+
* // DatabaseName: "STRING_VALUE", // required
|
|
70
|
+
* // },
|
|
71
|
+
* // DatabaseUserName: "STRING_VALUE",
|
|
72
|
+
* // SelectSqlQuery: "STRING_VALUE",
|
|
73
|
+
* // ResourceRole: "STRING_VALUE",
|
|
74
|
+
* // ServiceRole: "STRING_VALUE",
|
|
75
|
+
* // DataPipelineId: "STRING_VALUE",
|
|
76
|
+
* // },
|
|
77
|
+
* // RoleARN: "STRING_VALUE",
|
|
78
|
+
* // ComputeStatistics: true || false,
|
|
79
|
+
* // ComputeTime: Number("long"),
|
|
80
|
+
* // FinishedAt: new Date("TIMESTAMP"),
|
|
81
|
+
* // StartedAt: new Date("TIMESTAMP"),
|
|
82
|
+
* // },
|
|
83
|
+
* // ],
|
|
84
|
+
* // NextToken: "STRING_VALUE",
|
|
85
|
+
* // };
|
|
86
|
+
*
|
|
44
87
|
* ```
|
|
45
88
|
*
|
|
46
89
|
* @param DescribeDataSourcesCommandInput - {@link DescribeDataSourcesCommandInput}
|
|
@@ -55,6 +98,8 @@ export interface DescribeDataSourcesCommandOutput extends DescribeDataSourcesOut
|
|
|
55
98
|
* @throws {@link InvalidInputException} (client fault)
|
|
56
99
|
* <p>An error on the client occurred. Typically, the cause is an invalid input value.</p>
|
|
57
100
|
*
|
|
101
|
+
* @throws {@link MachineLearningServiceException}
|
|
102
|
+
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
58
103
|
*
|
|
59
104
|
*/
|
|
60
105
|
export declare class DescribeDataSourcesCommand extends $Command<DescribeDataSourcesCommandInput, DescribeDataSourcesCommandOutput, MachineLearningClientResolvedConfig> {
|
|
@@ -41,6 +41,32 @@ export interface DescribeEvaluationsCommandOutput extends DescribeEvaluationsOut
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new DescribeEvaluationsCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // DescribeEvaluationsOutput
|
|
45
|
+
* // Results: [ // Evaluations
|
|
46
|
+
* // { // Evaluation
|
|
47
|
+
* // EvaluationId: "STRING_VALUE",
|
|
48
|
+
* // MLModelId: "STRING_VALUE",
|
|
49
|
+
* // EvaluationDataSourceId: "STRING_VALUE",
|
|
50
|
+
* // InputDataLocationS3: "STRING_VALUE",
|
|
51
|
+
* // CreatedByIamUser: "STRING_VALUE",
|
|
52
|
+
* // CreatedAt: new Date("TIMESTAMP"),
|
|
53
|
+
* // LastUpdatedAt: new Date("TIMESTAMP"),
|
|
54
|
+
* // Name: "STRING_VALUE",
|
|
55
|
+
* // Status: "STRING_VALUE",
|
|
56
|
+
* // PerformanceMetrics: { // PerformanceMetrics
|
|
57
|
+
* // Properties: { // PerformanceMetricsProperties
|
|
58
|
+
* // "<keys>": "STRING_VALUE",
|
|
59
|
+
* // },
|
|
60
|
+
* // },
|
|
61
|
+
* // Message: "STRING_VALUE",
|
|
62
|
+
* // ComputeTime: Number("long"),
|
|
63
|
+
* // FinishedAt: new Date("TIMESTAMP"),
|
|
64
|
+
* // StartedAt: new Date("TIMESTAMP"),
|
|
65
|
+
* // },
|
|
66
|
+
* // ],
|
|
67
|
+
* // NextToken: "STRING_VALUE",
|
|
68
|
+
* // };
|
|
69
|
+
*
|
|
44
70
|
* ```
|
|
45
71
|
*
|
|
46
72
|
* @param DescribeEvaluationsCommandInput - {@link DescribeEvaluationsCommandInput}
|
|
@@ -55,6 +81,8 @@ export interface DescribeEvaluationsCommandOutput extends DescribeEvaluationsOut
|
|
|
55
81
|
* @throws {@link InvalidInputException} (client fault)
|
|
56
82
|
* <p>An error on the client occurred. Typically, the cause is an invalid input value.</p>
|
|
57
83
|
*
|
|
84
|
+
* @throws {@link MachineLearningServiceException}
|
|
85
|
+
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
58
86
|
*
|
|
59
87
|
*/
|
|
60
88
|
export declare class DescribeEvaluationsCommand extends $Command<DescribeEvaluationsCommandInput, DescribeEvaluationsCommandOutput, MachineLearningClientResolvedConfig> {
|
|
@@ -41,6 +41,40 @@ export interface DescribeMLModelsCommandOutput extends DescribeMLModelsOutput, _
|
|
|
41
41
|
* };
|
|
42
42
|
* const command = new DescribeMLModelsCommand(input);
|
|
43
43
|
* const response = await client.send(command);
|
|
44
|
+
* // { // DescribeMLModelsOutput
|
|
45
|
+
* // Results: [ // MLModels
|
|
46
|
+
* // { // MLModel
|
|
47
|
+
* // MLModelId: "STRING_VALUE",
|
|
48
|
+
* // TrainingDataSourceId: "STRING_VALUE",
|
|
49
|
+
* // CreatedByIamUser: "STRING_VALUE",
|
|
50
|
+
* // CreatedAt: new Date("TIMESTAMP"),
|
|
51
|
+
* // LastUpdatedAt: new Date("TIMESTAMP"),
|
|
52
|
+
* // Name: "STRING_VALUE",
|
|
53
|
+
* // Status: "STRING_VALUE",
|
|
54
|
+
* // SizeInBytes: Number("long"),
|
|
55
|
+
* // EndpointInfo: { // RealtimeEndpointInfo
|
|
56
|
+
* // PeakRequestsPerSecond: Number("int"),
|
|
57
|
+
* // CreatedAt: new Date("TIMESTAMP"),
|
|
58
|
+
* // EndpointUrl: "STRING_VALUE",
|
|
59
|
+
* // EndpointStatus: "STRING_VALUE",
|
|
60
|
+
* // },
|
|
61
|
+
* // TrainingParameters: { // TrainingParameters
|
|
62
|
+
* // "<keys>": "STRING_VALUE",
|
|
63
|
+
* // },
|
|
64
|
+
* // InputDataLocationS3: "STRING_VALUE",
|
|
65
|
+
* // Algorithm: "STRING_VALUE",
|
|
66
|
+
* // MLModelType: "STRING_VALUE",
|
|
67
|
+
* // ScoreThreshold: Number("float"),
|
|
68
|
+
* // ScoreThresholdLastUpdatedAt: new Date("TIMESTAMP"),
|
|
69
|
+
* // Message: "STRING_VALUE",
|
|
70
|
+
* // ComputeTime: Number("long"),
|
|
71
|
+
* // FinishedAt: new Date("TIMESTAMP"),
|
|
72
|
+
* // StartedAt: new Date("TIMESTAMP"),
|
|
73
|
+
* // },
|
|
74
|
+
* // ],
|
|
75
|
+
* // NextToken: "STRING_VALUE",
|
|
76
|
+
* // };
|
|
77
|
+
*
|
|
44
78
|
* ```
|
|
45
79
|
*
|
|
46
80
|
* @param DescribeMLModelsCommandInput - {@link DescribeMLModelsCommandInput}
|
|
@@ -55,6 +89,8 @@ export interface DescribeMLModelsCommandOutput extends DescribeMLModelsOutput, _
|
|
|
55
89
|
* @throws {@link InvalidInputException} (client fault)
|
|
56
90
|
* <p>An error on the client occurred. Typically, the cause is an invalid input value.</p>
|
|
57
91
|
*
|
|
92
|
+
* @throws {@link MachineLearningServiceException}
|
|
93
|
+
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
58
94
|
*
|
|
59
95
|
*/
|
|
60
96
|
export declare class DescribeMLModelsCommand extends $Command<DescribeMLModelsCommandInput, DescribeMLModelsCommandOutput, MachineLearningClientResolvedConfig> {
|
|
@@ -32,6 +32,17 @@ export interface DescribeTagsCommandOutput extends DescribeTagsOutput, __Metadat
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new DescribeTagsCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // DescribeTagsOutput
|
|
36
|
+
* // ResourceId: "STRING_VALUE",
|
|
37
|
+
* // ResourceType: "STRING_VALUE",
|
|
38
|
+
* // Tags: [ // TagList
|
|
39
|
+
* // { // Tag
|
|
40
|
+
* // Key: "STRING_VALUE",
|
|
41
|
+
* // Value: "STRING_VALUE",
|
|
42
|
+
* // },
|
|
43
|
+
* // ],
|
|
44
|
+
* // };
|
|
45
|
+
*
|
|
35
46
|
* ```
|
|
36
47
|
*
|
|
37
48
|
* @param DescribeTagsCommandInput - {@link DescribeTagsCommandInput}
|
|
@@ -49,6 +60,8 @@ export interface DescribeTagsCommandOutput extends DescribeTagsOutput, __Metadat
|
|
|
49
60
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
50
61
|
* <p>A specified resource cannot be located.</p>
|
|
51
62
|
*
|
|
63
|
+
* @throws {@link MachineLearningServiceException}
|
|
64
|
+
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
52
65
|
*
|
|
53
66
|
*/
|
|
54
67
|
export declare class DescribeTagsCommand extends $Command<DescribeTagsCommandInput, DescribeTagsCommandOutput, MachineLearningClientResolvedConfig> {
|
|
@@ -32,6 +32,26 @@ export interface GetBatchPredictionCommandOutput extends GetBatchPredictionOutpu
|
|
|
32
32
|
* };
|
|
33
33
|
* const command = new GetBatchPredictionCommand(input);
|
|
34
34
|
* const response = await client.send(command);
|
|
35
|
+
* // { // GetBatchPredictionOutput
|
|
36
|
+
* // BatchPredictionId: "STRING_VALUE",
|
|
37
|
+
* // MLModelId: "STRING_VALUE",
|
|
38
|
+
* // BatchPredictionDataSourceId: "STRING_VALUE",
|
|
39
|
+
* // InputDataLocationS3: "STRING_VALUE",
|
|
40
|
+
* // CreatedByIamUser: "STRING_VALUE",
|
|
41
|
+
* // CreatedAt: new Date("TIMESTAMP"),
|
|
42
|
+
* // LastUpdatedAt: new Date("TIMESTAMP"),
|
|
43
|
+
* // Name: "STRING_VALUE",
|
|
44
|
+
* // Status: "STRING_VALUE",
|
|
45
|
+
* // OutputUri: "STRING_VALUE",
|
|
46
|
+
* // LogUri: "STRING_VALUE",
|
|
47
|
+
* // Message: "STRING_VALUE",
|
|
48
|
+
* // ComputeTime: Number("long"),
|
|
49
|
+
* // FinishedAt: new Date("TIMESTAMP"),
|
|
50
|
+
* // StartedAt: new Date("TIMESTAMP"),
|
|
51
|
+
* // TotalRecordCount: Number("long"),
|
|
52
|
+
* // InvalidRecordCount: Number("long"),
|
|
53
|
+
* // };
|
|
54
|
+
*
|
|
35
55
|
* ```
|
|
36
56
|
*
|
|
37
57
|
* @param GetBatchPredictionCommandInput - {@link GetBatchPredictionCommandInput}
|
|
@@ -49,6 +69,8 @@ export interface GetBatchPredictionCommandOutput extends GetBatchPredictionOutpu
|
|
|
49
69
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
50
70
|
* <p>A specified resource cannot be located.</p>
|
|
51
71
|
*
|
|
72
|
+
* @throws {@link MachineLearningServiceException}
|
|
73
|
+
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
52
74
|
*
|
|
53
75
|
*/
|
|
54
76
|
export declare class GetBatchPredictionCommand extends $Command<GetBatchPredictionCommandInput, GetBatchPredictionCommandOutput, MachineLearningClientResolvedConfig> {
|
|
@@ -35,6 +35,46 @@ export interface GetDataSourceCommandOutput extends GetDataSourceOutput, __Metad
|
|
|
35
35
|
* };
|
|
36
36
|
* const command = new GetDataSourceCommand(input);
|
|
37
37
|
* const response = await client.send(command);
|
|
38
|
+
* // { // GetDataSourceOutput
|
|
39
|
+
* // DataSourceId: "STRING_VALUE",
|
|
40
|
+
* // DataLocationS3: "STRING_VALUE",
|
|
41
|
+
* // DataRearrangement: "STRING_VALUE",
|
|
42
|
+
* // CreatedByIamUser: "STRING_VALUE",
|
|
43
|
+
* // CreatedAt: new Date("TIMESTAMP"),
|
|
44
|
+
* // LastUpdatedAt: new Date("TIMESTAMP"),
|
|
45
|
+
* // DataSizeInBytes: Number("long"),
|
|
46
|
+
* // NumberOfFiles: Number("long"),
|
|
47
|
+
* // Name: "STRING_VALUE",
|
|
48
|
+
* // Status: "STRING_VALUE",
|
|
49
|
+
* // LogUri: "STRING_VALUE",
|
|
50
|
+
* // Message: "STRING_VALUE",
|
|
51
|
+
* // RedshiftMetadata: { // RedshiftMetadata
|
|
52
|
+
* // RedshiftDatabase: { // RedshiftDatabase
|
|
53
|
+
* // DatabaseName: "STRING_VALUE", // required
|
|
54
|
+
* // ClusterIdentifier: "STRING_VALUE", // required
|
|
55
|
+
* // },
|
|
56
|
+
* // DatabaseUserName: "STRING_VALUE",
|
|
57
|
+
* // SelectSqlQuery: "STRING_VALUE",
|
|
58
|
+
* // },
|
|
59
|
+
* // RDSMetadata: { // RDSMetadata
|
|
60
|
+
* // Database: { // RDSDatabase
|
|
61
|
+
* // InstanceIdentifier: "STRING_VALUE", // required
|
|
62
|
+
* // DatabaseName: "STRING_VALUE", // required
|
|
63
|
+
* // },
|
|
64
|
+
* // DatabaseUserName: "STRING_VALUE",
|
|
65
|
+
* // SelectSqlQuery: "STRING_VALUE",
|
|
66
|
+
* // ResourceRole: "STRING_VALUE",
|
|
67
|
+
* // ServiceRole: "STRING_VALUE",
|
|
68
|
+
* // DataPipelineId: "STRING_VALUE",
|
|
69
|
+
* // },
|
|
70
|
+
* // RoleARN: "STRING_VALUE",
|
|
71
|
+
* // ComputeStatistics: true || false,
|
|
72
|
+
* // ComputeTime: Number("long"),
|
|
73
|
+
* // FinishedAt: new Date("TIMESTAMP"),
|
|
74
|
+
* // StartedAt: new Date("TIMESTAMP"),
|
|
75
|
+
* // DataSourceSchema: "STRING_VALUE",
|
|
76
|
+
* // };
|
|
77
|
+
*
|
|
38
78
|
* ```
|
|
39
79
|
*
|
|
40
80
|
* @param GetDataSourceCommandInput - {@link GetDataSourceCommandInput}
|
|
@@ -52,6 +92,8 @@ export interface GetDataSourceCommandOutput extends GetDataSourceOutput, __Metad
|
|
|
52
92
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
53
93
|
* <p>A specified resource cannot be located.</p>
|
|
54
94
|
*
|
|
95
|
+
* @throws {@link MachineLearningServiceException}
|
|
96
|
+
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
55
97
|
*
|
|
56
98
|
*/
|
|
57
99
|
export declare class GetDataSourceCommand extends $Command<GetDataSourceCommandInput, GetDataSourceCommandOutput, MachineLearningClientResolvedConfig> {
|
|
@@ -31,6 +31,28 @@ export interface GetEvaluationCommandOutput extends GetEvaluationOutput, __Metad
|
|
|
31
31
|
* };
|
|
32
32
|
* const command = new GetEvaluationCommand(input);
|
|
33
33
|
* const response = await client.send(command);
|
|
34
|
+
* // { // GetEvaluationOutput
|
|
35
|
+
* // EvaluationId: "STRING_VALUE",
|
|
36
|
+
* // MLModelId: "STRING_VALUE",
|
|
37
|
+
* // EvaluationDataSourceId: "STRING_VALUE",
|
|
38
|
+
* // InputDataLocationS3: "STRING_VALUE",
|
|
39
|
+
* // CreatedByIamUser: "STRING_VALUE",
|
|
40
|
+
* // CreatedAt: new Date("TIMESTAMP"),
|
|
41
|
+
* // LastUpdatedAt: new Date("TIMESTAMP"),
|
|
42
|
+
* // Name: "STRING_VALUE",
|
|
43
|
+
* // Status: "STRING_VALUE",
|
|
44
|
+
* // PerformanceMetrics: { // PerformanceMetrics
|
|
45
|
+
* // Properties: { // PerformanceMetricsProperties
|
|
46
|
+
* // "<keys>": "STRING_VALUE",
|
|
47
|
+
* // },
|
|
48
|
+
* // },
|
|
49
|
+
* // LogUri: "STRING_VALUE",
|
|
50
|
+
* // Message: "STRING_VALUE",
|
|
51
|
+
* // ComputeTime: Number("long"),
|
|
52
|
+
* // FinishedAt: new Date("TIMESTAMP"),
|
|
53
|
+
* // StartedAt: new Date("TIMESTAMP"),
|
|
54
|
+
* // };
|
|
55
|
+
*
|
|
34
56
|
* ```
|
|
35
57
|
*
|
|
36
58
|
* @param GetEvaluationCommandInput - {@link GetEvaluationCommandInput}
|
|
@@ -48,6 +70,8 @@ export interface GetEvaluationCommandOutput extends GetEvaluationOutput, __Metad
|
|
|
48
70
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
49
71
|
* <p>A specified resource cannot be located.</p>
|
|
50
72
|
*
|
|
73
|
+
* @throws {@link MachineLearningServiceException}
|
|
74
|
+
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
51
75
|
*
|
|
52
76
|
*/
|
|
53
77
|
export declare class GetEvaluationCommand extends $Command<GetEvaluationCommandInput, GetEvaluationCommandOutput, MachineLearningClientResolvedConfig> {
|
|
@@ -34,6 +34,37 @@ export interface GetMLModelCommandOutput extends GetMLModelOutput, __MetadataBea
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new GetMLModelCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // GetMLModelOutput
|
|
38
|
+
* // MLModelId: "STRING_VALUE",
|
|
39
|
+
* // TrainingDataSourceId: "STRING_VALUE",
|
|
40
|
+
* // CreatedByIamUser: "STRING_VALUE",
|
|
41
|
+
* // CreatedAt: new Date("TIMESTAMP"),
|
|
42
|
+
* // LastUpdatedAt: new Date("TIMESTAMP"),
|
|
43
|
+
* // Name: "STRING_VALUE",
|
|
44
|
+
* // Status: "STRING_VALUE",
|
|
45
|
+
* // SizeInBytes: Number("long"),
|
|
46
|
+
* // EndpointInfo: { // RealtimeEndpointInfo
|
|
47
|
+
* // PeakRequestsPerSecond: Number("int"),
|
|
48
|
+
* // CreatedAt: new Date("TIMESTAMP"),
|
|
49
|
+
* // EndpointUrl: "STRING_VALUE",
|
|
50
|
+
* // EndpointStatus: "STRING_VALUE",
|
|
51
|
+
* // },
|
|
52
|
+
* // TrainingParameters: { // TrainingParameters
|
|
53
|
+
* // "<keys>": "STRING_VALUE",
|
|
54
|
+
* // },
|
|
55
|
+
* // InputDataLocationS3: "STRING_VALUE",
|
|
56
|
+
* // MLModelType: "STRING_VALUE",
|
|
57
|
+
* // ScoreThreshold: Number("float"),
|
|
58
|
+
* // ScoreThresholdLastUpdatedAt: new Date("TIMESTAMP"),
|
|
59
|
+
* // LogUri: "STRING_VALUE",
|
|
60
|
+
* // Message: "STRING_VALUE",
|
|
61
|
+
* // ComputeTime: Number("long"),
|
|
62
|
+
* // FinishedAt: new Date("TIMESTAMP"),
|
|
63
|
+
* // StartedAt: new Date("TIMESTAMP"),
|
|
64
|
+
* // Recipe: "STRING_VALUE",
|
|
65
|
+
* // Schema: "STRING_VALUE",
|
|
66
|
+
* // };
|
|
67
|
+
*
|
|
37
68
|
* ```
|
|
38
69
|
*
|
|
39
70
|
* @param GetMLModelCommandInput - {@link GetMLModelCommandInput}
|
|
@@ -51,6 +82,8 @@ export interface GetMLModelCommandOutput extends GetMLModelOutput, __MetadataBea
|
|
|
51
82
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
52
83
|
* <p>A specified resource cannot be located.</p>
|
|
53
84
|
*
|
|
85
|
+
* @throws {@link MachineLearningServiceException}
|
|
86
|
+
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
54
87
|
*
|
|
55
88
|
*/
|
|
56
89
|
export declare class GetMLModelCommand extends $Command<GetMLModelCommandInput, GetMLModelCommandOutput, MachineLearningClientResolvedConfig> {
|
|
@@ -38,6 +38,19 @@ export interface PredictCommandOutput extends PredictOutput, __MetadataBearer {
|
|
|
38
38
|
* };
|
|
39
39
|
* const command = new PredictCommand(input);
|
|
40
40
|
* const response = await client.send(command);
|
|
41
|
+
* // { // PredictOutput
|
|
42
|
+
* // Prediction: { // Prediction
|
|
43
|
+
* // predictedLabel: "STRING_VALUE",
|
|
44
|
+
* // predictedValue: Number("float"),
|
|
45
|
+
* // predictedScores: { // ScoreValuePerLabelMap
|
|
46
|
+
* // "<keys>": Number("float"),
|
|
47
|
+
* // },
|
|
48
|
+
* // details: { // DetailsMap
|
|
49
|
+
* // "<keys>": "STRING_VALUE",
|
|
50
|
+
* // },
|
|
51
|
+
* // },
|
|
52
|
+
* // };
|
|
53
|
+
*
|
|
41
54
|
* ```
|
|
42
55
|
*
|
|
43
56
|
* @param PredictCommandInput - {@link PredictCommandInput}
|
|
@@ -61,6 +74,8 @@ export interface PredictCommandOutput extends PredictOutput, __MetadataBearer {
|
|
|
61
74
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
62
75
|
* <p>A specified resource cannot be located.</p>
|
|
63
76
|
*
|
|
77
|
+
* @throws {@link MachineLearningServiceException}
|
|
78
|
+
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
64
79
|
*
|
|
65
80
|
*/
|
|
66
81
|
export declare class PredictCommand extends $Command<PredictCommandInput, PredictCommandOutput, MachineLearningClientResolvedConfig> {
|
|
@@ -33,6 +33,10 @@ export interface UpdateBatchPredictionCommandOutput extends UpdateBatchPredictio
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new UpdateBatchPredictionCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // UpdateBatchPredictionOutput
|
|
37
|
+
* // BatchPredictionId: "STRING_VALUE",
|
|
38
|
+
* // };
|
|
39
|
+
*
|
|
36
40
|
* ```
|
|
37
41
|
*
|
|
38
42
|
* @param UpdateBatchPredictionCommandInput - {@link UpdateBatchPredictionCommandInput}
|
|
@@ -50,6 +54,8 @@ export interface UpdateBatchPredictionCommandOutput extends UpdateBatchPredictio
|
|
|
50
54
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
51
55
|
* <p>A specified resource cannot be located.</p>
|
|
52
56
|
*
|
|
57
|
+
* @throws {@link MachineLearningServiceException}
|
|
58
|
+
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
53
59
|
*
|
|
54
60
|
*/
|
|
55
61
|
export declare class UpdateBatchPredictionCommand extends $Command<UpdateBatchPredictionCommandInput, UpdateBatchPredictionCommandOutput, MachineLearningClientResolvedConfig> {
|
|
@@ -33,6 +33,10 @@ export interface UpdateDataSourceCommandOutput extends UpdateDataSourceOutput, _
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new UpdateDataSourceCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // UpdateDataSourceOutput
|
|
37
|
+
* // DataSourceId: "STRING_VALUE",
|
|
38
|
+
* // };
|
|
39
|
+
*
|
|
36
40
|
* ```
|
|
37
41
|
*
|
|
38
42
|
* @param UpdateDataSourceCommandInput - {@link UpdateDataSourceCommandInput}
|
|
@@ -50,6 +54,8 @@ export interface UpdateDataSourceCommandOutput extends UpdateDataSourceOutput, _
|
|
|
50
54
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
51
55
|
* <p>A specified resource cannot be located.</p>
|
|
52
56
|
*
|
|
57
|
+
* @throws {@link MachineLearningServiceException}
|
|
58
|
+
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
53
59
|
*
|
|
54
60
|
*/
|
|
55
61
|
export declare class UpdateDataSourceCommand extends $Command<UpdateDataSourceCommandInput, UpdateDataSourceCommandOutput, MachineLearningClientResolvedConfig> {
|
|
@@ -33,6 +33,10 @@ export interface UpdateEvaluationCommandOutput extends UpdateEvaluationOutput, _
|
|
|
33
33
|
* };
|
|
34
34
|
* const command = new UpdateEvaluationCommand(input);
|
|
35
35
|
* const response = await client.send(command);
|
|
36
|
+
* // { // UpdateEvaluationOutput
|
|
37
|
+
* // EvaluationId: "STRING_VALUE",
|
|
38
|
+
* // };
|
|
39
|
+
*
|
|
36
40
|
* ```
|
|
37
41
|
*
|
|
38
42
|
* @param UpdateEvaluationCommandInput - {@link UpdateEvaluationCommandInput}
|
|
@@ -50,6 +54,8 @@ export interface UpdateEvaluationCommandOutput extends UpdateEvaluationOutput, _
|
|
|
50
54
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
51
55
|
* <p>A specified resource cannot be located.</p>
|
|
52
56
|
*
|
|
57
|
+
* @throws {@link MachineLearningServiceException}
|
|
58
|
+
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
53
59
|
*
|
|
54
60
|
*/
|
|
55
61
|
export declare class UpdateEvaluationCommand extends $Command<UpdateEvaluationCommandInput, UpdateEvaluationCommandOutput, MachineLearningClientResolvedConfig> {
|
|
@@ -34,6 +34,10 @@ export interface UpdateMLModelCommandOutput extends UpdateMLModelOutput, __Metad
|
|
|
34
34
|
* };
|
|
35
35
|
* const command = new UpdateMLModelCommand(input);
|
|
36
36
|
* const response = await client.send(command);
|
|
37
|
+
* // { // UpdateMLModelOutput
|
|
38
|
+
* // MLModelId: "STRING_VALUE",
|
|
39
|
+
* // };
|
|
40
|
+
*
|
|
37
41
|
* ```
|
|
38
42
|
*
|
|
39
43
|
* @param UpdateMLModelCommandInput - {@link UpdateMLModelCommandInput}
|
|
@@ -51,6 +55,8 @@ export interface UpdateMLModelCommandOutput extends UpdateMLModelOutput, __Metad
|
|
|
51
55
|
* @throws {@link ResourceNotFoundException} (client fault)
|
|
52
56
|
* <p>A specified resource cannot be located.</p>
|
|
53
57
|
*
|
|
58
|
+
* @throws {@link MachineLearningServiceException}
|
|
59
|
+
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
54
60
|
*
|
|
55
61
|
*/
|
|
56
62
|
export declare class UpdateMLModelCommand extends $Command<UpdateMLModelCommandInput, UpdateMLModelCommandOutput, MachineLearningClientResolvedConfig> {
|
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.326.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,34 +21,34 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.326.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.310.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.326.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.310.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.310.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.310.0",
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-sdk-machinelearning": "3.
|
|
37
|
-
"@aws-sdk/middleware-serde": "3.
|
|
38
|
-
"@aws-sdk/middleware-signing": "3.
|
|
39
|
-
"@aws-sdk/middleware-stack": "3.
|
|
40
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.325.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.325.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.325.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.325.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.325.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.325.0",
|
|
36
|
+
"@aws-sdk/middleware-sdk-machinelearning": "3.326.0",
|
|
37
|
+
"@aws-sdk/middleware-serde": "3.325.0",
|
|
38
|
+
"@aws-sdk/middleware-signing": "3.325.0",
|
|
39
|
+
"@aws-sdk/middleware-stack": "3.325.0",
|
|
40
|
+
"@aws-sdk/middleware-user-agent": "3.325.0",
|
|
41
41
|
"@aws-sdk/node-config-provider": "3.310.0",
|
|
42
42
|
"@aws-sdk/node-http-handler": "3.321.1",
|
|
43
43
|
"@aws-sdk/protocol-http": "3.310.0",
|
|
44
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
+
"@aws-sdk/smithy-client": "3.325.0",
|
|
45
45
|
"@aws-sdk/types": "3.310.0",
|
|
46
46
|
"@aws-sdk/url-parser": "3.310.0",
|
|
47
47
|
"@aws-sdk/util-base64": "3.310.0",
|
|
48
48
|
"@aws-sdk/util-body-length-browser": "3.310.0",
|
|
49
49
|
"@aws-sdk/util-body-length-node": "3.310.0",
|
|
50
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
51
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
50
|
+
"@aws-sdk/util-defaults-mode-browser": "3.325.0",
|
|
51
|
+
"@aws-sdk/util-defaults-mode-node": "3.325.0",
|
|
52
52
|
"@aws-sdk/util-endpoints": "3.319.0",
|
|
53
53
|
"@aws-sdk/util-retry": "3.310.0",
|
|
54
54
|
"@aws-sdk/util-user-agent-browser": "3.310.0",
|