ListCandidatesForAutoMLJobRequest
public struct ListCandidatesForAutoMLJobRequest : AWSShape
extension SageMaker.ListCandidatesForAutoMLJobRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
List the Candidates created for the job by providing the job’s name.
Declaration
Swift
public let autoMLJobName: String
-
List the Candidates for the job and filter by candidate name.
Declaration
Swift
public let candidateNameEquals: String?
-
List the job’s Candidates up to a specified limit.
Declaration
Swift
public let maxResults: Int?
-
If the previous response was truncated, you receive this token. Use it in your next request to receive the next set of results.
Declaration
Swift
public let nextToken: String?
-
The parameter by which to sort the results. The default is Descending.
Declaration
Swift
public let sortBy: CandidateSortBy?
-
The sort order for the results. The default is Ascending.
Declaration
Swift
public let sortOrder: AutoMLSortOrder?
-
List the Candidates for the job and filter by status.
Declaration
Swift
public let statusEquals: CandidateStatus?
-
Undocumented
Declaration
Swift
public init(autoMLJobName: String, candidateNameEquals: String? = nil, maxResults: Int? = nil, nextToken: String? = nil, sortBy: CandidateSortBy? = nil, sortOrder: AutoMLSortOrder? = nil, statusEquals: CandidateStatus? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> SageMaker.ListCandidatesForAutoMLJobRequest