Parameters for the listFoundationModelTasks operation.

interface ListFoundationModelTasksParams {
    headers?: OutgoingHttpHeaders;
    limit?: number;
    start?: string;
}

Properties

headers?: OutgoingHttpHeaders
limit?: number

How many resources should be returned. By default limit is 100. Max limit allowed is 200.

start?: string

Token required for token-based pagination. This token cannot be determined by end user. It is generated by the service and it is set in the href available in the next field.