get_experiment_id: Get Experiment ID

View source: R/experiments.R

get_experiment_idR Documentation

Get Experiment ID

Description

Makes a call to get_experiment and returns just the ID.

Usage

get_experiment_id(experiment_name, client = mlflow_client())

Arguments

experiment_name

The experiment name. This field is required.

client

An MLFlow client. If not provided, the client is sourced from the MLFLOW_TRACKING_URI environment variable.

Value

The experiment_id


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