Viewing docs for Databricks v1.90.0
published on Thursday, Mar 19, 2026 by Pulumi
published on Thursday, Mar 19, 2026 by Pulumi
Viewing docs for Databricks v1.90.0
published on Thursday, Mar 19, 2026 by Pulumi
published on Thursday, Mar 19, 2026 by Pulumi
Using getFeatureEngineeringFeature
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getFeatureEngineeringFeature(args: GetFeatureEngineeringFeatureArgs, opts?: InvokeOptions): Promise<GetFeatureEngineeringFeatureResult>
function getFeatureEngineeringFeatureOutput(args: GetFeatureEngineeringFeatureOutputArgs, opts?: InvokeOptions): Output<GetFeatureEngineeringFeatureResult>def get_feature_engineering_feature(full_name: Optional[str] = None,
provider_config: Optional[GetFeatureEngineeringFeatureProviderConfig] = None,
opts: Optional[InvokeOptions] = None) -> GetFeatureEngineeringFeatureResult
def get_feature_engineering_feature_output(full_name: Optional[pulumi.Input[str]] = None,
provider_config: Optional[pulumi.Input[GetFeatureEngineeringFeatureProviderConfigArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFeatureEngineeringFeatureResult]func LookupFeatureEngineeringFeature(ctx *Context, args *LookupFeatureEngineeringFeatureArgs, opts ...InvokeOption) (*LookupFeatureEngineeringFeatureResult, error)
func LookupFeatureEngineeringFeatureOutput(ctx *Context, args *LookupFeatureEngineeringFeatureOutputArgs, opts ...InvokeOption) LookupFeatureEngineeringFeatureResultOutput> Note: This function is named LookupFeatureEngineeringFeature in the Go SDK.
public static class GetFeatureEngineeringFeature
{
public static Task<GetFeatureEngineeringFeatureResult> InvokeAsync(GetFeatureEngineeringFeatureArgs args, InvokeOptions? opts = null)
public static Output<GetFeatureEngineeringFeatureResult> Invoke(GetFeatureEngineeringFeatureInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetFeatureEngineeringFeatureResult> getFeatureEngineeringFeature(GetFeatureEngineeringFeatureArgs args, InvokeOptions options)
public static Output<GetFeatureEngineeringFeatureResult> getFeatureEngineeringFeature(GetFeatureEngineeringFeatureArgs args, InvokeOptions options)
fn::invoke:
function: databricks:index/getFeatureEngineeringFeature:getFeatureEngineeringFeature
arguments:
# arguments dictionaryThe following arguments are supported:
- Full
Name string - The full three-part name (catalog, schema, name) of the feature
- Provider
Config GetFeature Engineering Feature Provider Config - Configure the provider for management through account provider.
- Full
Name string - The full three-part name (catalog, schema, name) of the feature
- Provider
Config GetFeature Engineering Feature Provider Config - Configure the provider for management through account provider.
- full
Name String - The full three-part name (catalog, schema, name) of the feature
- provider
Config GetFeature Engineering Feature Provider Config - Configure the provider for management through account provider.
- full
Name string - The full three-part name (catalog, schema, name) of the feature
- provider
Config GetFeature Engineering Feature Provider Config - Configure the provider for management through account provider.
- full_
name str - The full three-part name (catalog, schema, name) of the feature
- provider_
config GetFeature Engineering Feature Provider Config - Configure the provider for management through account provider.
- full
Name String - The full three-part name (catalog, schema, name) of the feature
- provider
Config Property Map - Configure the provider for management through account provider.
getFeatureEngineeringFeature Result
The following output properties are available:
- Description string
- (string) - The description of the feature
- Entities
List<Get
Feature Engineering Feature Entity> - (list of EntityColumn) - The entity columns for the feature, used as aggregation keys and for query-time lookup
- Filter
Condition string - (string) - The filter condition applied to the source data before aggregation
- Full
Name string - (string) - The full three-part (catalog, schema, table) name of the Delta table
- Function
Get
Feature Engineering Feature Function - (Function) - The function by which the feature is computed
- Id string
- The provider-assigned unique ID for this managed resource.
- Inputs List<string>
- (list of string, deprecated) - Deprecated: Use AggregationFunction.inputs instead. Kept for backwards compatibility. The input columns from which the feature is computed
- Lineage
Context GetFeature Engineering Feature Lineage Context - (LineageContext) - Lineage context information for this feature. WARNING: This field is primarily intended for internal use by Databricks systems and is automatically populated when features are created through Databricks notebooks or jobs. Users should not manually set this field as incorrect values may lead to inaccurate lineage tracking or unexpected behavior. This field will be set by feature-engineering client and should be left unset by SDK and terraform users
- Source
Get
Feature Engineering Feature Source - (DataSource) - The data source of the feature
- Time
Window GetFeature Engineering Feature Time Window - (TimeWindow) - The time window over which the aggregation is computed
- Timeseries
Column GetFeature Engineering Feature Timeseries Column - (string, deprecated) - Deprecated: Use Feature.timeseries_column instead. Kept for backwards compatibility. The timeseries column of the Delta table
- Provider
Config GetFeature Engineering Feature Provider Config
- Description string
- (string) - The description of the feature
- Entities
[]Get
Feature Engineering Feature Entity - (list of EntityColumn) - The entity columns for the feature, used as aggregation keys and for query-time lookup
- Filter
Condition string - (string) - The filter condition applied to the source data before aggregation
- Full
Name string - (string) - The full three-part (catalog, schema, table) name of the Delta table
- Function
Get
Feature Engineering Feature Function - (Function) - The function by which the feature is computed
- Id string
- The provider-assigned unique ID for this managed resource.
- Inputs []string
- (list of string, deprecated) - Deprecated: Use AggregationFunction.inputs instead. Kept for backwards compatibility. The input columns from which the feature is computed
- Lineage
Context GetFeature Engineering Feature Lineage Context - (LineageContext) - Lineage context information for this feature. WARNING: This field is primarily intended for internal use by Databricks systems and is automatically populated when features are created through Databricks notebooks or jobs. Users should not manually set this field as incorrect values may lead to inaccurate lineage tracking or unexpected behavior. This field will be set by feature-engineering client and should be left unset by SDK and terraform users
- Source
Get
Feature Engineering Feature Source - (DataSource) - The data source of the feature
- Time
Window GetFeature Engineering Feature Time Window - (TimeWindow) - The time window over which the aggregation is computed
- Timeseries
Column GetFeature Engineering Feature Timeseries Column - (string, deprecated) - Deprecated: Use Feature.timeseries_column instead. Kept for backwards compatibility. The timeseries column of the Delta table
- Provider
Config GetFeature Engineering Feature Provider Config
- description String
- (string) - The description of the feature
- entities
List<Get
Feature Engineering Feature Entity> - (list of EntityColumn) - The entity columns for the feature, used as aggregation keys and for query-time lookup
- filter
Condition String - (string) - The filter condition applied to the source data before aggregation
- full
Name String - (string) - The full three-part (catalog, schema, table) name of the Delta table
- function
Get
Feature Engineering Feature Function - (Function) - The function by which the feature is computed
- id String
- The provider-assigned unique ID for this managed resource.
- inputs List<String>
- (list of string, deprecated) - Deprecated: Use AggregationFunction.inputs instead. Kept for backwards compatibility. The input columns from which the feature is computed
- lineage
Context GetFeature Engineering Feature Lineage Context - (LineageContext) - Lineage context information for this feature. WARNING: This field is primarily intended for internal use by Databricks systems and is automatically populated when features are created through Databricks notebooks or jobs. Users should not manually set this field as incorrect values may lead to inaccurate lineage tracking or unexpected behavior. This field will be set by feature-engineering client and should be left unset by SDK and terraform users
- source
Get
Feature Engineering Feature Source - (DataSource) - The data source of the feature
- time
Window GetFeature Engineering Feature Time Window - (TimeWindow) - The time window over which the aggregation is computed
- timeseries
Column GetFeature Engineering Feature Timeseries Column - (string, deprecated) - Deprecated: Use Feature.timeseries_column instead. Kept for backwards compatibility. The timeseries column of the Delta table
- provider
Config GetFeature Engineering Feature Provider Config
- description string
- (string) - The description of the feature
- entities
Get
Feature Engineering Feature Entity[] - (list of EntityColumn) - The entity columns for the feature, used as aggregation keys and for query-time lookup
- filter
Condition string - (string) - The filter condition applied to the source data before aggregation
- full
Name string - (string) - The full three-part (catalog, schema, table) name of the Delta table
- function
Get
Feature Engineering Feature Function - (Function) - The function by which the feature is computed
- id string
- The provider-assigned unique ID for this managed resource.
- inputs string[]
- (list of string, deprecated) - Deprecated: Use AggregationFunction.inputs instead. Kept for backwards compatibility. The input columns from which the feature is computed
- lineage
Context GetFeature Engineering Feature Lineage Context - (LineageContext) - Lineage context information for this feature. WARNING: This field is primarily intended for internal use by Databricks systems and is automatically populated when features are created through Databricks notebooks or jobs. Users should not manually set this field as incorrect values may lead to inaccurate lineage tracking or unexpected behavior. This field will be set by feature-engineering client and should be left unset by SDK and terraform users
- source
Get
Feature Engineering Feature Source - (DataSource) - The data source of the feature
- time
Window GetFeature Engineering Feature Time Window - (TimeWindow) - The time window over which the aggregation is computed
- timeseries
Column GetFeature Engineering Feature Timeseries Column - (string, deprecated) - Deprecated: Use Feature.timeseries_column instead. Kept for backwards compatibility. The timeseries column of the Delta table
- provider
Config GetFeature Engineering Feature Provider Config
- description str
- (string) - The description of the feature
- entities
Sequence[Get
Feature Engineering Feature Entity] - (list of EntityColumn) - The entity columns for the feature, used as aggregation keys and for query-time lookup
- filter_
condition str - (string) - The filter condition applied to the source data before aggregation
- full_
name str - (string) - The full three-part (catalog, schema, table) name of the Delta table
- function
Get
Feature Engineering Feature Function - (Function) - The function by which the feature is computed
- id str
- The provider-assigned unique ID for this managed resource.
- inputs Sequence[str]
- (list of string, deprecated) - Deprecated: Use AggregationFunction.inputs instead. Kept for backwards compatibility. The input columns from which the feature is computed
- lineage_
context GetFeature Engineering Feature Lineage Context - (LineageContext) - Lineage context information for this feature. WARNING: This field is primarily intended for internal use by Databricks systems and is automatically populated when features are created through Databricks notebooks or jobs. Users should not manually set this field as incorrect values may lead to inaccurate lineage tracking or unexpected behavior. This field will be set by feature-engineering client and should be left unset by SDK and terraform users
- source
Get
Feature Engineering Feature Source - (DataSource) - The data source of the feature
- time_
window GetFeature Engineering Feature Time Window - (TimeWindow) - The time window over which the aggregation is computed
- timeseries_
column GetFeature Engineering Feature Timeseries Column - (string, deprecated) - Deprecated: Use Feature.timeseries_column instead. Kept for backwards compatibility. The timeseries column of the Delta table
- provider_
config GetFeature Engineering Feature Provider Config
- description String
- (string) - The description of the feature
- entities List<Property Map>
- (list of EntityColumn) - The entity columns for the feature, used as aggregation keys and for query-time lookup
- filter
Condition String - (string) - The filter condition applied to the source data before aggregation
- full
Name String - (string) - The full three-part (catalog, schema, table) name of the Delta table
- function Property Map
- (Function) - The function by which the feature is computed
- id String
- The provider-assigned unique ID for this managed resource.
- inputs List<String>
- (list of string, deprecated) - Deprecated: Use AggregationFunction.inputs instead. Kept for backwards compatibility. The input columns from which the feature is computed
- lineage
Context Property Map - (LineageContext) - Lineage context information for this feature. WARNING: This field is primarily intended for internal use by Databricks systems and is automatically populated when features are created through Databricks notebooks or jobs. Users should not manually set this field as incorrect values may lead to inaccurate lineage tracking or unexpected behavior. This field will be set by feature-engineering client and should be left unset by SDK and terraform users
- source Property Map
- (DataSource) - The data source of the feature
- time
Window Property Map - (TimeWindow) - The time window over which the aggregation is computed
- timeseries
Column Property Map - (string, deprecated) - Deprecated: Use Feature.timeseries_column instead. Kept for backwards compatibility. The timeseries column of the Delta table
- provider
Config Property Map
Supporting Types
GetFeatureEngineeringFeatureEntity
- Name string
- (string) - The name of the timeseries column
- Name string
- (string) - The name of the timeseries column
- name String
- (string) - The name of the timeseries column
- name string
- (string) - The name of the timeseries column
- name str
- (string) - The name of the timeseries column
- name String
- (string) - The name of the timeseries column
GetFeatureEngineeringFeatureFunction
- Aggregation
Function GetFeature Engineering Feature Function Aggregation Function - (AggregationFunction) - An aggregation function applied over a time window
- Extra
Parameters List<GetFeature Engineering Feature Function Extra Parameter> - (list of FunctionExtraParameter, deprecated) - Deprecated: Use the function oneof with AggregationFunction instead. Kept for backwards compatibility. Extra parameters for parameterized functions
- Function
Type string - (string, deprecated) - Deprecated: Use the function oneof with AggregationFunction instead. Kept for backwards compatibility.
The type of the function. Possible values are:
APPROX_COUNT_DISTINCT,APPROX_PERCENTILE,AVG,COUNT,FIRST,LAST,MAX,MIN,STDDEV_POP,STDDEV_SAMP,SUM,VAR_POP,VAR_SAMP
- Aggregation
Function GetFeature Engineering Feature Function Aggregation Function - (AggregationFunction) - An aggregation function applied over a time window
- Extra
Parameters []GetFeature Engineering Feature Function Extra Parameter - (list of FunctionExtraParameter, deprecated) - Deprecated: Use the function oneof with AggregationFunction instead. Kept for backwards compatibility. Extra parameters for parameterized functions
- Function
Type string - (string, deprecated) - Deprecated: Use the function oneof with AggregationFunction instead. Kept for backwards compatibility.
The type of the function. Possible values are:
APPROX_COUNT_DISTINCT,APPROX_PERCENTILE,AVG,COUNT,FIRST,LAST,MAX,MIN,STDDEV_POP,STDDEV_SAMP,SUM,VAR_POP,VAR_SAMP
- aggregation
Function GetFeature Engineering Feature Function Aggregation Function - (AggregationFunction) - An aggregation function applied over a time window
- extra
Parameters List<GetFeature Engineering Feature Function Extra Parameter> - (list of FunctionExtraParameter, deprecated) - Deprecated: Use the function oneof with AggregationFunction instead. Kept for backwards compatibility. Extra parameters for parameterized functions
- function
Type String - (string, deprecated) - Deprecated: Use the function oneof with AggregationFunction instead. Kept for backwards compatibility.
The type of the function. Possible values are:
APPROX_COUNT_DISTINCT,APPROX_PERCENTILE,AVG,COUNT,FIRST,LAST,MAX,MIN,STDDEV_POP,STDDEV_SAMP,SUM,VAR_POP,VAR_SAMP
- aggregation
Function GetFeature Engineering Feature Function Aggregation Function - (AggregationFunction) - An aggregation function applied over a time window
- extra
Parameters GetFeature Engineering Feature Function Extra Parameter[] - (list of FunctionExtraParameter, deprecated) - Deprecated: Use the function oneof with AggregationFunction instead. Kept for backwards compatibility. Extra parameters for parameterized functions
- function
Type string - (string, deprecated) - Deprecated: Use the function oneof with AggregationFunction instead. Kept for backwards compatibility.
The type of the function. Possible values are:
APPROX_COUNT_DISTINCT,APPROX_PERCENTILE,AVG,COUNT,FIRST,LAST,MAX,MIN,STDDEV_POP,STDDEV_SAMP,SUM,VAR_POP,VAR_SAMP
- aggregation_
function GetFeature Engineering Feature Function Aggregation Function - (AggregationFunction) - An aggregation function applied over a time window
- extra_
parameters Sequence[GetFeature Engineering Feature Function Extra Parameter] - (list of FunctionExtraParameter, deprecated) - Deprecated: Use the function oneof with AggregationFunction instead. Kept for backwards compatibility. Extra parameters for parameterized functions
- function_
type str - (string, deprecated) - Deprecated: Use the function oneof with AggregationFunction instead. Kept for backwards compatibility.
The type of the function. Possible values are:
APPROX_COUNT_DISTINCT,APPROX_PERCENTILE,AVG,COUNT,FIRST,LAST,MAX,MIN,STDDEV_POP,STDDEV_SAMP,SUM,VAR_POP,VAR_SAMP
- aggregation
Function Property Map - (AggregationFunction) - An aggregation function applied over a time window
- extra
Parameters List<Property Map> - (list of FunctionExtraParameter, deprecated) - Deprecated: Use the function oneof with AggregationFunction instead. Kept for backwards compatibility. Extra parameters for parameterized functions
- function
Type String - (string, deprecated) - Deprecated: Use the function oneof with AggregationFunction instead. Kept for backwards compatibility.
The type of the function. Possible values are:
APPROX_COUNT_DISTINCT,APPROX_PERCENTILE,AVG,COUNT,FIRST,LAST,MAX,MIN,STDDEV_POP,STDDEV_SAMP,SUM,VAR_POP,VAR_SAMP
GetFeatureEngineeringFeatureFunctionAggregationFunction
- Approx
Count GetDistinct Feature Engineering Feature Function Aggregation Function Approx Count Distinct - (ApproxCountDistinctFunction)
- Approx
Percentile GetFeature Engineering Feature Function Aggregation Function Approx Percentile - (ApproxPercentileFunction)
- Avg
Get
Feature Engineering Feature Function Aggregation Function Avg - (AvgFunction)
- Count
Function GetFeature Engineering Feature Function Aggregation Function Count Function - (CountFunction)
- First
Get
Feature Engineering Feature Function Aggregation Function First - (FirstFunction)
- Last
Get
Feature Engineering Feature Function Aggregation Function Last - (LastFunction)
- Max
Get
Feature Engineering Feature Function Aggregation Function Max - (MaxFunction)
- Min
Get
Feature Engineering Feature Function Aggregation Function Min - (MinFunction)
- Stddev
Pop GetFeature Engineering Feature Function Aggregation Function Stddev Pop - (StddevPopFunction)
- Stddev
Samp GetFeature Engineering Feature Function Aggregation Function Stddev Samp - (StddevSampFunction)
- Sum
Get
Feature Engineering Feature Function Aggregation Function Sum - (SumFunction)
- Time
Window GetFeature Engineering Feature Function Aggregation Function Time Window - (TimeWindow) - The time window over which the aggregation is computed
- Var
Pop GetFeature Engineering Feature Function Aggregation Function Var Pop - (VarPopFunction)
- Var
Samp GetFeature Engineering Feature Function Aggregation Function Var Samp - (VarSampFunction)
- Approx
Count GetDistinct Feature Engineering Feature Function Aggregation Function Approx Count Distinct - (ApproxCountDistinctFunction)
- Approx
Percentile GetFeature Engineering Feature Function Aggregation Function Approx Percentile - (ApproxPercentileFunction)
- Avg
Get
Feature Engineering Feature Function Aggregation Function Avg - (AvgFunction)
- Count
Function GetFeature Engineering Feature Function Aggregation Function Count Function - (CountFunction)
- First
Get
Feature Engineering Feature Function Aggregation Function First - (FirstFunction)
- Last
Get
Feature Engineering Feature Function Aggregation Function Last - (LastFunction)
- Max
Get
Feature Engineering Feature Function Aggregation Function Max - (MaxFunction)
- Min
Get
Feature Engineering Feature Function Aggregation Function Min - (MinFunction)
- Stddev
Pop GetFeature Engineering Feature Function Aggregation Function Stddev Pop - (StddevPopFunction)
- Stddev
Samp GetFeature Engineering Feature Function Aggregation Function Stddev Samp - (StddevSampFunction)
- Sum
Get
Feature Engineering Feature Function Aggregation Function Sum - (SumFunction)
- Time
Window GetFeature Engineering Feature Function Aggregation Function Time Window - (TimeWindow) - The time window over which the aggregation is computed
- Var
Pop GetFeature Engineering Feature Function Aggregation Function Var Pop - (VarPopFunction)
- Var
Samp GetFeature Engineering Feature Function Aggregation Function Var Samp - (VarSampFunction)
- approx
Count GetDistinct Feature Engineering Feature Function Aggregation Function Approx Count Distinct - (ApproxCountDistinctFunction)
- approx
Percentile GetFeature Engineering Feature Function Aggregation Function Approx Percentile - (ApproxPercentileFunction)
- avg
Get
Feature Engineering Feature Function Aggregation Function Avg - (AvgFunction)
- count
Function GetFeature Engineering Feature Function Aggregation Function Count Function - (CountFunction)
- first
Get
Feature Engineering Feature Function Aggregation Function First - (FirstFunction)
- last
Get
Feature Engineering Feature Function Aggregation Function Last - (LastFunction)
- max
Get
Feature Engineering Feature Function Aggregation Function Max - (MaxFunction)
- min
Get
Feature Engineering Feature Function Aggregation Function Min - (MinFunction)
- stddev
Pop GetFeature Engineering Feature Function Aggregation Function Stddev Pop - (StddevPopFunction)
- stddev
Samp GetFeature Engineering Feature Function Aggregation Function Stddev Samp - (StddevSampFunction)
- sum
Get
Feature Engineering Feature Function Aggregation Function Sum - (SumFunction)
- time
Window GetFeature Engineering Feature Function Aggregation Function Time Window - (TimeWindow) - The time window over which the aggregation is computed
- var
Pop GetFeature Engineering Feature Function Aggregation Function Var Pop - (VarPopFunction)
- var
Samp GetFeature Engineering Feature Function Aggregation Function Var Samp - (VarSampFunction)
- approx
Count GetDistinct Feature Engineering Feature Function Aggregation Function Approx Count Distinct - (ApproxCountDistinctFunction)
- approx
Percentile GetFeature Engineering Feature Function Aggregation Function Approx Percentile - (ApproxPercentileFunction)
- avg
Get
Feature Engineering Feature Function Aggregation Function Avg - (AvgFunction)
- count
Function GetFeature Engineering Feature Function Aggregation Function Count Function - (CountFunction)
- first
Get
Feature Engineering Feature Function Aggregation Function First - (FirstFunction)
- last
Get
Feature Engineering Feature Function Aggregation Function Last - (LastFunction)
- max
Get
Feature Engineering Feature Function Aggregation Function Max - (MaxFunction)
- min
Get
Feature Engineering Feature Function Aggregation Function Min - (MinFunction)
- stddev
Pop GetFeature Engineering Feature Function Aggregation Function Stddev Pop - (StddevPopFunction)
- stddev
Samp GetFeature Engineering Feature Function Aggregation Function Stddev Samp - (StddevSampFunction)
- sum
Get
Feature Engineering Feature Function Aggregation Function Sum - (SumFunction)
- time
Window GetFeature Engineering Feature Function Aggregation Function Time Window - (TimeWindow) - The time window over which the aggregation is computed
- var
Pop GetFeature Engineering Feature Function Aggregation Function Var Pop - (VarPopFunction)
- var
Samp GetFeature Engineering Feature Function Aggregation Function Var Samp - (VarSampFunction)
- approx_
count_ Getdistinct Feature Engineering Feature Function Aggregation Function Approx Count Distinct - (ApproxCountDistinctFunction)
- approx_
percentile GetFeature Engineering Feature Function Aggregation Function Approx Percentile - (ApproxPercentileFunction)
- avg
Get
Feature Engineering Feature Function Aggregation Function Avg - (AvgFunction)
- count_
function GetFeature Engineering Feature Function Aggregation Function Count Function - (CountFunction)
- first
Get
Feature Engineering Feature Function Aggregation Function First - (FirstFunction)
- last
Get
Feature Engineering Feature Function Aggregation Function Last - (LastFunction)
- max
Get
Feature Engineering Feature Function Aggregation Function Max - (MaxFunction)
- min
Get
Feature Engineering Feature Function Aggregation Function Min - (MinFunction)
- stddev_
pop GetFeature Engineering Feature Function Aggregation Function Stddev Pop - (StddevPopFunction)
- stddev_
samp GetFeature Engineering Feature Function Aggregation Function Stddev Samp - (StddevSampFunction)
- sum
Get
Feature Engineering Feature Function Aggregation Function Sum - (SumFunction)
- time_
window GetFeature Engineering Feature Function Aggregation Function Time Window - (TimeWindow) - The time window over which the aggregation is computed
- var_
pop GetFeature Engineering Feature Function Aggregation Function Var Pop - (VarPopFunction)
- var_
samp GetFeature Engineering Feature Function Aggregation Function Var Samp - (VarSampFunction)
- approx
Count Property MapDistinct - (ApproxCountDistinctFunction)
- approx
Percentile Property Map - (ApproxPercentileFunction)
- avg Property Map
- (AvgFunction)
- count
Function Property Map - (CountFunction)
- first Property Map
- (FirstFunction)
- last Property Map
- (LastFunction)
- max Property Map
- (MaxFunction)
- min Property Map
- (MinFunction)
- stddev
Pop Property Map - (StddevPopFunction)
- stddev
Samp Property Map - (StddevSampFunction)
- sum Property Map
- (SumFunction)
- time
Window Property Map - (TimeWindow) - The time window over which the aggregation is computed
- var
Pop Property Map - (VarPopFunction)
- var
Samp Property Map - (VarSampFunction)
GetFeatureEngineeringFeatureFunctionAggregationFunctionApproxCountDistinct
- Input string
- (string) - The input column from which the sample variance is computed
- Relative
Sd double - (number) - The maximum relative standard deviation allowed (default defined by Spark)
- Input string
- (string) - The input column from which the sample variance is computed
- Relative
Sd float64 - (number) - The maximum relative standard deviation allowed (default defined by Spark)
- input String
- (string) - The input column from which the sample variance is computed
- relative
Sd Double - (number) - The maximum relative standard deviation allowed (default defined by Spark)
- input string
- (string) - The input column from which the sample variance is computed
- relative
Sd number - (number) - The maximum relative standard deviation allowed (default defined by Spark)
- input str
- (string) - The input column from which the sample variance is computed
- relative_
sd float - (number) - The maximum relative standard deviation allowed (default defined by Spark)
- input String
- (string) - The input column from which the sample variance is computed
- relative
Sd Number - (number) - The maximum relative standard deviation allowed (default defined by Spark)
GetFeatureEngineeringFeatureFunctionAggregationFunctionApproxPercentile
- Input string
- (string) - The input column from which the sample variance is computed
- Percentile double
- (number) - The percentile value to compute (between 0 and 1)
- Accuracy int
- (integer) - The accuracy parameter (higher is more accurate but slower)
- Input string
- (string) - The input column from which the sample variance is computed
- Percentile float64
- (number) - The percentile value to compute (between 0 and 1)
- Accuracy int
- (integer) - The accuracy parameter (higher is more accurate but slower)
- input String
- (string) - The input column from which the sample variance is computed
- percentile Double
- (number) - The percentile value to compute (between 0 and 1)
- accuracy Integer
- (integer) - The accuracy parameter (higher is more accurate but slower)
- input string
- (string) - The input column from which the sample variance is computed
- percentile number
- (number) - The percentile value to compute (between 0 and 1)
- accuracy number
- (integer) - The accuracy parameter (higher is more accurate but slower)
- input str
- (string) - The input column from which the sample variance is computed
- percentile float
- (number) - The percentile value to compute (between 0 and 1)
- accuracy int
- (integer) - The accuracy parameter (higher is more accurate but slower)
- input String
- (string) - The input column from which the sample variance is computed
- percentile Number
- (number) - The percentile value to compute (between 0 and 1)
- accuracy Number
- (integer) - The accuracy parameter (higher is more accurate but slower)
GetFeatureEngineeringFeatureFunctionAggregationFunctionAvg
- Input string
- (string) - The input column from which the sample variance is computed
- Input string
- (string) - The input column from which the sample variance is computed
- input String
- (string) - The input column from which the sample variance is computed
- input string
- (string) - The input column from which the sample variance is computed
- input str
- (string) - The input column from which the sample variance is computed
- input String
- (string) - The input column from which the sample variance is computed
GetFeatureEngineeringFeatureFunctionAggregationFunctionCountFunction
- Input string
- (string) - The input column from which the sample variance is computed
- Input string
- (string) - The input column from which the sample variance is computed
- input String
- (string) - The input column from which the sample variance is computed
- input string
- (string) - The input column from which the sample variance is computed
- input str
- (string) - The input column from which the sample variance is computed
- input String
- (string) - The input column from which the sample variance is computed
GetFeatureEngineeringFeatureFunctionAggregationFunctionFirst
- Input string
- (string) - The input column from which the sample variance is computed
- Input string
- (string) - The input column from which the sample variance is computed
- input String
- (string) - The input column from which the sample variance is computed
- input string
- (string) - The input column from which the sample variance is computed
- input str
- (string) - The input column from which the sample variance is computed
- input String
- (string) - The input column from which the sample variance is computed
GetFeatureEngineeringFeatureFunctionAggregationFunctionLast
- Input string
- (string) - The input column from which the sample variance is computed
- Input string
- (string) - The input column from which the sample variance is computed
- input String
- (string) - The input column from which the sample variance is computed
- input string
- (string) - The input column from which the sample variance is computed
- input str
- (string) - The input column from which the sample variance is computed
- input String
- (string) - The input column from which the sample variance is computed
GetFeatureEngineeringFeatureFunctionAggregationFunctionMax
- Input string
- (string) - The input column from which the sample variance is computed
- Input string
- (string) - The input column from which the sample variance is computed
- input String
- (string) - The input column from which the sample variance is computed
- input string
- (string) - The input column from which the sample variance is computed
- input str
- (string) - The input column from which the sample variance is computed
- input String
- (string) - The input column from which the sample variance is computed
GetFeatureEngineeringFeatureFunctionAggregationFunctionMin
- Input string
- (string) - The input column from which the sample variance is computed
- Input string
- (string) - The input column from which the sample variance is computed
- input String
- (string) - The input column from which the sample variance is computed
- input string
- (string) - The input column from which the sample variance is computed
- input str
- (string) - The input column from which the sample variance is computed
- input String
- (string) - The input column from which the sample variance is computed
GetFeatureEngineeringFeatureFunctionAggregationFunctionStddevPop
- Input string
- (string) - The input column from which the sample variance is computed
- Input string
- (string) - The input column from which the sample variance is computed
- input String
- (string) - The input column from which the sample variance is computed
- input string
- (string) - The input column from which the sample variance is computed
- input str
- (string) - The input column from which the sample variance is computed
- input String
- (string) - The input column from which the sample variance is computed
GetFeatureEngineeringFeatureFunctionAggregationFunctionStddevSamp
- Input string
- (string) - The input column from which the sample variance is computed
- Input string
- (string) - The input column from which the sample variance is computed
- input String
- (string) - The input column from which the sample variance is computed
- input string
- (string) - The input column from which the sample variance is computed
- input str
- (string) - The input column from which the sample variance is computed
- input String
- (string) - The input column from which the sample variance is computed
GetFeatureEngineeringFeatureFunctionAggregationFunctionSum
- Input string
- (string) - The input column from which the sample variance is computed
- Input string
- (string) - The input column from which the sample variance is computed
- input String
- (string) - The input column from which the sample variance is computed
- input string
- (string) - The input column from which the sample variance is computed
- input str
- (string) - The input column from which the sample variance is computed
- input String
- (string) - The input column from which the sample variance is computed
GetFeatureEngineeringFeatureFunctionAggregationFunctionTimeWindow
- continuous Property Map
- (ContinuousWindow)
- sliding Property Map
- (SlidingWindow)
- tumbling Property Map
- (TumblingWindow)
GetFeatureEngineeringFeatureFunctionAggregationFunctionTimeWindowContinuous
- Window
Duration string - (string) - The duration of each tumbling window (non-overlapping, fixed-duration windows)
- Offset string
- (string) - The offset of the continuous window (must be non-positive)
- Window
Duration string - (string) - The duration of each tumbling window (non-overlapping, fixed-duration windows)
- Offset string
- (string) - The offset of the continuous window (must be non-positive)
- window
Duration String - (string) - The duration of each tumbling window (non-overlapping, fixed-duration windows)
- offset String
- (string) - The offset of the continuous window (must be non-positive)
- window
Duration string - (string) - The duration of each tumbling window (non-overlapping, fixed-duration windows)
- offset string
- (string) - The offset of the continuous window (must be non-positive)
- window_
duration str - (string) - The duration of each tumbling window (non-overlapping, fixed-duration windows)
- offset str
- (string) - The offset of the continuous window (must be non-positive)
- window
Duration String - (string) - The duration of each tumbling window (non-overlapping, fixed-duration windows)
- offset String
- (string) - The offset of the continuous window (must be non-positive)
GetFeatureEngineeringFeatureFunctionAggregationFunctionTimeWindowSliding
- Slide
Duration string - (string) - The slide duration (interval by which windows advance, must be positive and less than duration)
- Window
Duration string - (string) - The duration of each tumbling window (non-overlapping, fixed-duration windows)
- Slide
Duration string - (string) - The slide duration (interval by which windows advance, must be positive and less than duration)
- Window
Duration string - (string) - The duration of each tumbling window (non-overlapping, fixed-duration windows)
- slide
Duration String - (string) - The slide duration (interval by which windows advance, must be positive and less than duration)
- window
Duration String - (string) - The duration of each tumbling window (non-overlapping, fixed-duration windows)
- slide
Duration string - (string) - The slide duration (interval by which windows advance, must be positive and less than duration)
- window
Duration string - (string) - The duration of each tumbling window (non-overlapping, fixed-duration windows)
- slide_
duration str - (string) - The slide duration (interval by which windows advance, must be positive and less than duration)
- window_
duration str - (string) - The duration of each tumbling window (non-overlapping, fixed-duration windows)
- slide
Duration String - (string) - The slide duration (interval by which windows advance, must be positive and less than duration)
- window
Duration String - (string) - The duration of each tumbling window (non-overlapping, fixed-duration windows)
GetFeatureEngineeringFeatureFunctionAggregationFunctionTimeWindowTumbling
- Window
Duration string - (string) - The duration of each tumbling window (non-overlapping, fixed-duration windows)
- Window
Duration string - (string) - The duration of each tumbling window (non-overlapping, fixed-duration windows)
- window
Duration String - (string) - The duration of each tumbling window (non-overlapping, fixed-duration windows)
- window
Duration string - (string) - The duration of each tumbling window (non-overlapping, fixed-duration windows)
- window_
duration str - (string) - The duration of each tumbling window (non-overlapping, fixed-duration windows)
- window
Duration String - (string) - The duration of each tumbling window (non-overlapping, fixed-duration windows)
GetFeatureEngineeringFeatureFunctionAggregationFunctionVarPop
- Input string
- (string) - The input column from which the sample variance is computed
- Input string
- (string) - The input column from which the sample variance is computed
- input String
- (string) - The input column from which the sample variance is computed
- input string
- (string) - The input column from which the sample variance is computed
- input str
- (string) - The input column from which the sample variance is computed
- input String
- (string) - The input column from which the sample variance is computed
GetFeatureEngineeringFeatureFunctionAggregationFunctionVarSamp
- Input string
- (string) - The input column from which the sample variance is computed
- Input string
- (string) - The input column from which the sample variance is computed
- input String
- (string) - The input column from which the sample variance is computed
- input string
- (string) - The input column from which the sample variance is computed
- input str
- (string) - The input column from which the sample variance is computed
- input String
- (string) - The input column from which the sample variance is computed
GetFeatureEngineeringFeatureFunctionExtraParameter
GetFeatureEngineeringFeatureLineageContext
- Job
Context GetFeature Engineering Feature Lineage Context Job Context - (JobContext) - Job context information including job ID and run ID
- Notebook
Id int - (integer) - The notebook ID where this API was invoked
- Job
Context GetFeature Engineering Feature Lineage Context Job Context - (JobContext) - Job context information including job ID and run ID
- Notebook
Id int - (integer) - The notebook ID where this API was invoked
- job
Context GetFeature Engineering Feature Lineage Context Job Context - (JobContext) - Job context information including job ID and run ID
- notebook
Id Integer - (integer) - The notebook ID where this API was invoked
- job
Context GetFeature Engineering Feature Lineage Context Job Context - (JobContext) - Job context information including job ID and run ID
- notebook
Id number - (integer) - The notebook ID where this API was invoked
- job_
context GetFeature Engineering Feature Lineage Context Job Context - (JobContext) - Job context information including job ID and run ID
- notebook_
id int - (integer) - The notebook ID where this API was invoked
- job
Context Property Map - (JobContext) - Job context information including job ID and run ID
- notebook
Id Number - (integer) - The notebook ID where this API was invoked
GetFeatureEngineeringFeatureLineageContextJobContext
- job_
id int - (integer) - The job ID where this API invoked
- job_
run_ intid - (integer) - The job run ID where this API was invoked
GetFeatureEngineeringFeatureProviderConfig
- Workspace
Id string - Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
- Workspace
Id string - Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
- workspace
Id String - Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
- workspace
Id string - Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
- workspace_
id str - Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
- workspace
Id String - Workspace ID which the resource belongs to. This workspace must be part of the account which the provider is configured with.
GetFeatureEngineeringFeatureSource
- Delta
Table GetSource Feature Engineering Feature Source Delta Table Source - (DeltaTableSource)
- Kafka
Source GetFeature Engineering Feature Source Kafka Source - (KafkaSource)
- Delta
Table GetSource Feature Engineering Feature Source Delta Table Source - (DeltaTableSource)
- Kafka
Source GetFeature Engineering Feature Source Kafka Source - (KafkaSource)
- delta
Table GetSource Feature Engineering Feature Source Delta Table Source - (DeltaTableSource)
- kafka
Source GetFeature Engineering Feature Source Kafka Source - (KafkaSource)
- delta
Table GetSource Feature Engineering Feature Source Delta Table Source - (DeltaTableSource)
- kafka
Source GetFeature Engineering Feature Source Kafka Source - (KafkaSource)
- delta_
table_ Getsource Feature Engineering Feature Source Delta Table Source - (DeltaTableSource)
- kafka_
source GetFeature Engineering Feature Source Kafka Source - (KafkaSource)
- delta
Table Property MapSource - (DeltaTableSource)
- kafka
Source Property Map - (KafkaSource)
GetFeatureEngineeringFeatureSourceDeltaTableSource
- Full
Name string - The full three-part name (catalog, schema, name) of the feature
- Dataframe
Schema string - (string) - Schema of the resulting dataframe after transformations, in Spark StructType JSON format (from df.schema.json()). Required if transformation_sql is specified. Example: {"type":"struct","fields":[{"name":<span pulumi-lang-nodejs=""colA"" pulumi-lang-dotnet=""ColA"" pulumi-lang-go=""colA"" pulumi-lang-python=""col_a"" pulumi-lang-yaml=""colA"" pulumi-lang-java=""colA"">"col_a","type":"integer","nullable":true,"metadata":{}},{"name":<span pulumi-lang-nodejs=""colC"" pulumi-lang-dotnet=""ColC"" pulumi-lang-go=""colC"" pulumi-lang-python=""col_c"" pulumi-lang-yaml=""colC"" pulumi-lang-java=""colC"">"col_c","type":"integer","nullable":true,"metadata":{}}]}
- Entity
Columns List<string> - (list of string, deprecated) - Deprecated: Use Feature.entity instead. Kept for backwards compatibility. The entity columns of the Delta table
- Filter
Condition string - (string) - The filter condition applied to the source data before aggregation
- Timeseries
Column string - (string, deprecated) - Deprecated: Use Feature.timeseries_column instead. Kept for backwards compatibility. The timeseries column of the Delta table
- Transformation
Sql string - (string) - A single SQL SELECT expression applied after filter_condition.
Should contains all the columns needed (eg. "SELECT , col_a + col_b AS col_c FROM x.y.z WHERE col_a > 0" would have
transformation_sql", col_a + col_b AS<span pulumi-lang-nodejs=" colC"" pulumi-lang-dotnet=" ColC"" pulumi-lang-go=" colC"" pulumi-lang-python=" col_c"" pulumi-lang-yaml=" colC"" pulumi-lang-java=" colC""> col_c") If transformation_sql is not provided, all columns of the delta table are present in the DataSource dataframe
- Full
Name string - The full three-part name (catalog, schema, name) of the feature
- Dataframe
Schema string - (string) - Schema of the resulting dataframe after transformations, in Spark StructType JSON format (from df.schema.json()). Required if transformation_sql is specified. Example: {"type":"struct","fields":[{"name":<span pulumi-lang-nodejs=""colA"" pulumi-lang-dotnet=""ColA"" pulumi-lang-go=""colA"" pulumi-lang-python=""col_a"" pulumi-lang-yaml=""colA"" pulumi-lang-java=""colA"">"col_a","type":"integer","nullable":true,"metadata":{}},{"name":<span pulumi-lang-nodejs=""colC"" pulumi-lang-dotnet=""ColC"" pulumi-lang-go=""colC"" pulumi-lang-python=""col_c"" pulumi-lang-yaml=""colC"" pulumi-lang-java=""colC"">"col_c","type":"integer","nullable":true,"metadata":{}}]}
- Entity
Columns []string - (list of string, deprecated) - Deprecated: Use Feature.entity instead. Kept for backwards compatibility. The entity columns of the Delta table
- Filter
Condition string - (string) - The filter condition applied to the source data before aggregation
- Timeseries
Column string - (string, deprecated) - Deprecated: Use Feature.timeseries_column instead. Kept for backwards compatibility. The timeseries column of the Delta table
- Transformation
Sql string - (string) - A single SQL SELECT expression applied after filter_condition.
Should contains all the columns needed (eg. "SELECT , col_a + col_b AS col_c FROM x.y.z WHERE col_a > 0" would have
transformation_sql", col_a + col_b AS<span pulumi-lang-nodejs=" colC"" pulumi-lang-dotnet=" ColC"" pulumi-lang-go=" colC"" pulumi-lang-python=" col_c"" pulumi-lang-yaml=" colC"" pulumi-lang-java=" colC""> col_c") If transformation_sql is not provided, all columns of the delta table are present in the DataSource dataframe
- full
Name String - The full three-part name (catalog, schema, name) of the feature
- dataframe
Schema String - (string) - Schema of the resulting dataframe after transformations, in Spark StructType JSON format (from df.schema.json()). Required if transformation_sql is specified. Example: {"type":"struct","fields":[{"name":<span pulumi-lang-nodejs=""colA"" pulumi-lang-dotnet=""ColA"" pulumi-lang-go=""colA"" pulumi-lang-python=""col_a"" pulumi-lang-yaml=""colA"" pulumi-lang-java=""colA"">"col_a","type":"integer","nullable":true,"metadata":{}},{"name":<span pulumi-lang-nodejs=""colC"" pulumi-lang-dotnet=""ColC"" pulumi-lang-go=""colC"" pulumi-lang-python=""col_c"" pulumi-lang-yaml=""colC"" pulumi-lang-java=""colC"">"col_c","type":"integer","nullable":true,"metadata":{}}]}
- entity
Columns List<String> - (list of string, deprecated) - Deprecated: Use Feature.entity instead. Kept for backwards compatibility. The entity columns of the Delta table
- filter
Condition String - (string) - The filter condition applied to the source data before aggregation
- timeseries
Column String - (string, deprecated) - Deprecated: Use Feature.timeseries_column instead. Kept for backwards compatibility. The timeseries column of the Delta table
- transformation
Sql String - (string) - A single SQL SELECT expression applied after filter_condition.
Should contains all the columns needed (eg. "SELECT , col_a + col_b AS col_c FROM x.y.z WHERE col_a > 0" would have
transformation_sql", col_a + col_b AS<span pulumi-lang-nodejs=" colC"" pulumi-lang-dotnet=" ColC"" pulumi-lang-go=" colC"" pulumi-lang-python=" col_c"" pulumi-lang-yaml=" colC"" pulumi-lang-java=" colC""> col_c") If transformation_sql is not provided, all columns of the delta table are present in the DataSource dataframe
- full
Name string - The full three-part name (catalog, schema, name) of the feature
- dataframe
Schema string - (string) - Schema of the resulting dataframe after transformations, in Spark StructType JSON format (from df.schema.json()). Required if transformation_sql is specified. Example: {"type":"struct","fields":[{"name":<span pulumi-lang-nodejs=""colA"" pulumi-lang-dotnet=""ColA"" pulumi-lang-go=""colA"" pulumi-lang-python=""col_a"" pulumi-lang-yaml=""colA"" pulumi-lang-java=""colA"">"col_a","type":"integer","nullable":true,"metadata":{}},{"name":<span pulumi-lang-nodejs=""colC"" pulumi-lang-dotnet=""ColC"" pulumi-lang-go=""colC"" pulumi-lang-python=""col_c"" pulumi-lang-yaml=""colC"" pulumi-lang-java=""colC"">"col_c","type":"integer","nullable":true,"metadata":{}}]}
- entity
Columns string[] - (list of string, deprecated) - Deprecated: Use Feature.entity instead. Kept for backwards compatibility. The entity columns of the Delta table
- filter
Condition string - (string) - The filter condition applied to the source data before aggregation
- timeseries
Column string - (string, deprecated) - Deprecated: Use Feature.timeseries_column instead. Kept for backwards compatibility. The timeseries column of the Delta table
- transformation
Sql string - (string) - A single SQL SELECT expression applied after filter_condition.
Should contains all the columns needed (eg. "SELECT , col_a + col_b AS col_c FROM x.y.z WHERE col_a > 0" would have
transformation_sql", col_a + col_b AS<span pulumi-lang-nodejs=" colC"" pulumi-lang-dotnet=" ColC"" pulumi-lang-go=" colC"" pulumi-lang-python=" col_c"" pulumi-lang-yaml=" colC"" pulumi-lang-java=" colC""> col_c") If transformation_sql is not provided, all columns of the delta table are present in the DataSource dataframe
- full_
name str - The full three-part name (catalog, schema, name) of the feature
- dataframe_
schema str - (string) - Schema of the resulting dataframe after transformations, in Spark StructType JSON format (from df.schema.json()). Required if transformation_sql is specified. Example: {"type":"struct","fields":[{"name":<span pulumi-lang-nodejs=""colA"" pulumi-lang-dotnet=""ColA"" pulumi-lang-go=""colA"" pulumi-lang-python=""col_a"" pulumi-lang-yaml=""colA"" pulumi-lang-java=""colA"">"col_a","type":"integer","nullable":true,"metadata":{}},{"name":<span pulumi-lang-nodejs=""colC"" pulumi-lang-dotnet=""ColC"" pulumi-lang-go=""colC"" pulumi-lang-python=""col_c"" pulumi-lang-yaml=""colC"" pulumi-lang-java=""colC"">"col_c","type":"integer","nullable":true,"metadata":{}}]}
- entity_
columns Sequence[str] - (list of string, deprecated) - Deprecated: Use Feature.entity instead. Kept for backwards compatibility. The entity columns of the Delta table
- filter_
condition str - (string) - The filter condition applied to the source data before aggregation
- timeseries_
column str - (string, deprecated) - Deprecated: Use Feature.timeseries_column instead. Kept for backwards compatibility. The timeseries column of the Delta table
- transformation_
sql str - (string) - A single SQL SELECT expression applied after filter_condition.
Should contains all the columns needed (eg. "SELECT , col_a + col_b AS col_c FROM x.y.z WHERE col_a > 0" would have
transformation_sql", col_a + col_b AS<span pulumi-lang-nodejs=" colC"" pulumi-lang-dotnet=" ColC"" pulumi-lang-go=" colC"" pulumi-lang-python=" col_c"" pulumi-lang-yaml=" colC"" pulumi-lang-java=" colC""> col_c") If transformation_sql is not provided, all columns of the delta table are present in the DataSource dataframe
- full
Name String - The full three-part name (catalog, schema, name) of the feature
- dataframe
Schema String - (string) - Schema of the resulting dataframe after transformations, in Spark StructType JSON format (from df.schema.json()). Required if transformation_sql is specified. Example: {"type":"struct","fields":[{"name":<span pulumi-lang-nodejs=""colA"" pulumi-lang-dotnet=""ColA"" pulumi-lang-go=""colA"" pulumi-lang-python=""col_a"" pulumi-lang-yaml=""colA"" pulumi-lang-java=""colA"">"col_a","type":"integer","nullable":true,"metadata":{}},{"name":<span pulumi-lang-nodejs=""colC"" pulumi-lang-dotnet=""ColC"" pulumi-lang-go=""colC"" pulumi-lang-python=""col_c"" pulumi-lang-yaml=""colC"" pulumi-lang-java=""colC"">"col_c","type":"integer","nullable":true,"metadata":{}}]}
- entity
Columns List<String> - (list of string, deprecated) - Deprecated: Use Feature.entity instead. Kept for backwards compatibility. The entity columns of the Delta table
- filter
Condition String - (string) - The filter condition applied to the source data before aggregation
- timeseries
Column String - (string, deprecated) - Deprecated: Use Feature.timeseries_column instead. Kept for backwards compatibility. The timeseries column of the Delta table
- transformation
Sql String - (string) - A single SQL SELECT expression applied after filter_condition.
Should contains all the columns needed (eg. "SELECT , col_a + col_b AS col_c FROM x.y.z WHERE col_a > 0" would have
transformation_sql", col_a + col_b AS<span pulumi-lang-nodejs=" colC"" pulumi-lang-dotnet=" ColC"" pulumi-lang-go=" colC"" pulumi-lang-python=" col_c"" pulumi-lang-yaml=" colC"" pulumi-lang-java=" colC""> col_c") If transformation_sql is not provided, all columns of the delta table are present in the DataSource dataframe
GetFeatureEngineeringFeatureSourceKafkaSource
- Name string
- (string) - The name of the timeseries column
- Entity
Column List<GetIdentifiers Feature Engineering Feature Source Kafka Source Entity Column Identifier> - (list of ColumnIdentifier, deprecated) - Deprecated: Use Feature.entity instead. Kept for backwards compatibility. The entity column identifiers of the Kafka source
- Filter
Condition string - (string) - The filter condition applied to the source data before aggregation
- Timeseries
Column GetIdentifier Feature Engineering Feature Source Kafka Source Timeseries Column Identifier - (ColumnIdentifier, deprecated) - Deprecated: Use Feature.timeseries_column instead. Kept for backwards compatibility. The timeseries column identifier of the Kafka source
- Name string
- (string) - The name of the timeseries column
- Entity
Column []GetIdentifiers Feature Engineering Feature Source Kafka Source Entity Column Identifier - (list of ColumnIdentifier, deprecated) - Deprecated: Use Feature.entity instead. Kept for backwards compatibility. The entity column identifiers of the Kafka source
- Filter
Condition string - (string) - The filter condition applied to the source data before aggregation
- Timeseries
Column GetIdentifier Feature Engineering Feature Source Kafka Source Timeseries Column Identifier - (ColumnIdentifier, deprecated) - Deprecated: Use Feature.timeseries_column instead. Kept for backwards compatibility. The timeseries column identifier of the Kafka source
- name String
- (string) - The name of the timeseries column
- entity
Column List<GetIdentifiers Feature Engineering Feature Source Kafka Source Entity Column Identifier> - (list of ColumnIdentifier, deprecated) - Deprecated: Use Feature.entity instead. Kept for backwards compatibility. The entity column identifiers of the Kafka source
- filter
Condition String - (string) - The filter condition applied to the source data before aggregation
- timeseries
Column GetIdentifier Feature Engineering Feature Source Kafka Source Timeseries Column Identifier - (ColumnIdentifier, deprecated) - Deprecated: Use Feature.timeseries_column instead. Kept for backwards compatibility. The timeseries column identifier of the Kafka source
- name string
- (string) - The name of the timeseries column
- entity
Column GetIdentifiers Feature Engineering Feature Source Kafka Source Entity Column Identifier[] - (list of ColumnIdentifier, deprecated) - Deprecated: Use Feature.entity instead. Kept for backwards compatibility. The entity column identifiers of the Kafka source
- filter
Condition string - (string) - The filter condition applied to the source data before aggregation
- timeseries
Column GetIdentifier Feature Engineering Feature Source Kafka Source Timeseries Column Identifier - (ColumnIdentifier, deprecated) - Deprecated: Use Feature.timeseries_column instead. Kept for backwards compatibility. The timeseries column identifier of the Kafka source
- name str
- (string) - The name of the timeseries column
- entity_
column_ Sequence[Getidentifiers Feature Engineering Feature Source Kafka Source Entity Column Identifier] - (list of ColumnIdentifier, deprecated) - Deprecated: Use Feature.entity instead. Kept for backwards compatibility. The entity column identifiers of the Kafka source
- filter_
condition str - (string) - The filter condition applied to the source data before aggregation
- timeseries_
column_ Getidentifier Feature Engineering Feature Source Kafka Source Timeseries Column Identifier - (ColumnIdentifier, deprecated) - Deprecated: Use Feature.timeseries_column instead. Kept for backwards compatibility. The timeseries column identifier of the Kafka source
- name String
- (string) - The name of the timeseries column
- entity
Column List<Property Map>Identifiers - (list of ColumnIdentifier, deprecated) - Deprecated: Use Feature.entity instead. Kept for backwards compatibility. The entity column identifiers of the Kafka source
- filter
Condition String - (string) - The filter condition applied to the source data before aggregation
- timeseries
Column Property MapIdentifier - (ColumnIdentifier, deprecated) - Deprecated: Use Feature.timeseries_column instead. Kept for backwards compatibility. The timeseries column identifier of the Kafka source
GetFeatureEngineeringFeatureSourceKafkaSourceEntityColumnIdentifier
- Variant
Expr stringPath - (string) - String representation of the column name or variant expression path. For nested fields, the leaf value is what will be present in materialized tables and expected to match at query time. For example, the leaf node of value:trip_details.location_details.pickup_zip is pickup_zip
- Variant
Expr stringPath - (string) - String representation of the column name or variant expression path. For nested fields, the leaf value is what will be present in materialized tables and expected to match at query time. For example, the leaf node of value:trip_details.location_details.pickup_zip is pickup_zip
- variant
Expr StringPath - (string) - String representation of the column name or variant expression path. For nested fields, the leaf value is what will be present in materialized tables and expected to match at query time. For example, the leaf node of value:trip_details.location_details.pickup_zip is pickup_zip
- variant
Expr stringPath - (string) - String representation of the column name or variant expression path. For nested fields, the leaf value is what will be present in materialized tables and expected to match at query time. For example, the leaf node of value:trip_details.location_details.pickup_zip is pickup_zip
- variant_
expr_ strpath - (string) - String representation of the column name or variant expression path. For nested fields, the leaf value is what will be present in materialized tables and expected to match at query time. For example, the leaf node of value:trip_details.location_details.pickup_zip is pickup_zip
- variant
Expr StringPath - (string) - String representation of the column name or variant expression path. For nested fields, the leaf value is what will be present in materialized tables and expected to match at query time. For example, the leaf node of value:trip_details.location_details.pickup_zip is pickup_zip
GetFeatureEngineeringFeatureSourceKafkaSourceTimeseriesColumnIdentifier
- Variant
Expr stringPath - (string) - String representation of the column name or variant expression path. For nested fields, the leaf value is what will be present in materialized tables and expected to match at query time. For example, the leaf node of value:trip_details.location_details.pickup_zip is pickup_zip
- Variant
Expr stringPath - (string) - String representation of the column name or variant expression path. For nested fields, the leaf value is what will be present in materialized tables and expected to match at query time. For example, the leaf node of value:trip_details.location_details.pickup_zip is pickup_zip
- variant
Expr StringPath - (string) - String representation of the column name or variant expression path. For nested fields, the leaf value is what will be present in materialized tables and expected to match at query time. For example, the leaf node of value:trip_details.location_details.pickup_zip is pickup_zip
- variant
Expr stringPath - (string) - String representation of the column name or variant expression path. For nested fields, the leaf value is what will be present in materialized tables and expected to match at query time. For example, the leaf node of value:trip_details.location_details.pickup_zip is pickup_zip
- variant_
expr_ strpath - (string) - String representation of the column name or variant expression path. For nested fields, the leaf value is what will be present in materialized tables and expected to match at query time. For example, the leaf node of value:trip_details.location_details.pickup_zip is pickup_zip
- variant
Expr StringPath - (string) - String representation of the column name or variant expression path. For nested fields, the leaf value is what will be present in materialized tables and expected to match at query time. For example, the leaf node of value:trip_details.location_details.pickup_zip is pickup_zip
GetFeatureEngineeringFeatureTimeWindow
- Continuous
Get
Feature Engineering Feature Time Window Continuous - (ContinuousWindow)
- Sliding
Get
Feature Engineering Feature Time Window Sliding - (SlidingWindow)
- Tumbling
Get
Feature Engineering Feature Time Window Tumbling - (TumblingWindow)
- Continuous
Get
Feature Engineering Feature Time Window Continuous - (ContinuousWindow)
- Sliding
Get
Feature Engineering Feature Time Window Sliding - (SlidingWindow)
- Tumbling
Get
Feature Engineering Feature Time Window Tumbling - (TumblingWindow)
- continuous
Get
Feature Engineering Feature Time Window Continuous - (ContinuousWindow)
- sliding
Get
Feature Engineering Feature Time Window Sliding - (SlidingWindow)
- tumbling
Get
Feature Engineering Feature Time Window Tumbling - (TumblingWindow)
- continuous
Get
Feature Engineering Feature Time Window Continuous - (ContinuousWindow)
- sliding
Get
Feature Engineering Feature Time Window Sliding - (SlidingWindow)
- tumbling
Get
Feature Engineering Feature Time Window Tumbling - (TumblingWindow)
- continuous
Get
Feature Engineering Feature Time Window Continuous - (ContinuousWindow)
- sliding
Get
Feature Engineering Feature Time Window Sliding - (SlidingWindow)
- tumbling
Get
Feature Engineering Feature Time Window Tumbling - (TumblingWindow)
- continuous Property Map
- (ContinuousWindow)
- sliding Property Map
- (SlidingWindow)
- tumbling Property Map
- (TumblingWindow)
GetFeatureEngineeringFeatureTimeWindowContinuous
- Window
Duration string - (string) - The duration of each tumbling window (non-overlapping, fixed-duration windows)
- Offset string
- (string) - The offset of the continuous window (must be non-positive)
- Window
Duration string - (string) - The duration of each tumbling window (non-overlapping, fixed-duration windows)
- Offset string
- (string) - The offset of the continuous window (must be non-positive)
- window
Duration String - (string) - The duration of each tumbling window (non-overlapping, fixed-duration windows)
- offset String
- (string) - The offset of the continuous window (must be non-positive)
- window
Duration string - (string) - The duration of each tumbling window (non-overlapping, fixed-duration windows)
- offset string
- (string) - The offset of the continuous window (must be non-positive)
- window_
duration str - (string) - The duration of each tumbling window (non-overlapping, fixed-duration windows)
- offset str
- (string) - The offset of the continuous window (must be non-positive)
- window
Duration String - (string) - The duration of each tumbling window (non-overlapping, fixed-duration windows)
- offset String
- (string) - The offset of the continuous window (must be non-positive)
GetFeatureEngineeringFeatureTimeWindowSliding
- Slide
Duration string - (string) - The slide duration (interval by which windows advance, must be positive and less than duration)
- Window
Duration string - (string) - The duration of each tumbling window (non-overlapping, fixed-duration windows)
- Slide
Duration string - (string) - The slide duration (interval by which windows advance, must be positive and less than duration)
- Window
Duration string - (string) - The duration of each tumbling window (non-overlapping, fixed-duration windows)
- slide
Duration String - (string) - The slide duration (interval by which windows advance, must be positive and less than duration)
- window
Duration String - (string) - The duration of each tumbling window (non-overlapping, fixed-duration windows)
- slide
Duration string - (string) - The slide duration (interval by which windows advance, must be positive and less than duration)
- window
Duration string - (string) - The duration of each tumbling window (non-overlapping, fixed-duration windows)
- slide_
duration str - (string) - The slide duration (interval by which windows advance, must be positive and less than duration)
- window_
duration str - (string) - The duration of each tumbling window (non-overlapping, fixed-duration windows)
- slide
Duration String - (string) - The slide duration (interval by which windows advance, must be positive and less than duration)
- window
Duration String - (string) - The duration of each tumbling window (non-overlapping, fixed-duration windows)
GetFeatureEngineeringFeatureTimeWindowTumbling
- Window
Duration string - (string) - The duration of each tumbling window (non-overlapping, fixed-duration windows)
- Window
Duration string - (string) - The duration of each tumbling window (non-overlapping, fixed-duration windows)
- window
Duration String - (string) - The duration of each tumbling window (non-overlapping, fixed-duration windows)
- window
Duration string - (string) - The duration of each tumbling window (non-overlapping, fixed-duration windows)
- window_
duration str - (string) - The duration of each tumbling window (non-overlapping, fixed-duration windows)
- window
Duration String - (string) - The duration of each tumbling window (non-overlapping, fixed-duration windows)
GetFeatureEngineeringFeatureTimeseriesColumn
- Name string
- (string) - The name of the timeseries column
- Name string
- (string) - The name of the timeseries column
- name String
- (string) - The name of the timeseries column
- name string
- (string) - The name of the timeseries column
- name str
- (string) - The name of the timeseries column
- name String
- (string) - The name of the timeseries column
Package Details
- Repository
- databricks pulumi/pulumi-databricks
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
databricksTerraform Provider.
Viewing docs for Databricks v1.90.0
published on Thursday, Mar 19, 2026 by Pulumi
published on Thursday, Mar 19, 2026 by Pulumi
