TestingData
public struct TestingData : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The assets used for testing.
Declaration
Swift
public let assets: [Asset]?
-
If specified, Amazon Rekognition Custom Labels creates a testing dataset with an 80/20 split of the training dataset.
Declaration
Swift
public let autoCreate: Bool?
-
Undocumented
Declaration
Swift
public init(assets: [Asset]? = nil, autoCreate: Bool? = nil)
-
Declaration
Swift
public func validate(name: String) throws