Skip to content

Commit bf95b4d

Browse files
codebrainrusscam
authored andcommitted
Add created_by info to Machine Learning usage stats. (#3996)
Add created_by info to Machine Learning usage stats. (cherry picked from commit 010df46)
1 parent 8b0deb1 commit bf95b4d

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
@@ -249,6 +249,9 @@ public class Job
249249
[DataMember(Name = "forecasts")]
250250
public ForecastStatistics Forecasts { get; internal set; }
251251

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

0 commit comments

Comments
 (0)