File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 116
116
List all Katib Experiments.
117
117
If the namespace is ` None ` , it takes "default" namespace.
118
118
119
- Return list of Experiment names with the statuses .
119
+ Return list of Experiment objects .
120
120
121
121
### Parameters
122
122
@@ -126,7 +126,7 @@ Return list of Experiment names with the statuses.
126
126
127
127
### Return type
128
128
129
- list[ dict ]
129
+ list[ V1beta1Experiment ]
130
130
131
131
## get_experiment_status
132
132
175
175
List all Experiment's Trials.
176
176
If the namespace is ` None ` , it takes "default" namespace.
177
177
178
- Return list of Trial names with the statuses.
178
+ Return list of Trial objects
179
179
180
180
### Parameters
181
181
@@ -186,7 +186,7 @@ Return list of Trial names with the statuses.
186
186
187
187
### Return type
188
188
189
- list[ dict ]
189
+ list[ V1beta1Trial ]
190
190
191
191
## get_success_trial_details
192
192
You can’t perform that action at this time.
0 commit comments