FeaturesetVersionBackfillRequest interface
Request payload for creating a backfill request for a given feature set version
Properties
data |
Specified the data availability status that you want to backfill |
description | Specifies description |
display |
Specifies description |
feature |
Specifies the backfill feature window to be materialized |
job |
Specify the jobId to retry the failed materialization |
properties | Specifies the properties |
resource | Specifies the compute resource settings |
spark |
Specifies the spark compute settings |
tags | Specifies the tags |
Property Details
dataAvailabilityStatus
Specified the data availability status that you want to backfill
dataAvailabilityStatus?: string[]
Property Value
string[]
description
Specifies description
description?: string
Property Value
string
displayName
Specifies description
displayName?: string
Property Value
string
featureWindow
Specifies the backfill feature window to be materialized
featureWindow?: FeatureWindow
Property Value
jobId
Specify the jobId to retry the failed materialization
jobId?: string
Property Value
string
properties
Specifies the properties
properties?: {[propertyName: string]: string | null}
Property Value
{[propertyName: string]: string | null}
resource
Specifies the compute resource settings
resource?: MaterializationComputeResource
Property Value
sparkConfiguration
Specifies the spark compute settings
sparkConfiguration?: {[propertyName: string]: string | null}
Property Value
{[propertyName: string]: string | null}
tags
Specifies the tags
tags?: {[propertyName: string]: string | null}
Property Value
{[propertyName: string]: string | null}