IFeaturesetVersionBackfillRequest Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.FeaturesetVersionBackfillRequestTypeConverter))]
public interface IFeaturesetVersionBackfillRequest : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20240401.FeaturesetVersionBackfillRequestTypeConverter))>]
type IFeaturesetVersionBackfillRequest = interface
interface IJsonSerializable
Public Interface IFeaturesetVersionBackfillRequest
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |