apiReference.md 1.14 KB
Newer Older
HooYoungAhn's avatar
HooYoungAhn committed
## API 레퍼런스
HooYoungAhn's avatar
HooYoungAhn committed

HooYoungAhn's avatar
HooYoungAhn committed
KSB 인공지능 프레임워크는 Scala 및 Python을 사용하여 다양한 응용서비스를 개발할 수 있는 공통 API를 제공합니다.
HooYoungAhn's avatar
HooYoungAhn committed


HooYoungAhn's avatar
HooYoungAhn committed
### Scala API
| |     | 설명 |  링크 |
| ------ | ------ | ------ | ------ |
HooYoungAhn's avatar
HooYoungAhn committed
| 1 | components | 데이터 수집/적재/처리/학습/서빙 등 KSB 프레임워크 기본 컴퍼넌트 | <a href="https://etrioss.kr/thkimetri/ksb19.03-manual/blob/master/manual1903/api_reference.zip">다운로드 </a> |
HooYoungAhn's avatar
HooYoungAhn committed
| 2 | component-pipe | 스트림 수집/처리/적재 등 실시간 처리에 한층 더 적합한 KSB 프레임워크 확장 컴퍼넌트 | <https://etrioss.kr/thkimetri/ksb19.03-manual/blob/master/manual1903/2.2.WebToolkit_Workflow.md> |
| 3 | didentification | 데이터 비식별화 관련 처리 컴퍼넌트 | <https://etrioss.kr/thkimetri/ksb19.03-manual/blob/master/manual1903/2.3.1.WebToolkit_Repository.md> |

HooYoungAhn's avatar
HooYoungAhn committed


HooYoungAhn's avatar
HooYoungAhn committed

HooYoungAhn's avatar
HooYoungAhn committed
### Python API
HooYoungAhn's avatar
HooYoungAhn committed

| |     | 설명 |  링크 |
| ------ | ------ | ------ | ------ |
HooYoungAhn's avatar
HooYoungAhn committed
| 1 | Python API | Python을 이용한 Auto-SparkML 기능 및 사용법 | <https://etrioss.kr/thkimetri/ksb19.03-manual/blob/master/manual1903/2.1.IntroductionWebToolkit.md> |