Supported Data Formats
- pandas DataFrame
- CSV file (
.csv), - Parquet file (
.parquet)
Supported Data Locations
- In memory - pandas DataFrame
- Local disk - CSV, parquet
Note: Fiddler’s Python client offers the ability to integrate with Cloud data stores such as AWS S3. Refer to our Integrations Guides for examples.
Batch Publishing Examples
Publish a batch of inference events using a parquet file, CSV file, or DataFrame usingModel.publish_batch(). This method executes asynchronously and returns a Job object. The job can be used to:
- Track by ID in the UI on the Jobs page
- Poll for status until completion
- Use the
wait()method for synchronous behavior - Log the job ID for reference