ListHyperParameterTuningJobsResponse
public struct ListHyperParameterTuningJobsResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A list of HyperParameterTuningJobSummary objects that describe the tuning jobs that the ListHyperParameterTuningJobs request returned.
Declaration
Swift
public let hyperParameterTuningJobSummaries: [HyperParameterTuningJobSummary] -
If the result of this 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? -
Undocumented
Declaration
Swift
public init(hyperParameterTuningJobSummaries: [HyperParameterTuningJobSummary], nextToken: String? = nil)
View on GitHub
ListHyperParameterTuningJobsResponse Structure Reference