S3://1-3658-00000-58-7
Browse filesfrom 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}")
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}")