OBJECT

Model

link GraphQL Schema definition

  • type Model implements Node {
  • # A globally unique identifier. Can be used in various places throughout the
  • # system to identify this single value.
  • nodeId: ID!
  • id: UUID!
  • organizationId: UUID!
  • type: ModelType
  • status: ModelStatus
  • label: String
  • tags: [String]
  • images: [UUID]
  • attributes: JSON
  • createdAt: Datetime
  • adaptive: Boolean
  • autoDeploy: Boolean
  • excludeAutoLabeledImages: Boolean
  • # Reads and enables pagination through a set of `ModelDetectionItem`.
  • #
  • # Arguments
  • # first: Only read the first `n` values of the set.
  • # last: Only read the last `n` values of the set.
  • # offset: Skip the first `n` values from our `after` cursor, an
  • # alternative to cursor
  • # based pagination. May not be used with `last`.
  • # before: Read all values in the set before (above) this cursor.
  • # after: Read all values in the set after (below) this cursor.
  • # orderBy: The method to use when ordering `ModelDetectionItem`.
  • # condition: A condition to be used in determining which values
  • # should be returned by the collection.
  • # filter: A filter to be used in determining which values should
  • # be returned by the collection.
  • modelDetectionItemsByModelId(
  • first: Int,
  • last: Int,
  • offset: Int,
  • before: Cursor,
  • after: Cursor,
  • orderBy: [ModelDetectionItemsOrderBy!],
  • condition: ModelDetectionItemCondition,
  • filter: ModelDetectionItemFilter
  • ): ModelDetectionItemsConnection!
  • # Reads and enables pagination through a set of `Deployment`.
  • #
  • # Arguments
  • # first: Only read the first `n` values of the set.
  • # last: Only read the last `n` values of the set.
  • # offset: Skip the first `n` values from our `after` cursor, an
  • # alternative to cursor
  • # based pagination. May not be used with `last`.
  • # before: Read all values in the set before (above) this cursor.
  • # after: Read all values in the set after (below) this cursor.
  • # orderBy: The method to use when ordering `Deployment`.
  • # condition: A condition to be used in determining which values
  • # should be returned by the collection.
  • # filter: A filter to be used in determining which values should
  • # be returned by the collection.
  • deploymentsByFoodModelId(
  • first: Int,
  • last: Int,
  • offset: Int,
  • before: Cursor,
  • after: Cursor,
  • orderBy: [DeploymentsOrderBy!],
  • condition: DeploymentCondition,
  • filter: DeploymentFilter
  • ): DeploymentsConnection!
  • # Reads and enables pagination through a set of `Deployment`.
  • #
  • # Arguments
  • # first: Only read the first `n` values of the set.
  • # last: Only read the last `n` values of the set.
  • # offset: Skip the first `n` values from our `after` cursor, an
  • # alternative to cursor
  • # based pagination. May not be used with `last`.
  • # before: Read all values in the set before (above) this cursor.
  • # after: Read all values in the set after (below) this cursor.
  • # orderBy: The method to use when ordering `Deployment`.
  • # condition: A condition to be used in determining which values
  • # should be returned by the collection.
  • # filter: A filter to be used in determining which values should
  • # be returned by the collection.
  • deploymentsByFaceModelId(
  • first: Int,
  • last: Int,
  • offset: Int,
  • before: Cursor,
  • after: Cursor,
  • orderBy: [DeploymentsOrderBy!],
  • condition: DeploymentCondition,
  • filter: DeploymentFilter
  • ): DeploymentsConnection!
  • # Reads and enables pagination through a set of `DetectionItem`.
  • #
  • # Arguments
  • # first: Only read the first `n` values of the set.
  • # last: Only read the last `n` values of the set.
  • # offset: Skip the first `n` values from our `after` cursor, an
  • # alternative to cursor
  • # based pagination. May not be used with `last`.
  • # before: Read all values in the set before (above) this cursor.
  • # after: Read all values in the set after (below) this cursor.
  • # orderBy: The method to use when ordering `DetectionItem`.
  • # condition: A condition to be used in determining which values
  • # should be returned by the collection.
  • # filter: A filter to be used in determining which values should
  • # be returned by the collection.
  • detectionItems(
  • first: Int,
  • last: Int,
  • offset: Int,
  • before: Cursor,
  • after: Cursor,
  • orderBy: [DetectionItemsOrderBy!],
  • condition: DetectionItemCondition,
  • filter: DetectionItemFilter
  • ): ModelDetectionItemsManyToManyConnection!
  • # Reads and enables pagination through a set of `Server`.
  • #
  • # Arguments
  • # first: Only read the first `n` values of the set.
  • # last: Only read the last `n` values of the set.
  • # offset: Skip the first `n` values from our `after` cursor, an
  • # alternative to cursor
  • # based pagination. May not be used with `last`.
  • # before: Read all values in the set before (above) this cursor.
  • # after: Read all values in the set after (below) this cursor.
  • # orderBy: The method to use when ordering `Server`.
  • # condition: A condition to be used in determining which values
  • # should be returned by the collection.
  • # filter: A filter to be used in determining which values should
  • # be returned by the collection.
  • serversByDeploymentFoodModelIdAndServerId(
  • first: Int,
  • last: Int,
  • offset: Int,
  • before: Cursor,
  • after: Cursor,
  • orderBy: [ServersOrderBy!],
  • condition: ServerCondition,
  • filter: ServerFilter
  • ): ModelServersByDeploymentFoodModelIdAndServerIdManyToManyConnection!
  • # Reads and enables pagination through a set of `Model`.
  • #
  • # Arguments
  • # first: Only read the first `n` values of the set.
  • # last: Only read the last `n` values of the set.
  • # offset: Skip the first `n` values from our `after` cursor, an
  • # alternative to cursor
  • # based pagination. May not be used with `last`.
  • # before: Read all values in the set before (above) this cursor.
  • # after: Read all values in the set after (below) this cursor.
  • # orderBy: The method to use when ordering `Model`.
  • # condition: A condition to be used in determining which values
  • # should be returned by the collection.
  • # filter: A filter to be used in determining which values should
  • # be returned by the collection.
  • modelsByDeploymentFoodModelIdAndFaceModelId(
  • first: Int,
  • last: Int,
  • offset: Int,
  • before: Cursor,
  • after: Cursor,
  • orderBy: [ModelsOrderBy!],
  • condition: ModelCondition,
  • filter: ModelFilter
  • ): ModelModelsByDeploymentFoodModelIdAndFaceModelIdManyToManyConnection!
  • # Reads and enables pagination through a set of `Server`.
  • #
  • # Arguments
  • # first: Only read the first `n` values of the set.
  • # last: Only read the last `n` values of the set.
  • # offset: Skip the first `n` values from our `after` cursor, an
  • # alternative to cursor
  • # based pagination. May not be used with `last`.
  • # before: Read all values in the set before (above) this cursor.
  • # after: Read all values in the set after (below) this cursor.
  • # orderBy: The method to use when ordering `Server`.
  • # condition: A condition to be used in determining which values
  • # should be returned by the collection.
  • # filter: A filter to be used in determining which values should
  • # be returned by the collection.
  • serversByDeploymentFaceModelIdAndServerId(
  • first: Int,
  • last: Int,
  • offset: Int,
  • before: Cursor,
  • after: Cursor,
  • orderBy: [ServersOrderBy!],
  • condition: ServerCondition,
  • filter: ServerFilter
  • ): ModelServersByDeploymentFaceModelIdAndServerIdManyToManyConnection!
  • # Reads and enables pagination through a set of `Model`.
  • #
  • # Arguments
  • # first: Only read the first `n` values of the set.
  • # last: Only read the last `n` values of the set.
  • # offset: Skip the first `n` values from our `after` cursor, an
  • # alternative to cursor
  • # based pagination. May not be used with `last`.
  • # before: Read all values in the set before (above) this cursor.
  • # after: Read all values in the set after (below) this cursor.
  • # orderBy: The method to use when ordering `Model`.
  • # condition: A condition to be used in determining which values
  • # should be returned by the collection.
  • # filter: A filter to be used in determining which values should
  • # be returned by the collection.
  • modelsByDeploymentFaceModelIdAndFoodModelId(
  • first: Int,
  • last: Int,
  • offset: Int,
  • before: Cursor,
  • after: Cursor,
  • orderBy: [ModelsOrderBy!],
  • condition: ModelCondition,
  • filter: ModelFilter
  • ): ModelModelsByDeploymentFaceModelIdAndFoodModelIdManyToManyConnection!
  • getUrl: String!
  • putUrl: String!
  • }

link Require by