ArmCustomerInsightsModelFactory.PredictionResourceFormatData Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue instance von 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
Parameter
Die ID.
- name
- String
Der Name.
- resourceType
- ResourceType
Der resourceType.
- systemData
- SystemData
SystemDaten.
- description
- IDictionary<String,String>
Beschreibung der Vorhersage.
- displayName
- IDictionary<String,String>
Anzeigename der Vorhersage.
- involvedInteractionTypes
- IEnumerable<String>
Interaktionstypen, die an der Vorhersage beteiligt sind.
- involvedKpiTypes
- IEnumerable<String>
KPI-Typen, die an der Vorhersage beteiligt sind.
- involvedRelationships
- IEnumerable<String>
Beziehungen, die an der Vorhersage beteiligt sind.
- negativeOutcomeExpression
- String
Negativer Ergebnisausdruck.
- positiveOutcomeExpression
- String
Positiver Ergebnisausdruck.
- primaryProfileType
- String
Primärer Profiltyp.
- provisioningState
- Nullable<ProvisioningState>
Bereitstellungsstatus.
- predictionName
- String
Name der Vorhersage.
- scopeExpression
- String
Bereichsausdruck.
- mappings
- PredictionMappings
Definition der Linkzuordnung der Vorhersage.
- scoreLabel
- String
Bewertungsbezeichnung.
- grades
- IEnumerable<PredictionGradesItem>
Die Vorhersagenoten.
- systemGeneratedEntities
- PredictionSystemGeneratedEntities
Systemgenerierte Entitäten.
Gibt zurück
Eine neue PredictionResourceFormatData instance zum Mocking.
Gilt für:
Azure SDK for .NET