A model provider configured for a tenant.

interface Provider {
    data: JSONObject;
    models: Model[];
    name: string;
    type: string;
    uuid: string;
}

Properties

Properties

Data to be mapped to a provider credential config.

models: Model[]

The configured models for this provider.

name: string

The name of the provider.

type: string

The provider type the credential is for.

uuid: string

The ID of the provider.