Remove BYOC inference and training jobs - #69
Open
rickstaa wants to merge 1 commit into
Open
Conversation
BYOC job submission, training, and payment refresh are unused and target orchestrator endpoints we no longer intend to support. This leaves the SDK focused on live video, media, and discovery APIs. BREAKING CHANGE: submit_byoc_job, the training job functions, and the Byoc* types are gone from the public API.
rickstaa
force-pushed
the
rs/remove-byoc
branch
from
September 9, 2026 22:37
594623f to
cfa0c26
Compare
j0sh
approved these changes
Sep 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removes the SDK's BYOC (bring your own container) client, following the removal of BYOC from go-livepeer in livepeer/go-livepeer#4064. The endpoints it calls are going away, so the client has nothing left to talk to.
Gone:
submit_byoc_job,submit_training_job,refresh_training_payment,get_training_status,wait_for_training,list_capabilities, and theByoc*request, response and status types.This is a breaking change to a 1.0 public API, so it needs a major version bump at release time. No version bump here, since
PUBLISHING.mdputs that in a separate release commit. Live video, media, discovery and payment APIs are untouched; the full suite passes.Best merged after the go-livepeer side, so the client is not removed before the server.