ユースケース
目的ごとに Vision Events を Use Case でグループ化します。
概要
Web アプリ
ユースケース
1つのユースケースを使う場合と複数のユースケースを使う場合
ユースケースを作成する

ユースケースを表示
ユースケースをプログラムで管理する
ユースケースをアーカイブする

カスタムメタデータスキーマ
HTTP API
ユースケースを作成する
Create a new use case in your workspace.
Roboflow API key passed as a Bearer token.
A name for the use case. Must be unique within the workspace.
Use case created successfully.
Validation error or duplicate name.
Insufficient permissions for this resource.
リクエストボディのパラメータ
リクエスト例
レスポンス例
注意事項
ユースケースを更新する
Update the name or status of an existing use case.
Roboflow API key passed as a Bearer token.
The ID of the use case to update.
A new name for the use case. Must be unique within the workspace.
The new status for the use case.
Use case updated successfully.
Validation error or duplicate name.
Insufficient permissions for this resource.
Use case not found.
パスパラメータ
リクエストボディのパラメータ
リクエスト例
レスポンス例
ユースケース一覧
List all use cases that have recorded vision events in your workspace.
Roboflow API key passed as a Bearer token.
Filter by use case status. Defaults to active.
active可能な値: List of use cases.
Insufficient permissions for this resource.
クエリパラメータ
リクエスト例
レスポンス例
ユースケースをアーカイブする
Archive a use case by setting its status to inactive.
Roboflow API key passed as a Bearer token.
The ID of the use case to archive.
Use case archived successfully.
Insufficient permissions for this resource.
Use case not found.
パスパラメータ
リクエスト例
レスポンス例
注意事項
ユースケースのアーカイブ解除
Restore a previously archived use case by setting its status back to active.
Roboflow API key passed as a Bearer token.
The ID of the use case to unarchive.
Use case unarchived successfully.
Use case is not archived.
Insufficient permissions for this resource.
Use case not found.
パスパラメータ
リクエスト例
レスポンス例
注意事項
Python SDK
ユースケース一覧
ユースケースを作成する
ユースケースの名前を変更する
ユースケースをアーカイブする
ユースケースのアーカイブ解除
最終更新
役に立ちましたか?