File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v2.224.2 (2024-06-27)
4
+
5
+ ### Bug Fixes and Other Changes
6
+
7
+ * Update DJLModel class for latest container releases
8
+ * list_models() for python3.8
9
+
3
10
## v2.224.1 (2024-06-21)
4
11
5
12
### Bug Fixes and Other Changes
Original file line number Diff line number Diff line change 1
- 2.224.2 .dev0
1
+ 2.224.3 .dev0
Original file line number Diff line number Diff line change @@ -274,7 +274,10 @@ def __init__(
274
274
AWS services needed. If not specified, the estimator creates one
275
275
using the default AWS configuration chain.
276
276
tags (Optional[Tags]):
277
- Tags for labeling a training job. For more, see
277
+ Tags for labeling a training job. These won't be propagated to Models,
278
+ Endpoints during :meth:`~sagemaker.estimator.EstimatorBase.deploy`. The
279
+ :meth:`~sagemaker.estimator.EstimatorBase.deploy` takes in a seperate
280
+ tags parameter. For more on tags, see
278
281
https://docs.aws.amazon.com/sagemaker/latest/dg/API_Tag.html.
279
282
subnets (list[str] or list[PipelineVariable]): List of subnet ids. If not
280
283
specified training job will be created without VPC config.
You can’t perform that action at this time.
0 commit comments