@aws-sdk/client-sagemaker 3.1058.0 → 3.1059.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 (87) hide show
  1. package/README.md +49 -0
  2. package/dist-cjs/index.js +139 -0
  3. package/dist-cjs/schemas/schemas_0.js +191 -36
  4. package/dist-es/SageMaker.js +18 -0
  5. package/dist-es/commands/CreateJobCommand.js +16 -0
  6. package/dist-es/commands/DeleteJobCommand.js +16 -0
  7. package/dist-es/commands/DescribeJobCommand.js +16 -0
  8. package/dist-es/commands/DescribeJobSchemaVersionCommand.js +16 -0
  9. package/dist-es/commands/ListJobSchemaVersionsCommand.js +16 -0
  10. package/dist-es/commands/ListJobsCommand.js +16 -0
  11. package/dist-es/commands/StopJobCommand.js +16 -0
  12. package/dist-es/commands/index.js +7 -0
  13. package/dist-es/models/enums.js +30 -0
  14. package/dist-es/pagination/ListJobSchemaVersionsPaginator.js +4 -0
  15. package/dist-es/pagination/ListJobsPaginator.js +4 -0
  16. package/dist-es/pagination/index.js +2 -0
  17. package/dist-es/schemas/schemas_0.js +157 -2
  18. package/dist-types/SageMaker.d.ts +63 -0
  19. package/dist-types/SageMakerClient.d.ts +9 -2
  20. package/dist-types/commands/CreateJobCommand.d.ts +95 -0
  21. package/dist-types/commands/DeleteJobCommand.d.ts +81 -0
  22. package/dist-types/commands/DescribeJobCommand.d.ts +105 -0
  23. package/dist-types/commands/DescribeJobSchemaVersionCommand.d.ts +82 -0
  24. package/dist-types/commands/ListJobSchemaVersionsCommand.d.ts +86 -0
  25. package/dist-types/commands/ListJobsCommand.d.ts +98 -0
  26. package/dist-types/commands/ListLabelingJobsCommand.d.ts +1 -1
  27. package/dist-types/commands/ListLabelingJobsForWorkteamCommand.d.ts +1 -1
  28. package/dist-types/commands/ListLineageGroupsCommand.d.ts +1 -1
  29. package/dist-types/commands/ListMlflowAppsCommand.d.ts +1 -1
  30. package/dist-types/commands/ListMlflowTrackingServersCommand.d.ts +1 -1
  31. package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +3 -0
  32. package/dist-types/commands/StopJobCommand.d.ts +78 -0
  33. package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +2 -1
  34. package/dist-types/commands/UpdatePartnerAppCommand.d.ts +1 -1
  35. package/dist-types/commands/UpdatePipelineCommand.d.ts +1 -1
  36. package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +1 -1
  37. package/dist-types/commands/UpdatePipelineVersionCommand.d.ts +1 -1
  38. package/dist-types/commands/UpdateProjectCommand.d.ts +1 -1
  39. package/dist-types/commands/UpdateSpaceCommand.d.ts +1 -1
  40. package/dist-types/commands/UpdateTrainingJobCommand.d.ts +1 -1
  41. package/dist-types/commands/UpdateTrialCommand.d.ts +1 -2
  42. package/dist-types/commands/index.d.ts +7 -0
  43. package/dist-types/models/enums.d.ts +54 -0
  44. package/dist-types/models/models_1.d.ts +46 -33
  45. package/dist-types/models/models_2.d.ts +55 -77
  46. package/dist-types/models/models_3.d.ts +296 -390
  47. package/dist-types/models/models_4.d.ts +3902 -3732
  48. package/dist-types/models/models_5.d.ts +355 -2
  49. package/dist-types/pagination/ListJobSchemaVersionsPaginator.d.ts +7 -0
  50. package/dist-types/pagination/ListJobsPaginator.d.ts +7 -0
  51. package/dist-types/pagination/index.d.ts +2 -0
  52. package/dist-types/schemas/schemas_0.d.ts +25 -0
  53. package/dist-types/ts3.4/SageMaker.d.ts +133 -0
  54. package/dist-types/ts3.4/SageMakerClient.d.ts +42 -0
  55. package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +45 -0
  56. package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +45 -0
  57. package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +49 -0
  58. package/dist-types/ts3.4/commands/DescribeJobSchemaVersionCommand.d.ts +53 -0
  59. package/dist-types/ts3.4/commands/ListJobSchemaVersionsCommand.d.ts +53 -0
  60. package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +45 -0
  61. package/dist-types/ts3.4/commands/ListLabelingJobsCommand.d.ts +1 -1
  62. package/dist-types/ts3.4/commands/ListLabelingJobsForWorkteamCommand.d.ts +1 -1
  63. package/dist-types/ts3.4/commands/ListLineageGroupsCommand.d.ts +1 -1
  64. package/dist-types/ts3.4/commands/ListMlflowAppsCommand.d.ts +1 -1
  65. package/dist-types/ts3.4/commands/ListMlflowTrackingServersCommand.d.ts +1 -1
  66. package/dist-types/ts3.4/commands/StopJobCommand.d.ts +45 -0
  67. package/dist-types/ts3.4/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +2 -4
  68. package/dist-types/ts3.4/commands/UpdatePartnerAppCommand.d.ts +1 -1
  69. package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/UpdatePipelineExecutionCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/UpdatePipelineVersionCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +1 -1
  74. package/dist-types/ts3.4/commands/UpdateTrainingJobCommand.d.ts +1 -1
  75. package/dist-types/ts3.4/commands/UpdateTrialCommand.d.ts +1 -2
  76. package/dist-types/ts3.4/commands/index.d.ts +7 -0
  77. package/dist-types/ts3.4/models/enums.d.ts +34 -0
  78. package/dist-types/ts3.4/models/models_1.d.ts +12 -10
  79. package/dist-types/ts3.4/models/models_2.d.ts +16 -21
  80. package/dist-types/ts3.4/models/models_3.d.ts +74 -96
  81. package/dist-types/ts3.4/models/models_4.d.ts +138 -97
  82. package/dist-types/ts3.4/models/models_5.d.ts +104 -1
  83. package/dist-types/ts3.4/pagination/ListJobSchemaVersionsPaginator.d.ts +11 -0
  84. package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +11 -0
  85. package/dist-types/ts3.4/pagination/index.d.ts +2 -0
  86. package/dist-types/ts3.4/schemas/schemas_0.d.ts +25 -0
  87. package/package.json +9 -9

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.