API Changelog
Updates to the Arize GraphQL API
We improve the Arize platform continuously by releasing new features, squashing bugs, and delivering fresh documentation. This changelog is an account of what's happened with regards to the GraphQL API.
Breaking Change: the
validationResult
object returned from createFileImportJob when the dryRun
parameter is set to true
has been changed to return an error type which includes the error code, the error message, and the error row. Additionally, the errorFilePath field has been renamed to filePath.Addition: added
startTime
and endTime
to the files connection under an importJob
to allow pulling files from specific time ranges using an RFC 3339 graphql dateTime scalar. The API limits the query to 1 month and allows you to confirm the files that have been ingested into Arize.Addition: we've released workflows for file importer. You can now create and delete file import jobs, as well as query for jobs and their associated files. Learn more about our new release here.
Addition: the
ModelType
now supports querying the model's schema (features, tags, predictions, and actuals) in paginated connections. For full details, check out the ModelSchema
type definition.Last modified 1yr ago