Parameters for the createTaxonomy operation.

interface CreateTaxonomyParams {
    dataReference?: WatsonXAI.ObjectLocation;
    description?: string;
    headers?: OutgoingHttpHeaders;
    name: string;
    projectId?: string;
    resultsReference: WatsonXAI.ObjectLocation;
    spaceId?: string;
}

Properties

dataReference?: WatsonXAI.ObjectLocation

A reference to data.

description?: string

The description of the Taxonomy job.

headers?: OutgoingHttpHeaders
name: string

The name of the document.

projectId?: string

The project that contains the resource. Either space_id or project_id has to be given.

resultsReference: WatsonXAI.ObjectLocation

The training results. Normally this is specified as type=container which means that it is stored in the space or project.

spaceId?: string

The space that contains the resource. Either space_id or project_id has to be given.