class Aws::SageMaker::Types::ListEndpointsInput

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

data as a hash:

    {
      sort_by: "Name", # accepts Name, CreationTime, Status
      sort_order: "Ascending", # accepts Ascending, Descending
      next_token: "PaginationToken",
      max_results: 1,
      name_contains: "EndpointNameContains",
      creation_time_before: Time.now,
      creation_time_after: Time.now,
      last_modified_time_before: Time.now,
      last_modified_time_after: Time.now,
      status_equals: "OutOfService", # accepts OutOfService, Creating, Updating, SystemUpdating, RollingBack, InService, Deleting, Failed
    }

@!attribute [rw] sort_by

Sorts the list of results. 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 a `ListEndpoints` request was truncated, the
response includes a `NextToken`. To retrieve the next set of
endpoints, use the token in the next request.
@return [String]

@!attribute [rw] max_results

The maximum number of endpoints to return in the response. This
value defaults to 10.
@return [Integer]

@!attribute [rw] name_contains

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

@!attribute [rw] creation_time_before

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

@!attribute [rw] creation_time_after

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

@!attribute [rw] last_modified_time_before

A filter that returns only endpoints that were modified before the
specified timestamp.
@return [Time]

@!attribute [rw] last_modified_time_after

A filter that returns only endpoints that were modified after the
specified timestamp.
@return [Time]

@!attribute [rw] status_equals

A filter that returns only endpoints with the specified status.
@return [String]

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

Constants

SENSITIVE