PredictionResourceFormatData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class representing the PredictionResourceFormat data model. The prediction resource format.
public class PredictionResourceFormatData : Azure.ResourceManager.Models.ResourceData
type PredictionResourceFormatData = class
inherit ResourceData
Public Class PredictionResourceFormatData
Inherits ResourceData
- Inheritance
Constructors
PredictionResourceFormatData() |
Initializes a new instance of PredictionResourceFormatData. |
Properties
AutoAnalyze |
Whether do auto analyze. |
Description |
Description of the prediction. |
DisplayName |
Display name of the prediction. |
Grades |
The prediction grades. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
InvolvedInteractionTypes |
Interaction types involved in the prediction. |
InvolvedKpiTypes |
KPI types involved in the prediction. |
InvolvedRelationships |
Relationships involved in the prediction. |
Mappings |
Definition of the link mapping of prediction. |
Name |
The name of the resource. (Inherited from ResourceData) |
NegativeOutcomeExpression |
Negative outcome expression. |
PositiveOutcomeExpression |
Positive outcome expression. |
PredictionName |
Name of the prediction. |
PrimaryProfileType |
Primary profile type. |
ProvisioningState |
Provisioning state. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
ScopeExpression |
Scope expression. |
ScoreLabel |
Score label. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
SystemGeneratedEntities |
System generated entities. |
TenantId |
The hub name. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Applies to
Azure SDK for .NET