Skip to contents

Gets metadata for an experiment.

Usage

get_experiment_by_name(client, experiment_name)

experimentsGetByName(client, experiment_name)

Arguments

client

Required. Instance of DatabricksClient()

experiment_name

Required. Name of the associated experiment.

Details

This endpoint will return deleted experiments, but prefers the active experiment if an active and deleted experiment share the same name. If multiple deleted experiments share the same name, the API will return one of them.

Throws RESOURCE_DOES_NOT_EXIST if no experiment with the specified name exists.