Vision Event 생성
배포된 모델에서 관찰 결과를 기록하기 위해 HTTP API를 통해 단일 Vision Event를 기록합니다.
소개
HTTP API
Create a single vision event.
Authorizations
AuthorizationstringRequired
Roboflow API key passed as a Bearer token.
Body
eventIdstring · max: 256Required
Globally unique identifier. Use a UUID (v4).
eventTypestring · enumRequiredPossible values:
useCaseIdstring · max: 256Required
The use case this event belongs to.
timestampstring · date-timeRequired
ISO 8601 timestamp. Must be between one year ago and tomorrow.
deviceIdstring · max: 256Optional
streamIdstring · max: 256Optional
workflowIdstring · max: 256Optional
workflowVersionstring · max: 64Optional
displayImagePositioninteger · max: 999Optional
eventDataobjectRequired
Type-specific event data. Structure depends on eventType.
Responses
201
Event created successfully.
application/json
eventIdstringOptional
createdbooleanOptional
deprecationsstring[]Optional
400
Validation error.
application/json
403
Insufficient permissions for this resource.
application/json
post/vision-events
예시 요청
요청 본문 매개변수
이벤트 데이터 스키마
이미지 객체
사용자 정의 메타데이터
예시 응답
검증 및 경고
Python SDK
마지막 업데이트
도움이 되었나요?