发布

  • [OPIK-6478] docs: Document programmatic dataset/version tagging (#6667)

    frostbyte_neo 发布于 2026-05-12 07:41:17 +00:00

    The Dataset SDK object only exposes get_tags() — writing tags requires
    client.rest_client.datasets.update_dataset / update_dataset_version.
    Document both surfaces (dataset-level replace vs. version-level
    additive) with a worked snippet, until the first-class
    Dataset.set_tags() helper lands (tracked in OPIK-6478).

    Driven by customer feedback in #ext-comet-pattern where the earlier
    suggestion (dataset.set_tags([...])) didn't exist.

    下载附件