ISPO SDK
ISPO
Preparing search index...
core
EntityTypeDefinition
Interface EntityTypeDefinition
Markdown
Copy Markdown
interface
EntityTypeDefinition
{
createdAt
:
string
;
display
?:
{
icon
?:
string
;
labelField
?:
string
;
summaryFields
?:
string
[]
}
;
id
:
string
;
indexes
:
EntityIndex
[]
;
inferenceEgress
?:
"allow"
|
"local-only"
;
privateContent
?:
{
cardinality
:
"one"
|
"many"
;
fieldPath
:
string
;
id
:
string
;
inferenceEgress
?:
"allow"
|
"local-only"
;
maxBytes
:
number
;
maxItems
:
number
;
mediaTypes
:
string
[]
;
metadata
?:
Record
<
string
,
{
maxBytes
?:
number
;
required
?:
boolean
;
type
:
"string"
|
"number"
|
"boolean"
;
}
,
>
;
retention
:
|
{
kind
:
"until-redacted"
}
|
{
days
:
number
;
kind
:
"expire-after-days"
}
;
}
[]
;
registeredBy
:
Principal
;
schema
:
EntityJsonObject
;
schemaVersion
:
number
;
updatedAt
:
string
;
}
Index
Properties
created
At
display?
id
indexes
inference
Egress?
private
Content?
registered
By
schema
schema
Version
updated
At
Properties
created
At
createdAt
:
string
Optional
display
display
?:
{
icon
?:
string
;
labelField
?:
string
;
summaryFields
?:
string
[]
}
id
id
:
string
indexes
indexes
:
EntityIndex
[]
Optional
inference
Egress
inferenceEgress
?:
"allow"
|
"local-only"
Host-evaluated prompt-egress sensitivity; omitted definitions default to allow.
Optional
private
Content
privateContent
?:
{
cardinality
:
"one"
|
"many"
;
fieldPath
:
string
;
id
:
string
;
inferenceEgress
?:
"allow"
|
"local-only"
;
maxBytes
:
number
;
maxItems
:
number
;
mediaTypes
:
string
[]
;
metadata
?:
Record
<
string
,
{
maxBytes
?:
number
;
required
?:
boolean
;
type
:
"string"
|
"number"
|
"boolean"
;
}
,
>
;
retention
:
|
{
kind
:
"until-redacted"
}
|
{
days
:
number
;
kind
:
"expire-after-days"
}
;
}
[]
registered
By
registeredBy
:
Principal
schema
schema
:
EntityJsonObject
schema
Version
schemaVersion
:
number
updated
At
updatedAt
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
created
At
display
id
indexes
inference
Egress
private
Content
registered
By
schema
schema
Version
updated
At
ISPO
ISPO SDK
Loading...
Host-evaluated prompt-egress sensitivity; omitted definitions default to allow.