Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »

The squirro_groundtruth step loads your Ground Truth, which was created in the Data Science Studio and transforms it into the Document structure so the data points can be used in the pipeline for training and validating of a Model.

Parameter

  • temporal_version: Date which defines which Ground Truth version should get selected

  • groundtruth_id: Id of the Squirro Ground Truth

  • project_id: Id of Squirro project

  • cluster: URL of the cluster

  • token: Squirro token

Example

{
  "step": "loader",
  "type": "squirro_groundtruth",
  "fields": [],
  "temporal_version": "2020-10-07T16:24:01.36052",
  "groundtruth_id": GROUNDTRUTH_ID,
  "project_id": PROJECT_ID,
  "cluster": CLUSTER,
  "token": TOKEN
}
  • No labels