ArmCustomerInsightsModelFactory.PredictionResourceFormatData Method

Definition

Initializes a new instance of PredictionResourceFormatData.

public static Azure.ResourceManager.CustomerInsights.PredictionResourceFormatData PredictionResourceFormatData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, System.Collections.Generic.IDictionary<string,string> description = default, System.Collections.Generic.IDictionary<string,string> displayName = default, System.Collections.Generic.IEnumerable<string> involvedInteractionTypes = default, System.Collections.Generic.IEnumerable<string> involvedKpiTypes = default, System.Collections.Generic.IEnumerable<string> involvedRelationships = default, string negativeOutcomeExpression = default, string positiveOutcomeExpression = default, string primaryProfileType = default, Azure.ResourceManager.CustomerInsights.Models.ProvisioningState? provisioningState = default, string predictionName = default, string scopeExpression = default, Guid? tenantId = default, bool? autoAnalyze = default, Azure.ResourceManager.CustomerInsights.Models.PredictionMappings mappings = default, string scoreLabel = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.CustomerInsights.Models.PredictionGradesItem> grades = default, Azure.ResourceManager.CustomerInsights.Models.PredictionSystemGeneratedEntities systemGeneratedEntities = default);
static member PredictionResourceFormatData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, string> * seq<string> * seq<string> * seq<string> * string * string * string * Nullable<Azure.ResourceManager.CustomerInsights.Models.ProvisioningState> * string * string * Nullable<Guid> * Nullable<bool> * Azure.ResourceManager.CustomerInsights.Models.PredictionMappings * string * seq<Azure.ResourceManager.CustomerInsights.Models.PredictionGradesItem> * Azure.ResourceManager.CustomerInsights.Models.PredictionSystemGeneratedEntities -> Azure.ResourceManager.CustomerInsights.PredictionResourceFormatData
Public Shared Function PredictionResourceFormatData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional description As IDictionary(Of String, String) = Nothing, Optional displayName As IDictionary(Of String, String) = Nothing, Optional involvedInteractionTypes As IEnumerable(Of String) = Nothing, Optional involvedKpiTypes As IEnumerable(Of String) = Nothing, Optional involvedRelationships As IEnumerable(Of String) = Nothing, Optional negativeOutcomeExpression As String = Nothing, Optional positiveOutcomeExpression As String = Nothing, Optional primaryProfileType As String = Nothing, Optional provisioningState As Nullable(Of ProvisioningState) = Nothing, Optional predictionName As String = Nothing, Optional scopeExpression As String = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing, Optional autoAnalyze As Nullable(Of Boolean) = Nothing, Optional mappings As PredictionMappings = Nothing, Optional scoreLabel As String = Nothing, Optional grades As IEnumerable(Of PredictionGradesItem) = Nothing, Optional systemGeneratedEntities As PredictionSystemGeneratedEntities = Nothing) As PredictionResourceFormatData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

description
IDictionary<String,String>

Description of the prediction.

displayName
IDictionary<String,String>

Display name of the prediction.

involvedInteractionTypes
IEnumerable<String>

Interaction types involved in the prediction.

involvedKpiTypes
IEnumerable<String>

KPI types involved in the prediction.

involvedRelationships
IEnumerable<String>

Relationships involved in the prediction.

negativeOutcomeExpression
String

Negative outcome expression.

positiveOutcomeExpression
String

Positive outcome expression.

primaryProfileType
String

Primary profile type.

provisioningState
Nullable<ProvisioningState>

Provisioning state.

predictionName
String

Name of the prediction.

scopeExpression
String

Scope expression.

tenantId
Nullable<Guid>

The hub name.

autoAnalyze
Nullable<Boolean>

Whether do auto analyze.

mappings
PredictionMappings

Definition of the link mapping of prediction.

scoreLabel
String

Score label.

grades
IEnumerable<PredictionGradesItem>

The prediction grades.

systemGeneratedEntities
PredictionSystemGeneratedEntities

System generated entities.

Returns

A new PredictionResourceFormatData instance for mocking.

Applies to