Publishing Batches Of Events
Last updated
Was this helpful?
Last updated
Was this helpful?
Fiddler provides multiple options for publishing batches of production data, allowing you to choose the format and method that best suits your needs.
pandas DataFrame
CSV file (.csv
),
Parquet file (.parquet
)
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 for examples.
Publish a batch of inference events using a parquet file, CSV file, or DataFrame using the function. When publishing in batch mode, Model.publish()
executes asynchronously and returns a 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
Please allow a few minutes for events to populate the related charts. Total processing time is a function of both width and count of the inference events.
Need help? Contact us at .