HumanLoopConfig
public struct HumanLoopConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Sets attributes of the input data.
Declaration
Swift
public let dataAttributes: HumanLoopDataAttributes?
-
The Amazon Resource Name (ARN) of the flow definition.
Declaration
Swift
public let flowDefinitionArn: String
-
The name of the human workflow used for this image. This should be kept unique within a region.
Declaration
Swift
public let humanLoopName: String
-
Undocumented
Declaration
Swift
public init(dataAttributes: HumanLoopDataAttributes? = nil, flowDefinitionArn: String, humanLoopName: String)
-
Declaration
Swift
public func validate(name: String) throws