An object containing metadata for a model.

interface ModelDescriptor {
    description: string;
    name: string;
    source: string;
    type: string;
}

Hierarchy (view full)

Properties

description: string

A human readable description for the model.

name: string

A human readable name for the model.

source: string

The source from which this model was created.

type: string

A String containing a type constant. This value provides an indication of what kind of data a model contains