Values.CreateOutputSourceContains configuration information about one output in a feed. It is used in the AssociateFeed and the CreateFeed actions.
type nonrec t = {name : ResourceName.t;A name for the output.
*)outputConfig : OutputConfig.t;A typed property for an output in a feed. It is used in the CreateFeed and AssociateFeed actions. It identifies the action for Elemental Inference to perform. It also provides a repository for the results of that action. For example, CroppingConfig output will contain the metadata for the crop feature.
*)status : OutputStatus.t;The status to assign to the output.
*)description : ResourceDescription.t option;A description for the output.
*)}val make :
?description:??? ->
name:ResourceName.t ->
outputConfig:OutputConfig.t ->
status:OutputStatus.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ResourceName.t
| `Structure of
(string
* [> `Structure of
(string * [> `String of ResourceDescription.t ]) list ])
list ])
list ]