fis_start_experiment: Starts running an experiment from the specified experiment...

View source: R/fis_operations.R

fis_start_experimentR Documentation

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.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.