StopHyperParameterTuningJobRequest
public struct StopHyperParameterTuningJobRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the tuning job to stop.
Declaration
Swift
public let hyperParameterTuningJobName: String
-
Undocumented
Declaration
Swift
public init(hyperParameterTuningJobName: String)
-
Declaration
Swift
public func validate(name: String) throws