interface DatasetMetaGetResponse {
    annotations: unknown[];
    created: string;
    created_by: string;
    dataset_id: string;
    dataset_name: string;
    description: string;
    labels: unknown[];
    last_updated: string;
    metadata_version: string;
    [key: string]: unknown;
}

Indexable

  • [key: string]: unknown

Properties

annotations: unknown[]

The Metadata's annotations

created: string

The date and time of creation

created_by: string

The user who created the Metadata

dataset_id: string

The Metadata description

dataset_name: string

The Metadata title

description: string

The Metadata type (an object)

labels: unknown[]

The Metadata's labels

last_updated: string

The date and time it was last updated

metadata_version: string

The Metadata version