record_logged_model: Record logged model metadata with the tracking server.

View source: R/runs.R

record_logged_modelR Documentation

Record logged model metadata with the tracking server.

Description

Record logged model metadata with the tracking server.

Usage

record_logged_model(
  model_spec,
  run_id = get_active_run_id(),
  client = mlflow_client()
)

Arguments

model_spec

A model specification.

run_id

A run uuid. Automatically inferred if a run is currently active.

client

An MLFlow client. Defaults to NULL and will be auto-generated.


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