Preparing search index...
The search index is not available
CREWDLE Mist SDK Reference
CREWDLE Mist SDK Reference
IGenerativeAIModel
Interface IGenerativeAIModel
The generative AI model interface.
interface
IGenerativeAIModel
{
engineType
:
GenerativeAIEngineType
;
id
:
string
;
inputType
:
GenerativeAIModelInputType
;
outputType
:
GenerativeAIModelOutputType
;
pathName
?:
string
;
sourceUrl
:
string
;
taskType
:
GenerativeAITaskType
;
}
Index
Properties
engine
Type
id
input
Type
output
Type
path
Name?
source
Url
task
Type
Properties
engine
Type
engine
Type
:
GenerativeAIEngineType
id
id
:
string
input
Type
input
Type
:
GenerativeAIModelInputType
output
Type
output
Type
:
GenerativeAIModelOutputType
Optional
path
Name
path
Name
?:
string
source
Url
source
Url
:
string
task
Type
task
Type
:
GenerativeAITaskType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
engine
Type
id
input
Type
output
Type
path
Name
source
Url
task
Type
CREWDLE Mist SDK Reference
Loading...
The generative AI model interface.