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
Description
Gets or sets a description of the dataset.
public string? Description { get; set; }
Property Value
Name
Gets or sets the name of the dataset.
public string? Name { get; set; }
Property Value
Properties
Gets or sets custom properties.
public Dictionary<string, object>? Properties { get; set; }
Property Value
Source
Gets or sets the source of the dataset.
public string? Source { get; set; }