Last updated
Copyright © 2023 Arize AI, Inc
Last updated
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 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.
Updates to the Arize GraphQL API