feat: public api for dataset #179
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
概要
データセットをPython SDKから登録できる - dataset(tag, visibility)
https://github.com/fastlabel/roadmap/issues/2
申し送り
dataset_objects関連の API は後続の Issue で対応(仕様 Fix 待ちのため本件先行して進める)organization関連の仕様は対応しない(現時点でプラットフォーム側でサポートされていないため)関連
https://github.com/fastlabel/fastlabel-application/pull/4356
テスト
Create
正常 - tags(通常)、visibility(workspace)
正常 - tags(通常)、visibility(public)
正常 - tags(なし)、visibility(なし)
異常 - tags(文字数超過)
異常 - tags(件数超過)
異常 - tags(重複)
異常 - visibility(値不正)
Find
正常
異常 - Not Found
Get
正常 - フィルタなし
正常 - フィルタ(tags)ヒットあり
正常 - フィルタ(tags)ヒットなし
正常 - フィルタ(visibility)ヒットあり
異常 - フィルタ不正(visibility)
正常 - フィルタ(keyword)ヒットあり
正常 - フィルタ(keyword)ヒットなし
正常 - フィルタ(マルチ)ヒットなし
正常 - フィルタ(マルチ)全て一致
正常 - フィルタ(マルチ)一部一致
Update
(空の場合 ignore)
Delete