NEST by Elastic and contributors

<PackageReference Include="NEST" Version="6.8.2" />

.NET API 5,335,040 bytes

 ModelSnapshot

public class ModelSnapshot
public string Description { get; }

An optional description of the job.

public string JobId { get; }

The unique identifier for the job

The timestamp of the latest processed record.

The timestamp of the latest bucket result.

Summary information describing the model.

public bool Retain { get; }

If true, this snapshot will not be deleted during automatic cleanup of snapshots older than the model snapshot retention days. However, this snapshot will be deleted when the job is deleted. The default value is false.

public long SnapshotDocCount { get; }

For internal use only.

public string SnapshotId { get; }

A numerical character string that uniquely identifies the model snapshot.

public DateTimeOffset Timestamp { get; }

The creation timestamp for the snapshot.

public ModelSnapshot()