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