logo
Lance 文档
lance.LanceDataset.__init__
初始化搜索
    Lance
    Lance
      • 快速入门
      • 数据读写
      • 模式演进
      • Lance格式规范
      • Blob API
      • 管理标签
      • 对象存储配置
      • 分布式写入
      • 性能指南
      • 分词器
      • 扩展数组
      • Huggingface
      • Tensorflow
      • PyTorch
      • Ray
      • Spark
    • API参考文档
    • 贡献者指南
    • 示例
    lance.LanceDataset(uri: str | Path, 版本: int | str | None = None, block_size: int | None = None, index_cache_size: int | None = None, metadata_cache_size: int | None = None, commit_lock: CommitLock | None = None, storage_options: dict[str, str] | None = None, serialized_manifest: bytes | None = None, default_scan_options: dict[str, Any] | None = None)

    初始化自身。如需准确的签名信息,请参阅 help(type(self))。

    © 版权所有 2025, Lance 开发者。
    Created using Sphinx 8.2.3. and Sphinx-Immaterial