Skip to content

Conversation

@ijufumi
Copy link
Contributor

@ijufumi ijufumi commented Mar 13, 2022

修正内容

  • 対応プロジェクトの追加
    • Text NER
    • Text classification
    • Audio segmentation
    • Audio classification

関連PR

関連Issue

@ijufumi ijufumi self-assigned this Mar 13, 2022
task = client.find_image_classification_task(task_id="YOUR_TASK_ID")
```

Find a single task by name.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

name 指定で検索する記述がないものが多かったので、追加しました。

return None
return tasks[0]

def find_video_classification_task_by_name(
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

video classification の nama 指定で検索できる機能がなかったので、他に合わせて追加しました

offset is the starting position number to fetch (Optional).
limit is the max number to fetch (Optional).
"""
if limit > 10:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

こちら、get_video_tasks に合わせてこの数字にしていますが、増やした方がよいでしょうか?(ちなみに、image は 1000 です )

offset is the starting position number to fetch (Optional).
limit is the max number to fetch (Optional).
"""
if limit > 10:
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ここも同様です

@ijufumi ijufumi changed the title [WIP] Add text and audio api Add text and audio api Mar 16, 2022
@ijufumi ijufumi requested review from eisuke-ueta and ryoKaz March 16, 2022 02:17
@ryoKaz
Copy link
Contributor

ryoKaz commented Mar 17, 2022

71e168b
limitをget_image_tasksに合わせて1000件に変更。

@ryoKaz
Copy link
Contributor

ryoKaz commented Mar 17, 2022

@faycute @eisuke-ueta
こちら確認完了してます!

@faycute faycute merged commit e7b62ea into develop Mar 18, 2022
@faycute faycute deleted the feature/1509-support-new-projects branch March 18, 2022 04:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants