FeaturesetVersionBackfillRequest 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
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.FeaturesetVersionBackfillRequestTypeConverter))]
public class FeaturesetVersionBackfillRequest : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IFeaturesetVersionBackfillRequest
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.FeaturesetVersionBackfillRequestTypeConverter))>]
type FeaturesetVersionBackfillRequest = class
interface IFeaturesetVersionBackfillRequest
interface IJsonSerializable
Public Class FeaturesetVersionBackfillRequest
Implements IFeaturesetVersionBackfillRequest
- Inheritance
-
FeaturesetVersionBackfillRequest
- Attributes
- Implements
Constructors
FeaturesetVersionBackfillRequest() |
Creates an new FeaturesetVersionBackfillRequest instance. |
Properties
DataAvailabilityStatus |
Specified the data availability status that you want to backfill |
Description |
Specifies description |
DisplayName |
Specifies description |
FeatureWindowEnd |
Specifies the feature window end time |
FeatureWindowStart |
Specifies the feature window start time |
JobId |
Specify the jobId to retry the failed materialization |
Property |
Specifies the properties |
ResourceInstanceType |
Specifies the instance type |
SparkConfiguration |
Specifies the spark compute settings |
Tag |
Specifies the tags |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of FeaturesetVersionBackfillRequest. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of FeaturesetVersionBackfillRequest. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.IFeaturesetVersionBackfillRequest. |
FromJsonString(String) |
Creates a new instance of FeaturesetVersionBackfillRequest, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of FeaturesetVersionBackfillRequest into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |