SearchRequest
public struct SearchRequest : AWSShape
extension SageMaker.SearchRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The maximum number of results to return.
Declaration
Swift
public let maxResults: Int?
-
If more than MaxResults resources match the specified SearchExpression, the response includes a NextToken. The NextToken can be passed to the next SearchRequest to continue retrieving results.
Declaration
Swift
public let nextToken: String?
-
The name of the Amazon SageMaker resource to search for.
Declaration
Swift
public let resource: ResourceType
-
A Boolean conditional statement. Resources must satisfy this condition to be included in search results. You must provide at least one subexpression, filter, or nested filter. The maximum number of recursive SubExpressions, NestedFilters, and Filters that can be included in a SearchExpression object is 50.
Declaration
Swift
public let searchExpression: SearchExpression?
-
The name of the resource property used to sort the SearchResults. The default is LastModifiedTime.
Declaration
Swift
public let sortBy: String?
-
How SearchResults are ordered. Valid values are Ascending or Descending. The default is Descending.
Declaration
Swift
public let sortOrder: SearchSortOrder?
-
Undocumented
Declaration
Swift
public init(maxResults: Int? = nil, nextToken: String? = nil, resource: ResourceType, searchExpression: SearchExpression? = nil, sortBy: String? = nil, sortOrder: SearchSortOrder? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> SageMaker.SearchRequest