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