PredictionTrainingResults interface
The training results of the prediction.
Properties
canonical |
Canonical profiles. NOTE: This property will not be serialized. It can only be populated by the server. |
prediction |
Prediction distribution. NOTE: This property will not be serialized. It can only be populated by the server. |
primary |
Instance count of the primary profile. NOTE: This property will not be serialized. It can only be populated by the server. |
score |
Score name. NOTE: This property will not be serialized. It can only be populated by the server. |
tenant |
The hub name. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
canonicalProfiles
Canonical profiles. NOTE: This property will not be serialized. It can only be populated by the server.
canonicalProfiles?: CanonicalProfileDefinition[]
Property Value
predictionDistribution
Prediction distribution. NOTE: This property will not be serialized. It can only be populated by the server.
predictionDistribution?: PredictionDistributionDefinition
Property Value
primaryProfileInstanceCount
Instance count of the primary profile. NOTE: This property will not be serialized. It can only be populated by the server.
primaryProfileInstanceCount?: number
Property Value
number
scoreName
Score name. NOTE: This property will not be serialized. It can only be populated by the server.
scoreName?: string
Property Value
string
tenantId
The hub name. NOTE: This property will not be serialized. It can only be populated by the server.
tenantId?: string
Property Value
string