Learn R Programming

paws.developer.tools (version 0.8.0)

fis_start_experiment: Starts running an experiment from the specified experiment template

Description

Starts running an experiment from the specified experiment template.

See https://www.paws-r-sdk.com/docs/fis_start_experiment/ for full documentation.

Usage

fis_start_experiment(
  clientToken,
  experimentTemplateId,
  experimentOptions = NULL,
  tags = NULL
)

Arguments

clientToken

[required] Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

experimentTemplateId

[required] The ID of the experiment template.

experimentOptions

The experiment options for running the experiment.

tags

The tags to apply to the experiment.