Create experiment.
create_experiment.Rd
Creates an experiment with a name. Returns the ID of the newly created experiment. Validates that another experiment with the same name does not already exist and fails if another experiment with the same name already exists.
Usage
create_experiment(client, name, artifact_location = NULL, tags = NULL)
experimentsCreateExperiment(
client,
name,
artifact_location = NULL,
tags = NULL
)