ListEndpointsInput
public struct ListEndpointsInput : AWSShape
extension SageMaker.ListEndpointsInput: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A filter that returns only endpoints with a creation time greater than or equal to the specified time (timestamp).
Declaration
Swift
public let creationTimeAfter: TimeStamp? -
A filter that returns only endpoints that were created before the specified time (timestamp).
Declaration
Swift
public let creationTimeBefore: TimeStamp? -
A filter that returns only endpoints that were modified after the specified timestamp.
Declaration
Swift
public let lastModifiedTimeAfter: TimeStamp? -
A filter that returns only endpoints that were modified before the specified timestamp.
Declaration
Swift
public let lastModifiedTimeBefore: TimeStamp? -
The maximum number of endpoints to return in the response.
Declaration
Swift
public let maxResults: Int? -
A string in endpoint names. This filter returns only endpoints whose name contains the specified string.
Declaration
Swift
public let nameContains: String? -
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.
Declaration
Swift
public let nextToken: String? -
Sorts the list of results. The default is CreationTime.
Declaration
Swift
public let sortBy: EndpointSortKey? -
The sort order for results. The default is Descending.
Declaration
Swift
public let sortOrder: OrderKey? -
A filter that returns only endpoints with the specified status.
Declaration
Swift
public let statusEquals: EndpointStatus? -
init(creationTimeAfter:creationTimeBefore:lastModifiedTimeAfter:lastModifiedTimeBefore:maxResults:nameContains:nextToken:sortBy:sortOrder:statusEquals:)Undocumented
Declaration
Swift
public init(creationTimeAfter: TimeStamp? = nil, creationTimeBefore: TimeStamp? = nil, lastModifiedTimeAfter: TimeStamp? = nil, lastModifiedTimeBefore: TimeStamp? = nil, maxResults: Int? = nil, nameContains: String? = nil, nextToken: String? = nil, sortBy: EndpointSortKey? = nil, sortOrder: OrderKey? = nil, statusEquals: EndpointStatus? = nil) -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> SageMaker.ListEndpointsInput
View on GitHub
ListEndpointsInput Structure Reference