-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(specs): add size
to predict segment response
#1434
Conversation
✅ Deploy Preview for api-clients-automation ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
✗ The generated branch has been deleted.If the PR has been merged, you can check the generated code on the |
specs/predict/responses/Segment.yml
Outdated
segmentSize: | ||
type: number | ||
format: int64 | ||
description: The number of users that match the segment conditions when it was created, last updated, or when model inference last ran. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it an approximation or an accurate number? If it's an approximation, we could mention it to avoid confusion.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice :)
🧭 What and Why
🎟 JIRA Ticket: PRED-1277
Changes included:
size
integer field to segment response. Includes the number of users that belong to the segment.🧪 Test
n/a