mlflow_create_registered_model: Create registered model

View source: R/model-registry.R

mlflow_create_registered_modelR Documentation

Create registered model

Description

Creates a new registered model in the model registry

Usage

mlflow_create_registered_model(
  name,
  tags = NULL,
  description = NULL,
  client = NULL
)

Arguments

name

The name of the model to create.

tags

Additional metadata for the registered model (Optional).

description

Description for the registered model (Optional).

client

(Optional) An MLflow client object returned from mlflow_client. If specified, MLflow will use the tracking server associated with the passed-in client. If unspecified (the common case), MLflow will use the tracking server associated with the current tracking URI.


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