@aws-sdk/client-sagemaker 3.940.0 → 3.944.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 (125) hide show
  1. package/README.md +48 -0
  2. package/dist-cjs/index.js +487 -32
  3. package/dist-es/SageMaker.js +12 -0
  4. package/dist-es/commands/CreateMlflowAppCommand.js +16 -0
  5. package/dist-es/commands/CreatePresignedMlflowAppUrlCommand.js +16 -0
  6. package/dist-es/commands/DeleteMlflowAppCommand.js +16 -0
  7. package/dist-es/commands/DescribeMlflowAppCommand.js +16 -0
  8. package/dist-es/commands/ListMlflowAppsCommand.js +16 -0
  9. package/dist-es/commands/UpdateMlflowAppCommand.js +16 -0
  10. package/dist-es/commands/index.js +6 -0
  11. package/dist-es/models/enums.js +59 -0
  12. package/dist-es/pagination/ListMlflowAppsPaginator.js +4 -0
  13. package/dist-es/pagination/index.js +1 -0
  14. package/dist-es/schemas/schemas_0.js +333 -32
  15. package/dist-types/SageMaker.d.ts +43 -0
  16. package/dist-types/SageMakerClient.d.ts +8 -2
  17. package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +7 -0
  18. package/dist-types/commands/CreateAlgorithmCommand.d.ts +9 -0
  19. package/dist-types/commands/CreateClusterCommand.d.ts +3 -3
  20. package/dist-types/commands/CreateComputeQuotaCommand.d.ts +3 -2
  21. package/dist-types/commands/CreateContextCommand.d.ts +1 -1
  22. package/dist-types/commands/CreateDomainCommand.d.ts +1 -1
  23. package/dist-types/commands/CreateHubContentPresignedUrlsCommand.d.ts +1 -1
  24. package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +6 -0
  25. package/dist-types/commands/CreateMlflowAppCommand.d.ts +91 -0
  26. package/dist-types/commands/CreateModelPackageCommand.d.ts +13 -0
  27. package/dist-types/commands/CreatePresignedMlflowAppUrlCommand.d.ts +79 -0
  28. package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateTrainingJobCommand.d.ts +22 -2
  30. package/dist-types/commands/CreateUserProfileCommand.d.ts +1 -1
  31. package/dist-types/commands/DeleteHubContentCommand.d.ts +1 -1
  32. package/dist-types/commands/DeleteHubContentReferenceCommand.d.ts +1 -1
  33. package/dist-types/commands/DeleteMlflowAppCommand.d.ts +77 -0
  34. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +9 -0
  35. package/dist-types/commands/DescribeClusterCommand.d.ts +2 -2
  36. package/dist-types/commands/DescribeClusterNodeCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeComputeQuotaCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeDomainCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeHubContentCommand.d.ts +3 -3
  40. package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +6 -0
  41. package/dist-types/commands/DescribeMlflowAppCommand.d.ts +111 -0
  42. package/dist-types/commands/DescribeModelPackageCommand.d.ts +13 -0
  43. package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +4 -0
  44. package/dist-types/commands/DescribeProjectCommand.d.ts +2 -1
  45. package/dist-types/commands/DescribeReservedCapacityCommand.d.ts +1 -1
  46. package/dist-types/commands/DescribeSpaceCommand.d.ts +1 -1
  47. package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
  48. package/dist-types/commands/DescribeSubscribedWorkteamCommand.d.ts +1 -1
  49. package/dist-types/commands/DescribeTrainingJobCommand.d.ts +34 -1
  50. package/dist-types/commands/DescribeUserProfileCommand.d.ts +1 -1
  51. package/dist-types/commands/ImportHubContentCommand.d.ts +1 -1
  52. package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -1
  53. package/dist-types/commands/ListComputeQuotasCommand.d.ts +1 -1
  54. package/dist-types/commands/ListHubContentVersionsCommand.d.ts +3 -3
  55. package/dist-types/commands/ListHubContentsCommand.d.ts +3 -3
  56. package/dist-types/commands/ListMlflowAppsCommand.d.ts +93 -0
  57. package/dist-types/commands/ListModelPackagesCommand.d.ts +1 -0
  58. package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +32 -0
  59. package/dist-types/commands/ListResourceCatalogsCommand.d.ts +1 -1
  60. package/dist-types/commands/ListSpacesCommand.d.ts +1 -1
  61. package/dist-types/commands/ListStageDevicesCommand.d.ts +1 -1
  62. package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -1
  63. package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +1 -1
  64. package/dist-types/commands/ListTagsCommand.d.ts +1 -1
  65. package/dist-types/commands/ListTrainingJobsCommand.d.ts +1 -1
  66. package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -1
  67. package/dist-types/commands/ListTrainingPlansCommand.d.ts +1 -2
  68. package/dist-types/commands/SearchCommand.d.ts +29 -0
  69. package/dist-types/commands/StartPipelineExecutionCommand.d.ts +1 -0
  70. package/dist-types/commands/UpdateClusterCommand.d.ts +2 -2
  71. package/dist-types/commands/UpdateComputeQuotaCommand.d.ts +1 -1
  72. package/dist-types/commands/UpdateDomainCommand.d.ts +1 -1
  73. package/dist-types/commands/UpdateHubContentCommand.d.ts +1 -1
  74. package/dist-types/commands/UpdateHubContentReferenceCommand.d.ts +1 -1
  75. package/dist-types/commands/UpdateMlflowAppCommand.d.ts +88 -0
  76. package/dist-types/commands/UpdateModelPackageCommand.d.ts +13 -0
  77. package/dist-types/commands/UpdateUserProfileCommand.d.ts +1 -1
  78. package/dist-types/commands/index.d.ts +6 -0
  79. package/dist-types/models/enums.d.ts +139 -0
  80. package/dist-types/models/models_0.d.ts +116 -143
  81. package/dist-types/models/models_1.d.ts +231 -350
  82. package/dist-types/models/models_2.d.ts +3669 -3805
  83. package/dist-types/models/models_3.d.ts +4263 -4059
  84. package/dist-types/models/models_4.d.ts +843 -4
  85. package/dist-types/pagination/ListMlflowAppsPaginator.d.ts +7 -0
  86. package/dist-types/pagination/index.d.ts +1 -0
  87. package/dist-types/schemas/schemas_0.d.ts +38 -0
  88. package/dist-types/ts3.4/SageMaker.d.ts +103 -0
  89. package/dist-types/ts3.4/SageMakerClient.d.ts +36 -0
  90. package/dist-types/ts3.4/commands/CreateComputeQuotaCommand.d.ts +2 -4
  91. package/dist-types/ts3.4/commands/CreateContextCommand.d.ts +1 -1
  92. package/dist-types/ts3.4/commands/CreateMlflowAppCommand.d.ts +50 -0
  93. package/dist-types/ts3.4/commands/CreatePresignedMlflowAppUrlCommand.d.ts +51 -0
  94. package/dist-types/ts3.4/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
  95. package/dist-types/ts3.4/commands/CreateTrainingJobCommand.d.ts +4 -2
  96. package/dist-types/ts3.4/commands/DeleteMlflowAppCommand.d.ts +50 -0
  97. package/dist-types/ts3.4/commands/DescribeMlflowAppCommand.d.ts +51 -0
  98. package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +2 -4
  99. package/dist-types/ts3.4/commands/DescribeReservedCapacityCommand.d.ts +1 -1
  100. package/dist-types/ts3.4/commands/DescribeSpaceCommand.d.ts +1 -1
  101. package/dist-types/ts3.4/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
  102. package/dist-types/ts3.4/commands/DescribeSubscribedWorkteamCommand.d.ts +1 -1
  103. package/dist-types/ts3.4/commands/DescribeTrainingJobCommand.d.ts +1 -1
  104. package/dist-types/ts3.4/commands/ListMlflowAppsCommand.d.ts +50 -0
  105. package/dist-types/ts3.4/commands/ListResourceCatalogsCommand.d.ts +1 -1
  106. package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +1 -1
  107. package/dist-types/ts3.4/commands/ListStageDevicesCommand.d.ts +1 -1
  108. package/dist-types/ts3.4/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -1
  109. package/dist-types/ts3.4/commands/ListSubscribedWorkteamsCommand.d.ts +1 -1
  110. package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +1 -1
  111. package/dist-types/ts3.4/commands/ListTrainingJobsCommand.d.ts +1 -1
  112. package/dist-types/ts3.4/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -1
  113. package/dist-types/ts3.4/commands/ListTrainingPlansCommand.d.ts +4 -2
  114. package/dist-types/ts3.4/commands/UpdateMlflowAppCommand.d.ts +50 -0
  115. package/dist-types/ts3.4/commands/index.d.ts +6 -0
  116. package/dist-types/ts3.4/models/enums.d.ts +78 -0
  117. package/dist-types/ts3.4/models/models_0.d.ts +29 -34
  118. package/dist-types/ts3.4/models/models_1.d.ts +60 -86
  119. package/dist-types/ts3.4/models/models_2.d.ts +145 -186
  120. package/dist-types/ts3.4/models/models_3.d.ts +261 -191
  121. package/dist-types/ts3.4/models/models_4.d.ts +228 -10
  122. package/dist-types/ts3.4/pagination/ListMlflowAppsPaginator.d.ts +11 -0
  123. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  124. package/dist-types/ts3.4/schemas/schemas_0.d.ts +38 -0
  125. package/package.json +5 -5

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.