StartHumanLoopRequest
public struct StartHumanLoopRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Attributes of the specified data. Use DataAttributes to specify if your data is free of personally identifiable information and/or free of adult content.
Declaration
Swift
public let dataAttributes: HumanLoopDataAttributes? -
The Amazon Resource Name (ARN) of the flow definition associated with this human loop.
Declaration
Swift
public let flowDefinitionArn: String -
An object that contains information about the human loop.
Declaration
Swift
public let humanLoopInput: HumanLoopInput -
The name of the human loop.
Declaration
Swift
public let humanLoopName: String -
Undocumented
Declaration
Swift
public init(dataAttributes: HumanLoopDataAttributes? = nil, flowDefinitionArn: String, humanLoopInput: HumanLoopInput, humanLoopName: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
StartHumanLoopRequest Structure Reference