mlflow_id: Get Run or Experiment ID

View source: R/tracking-utils.R

mlflow_idR Documentation

Get Run or Experiment ID

Description

Extracts the ID of the run or experiment.

Usage

mlflow_id(object)

## S3 method for class 'mlflow_run'
mlflow_id(object)

## S3 method for class 'mlflow_experiment'
mlflow_id(object)

Arguments

object

An 'mlflow_run' or 'mlflow_experiment' object.


mlflow documentation built on Nov. 23, 2023, 9:13 a.m.