Skip to content

RSDK-7970: finish adding submitcustomtrainingjob #686

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

purplenicole730
Copy link
Member

No description provided.

@purplenicole730 purplenicole730 marked this pull request as ready for review July 17, 2024 13:52
@purplenicole730 purplenicole730 requested a review from a team as a code owner July 17, 2024 13:52
@@ -119,7 +119,7 @@ async def submit_training_job(
return response.id

async def submit_custom_training_job(
self, org_id: str, dataset_id: str, registry_item_id: str, model_name: str, model_version: str
self, org_id: str, dataset_id: str, registry_item_id: str, registry_item_version: str, model_name: str, model_version: str
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Adding an arg in the middle here means this becomes a breaking change. Which is fine, but everyone will need to be notified

@purplenicole730 purplenicole730 merged commit 4a638b5 into viamrobotics:main Jul 17, 2024
12 checks passed
@purplenicole730 purplenicole730 deleted the RSDK-7970-fix-submitcustomtrainingjob branch July 17, 2024 17:18
@purplenicole730 purplenicole730 restored the RSDK-7970-fix-submitcustomtrainingjob branch July 23, 2024 16:33
@purplenicole730 purplenicole730 deleted the RSDK-7970-fix-submitcustomtrainingjob branch July 23, 2024 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants