Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
TrainingSet
ts = TrainingSetClient.get_training_set("my-training-set") ts.description = "widget transactions" ts.metadata.update({"region": "west"}) updated = TrainingSetClient.update_training_set(ts)
tsv = TrainingSetClient.get_training_set_version("my-training-set", 2) tsv.description = "2020 transactions" tsv.metadata.update({"status": "final"}) updated = TrainingSetClient.update_training_set_version(tsv)
Was this page helpful?
Contact support