Databricks v1.77.0 published on Tuesday, Nov 4, 2025 by Pulumi
databricks.getFeatureEngineeringFeatures
Using getFeatureEngineeringFeatures
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 getFeatureEngineeringFeatures(args: GetFeatureEngineeringFeaturesArgs, opts?: InvokeOptions): Promise<GetFeatureEngineeringFeaturesResult>
function getFeatureEngineeringFeaturesOutput(args: GetFeatureEngineeringFeaturesOutputArgs, opts?: InvokeOptions): Output<GetFeatureEngineeringFeaturesResult>def get_feature_engineering_features(page_size: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetFeatureEngineeringFeaturesResult
def get_feature_engineering_features_output(page_size: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFeatureEngineeringFeaturesResult]func GetFeatureEngineeringFeatures(ctx *Context, args *GetFeatureEngineeringFeaturesArgs, opts ...InvokeOption) (*GetFeatureEngineeringFeaturesResult, error)
func GetFeatureEngineeringFeaturesOutput(ctx *Context, args *GetFeatureEngineeringFeaturesOutputArgs, opts ...InvokeOption) GetFeatureEngineeringFeaturesResultOutput> Note: This function is named GetFeatureEngineeringFeatures in the Go SDK.
public static class GetFeatureEngineeringFeatures
{
public static Task<GetFeatureEngineeringFeaturesResult> InvokeAsync(GetFeatureEngineeringFeaturesArgs args, InvokeOptions? opts = null)
public static Output<GetFeatureEngineeringFeaturesResult> Invoke(GetFeatureEngineeringFeaturesInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetFeatureEngineeringFeaturesResult> getFeatureEngineeringFeatures(GetFeatureEngineeringFeaturesArgs args, InvokeOptions options)
public static Output<GetFeatureEngineeringFeaturesResult> getFeatureEngineeringFeatures(GetFeatureEngineeringFeaturesArgs args, InvokeOptions options)
fn::invoke:
function: databricks:index/getFeatureEngineeringFeatures:getFeatureEngineeringFeatures
arguments:
# arguments dictionaryThe following arguments are supported:
- Page
Size int - The maximum number of results to return
- Page
Size int - The maximum number of results to return
- page
Size Integer - The maximum number of results to return
- page
Size number - The maximum number of results to return
- page_
size int - The maximum number of results to return
- page
Size Number - The maximum number of results to return
getFeatureEngineeringFeatures Result
The following output properties are available:
- Features
List<Get
Feature Engineering Features Feature> - Id string
- The provider-assigned unique ID for this managed resource.
- Page
Size int
- Features
[]Get
Feature Engineering Features Feature - Id string
- The provider-assigned unique ID for this managed resource.
- Page
Size int
- features
List<Get
Feature Engineering Features Feature> - id String
- The provider-assigned unique ID for this managed resource.
- page
Size Integer
- features
Get
Feature Engineering Features Feature[] - id string
- The provider-assigned unique ID for this managed resource.
- page
Size number
- features
Sequence[Get
Feature Engineering Features Feature] - id str
- The provider-assigned unique ID for this managed resource.
- page_
size int
- features List<Property Map>
- id String
- The provider-assigned unique ID for this managed resource.
- page
Size Number
Supporting Types
GetFeatureEngineeringFeaturesFeature
- Description string
- (string) - The description of the feature
- 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 Features Feature Function - (Function) - The function by which the feature is computed
- Inputs List<string>
- (list of string) - The input columns from which the feature is computed
- Source
Get
Feature Engineering Features Feature Source - (DataSource) - The data source of the feature
- Time
Window GetFeature Engineering Features Feature Time Window - (TimeWindow) - The time window in which the feature is computed
- Description string
- (string) - The description of the feature
- 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 Features Feature Function - (Function) - The function by which the feature is computed
- Inputs []string
- (list of string) - The input columns from which the feature is computed
- Source
Get
Feature Engineering Features Feature Source - (DataSource) - The data source of the feature
- Time
Window GetFeature Engineering Features Feature Time Window - (TimeWindow) - The time window in which the feature is computed
- description String
- (string) - The description of the feature
- 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 Features Feature Function - (Function) - The function by which the feature is computed
- inputs List<String>
- (list of string) - The input columns from which the feature is computed
- source
Get
Feature Engineering Features Feature Source - (DataSource) - The data source of the feature
- time
Window GetFeature Engineering Features Feature Time Window - (TimeWindow) - The time window in which the feature is computed
- description string
- (string) - The description of the feature
- 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 Features Feature Function - (Function) - The function by which the feature is computed
- inputs string[]
- (list of string) - The input columns from which the feature is computed
- source
Get
Feature Engineering Features Feature Source - (DataSource) - The data source of the feature
- time
Window GetFeature Engineering Features Feature Time Window - (TimeWindow) - The time window in which the feature is computed
- description str
- (string) - The description of the feature
- 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 Features Feature Function - (Function) - The function by which the feature is computed
- inputs Sequence[str]
- (list of string) - The input columns from which the feature is computed
- source
Get
Feature Engineering Features Feature Source - (DataSource) - The data source of the feature
- time_
window GetFeature Engineering Features Feature Time Window - (TimeWindow) - The time window in which the feature is computed
- description String
- (string) - The description of the feature
- 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
- inputs List<String>
- (list of string) - The input columns from which the feature is computed
- source Property Map
- (DataSource) - The data source of the feature
- time
Window Property Map - (TimeWindow) - The time window in which the feature is computed
GetFeatureEngineeringFeaturesFeatureFunction
- Function
Type string - (string) - 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 - Extra
Parameters List<GetFeature Engineering Features Feature Function Extra Parameter> - (list of FunctionExtraParameter) - Extra parameters for parameterized functions
- Function
Type string - (string) - 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 - Extra
Parameters []GetFeature Engineering Features Feature Function Extra Parameter - (list of FunctionExtraParameter) - Extra parameters for parameterized functions
- function
Type String - (string) - 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 - extra
Parameters List<GetFeature Engineering Features Feature Function Extra Parameter> - (list of FunctionExtraParameter) - Extra parameters for parameterized functions
- function
Type string - (string) - 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 - extra
Parameters GetFeature Engineering Features Feature Function Extra Parameter[] - (list of FunctionExtraParameter) - Extra parameters for parameterized functions
- function_
type str - (string) - 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 - extra_
parameters Sequence[GetFeature Engineering Features Feature Function Extra Parameter] - (list of FunctionExtraParameter) - Extra parameters for parameterized functions
- function
Type String - (string) - 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 - extra
Parameters List<Property Map> - (list of FunctionExtraParameter) - Extra parameters for parameterized functions
GetFeatureEngineeringFeaturesFeatureFunctionExtraParameter
GetFeatureEngineeringFeaturesFeatureSource
- Delta
Table GetSource Feature Engineering Features Feature Source Delta Table Source - (DeltaTableSource)
- Delta
Table GetSource Feature Engineering Features Feature Source Delta Table Source - (DeltaTableSource)
- delta
Table GetSource Feature Engineering Features Feature Source Delta Table Source - (DeltaTableSource)
- delta
Table GetSource Feature Engineering Features Feature Source Delta Table Source - (DeltaTableSource)
- delta_
table_ Getsource Feature Engineering Features Feature Source Delta Table Source - (DeltaTableSource)
- delta
Table Property MapSource - (DeltaTableSource)
GetFeatureEngineeringFeaturesFeatureSourceDeltaTableSource
- Entity
Columns List<string> - (list of string) - The entity columns of the Delta table
- Full
Name string - (string) - The full three-part (catalog, schema, table) name of the Delta table
- Timeseries
Column string - (string) - The timeseries column of the Delta table
- Entity
Columns []string - (list of string) - The entity columns of the Delta table
- Full
Name string - (string) - The full three-part (catalog, schema, table) name of the Delta table
- Timeseries
Column string - (string) - The timeseries column of the Delta table
- entity
Columns List<String> - (list of string) - The entity columns of the Delta table
- full
Name String - (string) - The full three-part (catalog, schema, table) name of the Delta table
- timeseries
Column String - (string) - The timeseries column of the Delta table
- entity
Columns string[] - (list of string) - The entity columns of the Delta table
- full
Name string - (string) - The full three-part (catalog, schema, table) name of the Delta table
- timeseries
Column string - (string) - The timeseries column of the Delta table
- entity_
columns Sequence[str] - (list of string) - The entity columns of the Delta table
- full_
name str - (string) - The full three-part (catalog, schema, table) name of the Delta table
- timeseries_
column str - (string) - The timeseries column of the Delta table
- entity
Columns List<String> - (list of string) - The entity columns of the Delta table
- full
Name String - (string) - The full three-part (catalog, schema, table) name of the Delta table
- timeseries
Column String - (string) - The timeseries column of the Delta table
GetFeatureEngineeringFeaturesFeatureTimeWindow
- Continuous
Get
Feature Engineering Features Feature Time Window Continuous - (ContinuousWindow)
- Sliding
Get
Feature Engineering Features Feature Time Window Sliding - (SlidingWindow)
- Tumbling
Get
Feature Engineering Features Feature Time Window Tumbling - (TumblingWindow)
- Continuous
Get
Feature Engineering Features Feature Time Window Continuous - (ContinuousWindow)
- Sliding
Get
Feature Engineering Features Feature Time Window Sliding - (SlidingWindow)
- Tumbling
Get
Feature Engineering Features Feature Time Window Tumbling - (TumblingWindow)
- continuous
Get
Feature Engineering Features Feature Time Window Continuous - (ContinuousWindow)
- sliding
Get
Feature Engineering Features Feature Time Window Sliding - (SlidingWindow)
- tumbling
Get
Feature Engineering Features Feature Time Window Tumbling - (TumblingWindow)
- continuous
Get
Feature Engineering Features Feature Time Window Continuous - (ContinuousWindow)
- sliding
Get
Feature Engineering Features Feature Time Window Sliding - (SlidingWindow)
- tumbling
Get
Feature Engineering Features Feature Time Window Tumbling - (TumblingWindow)
- continuous
Get
Feature Engineering Features Feature Time Window Continuous - (ContinuousWindow)
- sliding
Get
Feature Engineering Features Feature Time Window Sliding - (SlidingWindow)
- tumbling
Get
Feature Engineering Features Feature Time Window Tumbling - (TumblingWindow)
- continuous Property Map
- (ContinuousWindow)
- sliding Property Map
- (SlidingWindow)
- tumbling Property Map
- (TumblingWindow)
GetFeatureEngineeringFeaturesFeatureTimeWindowContinuous
- 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)
GetFeatureEngineeringFeaturesFeatureTimeWindowSliding
- 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)
GetFeatureEngineeringFeaturesFeatureTimeWindowTumbling
- 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)
Package Details
- Repository
- databricks pulumi/pulumi-databricks
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
databricksTerraform Provider.
