InferenceEvent

open_in_new

@beta This field is part of a limited access beta.

GraphQL Schema definition

  • type InferenceEvent {
  • id: ID!
  • created: 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.
  • detectionModelName: String!
  • detectionModelVersion: String!
  • }