Capture FAQ
가장 빠른 시작 경로는 무엇인가요?
시작하기를 보세요. Machine Learning, Deep Learning, LLM을 위한 완결된 복붙 실행 예제가 문서 안에 제공됩니다.
runtime capture API가 이미 있나요?
네. runtime scope API는 동작합니다. 첫 instrumentation 경로는 ctx.run(...), run.stage(...), stage.metric(...), stage.event(...), run.register_artifact(...)입니다.
workflow 예제에는 탭이 필요한가요?
네. 문서가 workflow 코드를 제공할 때는 Machine Learning, Deep Learning, LLM 탭을 함께 제공합니다. 순수 개념, 운영, reference 문서는 예외입니다.
internal namespace에 의존해도 되나요?
아니요. public docs는 contexta, contexta.config, contexta.contract, contexta.capture, contexta.interpretation, contexta.recovery, 그리고 문서화된 store package를 우선합니다.