@qlik/api reference
Embed
Extend
Manage
APIs
Toolkits
Embed
Extend
Manage
APIs
Toolkits
Preparing search index...
ml
BatchPredictionInput
Type Alias BatchPredictionInput
Input values for creating a batch prediction configuration
type
BatchPredictionInput
=
{
data
?:
{
attributes
?:
{
aliasId
?:
AliasId
;
dataSetId
?:
DataSetId
;
deploymentId
?:
DeploymentId
;
description
?:
string
;
indexColumn
?:
IndexColumn
;
name
?:
EntityName
;
schedule
?:
BatchPredictionScheduleInputAttributes
;
writeback
?:
BatchPredictionWriteback
;
}
;
type
?:
"batch-prediction"
;
}
;
}
Index
Properties
data?
Properties
Optional
data
data
?:
{
attributes
?:
{
aliasId
?:
AliasId
;
dataSetId
?:
DataSetId
;
deploymentId
?:
DeploymentId
;
description
?:
string
;
indexColumn
?:
IndexColumn
;
name
?:
EntityName
;
schedule
?:
BatchPredictionScheduleInputAttributes
;
writeback
?:
BatchPredictionWriteback
;
}
;
type
?:
"batch-prediction"
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
Embed
Extend
Manage
APIs
Toolkits
@qlik/api reference
Loading...
Input values for creating a batch prediction configuration