LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
mlflow/__init__.py
mlflow/__main__.py
mlflow/client.py
mlflow/db.py
mlflow/environment_variables.py
mlflow/exceptions.py
mlflow/experiments.py
mlflow/mismatch.py
mlflow/ml_package_versions.py
mlflow/py.typed
mlflow/runs.py
mlflow/version.py
mlflow/ag2/__init__.py
mlflow/ag2/ag2_logger.py
mlflow/agno/__init__.py
mlflow/agno/autolog.py
mlflow/agno/utils.py
mlflow/ai_commands/__init__.py
mlflow/ai_commands/ai_command_utils.py
mlflow/ai_commands/genai/analyze_experiment.md
mlflow/anthropic/__init__.py
mlflow/anthropic/autolog.py
mlflow/anthropic/chat.py
mlflow/artifacts/__init__.py
mlflow/autogen/__init__.py
mlflow/autogen/chat.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/claude_code/__init__.py
mlflow/claude_code/cli.py
mlflow/claude_code/config.py
mlflow/claude_code/hooks.py
mlflow/claude_code/tracing.py
mlflow/cli/__init__.py
mlflow/cli/eval.py
mlflow/cli/genai_eval_utils.py
mlflow/cli/scorers.py
mlflow/cli/traces.py
mlflow/config/__init__.py
mlflow/crewai/__init__.py
mlflow/crewai/autolog.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/evaluation_dataset_source.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/polars_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/config.py
mlflow/deployments/server/constants.py
mlflow/dspy/__init__.py
mlflow/dspy/autolog.py
mlflow/dspy/callback.py
mlflow/dspy/constant.py
mlflow/dspy/load.py
mlflow/dspy/save.py
mlflow/dspy/util.py
mlflow/dspy/wrapper.py
mlflow/entities/__init__.py
mlflow/entities/_job.py
mlflow/entities/_job_status.py
mlflow/entities/_mlflow_object.py
mlflow/entities/assessment.py
mlflow/entities/assessment_error.py
mlflow/entities/assessment_source.py
mlflow/entities/dataset.py
mlflow/entities/dataset_input.py
mlflow/entities/dataset_record.py
mlflow/entities/dataset_record_source.py
mlflow/entities/dataset_summary.py
mlflow/entities/document.py
mlflow/entities/entity_type.py
mlflow/entities/evaluation_dataset.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/logged_model.py
mlflow/entities/logged_model_input.py
mlflow/entities/logged_model_output.py
mlflow/entities/logged_model_parameter.py
mlflow/entities/logged_model_status.py
mlflow/entities/logged_model_tag.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_outputs.py
mlflow/entities/run_status.py
mlflow/entities/run_tag.py
mlflow/entities/scorer.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_info_v2.py
mlflow/entities/trace_location.py
mlflow/entities/trace_state.py
mlflow/entities/trace_status.py
mlflow/entities/view_type.py
mlflow/entities/webhook.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_deployment_job_run_state.py
mlflow/entities/model_registry/model_version_deployment_job_state.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/prompt.py
mlflow/entities/model_registry/prompt_version.py
mlflow/entities/model_registry/registered_model.py
mlflow/entities/model_registry/registered_model_alias.py
mlflow/entities/model_registry/registered_model_deployment_job_state.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/evaluation_tag.py
mlflow/evaluation/fluent.py
mlflow/evaluation/utils.py
mlflow/gateway/__init__.py
mlflow/gateway/app.py
mlflow/gateway/base_models.py
mlflow/gateway/cli.py
mlflow/gateway/config.py
mlflow/gateway/constants.py
mlflow/gateway/exceptions.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/gemini.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/genai/__init__.py
mlflow/genai/scheduled_scorers.py
mlflow/genai/agent_server/__init__.py
mlflow/genai/agent_server/server.py
mlflow/genai/agent_server/utils.py
mlflow/genai/agent_server/validator.py
mlflow/genai/datasets/__init__.py
mlflow/genai/datasets/databricks_evaluation_dataset_source.py
mlflow/genai/datasets/evaluation_dataset.py
mlflow/genai/evaluation/__init__.py
mlflow/genai/evaluation/base.py
mlflow/genai/evaluation/constant.py
mlflow/genai/evaluation/context.py
mlflow/genai/evaluation/entities.py
mlflow/genai/evaluation/harness.py
mlflow/genai/evaluation/telemetry.py
mlflow/genai/evaluation/utils.py
mlflow/genai/git_versioning/__init__.py
mlflow/genai/git_versioning/git_info.py
mlflow/genai/judges/__init__.py
mlflow/genai/judges/base.py
mlflow/genai/judges/builtin.py
mlflow/genai/judges/builtin_judges.py
mlflow/genai/judges/constants.py
mlflow/genai/judges/custom_prompt_judge.py
mlflow/genai/judges/make_judge.py
mlflow/genai/judges/adapters/__init__.py
mlflow/genai/judges/adapters/databricks_adapter.py
mlflow/genai/judges/adapters/databricks_managed_judge_adapter.py
mlflow/genai/judges/adapters/databricks_serving_endpoint_adapter.py
mlflow/genai/judges/adapters/gateway_adapter.py
mlflow/genai/judges/adapters/litellm_adapter.py
mlflow/genai/judges/instructions_judge/__init__.py
mlflow/genai/judges/instructions_judge/constants.py
mlflow/genai/judges/optimizers/__init__.py
mlflow/genai/judges/optimizers/dspy.py
mlflow/genai/judges/optimizers/dspy_utils.py
mlflow/genai/judges/optimizers/simba.py
mlflow/genai/judges/prompts/__init__.py
mlflow/genai/judges/prompts/context_sufficiency.py
mlflow/genai/judges/prompts/correctness.py
mlflow/genai/judges/prompts/equivalence.py
mlflow/genai/judges/prompts/groundedness.py
mlflow/genai/judges/prompts/guidelines.py
mlflow/genai/judges/prompts/relevance_to_query.py
mlflow/genai/judges/prompts/retrieval_relevance.py
mlflow/genai/judges/prompts/safety.py
mlflow/genai/judges/tools/__init__.py
mlflow/genai/judges/tools/base.py
mlflow/genai/judges/tools/constants.py
mlflow/genai/judges/tools/get_root_span.py
mlflow/genai/judges/tools/get_span.py
mlflow/genai/judges/tools/get_span_performance_and_timing_report.py
mlflow/genai/judges/tools/get_trace_info.py
mlflow/genai/judges/tools/get_traces_in_session.py
mlflow/genai/judges/tools/list_spans.py
mlflow/genai/judges/tools/registry.py
mlflow/genai/judges/tools/search_trace_regex.py
mlflow/genai/judges/tools/search_traces.py
mlflow/genai/judges/tools/types.py
mlflow/genai/judges/tools/utils.py
mlflow/genai/judges/utils/__init__.py
mlflow/genai/judges/utils/invocation_utils.py
mlflow/genai/judges/utils/parsing_utils.py
mlflow/genai/judges/utils/prompt_utils.py
mlflow/genai/judges/utils/tool_calling_utils.py
mlflow/genai/label_schemas/__init__.py
mlflow/genai/label_schemas/label_schemas.py
mlflow/genai/labeling/__init__.py
mlflow/genai/labeling/databricks_utils.py
mlflow/genai/labeling/labeling.py
mlflow/genai/labeling/stores.py
mlflow/genai/optimize/__init__.py
mlflow/genai/optimize/optimize.py
mlflow/genai/optimize/types.py
mlflow/genai/optimize/util.py
mlflow/genai/optimize/optimizers/__init__.py
mlflow/genai/optimize/optimizers/base.py
mlflow/genai/optimize/optimizers/gepa_optimizer.py
mlflow/genai/prompts/__init__.py
mlflow/genai/prompts/utils.py
mlflow/genai/scorers/__init__.py
mlflow/genai/scorers/aggregation.py
mlflow/genai/scorers/base.py
mlflow/genai/scorers/builtin_scorers.py
mlflow/genai/scorers/registry.py
mlflow/genai/scorers/scorer_utils.py
mlflow/genai/scorers/validation.py
mlflow/genai/utils/__init__.py
mlflow/genai/utils/data_validation.py
mlflow/genai/utils/display_utils.py
mlflow/genai/utils/enum_utils.py
mlflow/genai/utils/trace_utils.py
mlflow/groq/__init__.py
mlflow/groq/_groq_autolog.py
mlflow/h2o/__init__.py
mlflow/haystack/__init__.py
mlflow/haystack/autolog.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/_compat.py
mlflow/langchain/api_request_parallel_processor.py
mlflow/langchain/autolog.py
mlflow/langchain/chat_agent_langgraph.py
mlflow/langchain/constant.py
mlflow/langchain/constants.py
mlflow/langchain/databricks_dependencies.py
mlflow/langchain/langchain_tracer.py
mlflow/langchain/model.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/logging.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/autolog.py
mlflow/llama_index/constant.py
mlflow/llama_index/model.py
mlflow/llama_index/pyfunc_wrapper.py
mlflow/llama_index/serialize_objects.py
mlflow/llama_index/tracer.py
mlflow/mcp/__init__.py
mlflow/mcp/cli.py
mlflow/mcp/server.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/models/__init__.py
mlflow/models/auth_policy.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/evaluation/__init__.py
mlflow/models/evaluation/_shap_patch.py
mlflow/models/evaluation/artifacts.py
mlflow/models/evaluation/base.py
mlflow/models/evaluation/calibration_curve.py
mlflow/models/evaluation/default_evaluator.py
mlflow/models/evaluation/deprecated.py
mlflow/models/evaluation/evaluator_registry.py
mlflow/models/evaluation/lift_curve.py
mlflow/models/evaluation/validation.py
mlflow/models/evaluation/evaluators/__init__.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/__init__.py
mlflow/models/evaluation/utils/metric.py
mlflow/models/evaluation/utils/trace.py
mlflow/models/notebook_resources/__init__.py
mlflow/models/notebook_resources/agent_evaluation_template.html
mlflow/models/notebook_resources/eval_with_dataset_example.py
mlflow/models/notebook_resources/eval_with_synthetic_example.py
mlflow/onnx/__init__.py
mlflow/openai/__init__.py
mlflow/openai/_agent_tracer.py
mlflow/openai/api_request_parallel_processor.py
mlflow/openai/autolog.py
mlflow/openai/constant.py
mlflow/openai/model.py
mlflow/openai/utils/__init__.py
mlflow/openai/utils/chat_schema.py
mlflow/optuna/__init__.py
mlflow/optuna/storage.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/prompt/__init__.py
mlflow/prompt/constants.py
mlflow/prompt/promptlab_model.py
mlflow/prompt/registry_utils.py
mlflow/prophet/__init__.py
mlflow/protos/__init__.py
mlflow/protos/assessments_pb2.py
mlflow/protos/assessments_pb2.pyi
mlflow/protos/databricks_artifacts_pb2.py
mlflow/protos/databricks_artifacts_pb2.pyi
mlflow/protos/databricks_filesystem_service_pb2.py
mlflow/protos/databricks_filesystem_service_pb2.pyi
mlflow/protos/databricks_managed_catalog_messages_pb2.py
mlflow/protos/databricks_managed_catalog_messages_pb2.pyi
mlflow/protos/databricks_managed_catalog_service_pb2.py
mlflow/protos/databricks_managed_catalog_service_pb2.pyi
mlflow/protos/databricks_pb2.py
mlflow/protos/databricks_pb2.pyi
mlflow/protos/databricks_tracing_pb2.py
mlflow/protos/databricks_tracing_pb2.pyi
mlflow/protos/databricks_uc_registry_messages_pb2.py
mlflow/protos/databricks_uc_registry_messages_pb2.pyi
mlflow/protos/databricks_uc_registry_service_pb2.py
mlflow/protos/databricks_uc_registry_service_pb2.pyi
mlflow/protos/datasets_pb2.py
mlflow/protos/datasets_pb2.pyi
mlflow/protos/facet_feature_statistics_pb2.py
mlflow/protos/facet_feature_statistics_pb2.pyi
mlflow/protos/internal_pb2.py
mlflow/protos/internal_pb2.pyi
mlflow/protos/mlflow_artifacts_pb2.py
mlflow/protos/mlflow_artifacts_pb2.pyi
mlflow/protos/model_registry_pb2.py
mlflow/protos/model_registry_pb2.pyi
mlflow/protos/service_pb2.py
mlflow/protos/service_pb2.pyi
mlflow/protos/unity_catalog_oss_messages_pb2.py
mlflow/protos/unity_catalog_oss_messages_pb2.pyi
mlflow/protos/unity_catalog_oss_service_pb2.py
mlflow/protos/unity_catalog_oss_service_pb2.pyi
mlflow/protos/unity_catalog_prompt_messages_pb2.py
mlflow/protos/unity_catalog_prompt_messages_pb2.pyi
mlflow/protos/unity_catalog_prompt_messages_pb2_grpc.py
mlflow/protos/unity_catalog_prompt_service_pb2.py
mlflow/protos/unity_catalog_prompt_service_pb2.pyi
mlflow/protos/unity_catalog_prompt_service_pb2_grpc.py
mlflow/protos/webhooks_pb2.py
mlflow/protos/webhooks_pb2.pyi
mlflow/protos/scalapb/__init__.py
mlflow/protos/scalapb/scalapb_pb2.py
mlflow/protos/scalapb/scalapb_pb2.pyi
mlflow/pydantic_ai/__init__.py
mlflow/pydantic_ai/autolog.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/loaders/responses_agent.py
mlflow/pyfunc/scoring_server/__init__.py
mlflow/pyfunc/scoring_server/app.py
mlflow/pyfunc/scoring_server/client.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/pyspark/optuna/__init__.py
mlflow/pyspark/optuna/study.py
mlflow/pytorch/__init__.py
mlflow/pytorch/_lightning_autolog.py
mlflow/pytorch/_pytorch_autolog.py
mlflow/pytorch/pickle_module.py
mlflow/rfunc/__init__.py
mlflow/rfunc/backend.py
mlflow/sagemaker/__init__.py
mlflow/sagemaker/cli.py
mlflow/semantic_kernel/__init__.py
mlflow/semantic_kernel/autolog.py
mlflow/semantic_kernel/tracing_utils.py
mlflow/sentence_transformers/__init__.py
mlflow/server/__init__.py
mlflow/server/fastapi_app.py
mlflow/server/fastapi_security.py
mlflow/server/handlers.py
mlflow/server/job_api.py
mlflow/server/otel_api.py
mlflow/server/prometheus_exporter.py
mlflow/server/security.py
mlflow/server/security_utils.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/0965eb92f5f0_add_scorer_permissions.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_no_batching.py
mlflow/server/graphql/graphql_schema_extensions.py
mlflow/server/jobs/__init__.py
mlflow/server/jobs/_huey_consumer.py
mlflow/server/jobs/_job_runner.py
mlflow/server/jobs/_job_subproc_entry.py
mlflow/server/jobs/utils.py
mlflow/shap/__init__.py
mlflow/sklearn/__init__.py
mlflow/sklearn/utils.py
mlflow/smolagents/__init__.py
mlflow/smolagents/autolog.py
mlflow/smolagents/chat.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/prompt_info.py
mlflow/store/_unity_catalog/registry/rest_store.py
mlflow/store/_unity_catalog/registry/uc_oss_rest_store.py
mlflow/store/_unity_catalog/registry/utils.py
mlflow/store/analytics/__init__.py
mlflow/store/analytics/trace_correlation.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_artifact_repo_resources.py
mlflow/store/artifact/databricks_logged_model_artifact_repo.py
mlflow/store/artifact/databricks_models_artifact_repo.py
mlflow/store/artifact/databricks_run_artifact_repo.py
mlflow/store/artifact/databricks_sdk_artifact_repo.py
mlflow/store/artifact/databricks_sdk_models_artifact_repo.py
mlflow/store/artifact/databricks_tracking_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/1a0cddfcaa16_add_webhooks_and_webhook_events_tables.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/3da73c924c2f_add_outputs_to_dataset_record.py
mlflow/store/db_migrations/versions/400f98739977_add_logged_model_tables.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/534353b11cbc_add_scorer_table.py
mlflow/store/db_migrations/versions/5b0e9adcef9c_add_cascade_deletion_to_trace_tables_fk.py
mlflow/store/db_migrations/versions/6953534de441_add_step_to_inputs_table.py
mlflow/store/db_migrations/versions/71994744cf8e_add_evaluation_datasets.py
mlflow/store/db_migrations/versions/728d730b5ebd_add_registered_model_tags_table.py
mlflow/store/db_migrations/versions/770bee3ae1dd_add_assessments_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/a1b2c3d4e5f6_add_spans_table.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/bda7b8c39065_increase_model_version_tag_value_limit.py
mlflow/store/db_migrations/versions/bf29a5ff90ea_add_jobs_table.py
mlflow/store/db_migrations/versions/c48cb773bb87_reset_default_value_for_is_nan_in_metrics_table_for_mysql.py
mlflow/store/db_migrations/versions/cbc13b556ace_add_v3_trace_schema_columns.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/de4033877273_create_entity_associations.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/jobs/__init__.py
mlflow/store/jobs/abstract_store.py
mlflow/store/jobs/sqlalchemy_store.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/_sql_backend_utils.py
mlflow/store/tracking/abstract_store.py
mlflow/store/tracking/databricks_rest_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/strands/__init__.py
mlflow/strands/autolog.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/system_metrics/metrics/rocm_monitor.py
mlflow/telemetry/__init__.py
mlflow/telemetry/client.py
mlflow/telemetry/constant.py
mlflow/telemetry/events.py
mlflow/telemetry/schemas.py
mlflow/telemetry/track.py
mlflow/telemetry/utils.py
mlflow/tensorflow/__init__.py
mlflow/tensorflow/autologging.py
mlflow/tensorflow/callback.py
mlflow/tracing/__init__.py
mlflow/tracing/analysis.py
mlflow/tracing/archival.py
mlflow/tracing/assessment.py
mlflow/tracing/client.py
mlflow/tracing/config.py
mlflow/tracing/constant.py
mlflow/tracing/databricks.py
mlflow/tracing/destination.py
mlflow/tracing/enablement.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/__init__.py
mlflow/tracing/export/async_export_queue.py
mlflow/tracing/export/inference_table.py
mlflow/tracing/export/mlflow_v3.py
mlflow/tracing/export/uc_table.py
mlflow/tracing/export/utils.py
mlflow/tracing/otel/__init__.py
mlflow/tracing/otel/translation/__init__.py
mlflow/tracing/otel/translation/base.py
mlflow/tracing/otel/translation/genai_semconv.py
mlflow/tracing/otel/translation/google_adk.py
mlflow/tracing/otel/translation/open_inference.py
mlflow/tracing/otel/translation/traceloop.py
mlflow/tracing/otel/translation/vercel_ai.py
mlflow/tracing/processor/__init__.py
mlflow/tracing/processor/base_mlflow.py
mlflow/tracing/processor/inference_table.py
mlflow/tracing/processor/mlflow_v3.py
mlflow/tracing/processor/otel.py
mlflow/tracing/processor/otel_metrics_mixin.py
mlflow/tracing/processor/uc_table.py
mlflow/tracing/utils/__init__.py
mlflow/tracing/utils/artifact_utils.py
mlflow/tracing/utils/copy.py
mlflow/tracing/utils/environment.py
mlflow/tracing/utils/exception.py
mlflow/tracing/utils/once.py
mlflow/tracing/utils/otlp.py
mlflow/tracing/utils/processor.py
mlflow/tracing/utils/prompt.py
mlflow/tracing/utils/search.py
mlflow/tracing/utils/timeout.py
mlflow/tracing/utils/token.py
mlflow/tracing/utils/truncation.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/responses.py
mlflow/types/responses_helpers.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_tracing_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/env_pack.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/jsonpath_utils.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/request_utils.py
mlflow/utils/requirements_utils.py
mlflow/utils/rest_utils.py
mlflow/utils/search_logged_model_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/yaml_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/webhooks/__init__.py
mlflow/webhooks/constants.py
mlflow/webhooks/delivery.py
mlflow/webhooks/types.py
mlflow/xgboost/__init__.py
mlflow/xgboost/_autolog.py
mlflow_pri.egg-info/PKG-INFO
mlflow_pri.egg-info/SOURCES.txt
mlflow_pri.egg-info/dependency_links.txt
mlflow_pri.egg-info/entry_points.txt
mlflow_pri.egg-info/requires.txt
mlflow_pri.egg-info/top_level.txt