OBJECT
ModelProcessingDetails
Progress information about model processing.
link GraphQL Schema definition
- type ModelProcessingDetails {
 - #   The current state of processing.
 - : ProcessingState 
 - #   A set of processing events that have occurred to date.
 - : [String] 
 - }