class Aws::SageMaker::Types::ListAlgorithmsInput

@note When making an API call, you may pass ListAlgorithmsInput

data as a hash:

    {
      creation_time_after: Time.now,
      creation_time_before: Time.now,
      max_results: 1,
      name_contains: "NameContains",
      next_token: "NextToken",
      sort_by: "Name", # accepts Name, CreationTime
      sort_order: "Ascending", # accepts Ascending, Descending
    }

@!attribute [rw] creation_time_after

A filter that returns only algorithms created after the specified
time (timestamp).
@return [Time]

@!attribute [rw] creation_time_before

A filter that returns only algorithms created before the specified
time (timestamp).
@return [Time]

@!attribute [rw] max_results

The maximum number of algorithms to return in the response.
@return [Integer]

@!attribute [rw] name_contains

A string in the algorithm name. This filter returns only algorithms
whose name contains the specified string.
@return [String]

@!attribute [rw] next_token

If the response to a previous `ListAlgorithms` request was
truncated, the response includes a `NextToken`. To retrieve the next
set of algorithms, use the token in the next request.
@return [String]

@!attribute [rw] sort_by

The parameter by which to sort the results. The default is
`CreationTime`.
@return [String]

@!attribute [rw] sort_order

The sort order for the results. The default is `Ascending`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListAlgorithmsInput AWS API Documentation

Constants

SENSITIVE