ListMonitoringSchedulesRequest
public struct ListMonitoringSchedulesRequest : AWSShape
extension SageMaker.ListMonitoringSchedulesRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A filter that returns only monitoring schedules created after a specified time.
Declaration
Swift
public let creationTimeAfter: TimeStamp?
-
A filter that returns only monitoring schedules created before a specified time.
Declaration
Swift
public let creationTimeBefore: TimeStamp?
-
Name of a specific endpoint to fetch schedules for.
Declaration
Swift
public let endpointName: String?
-
A filter that returns only monitoring schedules modified after a specified time.
Declaration
Swift
public let lastModifiedTimeAfter: TimeStamp?
-
A filter that returns only monitoring schedules modified before 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?
-
Filter for monitoring schedules whose name contains a specified string.
Declaration
Swift
public let nameContains: 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?
-
Whether to sort results by Status, CreationTime, ScheduledTime field. The default is CreationTime.
Declaration
Swift
public let sortBy: MonitoringScheduleSortKey?
-
Whether to sort the results in Ascending or Descending order. The default is Descending.
Declaration
Swift
public let sortOrder: SortOrder?
-
A filter that returns only monitoring schedules modified before a specified time.
Declaration
Swift
public let statusEquals: ScheduleStatus?
-
init(creationTimeAfter:creationTimeBefore:endpointName:lastModifiedTimeAfter:lastModifiedTimeBefore:maxResults:nameContains:nextToken: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, nameContains: String? = nil, nextToken: String? = nil, sortBy: MonitoringScheduleSortKey? = nil, sortOrder: SortOrder? = nil, statusEquals: ScheduleStatus? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> SageMaker.ListMonitoringSchedulesRequest