PredictionResourceFormat interface
预测资源格式。
属性
| auto |
是否自动分析。 |
| description | 预测的说明。 |
| display |
预测的显示名称。 |
| grades | 预测成绩。 |
| involved |
预测中涉及的交互类型。 |
| involved |
预测中涉及的 KPI 类型。 |
| involved |
预测中涉及的关系。 |
| mappings | 预测链接映射的定义。 |
| negative |
负结果表达式。 |
| positive |
正结果表达式。 |
| prediction |
预测的名称。 |
| primary |
主配置文件类型。 |
| provisioning |
预配状态。 注意:此属性不会序列化。 它只能由服务器填充。 |
| scope |
范围表达式。 |
| score |
评分标签。 |
| system |
系统生成的实体。 注意:此属性不会序列化。 它只能由服务器填充。 |
| tenant |
中心名称。 注意:此属性不会序列化。 它只能由服务器填充。 |
继承属性
| id | 资源 ID。 注意:此属性不会序列化。 它只能由服务器填充。 |
| name | 资源名称。 注意:此属性不会序列化。 它只能由服务器填充。 |
| type | 资源类型。 注意:此属性不会序列化。 它只能由服务器填充。 |
属性详细信息
autoAnalyze
是否自动分析。
autoAnalyze?: boolean
属性值
boolean
description
预测的说明。
description?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}
displayName
预测的显示名称。
displayName?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}
grades
involvedInteractionTypes
预测中涉及的交互类型。
involvedInteractionTypes?: string[]
属性值
string[]
involvedKpiTypes
预测中涉及的 KPI 类型。
involvedKpiTypes?: string[]
属性值
string[]
involvedRelationships
预测中涉及的关系。
involvedRelationships?: string[]
属性值
string[]
mappings
negativeOutcomeExpression
负结果表达式。
negativeOutcomeExpression?: string
属性值
string
positiveOutcomeExpression
正结果表达式。
positiveOutcomeExpression?: string
属性值
string
predictionName
预测的名称。
predictionName?: string
属性值
string
primaryProfileType
主配置文件类型。
primaryProfileType?: string
属性值
string
provisioningState
预配状态。 注意:此属性不会序列化。 它只能由服务器填充。
provisioningState?: string
属性值
string
scopeExpression
范围表达式。
scopeExpression?: string
属性值
string
scoreLabel
评分标签。
scoreLabel?: string
属性值
string
systemGeneratedEntities
系统生成的实体。 注意:此属性不会序列化。 它只能由服务器填充。
systemGeneratedEntities?: PredictionSystemGeneratedEntities
属性值
tenantId
中心名称。 注意:此属性不会序列化。 它只能由服务器填充。
tenantId?: string
属性值
string