@@ -156,7 +156,7 @@ updateexperiment(instance::MLFlow, experiment::Experiment, new_name::String)::Bo
156156- `order_by`: List of columns for ordering search results, which can include [`Experiment`](@ref)
157157 name and id with an optional “DESC” or “ASC” annotation, where “ASC” is the default.
158158- `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.
160160
161161# Returns
162162- Vector of [`Experiment`](@ref) that were found in the [`MLFlow`](@ref) instance.
@@ -220,7 +220,7 @@ setexperimenttag(instance::MLFlow, experiment::Experiment, key::String,
220220- `instance`: [`MLFlow`](@ref) configuration.
221221- `experiment_id`: [`Experiment`](@ref) id.
222222- `username`: [`User`](@ref) username.
223- - `permission`: [` Permission`](@ref) to grant.
223+ - `permission`: Permission to grant.
224224
225225# Returns
226226An instance of type [`ExperimentPermission`](@ref).
@@ -276,7 +276,7 @@ getexperimentpermission(instance::MLFlow, experiment::Experiment,
276276- `instance`: [`MLFlow`](@ref) configuration.
277277- `experiment_id`: [`Experiment`](@ref) id.
278278- `username`: [`User`](@ref) username.
279- - `permission`: [` Permission`](@ref) to grant.
279+ - `permission`: Permission to grant.
280280
281281# Returns
282282`true` if successful. Otherwise, raises exception.
0 commit comments