Condividi tramite


PredictionTrainingResults Class

Definition

The training results of the prediction.

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

Properties

CanonicalProfiles

Canonical profiles.

PredictionDistribution

Prediction distribution.

PrimaryProfileInstanceCount

Instance count of the primary profile.

ScoreName

Score name.

TenantId

The hub name.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PredictionTrainingResults>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PredictionTrainingResults>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PredictionTrainingResults>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PredictionTrainingResults>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PredictionTrainingResults>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to