cloudwatchevidently_list_experiments: Returns configuration details about all the experiments in...

View source: R/cloudwatchevidently_operations.R

cloudwatchevidently_list_experimentsR Documentation

Returns configuration details about all the experiments in the specified project

Description

Returns configuration details about all the experiments in the specified project.

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

Usage

cloudwatchevidently_list_experiments(
  maxResults = NULL,
  nextToken = NULL,
  project,
  status = NULL
)

Arguments

maxResults

The maximum number of results to include in the response.

nextToken

The token to use when requesting the next set of results. You received this token from a previous list_experiments operation.

project

[required] The name or ARN of the project to return the experiment list from.

status

Use this optional parameter to limit the returned results to only the experiments with the status that you specify here.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.