@@ -156,7 +156,7 @@ updateexperiment(instance::MLFlow, experiment::Experiment, new_name::String)::Bo
156
156
- `order_by`: List of columns for ordering search results, which can include [`Experiment`](@ref)
157
157
name and id with an optional “DESC” or “ASC” annotation, where “ASC” is the default.
158
158
- `view_type`: Qualifier for type of experiments to be returned. If unspecified, return
159
- only active experiments. For more values, see [`ViewType`](@ref).
159
+ only active experiments.
160
160
161
161
# Returns
162
162
- Vector of [`Experiment`](@ref) that were found in the [`MLFlow`](@ref) instance.
@@ -220,7 +220,7 @@ setexperimenttag(instance::MLFlow, experiment::Experiment, key::String,
220
220
- `instance`: [`MLFlow`](@ref) configuration.
221
221
- `experiment_id`: [`Experiment`](@ref) id.
222
222
- `username`: [`User`](@ref) username.
223
- - `permission`: [` Permission`](@ref) to grant.
223
+ - `permission`: Permission to grant.
224
224
225
225
# Returns
226
226
An instance of type [`ExperimentPermission`](@ref).
@@ -276,7 +276,7 @@ getexperimentpermission(instance::MLFlow, experiment::Experiment,
276
276
- `instance`: [`MLFlow`](@ref) configuration.
277
277
- `experiment_id`: [`Experiment`](@ref) id.
278
278
- `username`: [`User`](@ref) username.
279
- - `permission`: [` Permission`](@ref) to grant.
279
+ - `permission`: Permission to grant.
280
280
281
281
# Returns
282
282
`true` if successful. Otherwise, raises exception.
0 commit comments