mlflow_client: Initialize an MLflow Client

View source: R/client.R

mlflow_clientR Documentation

Initialize an MLflow Client

Description

Initializes and returns an MLflow client that communicates with the tracking server or store at the specified URI.

Usage

mlflow_client(tracking_uri = NULL)

Arguments

tracking_uri

The tracking URI. If not provided, defaults to the service set by mlflow_set_tracking_uri().

Value

An MLFlow client


collegevine/lightMLFlow documentation built on Jan. 16, 2024, 5:52 a.m.