Share via


PredictionDistributionDefinitionDistributionsItem Class

Definition

The definition of a prediction distribution.

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

Properties

Negatives

Number of negatives.

NegativesAboveThreshold

Number of negatives above threshold.

Positives

Number of positives.

PositivesAboveThreshold

Number of positives above threshold.

ScoreThreshold

Score threshold.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PredictionDistributionDefinitionDistributionsItem>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PredictionDistributionDefinitionDistributionsItem>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PredictionDistributionDefinitionDistributionsItem>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PredictionDistributionDefinitionDistributionsItem>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PredictionDistributionDefinitionDistributionsItem>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to