Function: createExperiment()
Parameters
name
string
The name of the experiment.
projectName
string
The name of the project.
dataset?
(Optional) The dataset configuration.null | ExperimentDatasetRequest
metrics?
(string | Metric)[]
(Optional) List of server-side metrics to configure for the experiment.
Returns
Promise<ExperimentResponseType>
A promise that resolves to the created experiment.