@aws-sdk/client-sagemaker 3.862.0 → 3.864.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 (66) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +575 -392
  3. package/dist-es/SageMaker.js +4 -0
  4. package/dist-es/commands/DescribeReservedCapacityCommand.js +22 -0
  5. package/dist-es/commands/ListUltraServersByReservedCapacityCommand.js +22 -0
  6. package/dist-es/commands/index.js +2 -0
  7. package/dist-es/models/models_0.js +1 -13
  8. package/dist-es/models/models_1.js +13 -0
  9. package/dist-es/models/models_3.js +22 -33
  10. package/dist-es/models/models_4.js +21 -14
  11. package/dist-es/models/models_5.js +12 -1
  12. package/dist-es/pagination/ListUltraServersByReservedCapacityPaginator.js +4 -0
  13. package/dist-es/pagination/index.js +1 -0
  14. package/dist-es/protocols/Aws_json1_1.js +133 -0
  15. package/dist-types/SageMaker.d.ts +14 -0
  16. package/dist-types/SageMakerClient.d.ts +4 -2
  17. package/dist-types/commands/AttachClusterNodeVolumeCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateAlgorithmCommand.d.ts +12 -3
  19. package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +26 -8
  20. package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +1 -2
  21. package/dist-types/commands/CreateTrainingJobCommand.d.ts +11 -2
  22. package/dist-types/commands/CreateTrainingPlanCommand.d.ts +1 -0
  23. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +12 -3
  24. package/dist-types/commands/DescribeClusterNodeCommand.d.ts +3 -0
  25. package/dist-types/commands/DescribeComputeQuotaCommand.d.ts +1 -1
  26. package/dist-types/commands/DescribeContextCommand.d.ts +1 -2
  27. package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +26 -8
  28. package/dist-types/commands/DescribeReservedCapacityCommand.d.ts +93 -0
  29. package/dist-types/commands/DescribeTrainingJobCommand.d.ts +11 -2
  30. package/dist-types/commands/DescribeTrainingPlanCommand.d.ts +7 -1
  31. package/dist-types/commands/DetachClusterNodeVolumeCommand.d.ts +1 -1
  32. package/dist-types/commands/ListClusterNodesCommand.d.ts +3 -0
  33. package/dist-types/commands/ListTrainingPlansCommand.d.ts +5 -1
  34. package/dist-types/commands/ListUltraServersByReservedCapacityCommand.d.ts +92 -0
  35. package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -1
  36. package/dist-types/commands/SearchCommand.d.ts +26 -8
  37. package/dist-types/commands/SearchTrainingPlanOfferingsCommand.d.ts +7 -2
  38. package/dist-types/commands/index.d.ts +2 -0
  39. package/dist-types/models/models_0.d.ts +71 -87
  40. package/dist-types/models/models_1.d.ts +77 -89
  41. package/dist-types/models/models_2.d.ts +94 -107
  42. package/dist-types/models/models_3.d.ts +295 -295
  43. package/dist-types/models/models_4.d.ts +374 -674
  44. package/dist-types/models/models_5.d.ts +703 -5
  45. package/dist-types/pagination/ListUltraServersByReservedCapacityPaginator.d.ts +7 -0
  46. package/dist-types/pagination/index.d.ts +1 -0
  47. package/dist-types/protocols/Aws_json1_1.d.ts +18 -0
  48. package/dist-types/ts3.4/SageMaker.d.ts +40 -0
  49. package/dist-types/ts3.4/SageMakerClient.d.ts +12 -0
  50. package/dist-types/ts3.4/commands/CreateModelBiasJobDefinitionCommand.d.ts +4 -2
  51. package/dist-types/ts3.4/commands/DescribeComputeQuotaCommand.d.ts +1 -1
  52. package/dist-types/ts3.4/commands/DescribeContextCommand.d.ts +4 -2
  53. package/dist-types/ts3.4/commands/DescribeReservedCapacityCommand.d.ts +51 -0
  54. package/dist-types/ts3.4/commands/ListUltraServersByReservedCapacityCommand.d.ts +51 -0
  55. package/dist-types/ts3.4/commands/ListWorkteamsCommand.d.ts +1 -1
  56. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  57. package/dist-types/ts3.4/models/models_0.d.ts +15 -25
  58. package/dist-types/ts3.4/models/models_1.d.ts +25 -21
  59. package/dist-types/ts3.4/models/models_2.d.ts +24 -29
  60. package/dist-types/ts3.4/models/models_3.d.ts +88 -93
  61. package/dist-types/ts3.4/models/models_4.d.ts +112 -184
  62. package/dist-types/ts3.4/models/models_5.d.ts +183 -5
  63. package/dist-types/ts3.4/pagination/ListUltraServersByReservedCapacityPaginator.d.ts +11 -0
  64. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  65. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +24 -0
  66. package/package.json +5 -5
package/README.md CHANGED
@@ -1690,6 +1690,14 @@ DescribeProject
1690
1690
 
1691
1691
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeProjectCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeProjectCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeProjectCommandOutput/)
1692
1692
 
1693
+ </details>
1694
+ <details>
1695
+ <summary>
1696
+ DescribeReservedCapacity
1697
+ </summary>
1698
+
1699
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeReservedCapacityCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeReservedCapacityCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeReservedCapacityCommandOutput/)
1700
+
1693
1701
  </details>
1694
1702
  <details>
1695
1703
  <summary>
@@ -2506,6 +2514,14 @@ ListTrials
2506
2514
 
2507
2515
  [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListTrialsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListTrialsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListTrialsCommandOutput/)
2508
2516
 
2517
+ </details>
2518
+ <details>
2519
+ <summary>
2520
+ ListUltraServersByReservedCapacity
2521
+ </summary>
2522
+
2523
+ [Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListUltraServersByReservedCapacityCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListUltraServersByReservedCapacityCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListUltraServersByReservedCapacityCommandOutput/)
2524
+
2509
2525
  </details>
2510
2526
  <details>
2511
2527
  <summary>