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_projects
function.
metric: imerit_ango.sdk.Metrics
The metric you wish to obtain, from:
imerit_ango.sdk.Metrics
LabelStageGroups
TimePerTask
AnnotationStatus
AnswerDistribution
ConsensusRanges
AssetSize
Returns:
output: dict
Example
Last updated