Table of Contents

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

Id string
Label string
CreatedAt DateTime

Properties

CreatedAt

public DateTime CreatedAt { get; init; }

Property Value

DateTime

Id

public string Id { get; init; }

Property Value

string

Label

public string Label { get; init; }

Property Value

string