interface ListPromptsResponse {
    next?: WatsonXAI.CatalogSearch;
    results?: WatsonXAI.CatalogSearchResponseAsset[];
    total_rows?: number;
}

Properties

Catalog Search Model

total_rows?: number