Skip to content

Commit

Permalink
[docs]: refactor KatibClient docs
Browse files Browse the repository at this point in the history
  • Loading branch information
anencore94 committed Aug 28, 2021
1 parent 210ff0c commit c16ba72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sdk/python/v1beta1/docs/KatibClient.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ dict
List all Katib Experiments.
If the namespace is `None`, it takes "default" namespace.

Return list of Experiment names with the statuses.
Return list of Experiment objects.

### Parameters

Expand All @@ -126,7 +126,7 @@ Return list of Experiment names with the statuses.

### Return type

list[dict]
list[V1beta1Experiment]

## get_experiment_status

Expand Down Expand Up @@ -175,7 +175,7 @@ bool
List all Experiment's Trials.
If the namespace is `None`, it takes "default" namespace.

Return list of Trial names with the statuses.
Return list of Trial objects

### Parameters

Expand All @@ -186,7 +186,7 @@ Return list of Trial names with the statuses.

### Return type

list[dict]
list[V1beta1Trial]

## get_success_trial_details

Expand Down

0 comments on commit c16ba72

Please sign in to comment.