S3://1-3658-00000-58-7

#4

from xai_sdk import Client

client = Client()

Create a new batch

batch = client.batch.create(batch_name="your_first_batch")
print(f"Created new batch: {batch}")

Ready to merge
This branch is ready to get merged automatically.

Sign up or log in to comment