Skip to content

Commit

Permalink
chore: generated code for commit ad21cc75. [skip ci]
Browse files Browse the repository at this point in the history
algolia/api-clients-automation@ad21cc7

Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
Co-authored-by: Ben Greenbank <61185468+bengreenbank@users.noreply.github.com>
  • Loading branch information
algolia-bot and bengreenbank committed Apr 20, 2023
1 parent f6eb5b5 commit cf48a58
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/predict/model/createSegmentResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ export type CreateSegmentResponse = {
*/
segmentID: string;

/**
* The approximate number of users that matched the segment conditions when it was created, last updated, or when model inference last ran.
*/
size?: number;

/**
* The date and time at which the segment was updated (RFC3339).
*/
Expand Down
5 changes: 5 additions & 0 deletions packages/predict/model/updateSegmentResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ export type UpdateSegmentResponse = {
*/
segmentID: string;

/**
* The approximate number of users that matched the segment conditions when it was created, last updated, or when model inference last ran.
*/
size?: number;

/**
* The date and time at which the segment was updated (RFC3339).
*/
Expand Down

0 comments on commit cf48a58

Please sign in to comment.