@aws-sdk/client-machine-learning 3.529.1 → 3.535.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/MachineLearning.d.ts +5 -1
- package/dist-types/MachineLearningClient.d.ts +1 -1
- package/dist-types/commands/AddTagsCommand.d.ts +2 -1
- package/dist-types/commands/CreateBatchPredictionCommand.d.ts +2 -1
- package/dist-types/commands/CreateDataSourceFromRDSCommand.d.ts +2 -1
- package/dist-types/commands/CreateDataSourceFromRedshiftCommand.d.ts +2 -1
- package/dist-types/commands/CreateDataSourceFromS3Command.d.ts +2 -1
- package/dist-types/commands/CreateEvaluationCommand.d.ts +2 -1
- package/dist-types/commands/CreateMLModelCommand.d.ts +2 -1
- package/dist-types/commands/CreateRealtimeEndpointCommand.d.ts +2 -1
- package/dist-types/commands/DeleteBatchPredictionCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDataSourceCommand.d.ts +2 -1
- package/dist-types/commands/DeleteEvaluationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteMLModelCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRealtimeEndpointCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTagsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeBatchPredictionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDataSourcesCommand.d.ts +2 -1
- package/dist-types/commands/DescribeEvaluationsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeMLModelsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTagsCommand.d.ts +2 -1
- package/dist-types/commands/GetBatchPredictionCommand.d.ts +2 -1
- package/dist-types/commands/GetDataSourceCommand.d.ts +2 -1
- package/dist-types/commands/GetEvaluationCommand.d.ts +2 -1
- package/dist-types/commands/GetMLModelCommand.d.ts +2 -1
- package/dist-types/commands/PredictCommand.d.ts +2 -1
- package/dist-types/commands/UpdateBatchPredictionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDataSourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateEvaluationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateMLModelCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +377 -377
- package/dist-types/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/runtimeConfig.d.ts +2 -2
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/runtimeConfig.shared.d.ts +2 -2
- package/dist-types/ts3.4/MachineLearning.d.ts +4 -0
- package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +7 -0
- package/dist-types/ts3.4/commands/CreateBatchPredictionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDataSourceFromRDSCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDataSourceFromRedshiftCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDataSourceFromS3Command.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateEvaluationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateMLModelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateRealtimeEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteBatchPredictionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteEvaluationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteMLModelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteRealtimeEndpointCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeBatchPredictionsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDataSourcesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeEvaluationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeMLModelsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetBatchPredictionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetEvaluationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetMLModelCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PredictCommand.d.ts +7 -0
- package/dist-types/ts3.4/commands/UpdateBatchPredictionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateEvaluationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateMLModelCommand.d.ts +9 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +2 -2
- package/package.json +42 -42
|
@@ -22,10 +22,10 @@ export interface UpdateMLModelCommandOutput extends UpdateMLModelOutput, __Metad
|
|
|
22
22
|
}
|
|
23
23
|
declare const UpdateMLModelCommand_base: {
|
|
24
24
|
new (input: UpdateMLModelCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateMLModelCommandInput, UpdateMLModelCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: UpdateMLModelCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateMLModelCommandInput, UpdateMLModelCommandOutput, MachineLearningClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Updates the <code>MLModelName</code> and the <code>ScoreThreshold</code> of an <code>MLModel</code>.</p>
|
|
30
30
|
* <p>You can use the <code>GetMLModel</code> operation to view the contents of the updated data element.</p>
|
|
31
31
|
* @example
|
|
@@ -65,6 +65,7 @@ declare const UpdateMLModelCommand_base: {
|
|
|
65
65
|
* @throws {@link MachineLearningServiceException}
|
|
66
66
|
* <p>Base exception class for all service exceptions from MachineLearning service.</p>
|
|
67
67
|
*
|
|
68
|
+
* @public
|
|
68
69
|
*/
|
|
69
70
|
export declare class UpdateMLModelCommand extends UpdateMLModelCommand_base {
|
|
70
71
|
}
|