I'm new to TFX and a bit confused about what the v1
about, and what is its relationship with the code outside v1
?
Do I understand correctly that the official APIs are in v1
, meaning I should always do
import tfx.v1.something
instead of just
import tfx.something