LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
mlflow/__init__.py
mlflow/__main__.py
mlflow/cli.py
mlflow/client.py
mlflow/db.py
mlflow/environment_variables.py
mlflow/exceptions.py
mlflow/experiments.py
mlflow/ml_package_versions.py
mlflow/py.typed
mlflow/pypi_package_index.json
mlflow/runs.py
mlflow/version.py
mlflow.egg-info/PKG-INFO
mlflow.egg-info/SOURCES.txt
mlflow.egg-info/dependency_links.txt
mlflow.egg-info/entry_points.txt
mlflow.egg-info/requires.txt
mlflow.egg-info/top_level.txt
mlflow/anthropic/__init__.py
mlflow/anthropic/autolog.py
mlflow/anthropic/chat.py
mlflow/artifacts/__init__.py
mlflow/autogen/__init__.py
mlflow/autogen/autogen_logger.py
mlflow/azure/__init__.py
mlflow/azure/client.py
mlflow/bedrock/__init__.py
mlflow/bedrock/_autolog.py
mlflow/bedrock/chat.py
mlflow/bedrock/stream.py
mlflow/bedrock/utils.py
mlflow/catboost/__init__.py
mlflow/config/__init__.py
mlflow/crewai/__init__.py
mlflow/crewai/autolog.py
mlflow/crewai/chat.py
mlflow/data/__init__.py
mlflow/data/artifact_dataset_sources.py
mlflow/data/code_dataset_source.py
mlflow/data/dataset.py
mlflow/data/dataset_registry.py
mlflow/data/dataset_source.py
mlflow/data/dataset_source_registry.py
mlflow/data/delta_dataset_source.py
mlflow/data/digest_utils.py
mlflow/data/evaluation_dataset.py
mlflow/data/filesystem_dataset_source.py
mlflow/data/http_dataset_source.py
mlflow/data/huggingface_dataset.py
mlflow/data/huggingface_dataset_source.py
mlflow/data/meta_dataset.py
mlflow/data/numpy_dataset.py
mlflow/data/pandas_dataset.py
mlflow/data/pyfunc_dataset_mixin.py
mlflow/data/schema.py
mlflow/data/sources.py
mlflow/data/spark_dataset.py
mlflow/data/spark_dataset_source.py
mlflow/data/spark_delta_utils.py
mlflow/data/tensorflow_dataset.py
mlflow/data/uc_volume_dataset_source.py
mlflow/deployments/__init__.py
mlflow/deployments/base.py
mlflow/deployments/cli.py
mlflow/deployments/constants.py
mlflow/deployments/interface.py
mlflow/deployments/plugin_manager.py
mlflow/deployments/utils.py
mlflow/deployments/databricks/__init__.py
mlflow/deployments/mlflow/__init__.py
mlflow/deployments/openai/__init__.py
mlflow/deployments/server/__init__.py
mlflow/deployments/server/app.py
mlflow/deployments/server/config.py
mlflow/deployments/server/constants.py
mlflow/diviner/__init__.py
mlflow/dspy/__init__.py
mlflow/dspy/autolog.py
mlflow/dspy/callback.py
mlflow/dspy/load.py
mlflow/dspy/save.py
mlflow/dspy/wrapper.py
mlflow/entities/__init__.py
mlflow/entities/_mlflow_object.py
mlflow/entities/assessment.py
mlflow/entities/assessment_source.py
mlflow/entities/dataset.py
mlflow/entities/dataset_input.py
mlflow/entities/dataset_summary.py
mlflow/entities/document.py
mlflow/entities/evaluation.py
mlflow/entities/evaluation_tag.py
mlflow/entities/experiment.py
mlflow/entities/experiment_tag.py
mlflow/entities/file_info.py
mlflow/entities/input_tag.py
mlflow/entities/lifecycle_stage.py
mlflow/entities/metric.py
mlflow/entities/multipart_upload.py
mlflow/entities/param.py
mlflow/entities/run.py
mlflow/entities/run_data.py
mlflow/entities/run_info.py
mlflow/entities/run_inputs.py
mlflow/entities/run_status.py
mlflow/entities/run_tag.py
mlflow/entities/source_type.py
mlflow/entities/span.py
mlflow/entities/span_event.py
mlflow/entities/span_status.py
mlflow/entities/trace.py
mlflow/entities/trace_data.py
mlflow/entities/trace_info.py
mlflow/entities/trace_status.py
mlflow/entities/view_type.py
mlflow/entities/model_registry/__init__.py
mlflow/entities/model_registry/_model_registry_entity.py
mlflow/entities/model_registry/model_version.py
mlflow/entities/model_registry/model_version_search.py
mlflow/entities/model_registry/model_version_stages.py
mlflow/entities/model_registry/model_version_status.py
mlflow/entities/model_registry/model_version_tag.py
mlflow/entities/model_registry/registered_model.py
mlflow/entities/model_registry/registered_model_alias.py
mlflow/entities/model_registry/registered_model_search.py
mlflow/entities/model_registry/registered_model_tag.py
mlflow/evaluation/__init__.py
mlflow/evaluation/assessment.py
mlflow/evaluation/evaluation.py
mlflow/evaluation/fluent.py
mlflow/evaluation/utils.py
mlflow/fastai/__init__.py
mlflow/fastai/callback.py
mlflow/gateway/__init__.py
mlflow/gateway/app.py
mlflow/gateway/base_models.py
mlflow/gateway/cli.py
mlflow/gateway/client.py
mlflow/gateway/config.py
mlflow/gateway/constants.py
mlflow/gateway/exceptions.py
mlflow/gateway/fluent.py
mlflow/gateway/provider_registry.py
mlflow/gateway/runner.py
mlflow/gateway/uc_function_utils.py
mlflow/gateway/utils.py
mlflow/gateway/providers/__init__.py
mlflow/gateway/providers/ai21labs.py
mlflow/gateway/providers/anthropic.py
mlflow/gateway/providers/base.py
mlflow/gateway/providers/bedrock.py
mlflow/gateway/providers/cohere.py
mlflow/gateway/providers/huggingface.py
mlflow/gateway/providers/mistral.py
mlflow/gateway/providers/mlflow.py
mlflow/gateway/providers/mosaicml.py
mlflow/gateway/providers/openai.py
mlflow/gateway/providers/palm.py
mlflow/gateway/providers/togetherai.py
mlflow/gateway/providers/utils.py
mlflow/gateway/schemas/__init__.py
mlflow/gateway/schemas/chat.py
mlflow/gateway/schemas/completions.py
mlflow/gateway/schemas/embeddings.py
mlflow/gemini/__init__.py
mlflow/gemini/autolog.py
mlflow/gemini/chat.py
mlflow/groq/__init__.py
mlflow/groq/_groq_autolog.py
mlflow/h2o/__init__.py
mlflow/johnsnowlabs/__init__.py
mlflow/keras/__init__.py
mlflow/keras/autologging.py
mlflow/keras/callback.py
mlflow/keras/load.py
mlflow/keras/save.py
mlflow/keras/utils.py
mlflow/langchain/__init__.py
mlflow/langchain/_langchain_autolog.py
mlflow/langchain/api_request_parallel_processor.py
mlflow/langchain/databricks_dependencies.py
mlflow/langchain/langchain_tracer.py
mlflow/langchain/output_parsers.py
mlflow/langchain/retriever_chain.py
mlflow/langchain/runnables.py
mlflow/langchain/utils/__init__.py
mlflow/langchain/utils/chat.py
mlflow/langchain/utils/serialization.py
mlflow/legacy_databricks_cli/__init__.py
mlflow/legacy_databricks_cli/configure/__init__.py
mlflow/legacy_databricks_cli/configure/provider.py
mlflow/lightgbm/__init__.py
mlflow/litellm/__init__.py
mlflow/llama_index/__init__.py
mlflow/llama_index/chat.py
mlflow/llama_index/pyfunc_wrapper.py
mlflow/llama_index/serialize_objects.py
mlflow/llama_index/tracer.py
mlflow/metrics/__init__.py
mlflow/metrics/base.py
mlflow/metrics/metric_definitions.py
mlflow/metrics/genai/__init__.py
mlflow/metrics/genai/base.py
mlflow/metrics/genai/genai_metric.py
mlflow/metrics/genai/metric_definitions.py
mlflow/metrics/genai/model_utils.py
mlflow/metrics/genai/prompt_template.py
mlflow/metrics/genai/utils.py
mlflow/metrics/genai/prompts/__init__.py
mlflow/metrics/genai/prompts/v1.py
mlflow/mistral/__init__.py
mlflow/mistral/autolog.py
mlflow/mistral/chat.py
mlflow/mleap/__init__.py
mlflow/models/__init__.py
mlflow/models/cli.py
mlflow/models/dependencies_schemas.py
mlflow/models/display_utils.py
mlflow/models/docker_utils.py
mlflow/models/flavor_backend.py
mlflow/models/flavor_backend_registry.py
mlflow/models/model.py
mlflow/models/model_config.py
mlflow/models/python_api.py
mlflow/models/rag_signatures.py
mlflow/models/resources.py
mlflow/models/signature.py
mlflow/models/utils.py
mlflow/models/wheeled_model.py
mlflow/models/container/__init__.py
mlflow/models/container/scoring_server/__init__.py
mlflow/models/container/scoring_server/nginx.conf
mlflow/models/container/scoring_server/wsgi.py
mlflow/models/evaluation/__init__.py
mlflow/models/evaluation/_shap_patch.py
mlflow/models/evaluation/artifacts.py
mlflow/models/evaluation/base.py
mlflow/models/evaluation/default_evaluator.py
mlflow/models/evaluation/evaluator_registry.py
mlflow/models/evaluation/lift_curve.py
mlflow/models/evaluation/validation.py
mlflow/models/evaluation/evaluators/classifier.py
mlflow/models/evaluation/evaluators/default.py
mlflow/models/evaluation/evaluators/regressor.py
mlflow/models/evaluation/evaluators/shap.py
mlflow/models/evaluation/utils/metric.py
mlflow/models/evaluation/utils/trace.py
mlflow/models/resources/agent_evaluation_template.html
mlflow/models/resources/eval_with_dataset_example.py
mlflow/models/resources/eval_with_synthetic_example.py
mlflow/onnx/__init__.py
mlflow/openai/__init__.py
mlflow/openai/_openai_autolog.py
mlflow/openai/api_request_parallel_processor.py
mlflow/openai/utils/chat_schema.py
mlflow/paddle/__init__.py
mlflow/paddle/_paddle_autolog.py
mlflow/pmdarima/__init__.py
mlflow/projects/__init__.py
mlflow/projects/_project_spec.py
mlflow/projects/databricks.py
mlflow/projects/docker.py
mlflow/projects/env_type.py
mlflow/projects/kubernetes.py
mlflow/projects/submitted_run.py
mlflow/projects/utils.py
mlflow/projects/backend/__init__.py
mlflow/projects/backend/abstract_backend.py
mlflow/projects/backend/loader.py
mlflow/projects/backend/local.py
mlflow/promptflow/__init__.py
mlflow/promptlab/__init__.py
mlflow/prophet/__init__.py
mlflow/protos/__init__.py
mlflow/protos/databricks_artifacts_pb2.py
mlflow/protos/databricks_filesystem_service_pb2.py
mlflow/protos/databricks_managed_catalog_messages_pb2.py
mlflow/protos/databricks_managed_catalog_service_pb2.py
mlflow/protos/databricks_pb2.py
mlflow/protos/databricks_uc_registry_messages_pb2.py
mlflow/protos/databricks_uc_registry_service_pb2.py
mlflow/protos/facet_feature_statistics_pb2.py
mlflow/protos/internal_pb2.py
mlflow/protos/mlflow_artifacts_pb2.py
mlflow/protos/model_registry_pb2.py
mlflow/protos/service_pb2.py
mlflow/protos/unity_catalog_oss_messages_pb2.py
mlflow/protos/unity_catalog_oss_service_pb2.py
mlflow/protos/scalapb/__init__.py
mlflow/protos/scalapb/scalapb_pb2.py
mlflow/pyfunc/__init__.py
mlflow/pyfunc/_mlflow_pyfunc_backend_predict.py
mlflow/pyfunc/backend.py
mlflow/pyfunc/context.py
mlflow/pyfunc/dbconnect_artifact_cache.py
mlflow/pyfunc/mlserver.py
mlflow/pyfunc/model.py
mlflow/pyfunc/spark_model_cache.py
mlflow/pyfunc/stdin_server.py
mlflow/pyfunc/loaders/__init__.py
mlflow/pyfunc/loaders/chat_agent.py
mlflow/pyfunc/loaders/chat_model.py
mlflow/pyfunc/loaders/code_model.py
mlflow/pyfunc/scoring_server/__init__.py
mlflow/pyfunc/scoring_server/client.py
mlflow/pyfunc/scoring_server/wsgi.py
mlflow/pyfunc/utils/__init__.py
mlflow/pyfunc/utils/data_validation.py
mlflow/pyfunc/utils/environment.py
mlflow/pyfunc/utils/input_converter.py
mlflow/pyfunc/utils/serving_data_parser.py
mlflow/pyspark/__init__.py
mlflow/pyspark/ml/__init__.py
mlflow/pyspark/ml/_autolog.py
mlflow/pyspark/ml/log_model_allowlist.txt
mlflow/pytorch/__init__.py
mlflow/pytorch/_lightning_autolog.py
mlflow/pytorch/_pytorch_autolog.py
mlflow/pytorch/pickle_module.py
mlflow/recipes/__init__.py
mlflow/recipes/artifacts.py
mlflow/recipes/cli.py
mlflow/recipes/dag_help_strings.py
mlflow/recipes/recipe.py
mlflow/recipes/step.py
mlflow/recipes/cards/__init__.py
mlflow/recipes/cards/histogram_generator.py
mlflow/recipes/cards/pandas_renderer.py
mlflow/recipes/cards/templates/__init__.py
mlflow/recipes/cards/templates/base.html
mlflow/recipes/classification/__init__.py
mlflow/recipes/classification/v1/__init__.py
mlflow/recipes/classification/v1/recipe.py
mlflow/recipes/regression/__init__.py
mlflow/recipes/regression/v1/__init__.py
mlflow/recipes/regression/v1/recipe.py
mlflow/recipes/resources/recipe_dag_template.html
mlflow/recipes/steps/__init__.py
mlflow/recipes/steps/evaluate.py
mlflow/recipes/steps/predict.py
mlflow/recipes/steps/register.py
mlflow/recipes/steps/split.py
mlflow/recipes/steps/train.py
mlflow/recipes/steps/transform.py
mlflow/recipes/steps/automl/__init__.py
mlflow/recipes/steps/automl/flaml.py
mlflow/recipes/steps/ingest/__init__.py
mlflow/recipes/steps/ingest/datasets.py
mlflow/recipes/utils/__init__.py
mlflow/recipes/utils/execution.py
mlflow/recipes/utils/metrics.py
mlflow/recipes/utils/step.py
mlflow/recipes/utils/tracking.py
mlflow/recipes/utils/wrapped_recipe_model.py
mlflow/rfunc/__init__.py
mlflow/rfunc/backend.py
mlflow/sagemaker/__init__.py
mlflow/sagemaker/cli.py
mlflow/sentence_transformers/__init__.py
mlflow/server/__init__.py
mlflow/server/handlers.py
mlflow/server/prometheus_exporter.py
mlflow/server/validation.py
mlflow/server/auth/__init__.py
mlflow/server/auth/__main__.py
mlflow/server/auth/basic_auth.ini
mlflow/server/auth/cli.py
mlflow/server/auth/client.py
mlflow/server/auth/config.py
mlflow/server/auth/entities.py
mlflow/server/auth/logo.py
mlflow/server/auth/permissions.py
mlflow/server/auth/routes.py
mlflow/server/auth/sqlalchemy_store.py
mlflow/server/auth/db/__init__.py
mlflow/server/auth/db/cli.py
mlflow/server/auth/db/models.py
mlflow/server/auth/db/utils.py
mlflow/server/auth/db/migrations/__init__.py
mlflow/server/auth/db/migrations/alembic.ini
mlflow/server/auth/db/migrations/env.py
mlflow/server/auth/db/migrations/versions/8606fa83a998_initial_migration.py
mlflow/server/auth/db/migrations/versions/__init__.py
mlflow/server/graphql/__init__.py
mlflow/server/graphql/autogenerated_graphql_schema.py
mlflow/server/graphql/graphql_custom_scalars.py
mlflow/server/graphql/graphql_errors.py
mlflow/server/graphql/graphql_schema_extensions.py
mlflow/server/js/build/asset-manifest.json
mlflow/server/js/build/favicon.ico
mlflow/server/js/build/index.html
mlflow/server/js/build/manifest.json
mlflow/server/js/build/pdf.worker.js
mlflow/server/js/build/lib/ml-model-trace-renderer/index.html
mlflow/server/js/build/lib/ml-model-trace-renderer/css/833.b6918afe.chunk.css
mlflow/server/js/build/lib/ml-model-trace-renderer/js/172.c9efca7d.chunk.js
mlflow/server/js/build/lib/ml-model-trace-renderer/js/319.880f77a5.chunk.js
mlflow/server/js/build/lib/ml-model-trace-renderer/js/323.0c47eb8b.chunk.js
mlflow/server/js/build/lib/ml-model-trace-renderer/js/331.2939438d.chunk.js
mlflow/server/js/build/lib/ml-model-trace-renderer/js/406.60233b08.chunk.js
mlflow/server/js/build/lib/ml-model-trace-renderer/js/458.e2874262.chunk.js
mlflow/server/js/build/lib/ml-model-trace-renderer/js/833.f257d1fc.chunk.js
mlflow/server/js/build/lib/ml-model-trace-renderer/js/834.b5f97905.chunk.js
mlflow/server/js/build/lib/ml-model-trace-renderer/js/ml-model-trace-renderer.e7df4ffa.js
mlflow/server/js/build/lib/notebook-trace-renderer/index.html
mlflow/server/js/build/lib/notebook-trace-renderer/css/474.b6918afe.chunk.css
mlflow/server/js/build/lib/notebook-trace-renderer/js/319.12e540f7.chunk.js
mlflow/server/js/build/lib/notebook-trace-renderer/js/323.0c47eb8b.chunk.js
mlflow/server/js/build/lib/notebook-trace-renderer/js/331.2939438d.chunk.js
mlflow/server/js/build/lib/notebook-trace-renderer/js/406.60233b08.chunk.js
mlflow/server/js/build/lib/notebook-trace-renderer/js/474.2058c1b9.chunk.js
mlflow/server/js/build/lib/notebook-trace-renderer/js/834.b5f97905.chunk.js
mlflow/server/js/build/lib/notebook-trace-renderer/js/ml-model-trace-renderer.befec5f4.js
mlflow/server/js/build/static/css/179.820e631d.chunk.css
mlflow/server/js/build/static/css/179.820e631d.chunk.css.map
mlflow/server/js/build/static/css/21.b2bf2296.chunk.css
mlflow/server/js/build/static/css/21.b2bf2296.chunk.css.map
mlflow/server/js/build/static/css/245.f2020e04.chunk.css
mlflow/server/js/build/static/css/245.f2020e04.chunk.css.map
mlflow/server/js/build/static/css/275.176391cb.chunk.css
mlflow/server/js/build/static/css/275.176391cb.chunk.css.map
mlflow/server/js/build/static/css/461.9c21c876.chunk.css
mlflow/server/js/build/static/css/461.9c21c876.chunk.css.map
mlflow/server/js/build/static/css/534.41fdd78c.chunk.css
mlflow/server/js/build/static/css/534.41fdd78c.chunk.css.map
mlflow/server/js/build/static/css/570.b897567c.chunk.css
mlflow/server/js/build/static/css/570.b897567c.chunk.css.map
mlflow/server/js/build/static/css/629.a64059b8.chunk.css
mlflow/server/js/build/static/css/629.a64059b8.chunk.css.map
mlflow/server/js/build/static/css/702.655d7007.chunk.css
mlflow/server/js/build/static/css/702.655d7007.chunk.css.map
mlflow/server/js/build/static/css/801.fb44a281.chunk.css
mlflow/server/js/build/static/css/801.fb44a281.chunk.css.map
mlflow/server/js/build/static/css/848.f605af35.chunk.css
mlflow/server/js/build/static/css/848.f605af35.chunk.css.map
mlflow/server/js/build/static/css/experimentPage.7896187e.chunk.css
mlflow/server/js/build/static/css/experimentPage.7896187e.chunk.css.map
mlflow/server/js/build/static/css/main.fd7f2361.css
mlflow/server/js/build/static/css/main.fd7f2361.css.map
mlflow/server/js/build/static/js/179.ddee5d83.chunk.js
mlflow/server/js/build/static/js/179.ddee5d83.chunk.js.LICENSE.txt
mlflow/server/js/build/static/js/179.ddee5d83.chunk.js.map
mlflow/server/js/build/static/js/18.972f6f1e.chunk.js
mlflow/server/js/build/static/js/18.972f6f1e.chunk.js.map
mlflow/server/js/build/static/js/19.24e31e73.chunk.js
mlflow/server/js/build/static/js/21.50c887aa.chunk.js
mlflow/server/js/build/static/js/21.50c887aa.chunk.js.map
mlflow/server/js/build/static/js/216.a9776627.chunk.js
mlflow/server/js/build/static/js/216.a9776627.chunk.js.map
mlflow/server/js/build/static/js/225.e53b1d12.chunk.js
mlflow/server/js/build/static/js/225.e53b1d12.chunk.js.map
mlflow/server/js/build/static/js/239.6dd6d588.chunk.js
mlflow/server/js/build/static/js/239.6dd6d588.chunk.js.map
mlflow/server/js/build/static/js/243.436a5e36.chunk.js
mlflow/server/js/build/static/js/243.436a5e36.chunk.js.map
mlflow/server/js/build/static/js/245.a1534ac3.chunk.js
mlflow/server/js/build/static/js/245.a1534ac3.chunk.js.map
mlflow/server/js/build/static/js/255.50c7f876.chunk.js
mlflow/server/js/build/static/js/255.50c7f876.chunk.js.map
mlflow/server/js/build/static/js/275.83618ec2.chunk.js
mlflow/server/js/build/static/js/275.83618ec2.chunk.js.map
mlflow/server/js/build/static/js/314.2ee99b28.chunk.js
mlflow/server/js/build/static/js/314.2ee99b28.chunk.js.LICENSE.txt
mlflow/server/js/build/static/js/314.2ee99b28.chunk.js.map
mlflow/server/js/build/static/js/334.4e20aa8b.chunk.js
mlflow/server/js/build/static/js/334.4e20aa8b.chunk.js.LICENSE.txt
mlflow/server/js/build/static/js/334.4e20aa8b.chunk.js.map
mlflow/server/js/build/static/js/336.d3579a9b.chunk.js
mlflow/server/js/build/static/js/336.d3579a9b.chunk.js.map
mlflow/server/js/build/static/js/358.178855d8.chunk.js
mlflow/server/js/build/static/js/358.178855d8.chunk.js.map
mlflow/server/js/build/static/js/386.67b60497.chunk.js
mlflow/server/js/build/static/js/386.67b60497.chunk.js.map
mlflow/server/js/build/static/js/402.26c4cb9c.chunk.js
mlflow/server/js/build/static/js/402.26c4cb9c.chunk.js.map
mlflow/server/js/build/static/js/422.422ffe95.chunk.js
mlflow/server/js/build/static/js/422.422ffe95.chunk.js.LICENSE.txt
mlflow/server/js/build/static/js/422.422ffe95.chunk.js.map
mlflow/server/js/build/static/js/461.53776f31.chunk.js
mlflow/server/js/build/static/js/461.53776f31.chunk.js.map
mlflow/server/js/build/static/js/490.e46a7c21.chunk.js
mlflow/server/js/build/static/js/490.e46a7c21.chunk.js.LICENSE.txt
mlflow/server/js/build/static/js/490.e46a7c21.chunk.js.map
mlflow/server/js/build/static/js/493.5a5d8ac1.chunk.js
mlflow/server/js/build/static/js/493.5a5d8ac1.chunk.js.map
mlflow/server/js/build/static/js/51.3893abb4.chunk.js
mlflow/server/js/build/static/js/51.3893abb4.chunk.js.map
mlflow/server/js/build/static/js/534.d1707ea2.chunk.js
mlflow/server/js/build/static/js/534.d1707ea2.chunk.js.map
mlflow/server/js/build/static/js/566.08e11a2a.chunk.js
mlflow/server/js/build/static/js/566.08e11a2a.chunk.js.map
mlflow/server/js/build/static/js/570.c6b01a1e.chunk.js
mlflow/server/js/build/static/js/570.c6b01a1e.chunk.js.LICENSE.txt
mlflow/server/js/build/static/js/570.c6b01a1e.chunk.js.map
mlflow/server/js/build/static/js/576.690eaef6.chunk.js
mlflow/server/js/build/static/js/576.690eaef6.chunk.js.LICENSE.txt
mlflow/server/js/build/static/js/576.690eaef6.chunk.js.map
mlflow/server/js/build/static/js/600.31b5ef84.chunk.js
mlflow/server/js/build/static/js/600.31b5ef84.chunk.js.map
mlflow/server/js/build/static/js/618.b02255b2.chunk.js
mlflow/server/js/build/static/js/618.b02255b2.chunk.js.LICENSE.txt
mlflow/server/js/build/static/js/618.b02255b2.chunk.js.map
mlflow/server/js/build/static/js/629.f68f638b.chunk.js
mlflow/server/js/build/static/js/629.f68f638b.chunk.js.map
mlflow/server/js/build/static/js/633.1554b62e.chunk.js
mlflow/server/js/build/static/js/633.1554b62e.chunk.js.LICENSE.txt
mlflow/server/js/build/static/js/633.1554b62e.chunk.js.map
mlflow/server/js/build/static/js/702.b7348b30.chunk.js
mlflow/server/js/build/static/js/702.b7348b30.chunk.js.map
mlflow/server/js/build/static/js/800.79bfa1bc.chunk.js
mlflow/server/js/build/static/js/800.79bfa1bc.chunk.js.map
mlflow/server/js/build/static/js/801.5ddb261a.chunk.js
mlflow/server/js/build/static/js/801.5ddb261a.chunk.js.map
mlflow/server/js/build/static/js/835.905c5f8c.chunk.js
mlflow/server/js/build/static/js/835.905c5f8c.chunk.js.map
mlflow/server/js/build/static/js/841.b749990f.chunk.js
mlflow/server/js/build/static/js/841.b749990f.chunk.js.LICENSE.txt
mlflow/server/js/build/static/js/841.b749990f.chunk.js.map
mlflow/server/js/build/static/js/847.326278f1.chunk.js
mlflow/server/js/build/static/js/847.326278f1.chunk.js.map
mlflow/server/js/build/static/js/850.aacea4ef.chunk.js
mlflow/server/js/build/static/js/850.aacea4ef.chunk.js.LICENSE.txt
mlflow/server/js/build/static/js/850.aacea4ef.chunk.js.map
mlflow/server/js/build/static/js/863.f136ec95.chunk.js
mlflow/server/js/build/static/js/863.f136ec95.chunk.js.map
mlflow/server/js/build/static/js/main.0f0fa00f.js
mlflow/server/js/build/static/js/main.0f0fa00f.js.LICENSE.txt
mlflow/server/js/build/static/js/main.0f0fa00f.js.map
mlflow/server/js/build/static/js/pdfjsWorker.27d72db0.chunk.js
mlflow/server/js/build/static/js/pdfjsWorker.27d72db0.chunk.js.LICENSE.txt
mlflow/server/js/build/static/js/pdfjsWorker.27d72db0.chunk.js.map
mlflow/server/js/build/static/media/404-overflow.fad9a31861b0afba6f921ebb8e769688.svg
mlflow/server/js/build/static/media/chart-bar.0fd4a63680fba840a7b69fbf07969f79.svg
mlflow/server/js/build/static/media/chart-contour.0d4b306f2669f3ad25375568935e3ce3.svg
mlflow/server/js/build/static/media/chart-difference.16174216d6f3b7c24f40e3541fe0ca2c.svg
mlflow/server/js/build/static/media/chart-image.cc434c4dc50780966344e2385a15f8fe.svg
mlflow/server/js/build/static/media/chart-line.0adaa2036bb4eb5956db6d0c7e925a3d.svg
mlflow/server/js/build/static/media/chart-parallel.da7dedf539b2af4b654d377c679173e4.svg
mlflow/server/js/build/static/media/chart-scatter.69118d0023a6ff3973f7fa913834ac47.svg
mlflow/server/js/build/static/media/default-error.f246ddf367c6fbd67942e5a13382a7f1.svg
mlflow/server/js/build/static/media/fontawesome-webfont.1e59d2330b4c6deb84b3.ttf
mlflow/server/js/build/static/media/fontawesome-webfont.20fd1704ea223900efa9.woff2
mlflow/server/js/build/static/media/fontawesome-webfont.8b43027f47b20503057d.eot
mlflow/server/js/build/static/media/fontawesome-webfont.c1e38fd9e0e74ba58f7a.svg
mlflow/server/js/build/static/media/fontawesome-webfont.f691f37e57f04c152e23.woff
mlflow/server/js/build/static/media/home-logo.b14e3dd7dc63ea1769c6.png
mlflow/server/js/build/static/media/icon-visible-fill.8d34cd35303828fdfc15154f5536e63b.svg
mlflow/server/js/build/static/media/no-experiments.0e4f4a114ef73e7d81c09474aba64b6c.svg
mlflow/server/js/build/static/media/parallel-chart-placeholder.234ef0c5b220ef2a5a6fa5bafff173f7.svg
mlflow/server/js/build/static/media/permission-denied-lock.16036747d57cd663d7df223781a447b2.svg
mlflow/server/js/build/static/media/promo-modal-content.e3b2c6c568ac192b9bec54b838b54850.svg
mlflow/server/js/build/static/media/registered-model-grey-ok.8274b58d39504c8d1b8c358aa1c9aa35.svg
mlflow/server/js/build/static/media/warning.290a3b14118933547965e91ea61c5a61.svg
mlflow/shap/__init__.py
mlflow/sklearn/__init__.py
mlflow/sklearn/utils.py
mlflow/spacy/__init__.py
mlflow/spark/__init__.py
mlflow/spark/autologging.py
mlflow/statsmodels/__init__.py
mlflow/store/__init__.py
mlflow/store/_unity_catalog/__init__.py
mlflow/store/_unity_catalog/lineage/__init__.py
mlflow/store/_unity_catalog/lineage/constants.py
mlflow/store/_unity_catalog/registry/__init__.py
mlflow/store/_unity_catalog/registry/rest_store.py
mlflow/store/_unity_catalog/registry/uc_oss_rest_store.py
mlflow/store/artifact/__init__.py
mlflow/store/artifact/artifact_repo.py
mlflow/store/artifact/artifact_repository_registry.py
mlflow/store/artifact/azure_blob_artifact_repo.py
mlflow/store/artifact/azure_data_lake_artifact_repo.py
mlflow/store/artifact/cli.py
mlflow/store/artifact/cloud_artifact_repo.py
mlflow/store/artifact/databricks_artifact_repo.py
mlflow/store/artifact/databricks_models_artifact_repo.py
mlflow/store/artifact/databricks_sdk_models_artifact_repo.py
mlflow/store/artifact/dbfs_artifact_repo.py
mlflow/store/artifact/ftp_artifact_repo.py
mlflow/store/artifact/gcs_artifact_repo.py
mlflow/store/artifact/hdfs_artifact_repo.py
mlflow/store/artifact/http_artifact_repo.py
mlflow/store/artifact/local_artifact_repo.py
mlflow/store/artifact/mlflow_artifacts_repo.py
mlflow/store/artifact/models_artifact_repo.py
mlflow/store/artifact/optimized_s3_artifact_repo.py
mlflow/store/artifact/presigned_url_artifact_repo.py
mlflow/store/artifact/r2_artifact_repo.py
mlflow/store/artifact/runs_artifact_repo.py
mlflow/store/artifact/s3_artifact_repo.py
mlflow/store/artifact/sftp_artifact_repo.py
mlflow/store/artifact/uc_volume_artifact_repo.py
mlflow/store/artifact/unity_catalog_models_artifact_repo.py
mlflow/store/artifact/unity_catalog_oss_models_artifact_repo.py
mlflow/store/artifact/utils/__init__.py
mlflow/store/artifact/utils/models.py
mlflow/store/db/__init__.py
mlflow/store/db/base_sql_model.py
mlflow/store/db/db_types.py
mlflow/store/db/utils.py
mlflow/store/db_migrations/__init__.py
mlflow/store/db_migrations/alembic.ini
mlflow/store/db_migrations/env.py
mlflow/store/db_migrations/versions/0584bdc529eb_add_cascading_deletion_to_datasets_from_experiments.py
mlflow/store/db_migrations/versions/0a8213491aaa_drop_duplicate_killed_constraint.py
mlflow/store/db_migrations/versions/0c779009ac13_add_deleted_time_field_to_runs_table.py
mlflow/store/db_migrations/versions/181f10493468_allow_nulls_for_metric_values.py
mlflow/store/db_migrations/versions/27a6a02d2cf1_add_model_version_tags_table.py
mlflow/store/db_migrations/versions/2b4d017a5e9b_add_model_registry_tables_to_db.py
mlflow/store/db_migrations/versions/2d6e25af4d3e_increase_max_param_val_length.py
mlflow/store/db_migrations/versions/3500859a5d39_add_model_aliases_table.py
mlflow/store/db_migrations/versions/39d1c3be5f05_add_is_nan_constraint_for_metrics_tables_if_necessary.py
mlflow/store/db_migrations/versions/4465047574b1_increase_max_dataset_schema_size.py
mlflow/store/db_migrations/versions/451aebb31d03_add_metric_step.py
mlflow/store/db_migrations/versions/5b0e9adcef9c_add_cascade_deletion_to_trace_tables_fk.py
mlflow/store/db_migrations/versions/728d730b5ebd_add_registered_model_tags_table.py
mlflow/store/db_migrations/versions/7ac759974ad8_update_run_tags_with_larger_limit.py
mlflow/store/db_migrations/versions/7f2a7d5fae7d_add_datasets_inputs_input_tags_tables.py
mlflow/store/db_migrations/versions/84291f40a231_add_run_link_to_model_version.py
mlflow/store/db_migrations/versions/867495a8f9d4_add_trace_tables.py
mlflow/store/db_migrations/versions/89d4b8295536_create_latest_metrics_table.py
mlflow/store/db_migrations/versions/90e64c465722_migrate_user_column_to_tags.py
mlflow/store/db_migrations/versions/97727af70f4d_creation_time_last_update_time_experiments.py
mlflow/store/db_migrations/versions/__init__.py
mlflow/store/db_migrations/versions/a8c4a736bde6_allow_nulls_for_run_id.py
mlflow/store/db_migrations/versions/acf3f17fdcc7_add_storage_location_field_to_model_.py
mlflow/store/db_migrations/versions/bd07f7e963c5_create_index_on_run_uuid.py
mlflow/store/db_migrations/versions/c48cb773bb87_reset_default_value_for_is_nan_in_metrics_table_for_mysql.py
mlflow/store/db_migrations/versions/cc1f77228345_change_param_value_length_to_500.py
mlflow/store/db_migrations/versions/cfd24bdc0731_update_run_status_constraint_with_killed.py
mlflow/store/db_migrations/versions/df50e92ffc5e_add_experiment_tags_table.py
mlflow/store/db_migrations/versions/f5a4f2784254_increase_run_tag_value_limit.py
mlflow/store/entities/__init__.py
mlflow/store/entities/paged_list.py
mlflow/store/model_registry/__init__.py
mlflow/store/model_registry/abstract_store.py
mlflow/store/model_registry/base_rest_store.py
mlflow/store/model_registry/databricks_workspace_model_registry_rest_store.py
mlflow/store/model_registry/file_store.py
mlflow/store/model_registry/rest_store.py
mlflow/store/model_registry/sqlalchemy_store.py
mlflow/store/model_registry/dbmodels/__init__.py
mlflow/store/model_registry/dbmodels/models.py
mlflow/store/tracking/__init__.py
mlflow/store/tracking/abstract_store.py
mlflow/store/tracking/file_store.py
mlflow/store/tracking/rest_store.py
mlflow/store/tracking/sqlalchemy_store.py
mlflow/store/tracking/dbmodels/__init__.py
mlflow/store/tracking/dbmodels/initial_models.py
mlflow/store/tracking/dbmodels/models.py
mlflow/system_metrics/__init__.py
mlflow/system_metrics/system_metrics_monitor.py
mlflow/system_metrics/metrics/__init__.py
mlflow/system_metrics/metrics/base_metrics_monitor.py
mlflow/system_metrics/metrics/cpu_monitor.py
mlflow/system_metrics/metrics/disk_monitor.py
mlflow/system_metrics/metrics/gpu_monitor.py
mlflow/system_metrics/metrics/network_monitor.py
mlflow/tensorflow/__init__.py
mlflow/tensorflow/autologging.py
mlflow/tensorflow/callback.py
mlflow/tracing/__init__.py
mlflow/tracing/artifact_utils.py
mlflow/tracing/constant.py
mlflow/tracing/destination.py
mlflow/tracing/fluent.py
mlflow/tracing/provider.py
mlflow/tracing/trace_manager.py
mlflow/tracing/display/__init__.py
mlflow/tracing/display/display_handler.py
mlflow/tracing/export/databricks_agent.py
mlflow/tracing/export/inference_table.py
mlflow/tracing/export/mlflow.py
mlflow/tracing/processor/databricks_agent.py
mlflow/tracing/processor/inference_table.py
mlflow/tracing/processor/mlflow.py
mlflow/tracing/processor/otel.py
mlflow/tracing/utils/__init__.py
mlflow/tracing/utils/exception.py
mlflow/tracing/utils/once.py
mlflow/tracing/utils/otlp.py
mlflow/tracing/utils/search.py
mlflow/tracing/utils/timeout.py
mlflow/tracing/utils/token.py
mlflow/tracing/utils/warning.py
mlflow/tracking/__init__.py
mlflow/tracking/artifact_utils.py
mlflow/tracking/client.py
mlflow/tracking/fluent.py
mlflow/tracking/metric_value_conversion_utils.py
mlflow/tracking/multimedia.py
mlflow/tracking/registry.py
mlflow/tracking/_model_registry/__init__.py
mlflow/tracking/_model_registry/client.py
mlflow/tracking/_model_registry/fluent.py
mlflow/tracking/_model_registry/registry.py
mlflow/tracking/_model_registry/utils.py
mlflow/tracking/_tracking_service/__init__.py
mlflow/tracking/_tracking_service/client.py
mlflow/tracking/_tracking_service/registry.py
mlflow/tracking/_tracking_service/utils.py
mlflow/tracking/context/__init__.py
mlflow/tracking/context/abstract_context.py
mlflow/tracking/context/databricks_cluster_context.py
mlflow/tracking/context/databricks_command_context.py
mlflow/tracking/context/databricks_job_context.py
mlflow/tracking/context/databricks_notebook_context.py
mlflow/tracking/context/databricks_repo_context.py
mlflow/tracking/context/default_context.py
mlflow/tracking/context/git_context.py
mlflow/tracking/context/registry.py
mlflow/tracking/context/system_environment_context.py
mlflow/tracking/default_experiment/__init__.py
mlflow/tracking/default_experiment/abstract_context.py
mlflow/tracking/default_experiment/databricks_notebook_experiment_provider.py
mlflow/tracking/default_experiment/registry.py
mlflow/tracking/request_auth/__init__.py
mlflow/tracking/request_auth/abstract_request_auth_provider.py
mlflow/tracking/request_auth/registry.py
mlflow/tracking/request_header/__init__.py
mlflow/tracking/request_header/abstract_request_header_provider.py
mlflow/tracking/request_header/databricks_request_header_provider.py
mlflow/tracking/request_header/default_request_header_provider.py
mlflow/tracking/request_header/registry.py
mlflow/transformers/__init__.py
mlflow/transformers/flavor_config.py
mlflow/transformers/hub_utils.py
mlflow/transformers/llm_inference_utils.py
mlflow/transformers/model_io.py
mlflow/transformers/peft.py
mlflow/transformers/signature.py
mlflow/transformers/torch_utils.py
mlflow/types/__init__.py
mlflow/types/agent.py
mlflow/types/chat.py
mlflow/types/llm.py
mlflow/types/schema.py
mlflow/types/type_hints.py
mlflow/types/utils.py
mlflow/utils/__init__.py
mlflow/utils/_capture_modules.py
mlflow/utils/_capture_transformers_modules.py
mlflow/utils/_spark_utils.py
mlflow/utils/_unity_catalog_oss_utils.py
mlflow/utils/_unity_catalog_utils.py
mlflow/utils/annotations.py
mlflow/utils/arguments_utils.py
mlflow/utils/checkpoint_utils.py
mlflow/utils/class_utils.py
mlflow/utils/cli_args.py
mlflow/utils/conda.py
mlflow/utils/credentials.py
mlflow/utils/data_utils.py
mlflow/utils/databricks_utils.py
mlflow/utils/docstring_utils.py
mlflow/utils/doctor.py
mlflow/utils/download_cloud_file_chunk.py
mlflow/utils/env_manager.py
mlflow/utils/environment.py
mlflow/utils/exception_utils.py
mlflow/utils/file_utils.py
mlflow/utils/git_utils.py
mlflow/utils/gorilla.py
mlflow/utils/lazy_load.py
mlflow/utils/logging_utils.py
mlflow/utils/mime_type_utils.py
mlflow/utils/mlflow_tags.py
mlflow/utils/model_utils.py
mlflow/utils/name_utils.py
mlflow/utils/nfs_on_spark.py
mlflow/utils/openai_utils.py
mlflow/utils/os.py
mlflow/utils/oss_registry_utils.py
mlflow/utils/plugins.py
mlflow/utils/process.py
mlflow/utils/promptlab_utils.py
mlflow/utils/proto_json_utils.py
mlflow/utils/pydantic_utils.py
mlflow/utils/request_utils.py
mlflow/utils/requirements_utils.py
mlflow/utils/rest_utils.py
mlflow/utils/search_utils.py
mlflow/utils/server_cli_utils.py
mlflow/utils/spark_utils.py
mlflow/utils/string_utils.py
mlflow/utils/thread_utils.py
mlflow/utils/time.py
mlflow/utils/timeout.py
mlflow/utils/uri.py
mlflow/utils/validation.py
mlflow/utils/virtualenv.py
mlflow/utils/warnings_utils.py
mlflow/utils/async_logging/__init__.py
mlflow/utils/async_logging/async_artifacts_logging_queue.py
mlflow/utils/async_logging/async_logging_queue.py
mlflow/utils/async_logging/run_artifact.py
mlflow/utils/async_logging/run_batch.py
mlflow/utils/async_logging/run_operations.py
mlflow/utils/autologging_utils/__init__.py
mlflow/utils/autologging_utils/client.py
mlflow/utils/autologging_utils/config.py
mlflow/utils/autologging_utils/events.py
mlflow/utils/autologging_utils/logging_and_warnings.py
mlflow/utils/autologging_utils/metrics_queue.py
mlflow/utils/autologging_utils/safety.py
mlflow/utils/autologging_utils/versioning.py
mlflow/utils/import_hooks/__init__.py
mlflow/xgboost/__init__.py
mlflow/xgboost/_autolog.py