FeaturesetVersionBackfillResponse Class

Definition

Response payload for creating a backfill request for a given feature set version.

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

Properties

JobIds

List of jobs submitted as part of the backfill request.

Explicit Interface Implementations

IJsonModel<FeaturesetVersionBackfillResponse>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FeaturesetVersionBackfillResponse>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FeaturesetVersionBackfillResponse>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FeaturesetVersionBackfillResponse>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FeaturesetVersionBackfillResponse>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to