HumanLoopConfig
public struct HumanLoopConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) of the human task user interface.
Declaration
Swift
public let humanTaskUiArn: String
-
Undocumented
Declaration
Swift
public let publicWorkforceTaskPrice: PublicWorkforceTaskPrice?
-
The length of time that a task remains available for labeling by human workers.
Declaration
Swift
public let taskAvailabilityLifetimeInSeconds: Int?
-
The number of distinct workers who will perform the same task on each object. For example, if TaskCount is set to 3 for an image classification labeling job, three workers will classify each input image. Increasing TaskCount can improve label accuracy.
Declaration
Swift
public let taskCount: Int
-
A description for the human worker task.
Declaration
Swift
public let taskDescription: String
-
Keywords used to describe the task so that workers can discover the task.
Declaration
Swift
public let taskKeywords: [String]?
-
The amount of time that a worker has to complete a task.
Declaration
Swift
public let taskTimeLimitInSeconds: Int?
-
A title for the human worker task.
Declaration
Swift
public let taskTitle: String
-
Amazon Resource Name (ARN) of a team of workers.
Declaration
Swift
public let workteamArn: String
-
init(humanTaskUiArn:publicWorkforceTaskPrice:taskAvailabilityLifetimeInSeconds:taskCount:taskDescription:taskKeywords:taskTimeLimitInSeconds:taskTitle:workteamArn:)
Undocumented
Declaration
Swift
public init(humanTaskUiArn: String, publicWorkforceTaskPrice: PublicWorkforceTaskPrice? = nil, taskAvailabilityLifetimeInSeconds: Int? = nil, taskCount: Int, taskDescription: String, taskKeywords: [String]? = nil, taskTimeLimitInSeconds: Int? = nil, taskTitle: String, workteamArn: String)
-
Declaration
Swift
public func validate(name: String) throws