Preparing search index...
The search index is not available
@contrail/entity-types
@contrail/entity-types
AIOperation
Interface AIOperation
interface
AIOperation
{
commit
?:
AIOperationCommit
;
createdById
?:
string
;
createdOn
?:
Date
;
error
?:
AIOperationError
;
id
?:
string
;
inputs
:
AIOperationInputs
;
model
:
AIModel
;
operationType
:
GENERATE_IMAGES
;
orgId
?:
string
;
orgSlug
?:
string
;
outputs
?:
unknown
;
readUpdatedOn
?:
Date
;
status
:
AIOperationStatus
;
threadId
:
string
;
updatedById
?:
string
;
updatedOn
?:
Date
;
}
Hierarchy (
view full
)
OrgManagedEntity
AIOperation
AIImageGenerationOperation
Index
Properties
commit?
created
By
Id?
created
On?
error?
id?
inputs
model
operation
Type
org
Id?
org
Slug?
outputs?
read
Updated
On?
status
thread
Id
updated
By
Id?
updated
On?
Properties
Optional
commit
commit
?:
AIOperationCommit
Optional
created
By
Id
created
By
Id
?:
string
Optional
created
On
created
On
?:
Date
Optional
error
error
?:
AIOperationError
Optional
id
id
?:
string
inputs
inputs
:
AIOperationInputs
model
model
:
AIModel
operation
Type
operation
Type
:
GENERATE_IMAGES
Optional
org
Id
org
Id
?:
string
Optional
org
Slug
org
Slug
?:
string
Optional
outputs
outputs
?:
unknown
Optional
read
Updated
On
read
Updated
On
?:
Date
status
status
:
AIOperationStatus
thread
Id
thread
Id
:
string
Optional
updated
By
Id
updated
By
Id
?:
string
Optional
updated
On
updated
On
?:
Date
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
commit
created
By
Id
created
On
error
id
inputs
model
operation
Type
org
Id
org
Slug
outputs
read
Updated
On
status
thread
Id
updated
By
Id
updated
On
@contrail/entity-types
Loading...
Generated using
TypeDoc