Skip to content

Commit bf56eb3

Browse files
authored
Add created_by info to Machine Learning usage stats. (#3996)
Add created_by info to Machine Learning usage stats.
1 parent 97e81b5 commit bf56eb3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

+3
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)