LabelingJobStoppingConditions
public struct LabelingJobStoppingConditions : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The maximum number of objects that can be labeled by human workers.
Declaration
Swift
public let maxHumanLabeledObjectCount: Int? -
The maximum number of input data objects that should be labeled.
Declaration
Swift
public let maxPercentageOfInputDatasetLabeled: Int? -
Undocumented
Declaration
Swift
public init(maxHumanLabeledObjectCount: Int? = nil, maxPercentageOfInputDatasetLabeled: Int? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
LabelingJobStoppingConditions Structure Reference