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 c946f71 commit 1e18ac6Copy full SHA for 1e18ac6
src/Nest/XPack/MachineLearning/Job/Results/AnomalyRecord.cs
@@ -48,7 +48,7 @@ public class AnomalyRecord
48
public double InitialRecordScore { get; internal set; }
49
50
/// <summary>
51
- /// The length of the bucket. This value matches the <see cref="Job.AnalysisConfig.BucketSpan"/> that is specified in the job.
+ /// The length of the bucket. This value matches the <see cref="AnalysisConfig.BucketSpan"/> that is specified in the job.
52
/// </summary>
53
[JsonProperty("bucket_span")]
54
public Time BucketSpan { get; internal set; }
0 commit comments