mlflow_id: Get Run or Experiment ID

View source: R/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.

Value

An MLFlow ID


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