@beta This field is part of a limited access beta.
- type InferenceEvent {
- ID! :
- DateTime! :
- # Optionally, we could create an InferenceEvent interface with DetectionEvent and
- # ClassificationEvent
- #
- # inherited types if we wanted to have more correct names for these fields (e.g.
- # detectionModelName vs classificationModelName)
- #
- # Vision is making this distinction under the hood, I'm not sure if we care by the
- # time it's going out the graph API, but we could.
- String! :
- String! :
- }