We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b0deb1 commit bf95b4dCopy full SHA for bf95b4d
src/Nest/XPack/Info/XPackUsage/XPackUsageResponse.cs
@@ -249,6 +249,9 @@ public class Job
249
[DataMember(Name = "forecasts")]
250
public ForecastStatistics Forecasts { get; internal set; }
251
252
+ [DataMember(Name = "created_by")]
253
+ public IReadOnlyDictionary<string, long> CreatedBy { get; internal set; }
254
+
255
[DataMember(Name = "model_size")]
256
public JobStatistics ModelSize { get; internal set; }
257
}
0 commit comments