FeatureSetVersionBackfillContent Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Request payload for creating a backfill request for a given feature set version.
public class FeatureSetVersionBackfillContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.FeatureSetVersionBackfillContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.FeatureSetVersionBackfillContent>
public class FeatureSetVersionBackfillContent
type FeatureSetVersionBackfillContent = class
interface IJsonModel<FeatureSetVersionBackfillContent>
interface IPersistableModel<FeatureSetVersionBackfillContent>
type FeatureSetVersionBackfillContent = class
Public Class FeatureSetVersionBackfillContent
Implements IJsonModel(Of FeatureSetVersionBackfillContent), IPersistableModel(Of FeatureSetVersionBackfillContent)
Public Class FeatureSetVersionBackfillContent
- Inheritance
-
FeatureSetVersionBackfillContent
- Implements
Constructors
FeatureSetVersionBackfillContent() |
Initializes a new instance of FeatureSetVersionBackfillContent. |
Properties
DataAvailabilityStatus |
Specified the data availability status that you want to backfill. |
Description |
Specifies description. |
DisplayName |
Specifies description. |
FeatureWindow |
Specifies the backfill feature window to be materialized. |
JobId |
Specify the jobId to retry the failed materialization. |
Properties |
Specifies the properties. |
ResourceInstanceType |
Specifies the instance type. |
SparkConfiguration |
Specifies the spark compute settings. |
Tags |
Specifies the tags. |
Explicit Interface Implementations
IJsonModel<FeatureSetVersionBackfillContent>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<FeatureSetVersionBackfillContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<FeatureSetVersionBackfillContent>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<FeatureSetVersionBackfillContent>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<FeatureSetVersionBackfillContent>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET