AI开发平台MODELARTS-查询样本列表:URI
URI
GET /v2/{project_id}/datasets/{dataset_id}/data-annotations/samples
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
dataset_id |
是 |
String |
数据集ID。 |
project_id |
是 |
String |
用户项目ID。获取方法请参见获取项目ID和名称。 |
参数 |
是否必选 |
参数类型 |
描述 |
---|---|---|---|
|
否 |
String |
标注团队成员邮箱。 |
high_score |
否 |
String |
置信度上界,默认为1。 |
label_name |
否 |
String |
标签名。 |
label_type |
否 |
Integer |
标注类型。可选值如下: |
limit |
否 |
Integer |
指定每一页返回的最大条目数,取值范围[1,100],默认为10。 |
locale |
否 |
String |
语言。可选值如下:
|
low_score |
否 |
String |
置信度下界,默认为0。 |
offset |
否 |
Integer |
分页列表的起始页,默认为0。 |
order |
否 |
String |
指定查询的排序顺序。可选值如下: |
preview |
否 |
Boolean |
是否支持预览。可选值如下: |
process_parameter |
否 |
String |
图像缩略设置,同OBS缩略图设置,详见OBS缩略图设置。如:image/resize,m_lfit,h_200表示等比缩放目标缩略图并设置高度为200像素。 |
sample_state |
否 |
String |
样本状态。可选样本状态如下: |
sample_type |
否 |
Integer |
样本文件类型。可选值如下: |
search_conditions |
否 |
String |
URL编码后的多维筛选条件(多个SearchCondition之间为and的关系)。 |
version_id |
否 |
String |
数据集版本ID。 |