ListTrainingJobsForHyperParameterTuningJobRequest
public struct ListTrainingJobsForHyperParameterTuningJobRequest : AWSShape
extension SageMaker.ListTrainingJobsForHyperParameterTuningJobRequest: AWSPaginateStringToken
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the tuning job whose training jobs you want to list.
Declaration
Swift
public let hyperParameterTuningJobName: String
-
The maximum number of training jobs to return. The default value is 10.
Declaration
Swift
public let maxResults: Int?
-
If the result of the previous ListTrainingJobsForHyperParameterTuningJob request was truncated, the response includes a NextToken. To retrieve the next set of training jobs, use the token in the next request.
Declaration
Swift
public let nextToken: String?
-
The field to sort results by. The default is Name. If the value of this field is FinalObjectiveMetricValue, any training jobs that did not return an objective metric are not listed.
Declaration
Swift
public let sortBy: TrainingJobSortByOptions?
-
The sort order for results. The default is Ascending.
Declaration
Swift
public let sortOrder: SortOrder?
-
A filter that returns only training jobs with the specified status.
Declaration
Swift
public let statusEquals: TrainingJobStatus?
-
Undocumented
Declaration
Swift
public init(hyperParameterTuningJobName: String, maxResults: Int? = nil, nextToken: String? = nil, sortBy: TrainingJobSortByOptions? = nil, sortOrder: SortOrder? = nil, statusEquals: TrainingJobStatus? = nil)
-
Declaration
Swift
public func validate(name: String) throws
-
Undocumented
Declaration
Swift
public func usingPaginationToken(_ token: String) -> SageMaker.ListTrainingJobsForHyperParameterTuningJobRequest