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