Vision Eventを作成
HTTP API を介して 1 件の Vision Event を記録し、デプロイ済みモデルからの観測をログに保存します。
概要
HTTP API
Create a single vision event.
認可
Authorizationstring必須
Roboflow API key passed as a Bearer token.
本文
eventIdstring · 最大: 256必須
Globally unique identifier. Use a UUID (v4).
eventTypestring · enum必須可能な値:
useCaseIdstring · 最大: 256必須
The use case this event belongs to.
timestampstring · date-time必須
ISO 8601 timestamp. Must be between one year ago and tomorrow.
deviceIdstring · 最大: 256オプション
streamIdstring · 最大: 256オプション
workflowIdstring · 最大: 256オプション
workflowVersionstring · 最大: 64オプション
displayImagePositioninteger · 最大: 999オプション
eventDataobject必須
Type-specific event data. Structure depends on eventType.
レスポンス
201
Event created successfully.
application/json
eventIdstringオプション
createdbooleanオプション
deprecationsstring[]オプション
400
Validation error.
application/json
403
Insufficient permissions for this resource.
application/json
post/vision-events
リクエスト例
リクエスト本文のパラメータ
イベントデータスキーマ
画像オブジェクト
カスタムメタデータ
レスポンス例
検証と警告
Python SDK
最終更新
役に立ちましたか?