ListCompilationJobsRequest
public struct ListCompilationJobsRequest : AWSShape
extension SageMaker.ListCompilationJobsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A filter that returns the model compilation jobs that were created after a specified time.
Declaration
Swift
public let creationTimeAfter: TimeStamp?
-
A filter that returns the model compilation jobs that were created before a specified time.
Declaration
Swift
public let creationTimeBefore: TimeStamp?
-
A filter that returns the model compilation jobs that were modified after a specified time.
Declaration
Swift
public let lastModifiedTimeAfter: TimeStamp?
-
A filter that returns the model compilation jobs that were modified before a specified time.
Declaration
Swift
public let lastModifiedTimeBefore: TimeStamp?
-
The maximum number of model compilation jobs to return in the response.
Declaration
Swift
public let maxResults: Int?
-
A filter that returns the model compilation jobs whose name contains a specified string.
Declaration
Swift
public let nameContains: String?
-
If the result of the previous ListCompilationJobs request was truncated, the response includes a NextToken. To retrieve the next set of model compilation jobs, use the token in the next request.
Declaration
Swift
public let nextToken: String?
-
The field by which to sort results. The default is CreationTime.
Declaration
Swift
public let sortBy: ListCompilationJobsSortBy?
-
The sort order for results. The default is Ascending.
Declaration
Swift
public let sortOrder: SortOrder?
-
A filter that retrieves model compilation jobs with a specific DescribeCompilationJobResponse$CompilationJobStatus status.
Declaration
Swift
public let statusEquals: CompilationJobStatus?
-
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: ListCompilationJobsSortBy? = nil, sortOrder: SortOrder? = nil, statusEquals: CompilationJobStatus? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> SageMaker.ListCompilationJobsRequest