File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed 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