googleapis / googleapis/python-aiplatform

Remove `-custom-job` suffix from display names

Đang mở
#2,997 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
api: vertex-ai
Ngôn ngữ chính
Python
Star
905
Fork
465
Merge trung bình
1 ngày 13 giờ
Pull request đã merge (30 ngày)
44

Mô tả

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)

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.