Progress information about model processing.
- type ModelProcessingDetails {
- # When model processing was completed
- : DateTime
- # A set of processing events that have occurred to date.
- : [String]
- # The current state of processing.
- : ProcessingState
- }