Values_2.FlowDefinitionSummarySourceContains summary information about the flow definition.
type nonrec t = {flowDefinitionName : Values_0.FlowDefinitionName.t option;The name of the flow definition.
*)flowDefinitionArn : Values_0.FlowDefinitionArn.t option;The Amazon Resource Name (ARN) of the flow definition.
*)flowDefinitionStatus : Values_1.FlowDefinitionStatus.t option;The status of the flow definition. Valid values:
*)creationTime : Values_0.Timestamp.t option;The timestamp when SageMaker created the flow definition.
*)failureReason : Values_0.FailureReason.t option;The reason why the flow definition creation failed. A failure reason is returned only when the flow definition status is Failed.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Values_0.FlowDefinitionName.t
| `Timestamp of Values_0.Timestamp.t ])
list ]