Skip to content

Commit 0e3769e

Browse files
fix: Improve docstrings for estimator tags (#4761)
1 parent ee4c02c commit 0e3769e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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)