Starts running an experiment from the specified experiment template.
See https://www.paws-r-sdk.com/docs/fis_start_experiment/ for full documentation.
fis_start_experiment(
clientToken,
experimentTemplateId,
experimentOptions = NULL,
tags = NULL
)
[required] Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
[required] The ID of the experiment template.
The experiment options for running the experiment.
The tags to apply to the experiment.