Interface ListCachedContentsResponse (1.8.1)

Response with a list of CachedContents.

Package

@google-cloud/vertexai

Properties

cachedContents

cachedContents?: CachedContent[];

List of cached contents.

nextPageToken

nextPageToken?: string;

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.