diff --git a/src/types.jl b/src/types.jl index 4a60a61..17c9dc9 100644 --- a/src/types.jl +++ b/src/types.jl @@ -25,7 +25,7 @@ more information, see [MLFlowClient.jl](https://juliaai.github.io/MLFlowClient.j """ struct MLFlowLogger service::MLFlow - verbosity::Integer + verbosity::Int experiment_name::String artifact_location::Union{String,Nothing} end