Get Prediction Result
data class GetPredictionResult(val autoAnalyze: Boolean, val azureApiVersion: String, val description: Map<String, String>? = null, val displayName: Map<String, String>? = null, val grades: List<PredictionResponseGrades>? = null, val id: String, val involvedInteractionTypes: List<String>? = null, val involvedKpiTypes: List<String>? = null, val involvedRelationships: List<String>? = null, val mappings: PredictionResponseMappings, val name: String, val negativeOutcomeExpression: String, val positiveOutcomeExpression: String, val predictionName: String? = null, val primaryProfileType: String, val provisioningState: String, val scopeExpression: String, val scoreLabel: String, val systemGeneratedEntities: PredictionResponseSystemGeneratedEntities, val tenantId: String, val type: String)
The prediction resource format.
Constructors
Link copied to clipboard
constructor(autoAnalyze: Boolean, azureApiVersion: String, description: Map<String, String>? = null, displayName: Map<String, String>? = null, grades: List<PredictionResponseGrades>? = null, id: String, involvedInteractionTypes: List<String>? = null, involvedKpiTypes: List<String>? = null, involvedRelationships: List<String>? = null, mappings: PredictionResponseMappings, name: String, negativeOutcomeExpression: String, positiveOutcomeExpression: String, predictionName: String? = null, primaryProfileType: String, provisioningState: String, scopeExpression: String, scoreLabel: String, systemGeneratedEntities: PredictionResponseSystemGeneratedEntities, tenantId: String, type: String)
Properties
Link copied to clipboard
Whether do auto analyze.
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Description of the prediction.
Link copied to clipboard
Display name of the prediction.
Link copied to clipboard
The prediction grades.
Link copied to clipboard
Interaction types involved in the prediction.
Link copied to clipboard
KPI types involved in the prediction.
Link copied to clipboard
Relationships involved in the prediction.
Link copied to clipboard
Definition of the link mapping of prediction.
Link copied to clipboard
Negative outcome expression.
Link copied to clipboard
Positive outcome expression.
Link copied to clipboard
Name of the prediction.
Link copied to clipboard
Primary profile type.
Link copied to clipboard
Provisioning state.
Link copied to clipboard
Scope expression.
Link copied to clipboard
Score label.
Link copied to clipboard
System generated entities.