@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.
- package/README.md +49 -0
- package/dist-cjs/index.js +139 -0
- package/dist-cjs/schemas/schemas_0.js +191 -36
- package/dist-es/SageMaker.js +18 -0
- package/dist-es/commands/CreateJobCommand.js +16 -0
- package/dist-es/commands/DeleteJobCommand.js +16 -0
- package/dist-es/commands/DescribeJobCommand.js +16 -0
- package/dist-es/commands/DescribeJobSchemaVersionCommand.js +16 -0
- package/dist-es/commands/ListJobSchemaVersionsCommand.js +16 -0
- package/dist-es/commands/ListJobsCommand.js +16 -0
- package/dist-es/commands/StopJobCommand.js +16 -0
- package/dist-es/commands/index.js +7 -0
- package/dist-es/models/enums.js +30 -0
- package/dist-es/pagination/ListJobSchemaVersionsPaginator.js +4 -0
- package/dist-es/pagination/ListJobsPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/schemas/schemas_0.js +157 -2
- package/dist-types/SageMaker.d.ts +63 -0
- package/dist-types/SageMakerClient.d.ts +9 -2
- package/dist-types/commands/CreateJobCommand.d.ts +95 -0
- package/dist-types/commands/DeleteJobCommand.d.ts +81 -0
- package/dist-types/commands/DescribeJobCommand.d.ts +105 -0
- package/dist-types/commands/DescribeJobSchemaVersionCommand.d.ts +82 -0
- package/dist-types/commands/ListJobSchemaVersionsCommand.d.ts +86 -0
- package/dist-types/commands/ListJobsCommand.d.ts +98 -0
- package/dist-types/commands/ListLabelingJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListLabelingJobsForWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/ListLineageGroupsCommand.d.ts +1 -1
- package/dist-types/commands/ListMlflowAppsCommand.d.ts +1 -1
- package/dist-types/commands/ListMlflowTrackingServersCommand.d.ts +1 -1
- package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +3 -0
- package/dist-types/commands/StopJobCommand.d.ts +78 -0
- package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +2 -1
- package/dist-types/commands/UpdatePartnerAppCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePipelineCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePipelineVersionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateProjectCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSpaceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrainingJobCommand.d.ts +1 -1
- package/dist-types/commands/UpdateTrialCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +7 -0
- package/dist-types/models/enums.d.ts +54 -0
- package/dist-types/models/models_1.d.ts +46 -33
- package/dist-types/models/models_2.d.ts +55 -77
- package/dist-types/models/models_3.d.ts +296 -390
- package/dist-types/models/models_4.d.ts +3902 -3732
- package/dist-types/models/models_5.d.ts +355 -2
- package/dist-types/pagination/ListJobSchemaVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListJobsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/schemas/schemas_0.d.ts +25 -0
- package/dist-types/ts3.4/SageMaker.d.ts +133 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +42 -0
- package/dist-types/ts3.4/commands/CreateJobCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/DeleteJobCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/DescribeJobCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/DescribeJobSchemaVersionCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListJobSchemaVersionsCommand.d.ts +53 -0
- package/dist-types/ts3.4/commands/ListJobsCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/ListLabelingJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListLabelingJobsForWorkteamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListLineageGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMlflowAppsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMlflowTrackingServersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StopJobCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/UpdatePartnerAppCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePipelineCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePipelineVersionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateProjectCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateSpaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTrainingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateTrialCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/index.d.ts +7 -0
- package/dist-types/ts3.4/models/enums.d.ts +34 -0
- package/dist-types/ts3.4/models/models_1.d.ts +12 -10
- package/dist-types/ts3.4/models/models_2.d.ts +16 -21
- package/dist-types/ts3.4/models/models_3.d.ts +74 -96
- package/dist-types/ts3.4/models/models_4.d.ts +138 -97
- package/dist-types/ts3.4/models/models_5.d.ts +104 -1
- package/dist-types/ts3.4/pagination/ListJobSchemaVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListJobsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +25 -0
- 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.