ListMonitoringExecutionsRequest
public struct ListMonitoringExecutionsRequest : AWSShape
extension SageMaker.ListMonitoringExecutionsRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A filter that returns only jobs created after a specified time.
Declaration
Swift
public let creationTimeAfter: TimeStamp? -
A filter that returns only jobs created before a specified time.
Declaration
Swift
public let creationTimeBefore: TimeStamp? -
Name of a specific endpoint to fetch jobs for.
Declaration
Swift
public let endpointName: String? -
A filter that returns only jobs modified before a specified time.
Declaration
Swift
public let lastModifiedTimeAfter: TimeStamp? -
A filter that returns only jobs modified after a specified time.
Declaration
Swift
public let lastModifiedTimeBefore: TimeStamp? -
The maximum number of jobs to return in the response. The default value is 10.
Declaration
Swift
public let maxResults: Int? -
Name of a specific schedule to fetch jobs for.
Declaration
Swift
public let monitoringScheduleName: String? -
The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.
Declaration
Swift
public let nextToken: String? -
Filter for jobs scheduled after a specified time.
Declaration
Swift
public let scheduledTimeAfter: TimeStamp? -
Filter for jobs scheduled before a specified time.
Declaration
Swift
public let scheduledTimeBefore: TimeStamp? -
Whether to sort results by Status, CreationTime, ScheduledTime field. The default is CreationTime.
Declaration
Swift
public let sortBy: MonitoringExecutionSortKey? -
Whether to sort the results in Ascending or Descending order. The default is Descending.
Declaration
Swift
public let sortOrder: SortOrder? -
A filter that retrieves only jobs with a specific status.
Declaration
Swift
public let statusEquals: ExecutionStatus? -
init(creationTimeAfter:creationTimeBefore:endpointName:lastModifiedTimeAfter:lastModifiedTimeBefore:maxResults:monitoringScheduleName:nextToken:scheduledTimeAfter:scheduledTimeBefore:sortBy:sortOrder:statusEquals:)Undocumented
Declaration
Swift
public init(creationTimeAfter: TimeStamp? = nil, creationTimeBefore: TimeStamp? = nil, endpointName: String? = nil, lastModifiedTimeAfter: TimeStamp? = nil, lastModifiedTimeBefore: TimeStamp? = nil, maxResults: Int? = nil, monitoringScheduleName: String? = nil, nextToken: String? = nil, scheduledTimeAfter: TimeStamp? = nil, scheduledTimeBefore: TimeStamp? = nil, sortBy: MonitoringExecutionSortKey? = nil, sortOrder: SortOrder? = nil, statusEquals: ExecutionStatus? = nil) -
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> SageMaker.ListMonitoringExecutionsRequest
View on GitHub
ListMonitoringExecutionsRequest Structure Reference