Table of Contents

Class DatasetVersionInfo<T>

Namespace
AiDotNet.Models
Assembly
AiDotNet.dll

Information about a dataset version.

public class DatasetVersionInfo<T>

Type Parameters

T

The numeric data type used for calculations.

Inheritance
DatasetVersionInfo<T>
Inherited Members

Properties

CreatedAt

Gets or sets the creation time.

public DateTime CreatedAt { get; set; }

Property Value

DateTime

Description

Gets or sets the description.

public string? Description { get; set; }

Property Value

string

Hash

Gets or sets the hash.

public string? Hash { get; set; }

Property Value

string

RecordCount

Gets or sets the record count.

public long RecordCount { get; set; }

Property Value

long

SizeBytes

Gets or sets the size in bytes.

public long SizeBytes { get; set; }

Property Value

long

Version

Gets or sets the version number.

public int Version { get; set; }

Property Value

int

VersionId

Gets or sets the version ID.

public string VersionId { get; set; }

Property Value

string