Поделиться через


PredictionResourceFormatData Class

Definition

A class representing the PredictionResourceFormat data model. The prediction resource format.

public class PredictionResourceFormatData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CustomerInsights.PredictionResourceFormatData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CustomerInsights.PredictionResourceFormatData>
type PredictionResourceFormatData = class
    inherit ResourceData
    interface IJsonModel<PredictionResourceFormatData>
    interface IPersistableModel<PredictionResourceFormatData>
Public Class PredictionResourceFormatData
Inherits ResourceData
Implements IJsonModel(Of PredictionResourceFormatData), IPersistableModel(Of PredictionResourceFormatData)
Inheritance
PredictionResourceFormatData
Implements

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)

Explicit Interface Implementations

IJsonModel<PredictionResourceFormatData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<PredictionResourceFormatData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PredictionResourceFormatData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PredictionResourceFormatData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<PredictionResourceFormatData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to