Table of Contents

Class DatasetMetadata

Namespace
AiDotNet.Interfaces
Assembly
AiDotNet.dll

Metadata about a dataset.

public class DatasetMetadata
Inheritance
DatasetMetadata
Inherited Members

Properties

CreatedAt

Gets or sets when the dataset was created.

public DateTime? CreatedAt { get; set; }

Property Value

DateTime?

Description

Gets or sets a description of the dataset.

public string? Description { get; set; }

Property Value

string

Name

Gets or sets the name of the dataset.

public string? Name { get; set; }

Property Value

string

Properties

Gets or sets custom properties.

public Dictionary<string, object>? Properties { get; set; }

Property Value

Dictionary<string, object>

Source

Gets or sets the source of the dataset.

public string? Source { get; set; }

Property Value

string