get_metrics
imerit_ango.sdk.SDK.
get_metrics(project_id, metric)
Retrieves specified metrics for a project.
Parameters
project_id: string
The unique identifier for the project. You can find the project ID in the user interface or retrieve it using the
list_projectsfunction.
metric: imerit_ango.sdk.Metrics
The metric you wish to obtain, from:
Metrics.LabelStageGroups
Metrics.TimePerTask
Metrics.AnnotationStatus
Metrics.AnswerDistribution
Metrics.ConsensusRanges
Metrics.AssetSize
Returns:
output: dict
A dictionary containing the result of the operation.
Example
Last updated