Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

sagemaker_list_algorithms

Lists the machine learning algorithms that have been created


Description

Lists the machine learning algorithms that have been created.

Usage

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

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.

Value

A list with the following syntax:

list(
  AlgorithmSummaryList = list(
    list(
      AlgorithmName = "string",
      AlgorithmArn = "string",
      AlgorithmDescription = "string",
      CreationTime = as.POSIXct(
        "2015-01-01"
      ),
      AlgorithmStatus = "Pending"|"InProgress"|"Completed"|"Failed"|"Deleting"
    )
  ),
  NextToken = "string"
)

Request syntax

svc$list_algorithms(
  CreationTimeAfter = as.POSIXct(
    "2015-01-01"
  ),
  CreationTimeBefore = as.POSIXct(
    "2015-01-01"
  ),
  MaxResults = 123,
  NameContains = "string",
  NextToken = "string",
  SortBy = "Name"|"CreationTime",
  SortOrder = "Ascending"|"Descending"
)

paws.machine.learning

Amazon Web Services Machine Learning Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.