FeaturesetVersionBackfillRequest interface

Request payload for creating a backfill request for a given feature set version

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

resource

Specifies the compute resource settings

sparkConfiguration

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}