-
Notifications
You must be signed in to change notification settings - Fork 485
Open
Labels
area/sdkgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
I would like to introduce get_job_logs()
API to Katib SDK, that will help users to get information about their trials without jumping to kubectl
or Katib UI. Initially, we can only support batch/Job
as Trials.
The API design that I have in mind:
def get_job_logs(
self,
name: str, # Experiment Name
trial_name: str, # Trial Name
follow: Optional[bool] = False,
) -> Iterator[str]:
/cc @kubeflow/kubeflow-sdk-team
/good-first-issue
/area sdk
kramaranya
Metadata
Metadata
Assignees
Labels
area/sdkgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed