Skip to main content

Interface: ModelSecurityScanListOptions

Defined in: src/model-security/scans-client.ts:43

Pagination + filter options for model security scan listing.

Extends​

Properties​

skip?​

optional skip?: number;

Defined in: src/listing.ts:8

Number of records to skip from the start.

Inherited from​

ListingOptions.skip


limit?​

optional limit?: number;

Defined in: src/listing.ts:10

Max records to return.

Inherited from​

ListingOptions.limit


optional search?: string;

Defined in: src/listing.ts:12

Free-text search filter.

Inherited from​

ListingOptions.search


isBackgroundRefresh?​

optional isBackgroundRefresh?: boolean;

Defined in: src/model-security/scans-client.ts:45

Browser API refresh hint (experimental); false is sent explicitly.


model_version_uuid?​

optional model_version_uuid?: string;

Defined in: src/model-security/scans-client.ts:47

Limit scans to a particular model version.


sort_by?​

optional sort_by?: string;

Defined in: src/model-security/scans-client.ts:49

Sort field: 'created_at' or 'updated_at'.


sort_order?​

optional sort_order?: string;

Defined in: src/model-security/scans-client.ts:51

Sort order: 'asc' or 'desc'.


search_query?​

optional search_query?: string;

Defined in: src/model-security/scans-client.ts:53

Search query (matches UUID or name, 3-1000 chars).


eval_outcomes?​

optional eval_outcomes?: string[];

Defined in: src/model-security/scans-client.ts:55

Filter by evaluation outcomes (array).


source_types?​

optional source_types?: string[];

Defined in: src/model-security/scans-client.ts:57

Filter by source types (array).


security_group_uuid?​

optional security_group_uuid?: string;

Defined in: src/model-security/scans-client.ts:59

Filter by security group UUID.


start_time?​

optional start_time?: string;

Defined in: src/model-security/scans-client.ts:61

Filter by start time (ISO datetime).


end_time?​

optional end_time?: string;

Defined in: src/model-security/scans-client.ts:63

Filter by end time (ISO datetime).


labels_query?​

optional labels_query?: string;

Defined in: src/model-security/scans-client.ts:65

Labels query filter (max 4096 chars).