File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ segment:
68
68
- segmentID
69
69
- name
70
70
- conditions
71
+ - size
71
72
- segmentStatus
72
73
- type
73
74
- lastUpdatedAt
@@ -78,6 +79,8 @@ segment:
78
79
$ref : ' #/segmentName'
79
80
conditions :
80
81
$ref : ' #/segmentParentConditions'
82
+ size :
83
+ $ref : ' #/segmentSize'
81
84
segmentStatus :
82
85
$ref : ' #/segmentStatus'
83
86
type :
@@ -110,6 +113,11 @@ segmentName:
110
113
type : string
111
114
description : The name of the segment.
112
115
116
+ segmentSize :
117
+ type : number
118
+ format : int64
119
+ description : The approximate number of users that matched the segment conditions when it was created, last updated, or when model inference last ran.
120
+
113
121
updatedAt :
114
122
type : string
115
123
description : The date and time at which the segment was updated (RFC3339).
You can’t perform that action at this time.
0 commit comments