sagemaker_list_experiments: Lists all the experiments in your account

View source: R/sagemaker_operations.R

sagemaker_list_experimentsR Documentation

Lists all the experiments in your account

Description

Lists all the experiments in your account. The list can be filtered to show only experiments that were created in a specific time range. The list can be sorted by experiment name or creation time.

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

Usage

sagemaker_list_experiments(
  CreatedAfter = NULL,
  CreatedBefore = NULL,
  SortBy = NULL,
  SortOrder = NULL,
  NextToken = NULL,
  MaxResults = NULL
)

Arguments

CreatedAfter

A filter that returns only experiments created after the specified time.

CreatedBefore

A filter that returns only experiments created before the specified time.

SortBy

The property used to sort results. The default value is CreationTime.

SortOrder

The sort order. The default value is Descending.

NextToken

If the previous call to list_experiments didn't return the full set of experiments, the call returns a token for getting the next set of experiments.

MaxResults

The maximum number of experiments to return in the response. The default value is 10.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.