googleapis / googleapis/python-aiplatform

Remove `-custom-job` suffix from display names

Aperta
#2,997 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
api: vertex-ai
Lingua principale
Python
Stelle
905
Fork
465
Merge medio
1g 13h
PR unite (30g)
44

Descrizione

Thanks for stopping by to let us know something could be better!

**PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/) instead of filing on GitHub. This will ensure a timely response.

**Is your feature request related to a problem? Please describe.**
When creating a `CustomPythonPackageTrainingJob`, I specify the display name:

`job = aiplatform.CustomPythonPackageTrainingJob(display_name='my-job', ...)`

but after calling `job.run(...)` (without specifying a `model_display_name` which is apparently no longer supported in `1.36.4`?), while the `Training Pipelines` tab shows the desired display name, the `Custom Jobs` tab shows that each job has `-custom-job` appended to the display name (i.e. `my-job-custom-job`). This display name is then used in other parts of the codebase, e.g. experiment tracking and Tensorboard.

**Describe the solution you'd like**
I would like to specify the display name of the custom job myself. Or simply use the same display name without appending `-custom-job` to it.
**Describe alternatives you've considered**
n/a
**Additional context**
Screenshot of undesired custom job display name:
![image](https://github.com/googleapis/python-aiplatform/assets/4186510/40901eeb-4022-4a62-aaaf-147668b9f3f4)

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.