@aws-sdk/client-sagemaker 3.936.0 → 3.938.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 (91) hide show
  1. package/README.md +16 -0
  2. package/dist-cjs/index.js +558 -168
  3. package/dist-es/SageMaker.js +4 -0
  4. package/dist-es/commands/BatchRebootClusterNodesCommand.js +16 -0
  5. package/dist-es/commands/BatchReplaceClusterNodesCommand.js +16 -0
  6. package/dist-es/commands/index.js +2 -0
  7. package/dist-es/models/enums.js +64 -0
  8. package/dist-es/schemas/schemas_0.js +460 -168
  9. package/dist-types/SageMaker.d.ts +14 -0
  10. package/dist-types/SageMakerClient.d.ts +4 -2
  11. package/dist-types/commands/BatchRebootClusterNodesCommand.d.ts +102 -0
  12. package/dist-types/commands/BatchReplaceClusterNodesCommand.d.ts +102 -0
  13. package/dist-types/commands/CreateClusterCommand.d.ts +17 -0
  14. package/dist-types/commands/CreateComputeQuotaCommand.d.ts +4 -0
  15. package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateDeviceFleetCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateOptimizationJobCommand.d.ts +15 -1
  18. package/dist-types/commands/CreateTrainingJobCommand.d.ts +2 -1
  19. package/dist-types/commands/CreateTrainingPlanCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateTransformJobCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateTrialCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateTrialComponentCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateUserProfileCommand.d.ts +1 -1
  24. package/dist-types/commands/DescribeClusterCommand.d.ts +30 -0
  25. package/dist-types/commands/DescribeClusterEventCommand.d.ts +1 -0
  26. package/dist-types/commands/DescribeClusterNodeCommand.d.ts +23 -0
  27. package/dist-types/commands/DescribeComputeQuotaCommand.d.ts +4 -0
  28. package/dist-types/commands/DescribeOptimizationJobCommand.d.ts +15 -1
  29. package/dist-types/commands/DescribeTrainingPlanCommand.d.ts +2 -2
  30. package/dist-types/commands/DescribeTransformJobCommand.d.ts +1 -1
  31. package/dist-types/commands/DescribeTrialCommand.d.ts +1 -1
  32. package/dist-types/commands/DescribeTrialComponentCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeUserProfileCommand.d.ts +1 -1
  34. package/dist-types/commands/DescribeWorkforceCommand.d.ts +1 -1
  35. package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -0
  36. package/dist-types/commands/ListComputeQuotasCommand.d.ts +4 -0
  37. package/dist-types/commands/ListOptimizationJobsCommand.d.ts +2 -1
  38. package/dist-types/commands/ListTrainingPlansCommand.d.ts +3 -2
  39. package/dist-types/commands/ListTransformJobsCommand.d.ts +1 -1
  40. package/dist-types/commands/ListTrialComponentsCommand.d.ts +1 -1
  41. package/dist-types/commands/ListTrialsCommand.d.ts +1 -1
  42. package/dist-types/commands/ListUltraServersByReservedCapacityCommand.d.ts +1 -1
  43. package/dist-types/commands/ListUserProfilesCommand.d.ts +1 -1
  44. package/dist-types/commands/ListWorkforcesCommand.d.ts +1 -1
  45. package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -2
  46. package/dist-types/commands/SearchTrainingPlanOfferingsCommand.d.ts +2 -2
  47. package/dist-types/commands/UpdateClusterCommand.d.ts +17 -0
  48. package/dist-types/commands/UpdateComputeQuotaCommand.d.ts +4 -0
  49. package/dist-types/commands/index.d.ts +2 -0
  50. package/dist-types/models/enums.d.ts +128 -0
  51. package/dist-types/models/models_0.d.ts +368 -369
  52. package/dist-types/models/models_1.d.ts +3321 -3361
  53. package/dist-types/models/models_2.d.ts +3816 -4111
  54. package/dist-types/models/models_3.d.ts +4107 -3920
  55. package/dist-types/models/models_4.d.ts +607 -7
  56. package/dist-types/schemas/schemas_0.d.ts +28 -0
  57. package/dist-types/ts3.4/SageMaker.d.ts +34 -0
  58. package/dist-types/ts3.4/SageMakerClient.d.ts +12 -0
  59. package/dist-types/ts3.4/commands/BatchRebootClusterNodesCommand.d.ts +51 -0
  60. package/dist-types/ts3.4/commands/BatchReplaceClusterNodesCommand.d.ts +51 -0
  61. package/dist-types/ts3.4/commands/CreateDataQualityJobDefinitionCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/CreateDeviceFleetCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/CreateTrainingJobCommand.d.ts +2 -4
  64. package/dist-types/ts3.4/commands/CreateTrainingPlanCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/CreateTransformJobCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/CreateTrialCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/CreateTrialComponentCommand.d.ts +1 -1
  68. package/dist-types/ts3.4/commands/CreateUserProfileCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/DescribeTrainingPlanCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/DescribeTransformJobCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/DescribeTrialCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/DescribeTrialComponentCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/DescribeUserProfileCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/DescribeWorkforceCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/ListTrainingPlansCommand.d.ts +2 -4
  76. package/dist-types/ts3.4/commands/ListTransformJobsCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/ListTrialComponentsCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/ListTrialsCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/ListUltraServersByReservedCapacityCommand.d.ts +1 -1
  80. package/dist-types/ts3.4/commands/ListUserProfilesCommand.d.ts +1 -1
  81. package/dist-types/ts3.4/commands/ListWorkforcesCommand.d.ts +1 -1
  82. package/dist-types/ts3.4/commands/ListWorkteamsCommand.d.ts +4 -2
  83. package/dist-types/ts3.4/commands/index.d.ts +2 -0
  84. package/dist-types/ts3.4/models/enums.d.ts +80 -0
  85. package/dist-types/ts3.4/models/models_0.d.ts +93 -90
  86. package/dist-types/ts3.4/models/models_1.d.ts +121 -146
  87. package/dist-types/ts3.4/models/models_2.d.ts +139 -193
  88. package/dist-types/ts3.4/models/models_3.d.ts +195 -150
  89. package/dist-types/ts3.4/models/models_4.d.ts +161 -13
  90. package/dist-types/ts3.4/schemas/schemas_0.d.ts +28 -0
  91. package/package.json +1 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.