The response fields from a Taxonomy request.

interface TaxonomyResource {
    entity?: TaxonomyResponse;
    metadata?: WatsonXAI.ResourceMeta;
    system?: WatsonXAI.SystemDetails;
}

Properties

The Taxonomy entity.

Common metadata for a resource where project_id or space_id must be present.

Optional details coming from the service and related to the API call or the associated resource.