HumanLoopConfig class

Sets up the flow definition the image will be sent to if one of the conditions is met. You can also set certain attributes of the image before review.

Constructors

HumanLoopConfig({required String flowDefinitionArn, required String humanLoopName, HumanLoopDataAttributes? dataAttributes})

Properties

dataAttributes HumanLoopDataAttributes?
Sets attributes of the input data.
final
flowDefinitionArn String
The Amazon Resource Name (ARN) of the flow definition. You can create a flow definition by using the Amazon Sagemaker CreateFlowDefinition Operation.
final
hashCode int
The hash code for this object.
no setterinherited
humanLoopName String
The name of the human review used for this image. This should be kept unique within a region.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited