Module Values.HumanWorkflowConfigSource

Contains SageMakerFlowDefinition object. The object is used to specify the prompt dataset, task type, rating method and metric names.

Sourcetype nonrec t = {
  1. flowDefinitionArn : SageMakerFlowDefinitionArn.t;
    (*

    The Amazon Resource Number (ARN) for the flow definition

    *)
  2. instructions : HumanTaskInstructions.t option;
    (*

    Instructions for the flow definition

    *)
}
Sourceval context_ : string
Sourceval make : ?instructions:??? -> flowDefinitionArn:SageMakerFlowDefinitionArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of SageMakerFlowDefinitionArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t