@aws-sdk/client-machine-learning 3.533.0 → 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.
Files changed (61) hide show
  1. package/dist-types/MachineLearning.d.ts +5 -1
  2. package/dist-types/MachineLearningClient.d.ts +1 -1
  3. package/dist-types/commands/AddTagsCommand.d.ts +2 -1
  4. package/dist-types/commands/CreateBatchPredictionCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateDataSourceFromRDSCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateDataSourceFromRedshiftCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateDataSourceFromS3Command.d.ts +2 -1
  8. package/dist-types/commands/CreateEvaluationCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateMLModelCommand.d.ts +2 -1
  10. package/dist-types/commands/CreateRealtimeEndpointCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteBatchPredictionCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteDataSourceCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteEvaluationCommand.d.ts +2 -1
  14. package/dist-types/commands/DeleteMLModelCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteRealtimeEndpointCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteTagsCommand.d.ts +2 -1
  17. package/dist-types/commands/DescribeBatchPredictionsCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeDataSourcesCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeEvaluationsCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeMLModelsCommand.d.ts +2 -1
  21. package/dist-types/commands/DescribeTagsCommand.d.ts +2 -1
  22. package/dist-types/commands/GetBatchPredictionCommand.d.ts +2 -1
  23. package/dist-types/commands/GetDataSourceCommand.d.ts +2 -1
  24. package/dist-types/commands/GetEvaluationCommand.d.ts +2 -1
  25. package/dist-types/commands/GetMLModelCommand.d.ts +2 -1
  26. package/dist-types/commands/PredictCommand.d.ts +2 -1
  27. package/dist-types/commands/UpdateBatchPredictionCommand.d.ts +2 -1
  28. package/dist-types/commands/UpdateDataSourceCommand.d.ts +2 -1
  29. package/dist-types/commands/UpdateEvaluationCommand.d.ts +2 -1
  30. package/dist-types/commands/UpdateMLModelCommand.d.ts +2 -1
  31. package/dist-types/models/models_0.d.ts +377 -377
  32. package/dist-types/ts3.4/MachineLearning.d.ts +4 -0
  33. package/dist-types/ts3.4/commands/AddTagsCommand.d.ts +7 -0
  34. package/dist-types/ts3.4/commands/CreateBatchPredictionCommand.d.ts +9 -0
  35. package/dist-types/ts3.4/commands/CreateDataSourceFromRDSCommand.d.ts +9 -0
  36. package/dist-types/ts3.4/commands/CreateDataSourceFromRedshiftCommand.d.ts +9 -0
  37. package/dist-types/ts3.4/commands/CreateDataSourceFromS3Command.d.ts +9 -0
  38. package/dist-types/ts3.4/commands/CreateEvaluationCommand.d.ts +9 -0
  39. package/dist-types/ts3.4/commands/CreateMLModelCommand.d.ts +9 -0
  40. package/dist-types/ts3.4/commands/CreateRealtimeEndpointCommand.d.ts +9 -0
  41. package/dist-types/ts3.4/commands/DeleteBatchPredictionCommand.d.ts +9 -0
  42. package/dist-types/ts3.4/commands/DeleteDataSourceCommand.d.ts +9 -0
  43. package/dist-types/ts3.4/commands/DeleteEvaluationCommand.d.ts +9 -0
  44. package/dist-types/ts3.4/commands/DeleteMLModelCommand.d.ts +9 -0
  45. package/dist-types/ts3.4/commands/DeleteRealtimeEndpointCommand.d.ts +9 -0
  46. package/dist-types/ts3.4/commands/DeleteTagsCommand.d.ts +9 -0
  47. package/dist-types/ts3.4/commands/DescribeBatchPredictionsCommand.d.ts +9 -0
  48. package/dist-types/ts3.4/commands/DescribeDataSourcesCommand.d.ts +9 -0
  49. package/dist-types/ts3.4/commands/DescribeEvaluationsCommand.d.ts +9 -0
  50. package/dist-types/ts3.4/commands/DescribeMLModelsCommand.d.ts +9 -0
  51. package/dist-types/ts3.4/commands/DescribeTagsCommand.d.ts +9 -0
  52. package/dist-types/ts3.4/commands/GetBatchPredictionCommand.d.ts +9 -0
  53. package/dist-types/ts3.4/commands/GetDataSourceCommand.d.ts +9 -0
  54. package/dist-types/ts3.4/commands/GetEvaluationCommand.d.ts +9 -0
  55. package/dist-types/ts3.4/commands/GetMLModelCommand.d.ts +9 -0
  56. package/dist-types/ts3.4/commands/PredictCommand.d.ts +7 -0
  57. package/dist-types/ts3.4/commands/UpdateBatchPredictionCommand.d.ts +9 -0
  58. package/dist-types/ts3.4/commands/UpdateDataSourceCommand.d.ts +9 -0
  59. package/dist-types/ts3.4/commands/UpdateEvaluationCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/UpdateMLModelCommand.d.ts +9 -0
  61. 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
  }