Skip to content

Tags are't inherited from the sagemaker_config to hyperparameter tuning requests #4770

@admivsn

Description

@admivsn

Describe the bug
Tags are't inherited from the sagemaker_config to hyperparameter tuning requests like they are for other job types.

To reproduce
Can't provide a reprex.

Expected behavior
Tags should be inherited the same way they are for other job types.

Screenshots or logs
Here is an example to show the tags being added for a training job but not for a hyperparameter tuning job:
image

System information
A description of your system. Please provide:

  • SageMaker Python SDK version: 2.224.1
  • Framework name (eg. PyTorch) or algorithm (eg. KMeans): Scikit-learn
  • Framework version: 0.23-1
  • Python version: 3.10.14
  • CPU or GPU: CPU
  • Custom Docker image (Y/N): N

Additional context
I've traced the issue back from when we call .fit from a sagemaker.tuner.HyperparameterTuner (with an estimator supplied):

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions