Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mlflow/mlflow
/ functions
Functions
10,245 in github.com/mlflow/mlflow
⨍
Functions
10,245
◇
Types & classes
688
↳
Endpoints
105
↓ 740 callers
Method
join
Concatenates file paths together and returns the result as a string
mlflow/java/scoring/src/main/java/org/mlflow/utils/FileUtils.java:9
↓ 530 callers
Method
get
(String path)
mlflow/java/client/src/main/java/org/mlflow/tracking/MlflowHttpCaller.java:88
↓ 348 callers
Method
parseFrom
( java.nio.ByteBuffer data)
mlflow/java/client/src/main/java/org/mlflow/api/proto/Service.java:2628
↓ 313 callers
Method
mergeFrom
(com.google.protobuf.Message other)
mlflow/java/client/src/main/java/org/mlflow/api/proto/Service.java:2855
↓ 250 callers
Method
patch
(String path, String json)
mlflow/java/client/src/main/java/org/mlflow/tracking/MlflowHttpCaller.java:123
↓ 248 callers
Method
getDefaultInstance
()
mlflow/java/client/src/main/java/org/mlflow/api/proto/Service.java:3232
↓ 215 callers
Method
equals
(final java.lang.Object obj)
mlflow/java/client/src/main/java/org/mlflow/api/proto/Service.java:2583
↓ 206 callers
Method
build
()
mlflow/java/client/src/main/java/org/mlflow/api/proto/Service.java:2788
↓ 205 callers
Method
hashCode
()
mlflow/java/client/src/main/java/org/mlflow/api/proto/Service.java:2608
↓ 174 callers
Method
parseFrom
( java.nio.ByteBuffer data)
mlflow/java/client/src/main/java/org/mlflow/api/proto/ModelRegistry.java:3125
↓ 171 callers
Method
mergeFrom
(com.google.protobuf.Message other)
mlflow/java/client/src/main/java/org/mlflow/api/proto/ModelRegistry.java:3389
↓ 152 callers
Method
size
@return The number of rows contained in the DataFrame
mlflow/java/scoring/src/main/java/org/mlflow/sagemaker/PandasSplitOrientedDataFrame.java:80
↓ 146 callers
Method
getDefaultInstance
()
mlflow/java/client/src/main/java/org/mlflow/api/proto/ModelRegistry.java:4456
↓ 144 callers
Method
predict
Performs inference on the specified input and produces a result
mlflow/java/scoring/src/main/java/org/mlflow/sagemaker/Predictor.java:10
↓ 125 callers
Method
toBuilder
()
mlflow/java/client/src/main/java/org/mlflow/api/proto/Service.java:2706
↓ 118 callers
Method
maybeForceBuilderInitialization
()
mlflow/java/client/src/main/java/org/mlflow/api/proto/Service.java:2752
↓ 117 callers
Method
mergeUnknownFields
( final com.google.protobuf.UnknownFieldSet unknownFields)
mlflow/java/client/src/main/java/org/mlflow/api/proto/Service.java:3216
↓ 115 callers
Method
path
(self, *path)
mlflow/utils/file_utils.py:194
↓ 115 callers
Function
test
(epoch)
examples/pytorch/mnist_tensorboard_artifact.py:123
↓ 103 callers
Method
info
The run metadata, such as the run id, start time, and status. :rtype: :py:class:`mlflow.entities.RunInfo`
mlflow/entities/run.py:20
↓ 102 callers
Method
equals
(final java.lang.Object obj)
mlflow/java/client/src/main/java/org/mlflow/api/proto/ModelRegistry.java:2998
↓ 102 callers
Method
hashCode
()
mlflow/java/client/src/main/java/org/mlflow/api/proto/ModelRegistry.java:3067
↓ 97 callers
Method
MlflowClient
Return a default client based on the MLFLOW_TRACKING_URI environment variable.
mlflow/java/client/src/main/java/org/mlflow/tracking/MlflowClient.java:33
↓ 96 callers
Method
clear
()
mlflow/java/client/src/main/java/org/mlflow/api/proto/Service.java:2759
↓ 93 callers
Method
isEmpty
(node)
mlflow/server/js/src/utils/ArtifactUtils.js:56
↓ 85 callers
Function
message_to_json
Converts a message to JSON, using snake_case for field names.
mlflow/utils/proto_json_utils.py:4
↓ 82 callers
Method
build
()
mlflow/java/client/src/main/java/org/mlflow/api/proto/ModelRegistry.java:3294
↓ 82 callers
Method
load_model
(file, **kwars)
tests/keras/test_keras_model_export.py:151
↓ 78 callers
Function
_get_flavor_configuration
Obtains the configuration for the specified flavor from the specified MLflow model path. If the model does not contain the specified flavor,
mlflow/utils/model_utils.py:10
↓ 77 callers
Method
newBuilder
()
mlflow/java/client/src/main/java/org/mlflow/api/proto/Service.java:2700
↓ 77 callers
Function
try_mlflow_log
Catch exceptions and log a warning to avoid autolog throwing.
mlflow/utils/autologging_utils.py:6
↓ 75 callers
Method
_search
(self, experiment_id, filter_string=None, run_view_type=ViewType.ALL, max_results=SEARCH_MAX_R
tests/store/tracking/test_sqlalchemy_store.py:903
↓ 73 callers
Method
buildPartial
()
mlflow/java/client/src/main/java/org/mlflow/api/proto/Service.java:2797
↓ 73 callers
Method
to_string
(cls, view_type)
mlflow/entities/view_type.py:23
↓ 70 callers
Method
log_metric
Log a metric against the run ID. :param run_id: The run id to which the metric should be logged. :param key: Metric name.
mlflow/tracking/client.py:186
↓ 70 callers
Method
setMessage
<code>optional string message = 2;</code>
mlflow/java/client/src/main/java/com/databricks/api/proto/databricks/Databricks.java:6805
↓ 68 callers
Function
getUUID
()
mlflow/server/js/src/Actions.js:230
↓ 68 callers
Method
toBuilder
()
mlflow/java/client/src/main/java/org/mlflow/api/proto/ModelRegistry.java:3203
↓ 67 callers
Function
_download_artifact_from_uri
:param artifact_uri: The *absolute* URI of the artifact to download. :param output_path: The local filesystem path to which to download the a
mlflow/tracking/artifact_utils.py:52
↓ 66 callers
Method
load
Load a model from its YAML representation.
mlflow/models/__init__.py:68
↓ 65 callers
Method
get_run
(self, run_id)
tests/store/tracking/test_abstract_store.py:28
↓ 60 callers
Method
maybeForceBuilderInitialization
()
mlflow/java/client/src/main/java/org/mlflow/api/proto/ModelRegistry.java:3250
↓ 59 callers
Method
getValue
<pre> Value associated with this param. </pre> <code>optional string value = 2;</code>
mlflow/java/client/src/main/java/org/mlflow/api/proto/Service.java:1512
↓ 59 callers
Method
isInitialized
()
mlflow/java/client/src/main/java/org/mlflow/api/proto/Service.java:2542
↓ 59 callers
Method
mergeUnknownFields
( final com.google.protobuf.UnknownFieldSet unknownFields)
mlflow/java/client/src/main/java/org/mlflow/api/proto/ModelRegistry.java:4440
↓ 59 callers
Method
parsePartialFrom
( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite ex
mlflow/java/client/src/main/java/org/mlflow/api/proto/Service.java:3238
↓ 58 callers
Method
addRepeatedField
( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
mlflow/java/client/src/main/java/org/mlflow/api/proto/Service.java:2849
↓ 58 callers
Method
clearField
( com.google.protobuf.Descriptors.FieldDescriptor field)
mlflow/java/client/src/main/java/org/mlflow/api/proto/Service.java:2833
↓ 58 callers
Method
clearOneof
( com.google.protobuf.Descriptors.OneofDescriptor oneof)
mlflow/java/client/src/main/java/org/mlflow/api/proto/Service.java:2838
↓ 58 callers
Method
clone
()
mlflow/java/client/src/main/java/org/mlflow/api/proto/Service.java:2823
↓ 58 callers
Method
getSerializedSize
()
mlflow/java/client/src/main/java/org/mlflow/api/proto/Service.java:2564
↓ 58 callers
Method
search_runs
Search experiments that fit the search criteria. :param experiment_ids: List of experiment IDs, or a single int or string id.
mlflow/tracking/client.py:332
↓ 58 callers
Method
setField
( com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
mlflow/java/client/src/main/java/org/mlflow/api/proto/Service.java:2827
↓ 58 callers
Method
setRepeatedField
( com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value
mlflow/java/client/src/main/java/org/mlflow/api/proto/Service.java:2843
↓ 58 callers
Method
setUnknownFields
( final com.google.protobuf.UnknownFieldSet unknownFields)
mlflow/java/client/src/main/java/org/mlflow/api/proto/Service.java:3210
↓ 58 callers
Method
writeTo
(com.google.protobuf.CodedOutputStream output)
mlflow/java/client/src/main/java/org/mlflow/api/proto/Service.java:2552
↓ 56 callers
Method
filter
Filters a set of runs based on a search filter string.
mlflow/utils/search_utils.py:319
↓ 55 callers
Method
fromJs
* This function is our implementation of Immutable.fromJS, but fixes a bug with * their implementation. * @param {object} pojo - a javascript ob
mlflow/server/js/src/sdk/RecordUtils.js:14
↓ 54 callers
Method
getMessage
<code>optional string message = 2;</code>
mlflow/java/client/src/main/java/com/databricks/api/proto/databricks/Databricks.java:6130
↓ 53 callers
Method
clear
()
mlflow/java/client/src/main/java/org/mlflow/api/proto/ModelRegistry.java:3255
↓ 52 callers
Method
_run_factory
(self, config=None)
tests/store/tracking/test_sqlalchemy_store.py:450
↓ 51 callers
Method
getKey
<pre> Key identifying this param. </pre> <code>optional string key = 1;</code>
mlflow/java/client/src/main/java/org/mlflow/api/proto/Service.java:1486
↓ 51 callers
Method
set_tag
Set a tag on the run with the specified ID. Value is converted to a string. :param run_id: String ID of the run. :param key:
mlflow/tracking/client.py:216
↓ 48 callers
Function
random_int
(lo=1, hi=1e10)
tests/helper_functions.py:36
↓ 46 callers
Method
Response
(com.google.protobuf.GeneratedMessageV3.Builder<?> builder)
mlflow/java/client/src/main/java/org/mlflow/api/proto/Service.java:30410
↓ 46 callers
Method
buildPartial
()
mlflow/java/client/src/main/java/org/mlflow/api/proto/ModelRegistry.java:3303
↓ 46 callers
Method
create_experiment
(self, name, artifact_location)
tests/store/tracking/test_abstract_store.py:13
↓ 46 callers
Method
toString
(self)
mlflow/_spark_autologging.py:172
↓ 45 callers
Method
call
(self, x)
tests/keras/test_keras_model_export.py:91
↓ 45 callers
Method
extend
* @param {Immutable.Record schema} AnemicRecord: generated Immutable Record * @param {Object<string, func>} prototypeFuncs: functions to add to
mlflow/server/js/src/sdk/ModelBuilder.js:7
↓ 43 callers
Method
equals
(double a, double b)
mlflow/java/client/src/test/java/org/mlflow/tracking/TestUtils.java:13
↓ 42 callers
Function
_get_request_message
(request_message, flask_request=request)
mlflow/server/handlers.py:113
↓ 42 callers
Method
get_experiment
(self, experiment_id)
tests/store/tracking/test_abstract_store.py:16
↓ 42 callers
Method
to_proto
(self)
mlflow/entities/run.py:37
↓ 41 callers
Method
getDescriptor
()
mlflow/java/client/src/main/java/org/mlflow/api/proto/Service.java:51279
↓ 41 callers
Method
getRunUuid
<pre> [Deprecated, use run_id instead] ID of the run under which to log the tag. This field will be removed in a future MLflow version. </pre> <code>
mlflow/java/client/src/main/java/org/mlflow/api/proto/Service.java:30228
↓ 41 callers
Method
newBuilder
()
mlflow/java/client/src/main/java/org/mlflow/api/proto/ModelRegistry.java:3197
↓ 41 callers
Method
wait
(self)
mlflow/projects/yarn.py:252
↓ 38 callers
Function
assert_is_between
(start_time, end_time, expected_time)
tests/tracking/test_model_registry.py:88
↓ 38 callers
Method
from_proto
(cls, proto)
mlflow/entities/run.py:45
↓ 38 callers
Method
getDefaultInstance
()
mlflow/java/client/src/main/java/com/databricks/api/proto/databricks/Databricks.java:4621
↓ 38 callers
Method
log_param
Log a parameter against the run ID. Value is converted to a string.
mlflow/tracking/client.py:200
↓ 37 callers
Function
_mlflow_conda_env
Creates a Conda environment with the specified package channels and dependencies. :param path: Local filesystem path where the conda env fil
mlflow/utils/environment.py:12
↓ 36 callers
Method
ensureTagsIsMutable
()
mlflow/java/client/src/main/java/org/mlflow/api/proto/Service.java:4761
↓ 33 callers
Function
_get_store
(store_uri=None)
mlflow/tracking/_model_registry/utils.py:64
↓ 33 callers
Method
getRunId
<pre> ID of the run under which to log the tag. Must be provided. </pre> <code>optional string run_id = 4;</code>
mlflow/java/client/src/main/java/org/mlflow/api/proto/Service.java:30200
↓ 33 callers
Method
get_run
Fetch the run from backend store. The resulting :py:class:`Run <mlflow.entities.Run>` contains a collection of run metadata -- :py:cl
mlflow/tracking/client.py:81
↓ 33 callers
Method
log_metric
Log a metric dict for the given run.
examples/rest_api/mlflow_tracking_rest_api.py:55
↓ 33 callers
Method
mergeFrom
(com.google.protobuf.Message other)
mlflow/java/client/src/main/java/com/databricks/api/proto/databricks/Databricks.java:4448
↓ 32 callers
Method
apply
* Apply the filter to an array of keys, returning a new array with the keys that pass the filter * in the order the user wants them displayed.
mlflow/server/js/src/utils/KeyFilter.js:31
↓ 32 callers
Method
download_artifacts
(self, artifact_path, **kwargs)
tests/store/artifact/test_cli.py:40
↓ 32 callers
Method
getExperiment
<pre> Experiment details. </pre> <code>optional .mlflow.Experiment experiment = 1;</code>
mlflow/java/client/src/main/java/org/mlflow/api/proto/Service.java:14050
↓ 32 callers
Method
get_registered_model
:param name: Name of the registered model to update. :return: A single :py:class:`mlflow.entities.model_registry.RegisteredModel` obj
mlflow/tracking/client.py:435
↓ 31 callers
Method
getExperimentId
<pre> The experiment ID. </pre> <code>optional string experiment_id = 2;</code>
mlflow/java/client/src/main/java/org/mlflow/api/proto/Service.java:6901
↓ 31 callers
Function
get_artifact_repository
Get an artifact repository from the registry based on the scheme of artifact_uri :param store_uri: The store URI. This URI is used to select whic
mlflow/store/artifact/artifact_repository_registry.py:93
↓ 31 callers
Function
wrapDeferred
(deferred, data, timeLeftMs = 60000, sleepMs = 1000)
mlflow/server/js/src/Actions.js:250
↓ 30 callers
Method
Metric
(com.google.protobuf.GeneratedMessageV3.Builder<?> builder)
mlflow/java/client/src/main/java/org/mlflow/api/proto/Service.java:560
↓ 30 callers
Function
fulfilled
(apiActionType)
mlflow/server/js/src/Actions.js:18
↓ 30 callers
Method
isInitialized
()
mlflow/java/client/src/main/java/org/mlflow/api/proto/ModelRegistry.java:2902
↓ 30 callers
Function
now
()
tests/tracking/test_model_registry.py:93
next →
1–100 of 10,245, ranked by callers