Share via


PredictionModelStatus Class

Definition

The prediction model status.

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

Constructors

PredictionModelStatus(PredictionModelLifeCycle)

Initializes a new instance of PredictionModelStatus.

Properties

Message

The model status message.

ModelVersion

Version of the model.

PredictionGuidId

The prediction GUID ID.

PredictionName

The prediction name.

SignalsUsed

The signals used.

Status

Prediction model life cycle. When prediction is in PendingModelConfirmation status, it is allowed to update the status to PendingFeaturing or Active through API.

TenantId

The hub name.

TestSetCount

Count of the test set.

TrainingAccuracy

The training accuracy.

TrainingSetCount

Count of the training set.

ValidationSetCount

Count of the validation set.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<PredictionModelStatus>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<PredictionModelStatus>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<PredictionModelStatus>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<PredictionModelStatus>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<PredictionModelStatus>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to