Class CheckpointInfo
- Namespace
- JD.AI.Core.Agents.Checkpointing
- Assembly
- JD.AI.Core.dll
Metadata about a single checkpoint.
public sealed record CheckpointInfo : IEquatable<CheckpointInfo>
- Inheritance
-
CheckpointInfo
- Implements
- Inherited Members
Constructors
CheckpointInfo(string, string, DateTime)
Metadata about a single checkpoint.
public CheckpointInfo(string Id, string Label, DateTime CreatedAt)
Parameters
Properties
CreatedAt
public DateTime CreatedAt { get; init; }
Property Value
Id
public string Id { get; init; }
Property Value
Label
public string Label { get; init; }