GraphQL API Changelog
Updates to the Arize GraphQL API
Last updated
Was this helpful?
Updates to the Arize GraphQL API
Last updated
Was this helpful?
Breaking change: the currentMetricValue
field on monitors is now latestComputedValue
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 .
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.