Logo
Type aliases

ClassifyResponse

ClassifyResponse = object

Defined in: packages/cloud/src/client/types.gen.ts:1051

Response model for the classify endpoint following AIP-132 pagination standard.

Contains classification results with pagination support and summary statistics.

Properties

items

items: ClassificationResult[]

Defined in: packages/cloud/src/client/types.gen.ts:1055

The list of items.


next_page_token?

optional next_page_token: string | null

Defined in: packages/cloud/src/client/types.gen.ts:1059

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


total_size?

optional total_size: number | null

Defined in: packages/cloud/src/client/types.gen.ts:1063

The total number of items available. This is only populated when specifically requested. The value may be an estimate and can be used for display purposes only.


unknown_count

unknown_count: number

Defined in: packages/cloud/src/client/types.gen.ts:1067

Number of files that couldn't be classified