Skip to content

Commit f030899

Browse files
committed
[docs]: refactor KatibClient docs
1 parent 5a5dd86 commit f030899

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sdk/python/v1beta1/docs/KatibClient.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ dict
116116
List all Katib Experiments.
117117
If the namespace is `None`, it takes "default" namespace.
118118

119-
Return list of Experiment names with the statuses.
119+
Return list of Experiment objects.
120120

121121
### Parameters
122122

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

127127
### Return type
128128

129-
list[dict]
129+
list[V1beta1Experiment]
130130

131131
## get_experiment_status
132132

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

178-
Return list of Trial names with the statuses.
178+
Return list of Trial objects
179179

180180
### Parameters
181181

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

187187
### Return type
188188

189-
list[dict]
189+
list[V1beta1Trial]
190190

191191
## get_success_trial_details
192192

0 commit comments

Comments
 (0)