사용 사례
Use Cases를 사용하여 목적별로 Vision Events를 그룹화합니다.
소개
웹 앱
사용 사례
하나의 유스 케이스와 여러 유스 케이스를 사용할 때
유스 케이스 생성

유스 케이스 보기
프로그램 방식으로 유스 케이스 관리
유스 케이스 보관

사용자 지정 메타데이터 스키마
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.
activePossible values: 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
사용 사례 목록 조회
유스 케이스 생성
유스 케이스 이름 변경
유스 케이스 보관
유스 케이스 보관 해제
마지막 업데이트
도움이 되었나요?