Get metadata.
get_experiment_by_name.Rd
Gets metadata for an experiment.
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.