Skip to main content

Interface: ModelSecurityScanListAllOptions

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

Options controlling collection of an async listing.

Extends​

Properties​

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


max?​

optional max?: number;

Defined in: src/listing.ts:26

Maximum records to collect. Defaults to 10,000. Use 0 for no limit.

Inherited from​

CollectAllOptions.max


isBackgroundRefresh?​

optional isBackgroundRefresh?: boolean;

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

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

Inherited from​

ModelSecurityScanListOptions.isBackgroundRefresh


model_version_uuid?​

optional model_version_uuid?: string;

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

Limit scans to a particular model version.

Inherited from​

ModelSecurityScanListOptions.model_version_uuid


sort_by?​

optional sort_by?: string;

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

Sort field: 'created_at' or 'updated_at'.

Inherited from​

ModelSecurityScanListOptions.sort_by


sort_order?​

optional sort_order?: string;

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

Sort order: 'asc' or 'desc'.

Inherited from​

ModelSecurityScanListOptions.sort_order


search_query?​

optional search_query?: string;

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

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

Inherited from​

ModelSecurityScanListOptions.search_query


eval_outcomes?​

optional eval_outcomes?: string[];

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

Filter by evaluation outcomes (array).

Inherited from​

ModelSecurityScanListOptions.eval_outcomes


source_types?​

optional source_types?: string[];

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

Filter by source types (array).

Inherited from​

ModelSecurityScanListOptions.source_types


security_group_uuid?​

optional security_group_uuid?: string;

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

Filter by security group UUID.

Inherited from​

ModelSecurityScanListOptions.security_group_uuid


start_time?​

optional start_time?: string;

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

Filter by start time (ISO datetime).

Inherited from​

ModelSecurityScanListOptions.start_time


end_time?​

optional end_time?: string;

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

Filter by end time (ISO datetime).

Inherited from​

ModelSecurityScanListOptions.end_time


labels_query?​

optional labels_query?: string;

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

Labels query filter (max 4096 chars).

Inherited from​

ModelSecurityScanListOptions.labels_query