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. You can create a flow definition by using the Amazon Sagemaker CreateFlowDefinition Operation.
Declaration
Swift
public let flowDefinitionArn: String
-
The name of the human review 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