search_experiments_without_nodelete: List experiments without 'NODELETE' tags

View source: R/experiments.R

search_experiments_without_nodeleteR Documentation

List experiments without NODELETE tags

Description

List experiments without NODELETE tags

Usage

search_experiments_without_nodelete(
  view_type = c("ACTIVE_ONLY", "DELETED_ONLY", "ALL"),
  client = mlflow_client()
)

list_experiments_without_nodelete(
  view_type = c("ACTIVE_ONLY", "DELETED_ONLY", "ALL"),
  client = mlflow_client()
)

Arguments

view_type

Qualifier for type of experiments to be returned. Defaults to ACTIVE_ONLY.

client

an MLFlow client

Value

A character vector of experiment IDs without NODELETE flags


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