class Aws::SageMaker::Types::ListEndpointConfigsInput

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

data as a hash:

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

@!attribute [rw] sort_by

The field to sort results by. The default is `CreationTime`.
@return [String]

@!attribute [rw] sort_order

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

@!attribute [rw] next_token

If the result of the previous `ListEndpointConfig` request was
truncated, the response includes a `NextToken`. To retrieve the next
set of endpoint configurations, use the token in the next request.
@return [String]

@!attribute [rw] max_results

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

@!attribute [rw] name_contains

A string in the endpoint configuration name. This filter returns
only endpoint configurations whose name contains the specified
string.
@return [String]

@!attribute [rw] creation_time_before

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

@!attribute [rw] creation_time_after

A filter that returns only endpoint configurations with a creation
time greater than or equal to the specified time (timestamp).
@return [Time]

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

Constants

SENSITIVE