sagemaker_list_algorithms: Lists the machine learning algorithms that have been created

View source: R/sagemaker_operations.R

sagemaker_list_algorithmsR Documentation

Lists the machine learning algorithms that have been created

Description

Lists the machine learning algorithms that have been created.

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

Usage

sagemaker_list_algorithms(
  CreationTimeAfter = NULL,
  CreationTimeBefore = NULL,
  MaxResults = NULL,
  NameContains = NULL,
  NextToken = NULL,
  SortBy = NULL,
  SortOrder = NULL
)

Arguments

CreationTimeAfter

A filter that returns only algorithms created after the specified time (timestamp).

CreationTimeBefore

A filter that returns only algorithms created before the specified time (timestamp).

MaxResults

The maximum number of algorithms to return in the response.

NameContains

A string in the algorithm name. This filter returns only algorithms whose name contains the specified string.

NextToken

If the response to a previous list_algorithms request was truncated, the response includes a NextToken. To retrieve the next set of algorithms, use the token in the next request.

SortBy

The parameter by which to sort the results. The default is CreationTime.

SortOrder

The sort order for the results. The default is Ascending.


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