Values.GetOutputSourceContains configuration information about one output in a feed. It is used in the GetFeed action.
type nonrec t = {name : ResourceName.t option;The ARN of the output.
*)outputConfig : OutputConfig.t option;A typed property for an output in a feed. It is used in the GetFeed action. 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 option;The status of the output.
*)description : ResourceDescription.t option;The description of the output.
*)fromAssociation : Boolean.t option;True means that the output was originally created in the feed by the AssociateFeed operation. False means it was created using CreateFeed or UpdateFeed. You will need this value if you use the UpdateFeed operation to modify the list of outputs in the feed.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of ResourceName.t
| `Structure of
(string
* [> `Structure of
(string * [> `String of ResourceDescription.t ]) list ])
list ])
list ]