ListTrainingJobsForHyperParameterTuningJobResponse
public struct ListTrainingJobsForHyperParameterTuningJobResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
If the result of this 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?
-
A list of TrainingJobSummary objects that describe the training jobs that the ListTrainingJobsForHyperParameterTuningJob request returned.
Declaration
Swift
public let trainingJobSummaries: [HyperParameterTrainingJobSummary]
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, trainingJobSummaries: [HyperParameterTrainingJobSummary])