Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个留声机表 ID。我怎么知道什么是支持数据集?
如果您通过 Slate 使用 Phonograph 服务 API,您应该能够使用来自Table Registry Service的Get Table Metadata端点。此端点接受表 RID 并返回架构和同步元数据,包括源数据集的 RID。
如果您不是通过 Slate 而是通过 CLI 或第 3 方应用程序使用这些端点,您可以在Developer选项卡下的平台文档中找到完整的 Phonograph API 定义。
假设此 Phonograph 表用于写入本体对象类型,您可以进入本体管理应用程序并将 id 粘贴到左上角的对象类型搜索字段中(参见屏幕截图)。这将自动找到相关的对象类型。如果您选择该对象类型,然后单击“数据源”选项卡,您将看到相应的支持数据集。