System details.

interface FoundationModelTasks {
    first: WatsonXAI.PaginationFirst;
    limit: number;
    next?: WatsonXAI.PaginationNext;
    resources?: WatsonXAI.FoundationModelTask[];
    system?: SystemTgDetails;
    total_count?: number;
}

Properties

The reference to the first item in the current page.

limit: number

The number of items to return in each page.

A reference to the first item of the next page, if any.

The supported foundation model tasks.

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

total_count?: number

The total number of resources.