Values.HumanWorkflowConfigSourceContains SageMakerFlowDefinition object. The object is used to specify the prompt dataset, task type, rating method and metric names.
type nonrec t = {flowDefinitionArn : SageMakerFlowDefinitionArn.t;The Amazon Resource Number (ARN) for the flow definition
*)instructions : HumanTaskInstructions.t option;Instructions for the flow definition
*)}val to_value :
t ->
[> `Structure of (string * [> `String of SageMakerFlowDefinitionArn.t ]) list ]