INPUT_OBJECT
Represents an update to a Model. Fields that are set will be updated.
Model
input ModelPatch {id: UUIDorganizationId: UUIDtype: ModelTypestatus: ModelStatuslabel: Stringtags: [String]images: [UUID]attributes: JSONcreatedAt: Datetimeadaptive: BooleanautoDeploy: BooleanexcludeAutoLabeledImages: Boolean}