Share via


PredictionDistributionDefinition Class

Definition

The definition of the prediction distribution.

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

Properties

Distributions

Distributions of the prediction.

TotalNegatives

Total negatives in the distribution.

TotalPositives

Total positive in the distribution.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PredictionDistributionDefinition>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PredictionDistributionDefinition>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PredictionDistributionDefinition>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PredictionDistributionDefinition>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PredictionDistributionDefinition>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to