Skip to content

Commit 010df46

Browse files
committed
Add created_by info to Machine Learning usage stats. (#3996)
Add created_by info to Machine Learning usage stats.
1 parent 98a9427 commit 010df46

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Nest/XPack/Info/XPackUsage/XPackUsageResponse.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,9 @@ public class Job
248248
[DataMember(Name = "forecasts")]
249249
public ForecastStatistics Forecasts { get; internal set; }
250250

251+
[DataMember(Name = "created_by")]
252+
public IReadOnlyDictionary<string, long> CreatedBy { get; internal set; }
253+
251254
[DataMember(Name = "model_size")]
252255
public JobStatistics ModelSize { get; internal set; }
253256
}

0 commit comments

Comments
 (0)