Skip to content

Commit 7571a55

Browse files
Merge branch 'aws:master' into curated_hub_improvements
2 parents f553357 + 0e3769e commit 7571a55

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## v2.224.1 (2024-06-21)
411

512
### Bug Fixes and Other Changes

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.224.2.dev0
1+
2.224.3.dev0

src/sagemaker/estimator.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,10 @@ def __init__(
274274
AWS services needed. If not specified, the estimator creates one
275275
using the default AWS configuration chain.
276276
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
278281
https://docs.aws.amazon.com/sagemaker/latest/dg/API_Tag.html.
279282
subnets (list[str] or list[PipelineVariable]): List of subnet ids. If not
280283
specified training job will be created without VPC config.

0 commit comments

Comments
 (0)