0.14
Feature Engineering Python API
FeatureEngineering
Index
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
K
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
_
__init__() (databricks.ml_features.entities.aggregation.Aggregation method)
(databricks.ml_features.entities.cron_schedule.CronSchedule method)
(databricks.ml_features.entities.data_source.DataFrameSource method)
(databricks.ml_features.entities.data_source.DataSource method)
(databricks.ml_features.entities.data_source.DeltaTableSource method)
(databricks.ml_features.entities.data_source.KafkaSource method)
(databricks.ml_features.entities.data_source.VolumeSource method)
(databricks.ml_features.entities.feature.Feature method)
(databricks.ml_features.entities.feature_aggregations.FeatureAggregations method)
(databricks.ml_features.entities.feature_function.FeatureFunction method)
(databricks.ml_features.entities.feature_lookup.FeatureLookup method)
(databricks.ml_features.entities.feature_serving_endpoint.AutoCaptureConfig method)
(databricks.ml_features.entities.feature_serving_endpoint.EndpointCoreConfig method)
(databricks.ml_features.entities.feature_serving_endpoint.FeatureServingEndpoint method)
(databricks.ml_features.entities.feature_serving_endpoint.Servable method)
(databricks.ml_features.entities.feature_serving_endpoint.ServedEntity method)
(databricks.ml_features.entities.function.ApproxCountDistinct method)
(databricks.ml_features.entities.function.ApproxPercentile method)
(databricks.ml_features.entities.function.Avg method)
(databricks.ml_features.entities.function.Count method)
(databricks.ml_features.entities.function.First method)
(databricks.ml_features.entities.function.Function method)
(databricks.ml_features.entities.function.Last method)
(databricks.ml_features.entities.function.Max method)
(databricks.ml_features.entities.function.Min method)
(databricks.ml_features.entities.function.StddevPop method)
(databricks.ml_features.entities.function.StddevSamp method)
(databricks.ml_features.entities.function.Sum method)
(databricks.ml_features.entities.function.VarPop method)
(databricks.ml_features.entities.function.VarSamp method)
(databricks.ml_features.entities.materialized_view_info.MaterializedViewInfo method)
(databricks.ml_features.entities.online_store.DatabricksOnlineStore method)
(databricks.ml_features.entities.published_table.PublishedTable method)
(databricks.ml_features.entities.time_window.ContinuousWindow method)
(databricks.ml_features.entities.time_window.SlidingWindow method)
(databricks.ml_features.entities.time_window.TimeWindow method)
(databricks.ml_features.entities.time_window.TumblingWindow method)
(databricks.ml_features_common.entities.column_info.ColumnInfo method)
(databricks.ml_features_common.entities.feature_column_info.FeatureColumnInfo method)
(databricks.ml_features_common.entities.feature_spec.FeatureSpec method)
(databricks.ml_features_common.entities.feature_table_info.FeatureTableInfo method)
(databricks.ml_features_common.entities.function_info.FunctionInfo method)
(databricks.ml_features_common.entities.on_demand_column_info.OnDemandColumnInfo method)
(databricks.ml_features_common.entities.source_data_column_info.SourceDataColumnInfo method)
A
access_key_id (databricks.ml_features.online_store_spec.AmazonDynamoDBSpec property)
account_uri (databricks.ml_features.online_store_spec.AzureCosmosDBSpec property)
add_data_sources() (databricks.feature_store.client.FeatureStoreClient method)
aggregate_features() (databricks.feature_engineering.client.FeatureEngineeringClient method)
Aggregation (class in databricks.ml_features.entities.aggregation)
aggregations (databricks.ml_features.entities.feature_aggregations.FeatureAggregations property)
AmazonDynamoDBSpec (class in databricks.ml_features.online_store_spec)
AmazonRdsMySqlSpec (class in databricks.ml_features.online_store_spec)
ApproxCountDistinct (class in databricks.ml_features.entities.function)
ApproxPercentile (class in databricks.ml_features.entities.function)
auth_type() (databricks.ml_features.online_store_spec.AmazonDynamoDBSpec method)
(databricks.ml_features.online_store_spec.AmazonRdsMySqlSpec method)
(databricks.ml_features.online_store_spec.AzureCosmosDBSpec method)
(databricks.ml_features.online_store_spec.AzureMySqlSpec method)
(databricks.ml_features.online_store_spec.AzureSqlServerSpec method)
(databricks.ml_features.online_store_spec.OnlineStoreSpec method)
AutoCaptureConfig (class in databricks.ml_features.entities.feature_serving_endpoint)
AVAILABLE (databricks.ml_features.entities.online_store.DatabricksOnlineStore.State attribute)
Avg (class in databricks.ml_features.entities.function)
AzureCosmosDBSpec (class in databricks.ml_features.online_store_spec)
AzureMySqlSpec (class in databricks.ml_features.online_store_spec)
AzureSqlServerSpec (class in databricks.ml_features.online_store_spec)
B
build_model_env() (databricks.feature_engineering.client.FeatureEngineeringClient method)
C
capacity (databricks.ml_features.entities.online_store.DatabricksOnlineStore attribute)
catalog_name (databricks.ml_features.entities.data_source.DeltaTableSource property)
(databricks.ml_features.entities.feature.Feature property)
cloud (databricks.ml_features.online_store_spec.AmazonDynamoDBSpec property)
(databricks.ml_features.online_store_spec.AmazonRdsMySqlSpec property)
(databricks.ml_features.online_store_spec.AzureCosmosDBSpec property)
(databricks.ml_features.online_store_spec.AzureMySqlSpec property)
(databricks.ml_features.online_store_spec.AzureSqlServerSpec property)
(databricks.ml_features.online_store_spec.OnlineStoreSpec property)
column (databricks.ml_features.entities.aggregation.Aggregation property)
ColumnInfo (class in databricks.ml_features_common.entities.column_info)
compute_features() (databricks.feature_engineering.client.FeatureEngineeringClient method)
container_name (databricks.ml_features.online_store_spec.AzureCosmosDBSpec property)
ContinuousWindow (class in databricks.ml_features.entities.time_window)
copy() (databricks.ml_features.entities.feature_aggregations.FeatureAggregations method)
Count (class in databricks.ml_features.entities.function)
create_feature() (databricks.feature_engineering.client.FeatureEngineeringClient method)
create_feature_serving_endpoint() (databricks.feature_engineering.client.FeatureEngineeringClient method)
(databricks.feature_store.client.FeatureStoreClient method)
create_feature_spec() (databricks.feature_engineering.client.FeatureEngineeringClient method)
(databricks.feature_store.client.FeatureStoreClient method)
create_kafka_config() (databricks.feature_engineering.client.FeatureEngineeringClient method)
create_materialized_view() (databricks.feature_engineering.client.FeatureEngineeringClient method)
create_online_store() (databricks.feature_engineering.client.FeatureEngineeringClient method)
create_pipeline() (databricks.feature_engineering.client.FeatureEngineeringClient method)
create_table() (databricks.feature_engineering.client.FeatureEngineeringClient method)
(databricks.feature_store.client.FeatureStoreClient method)
create_training_set() (databricks.feature_engineering.client.FeatureEngineeringClient method)
(databricks.feature_store.client.FeatureStoreClient method)
creation_time (databricks.ml_features.entities.online_store.DatabricksOnlineStore attribute)
creator (databricks.ml_features.entities.online_store.DatabricksOnlineStore attribute)
CronSchedule (class in databricks.ml_features.entities.cron_schedule)
D
data_type (databricks.ml_features_common.entities.column_info.ColumnInfo property)
database_name (databricks.ml_features.online_store_spec.AmazonRdsMySqlSpec property)
(databricks.ml_features.online_store_spec.AzureCosmosDBSpec property)
(databricks.ml_features.online_store_spec.AzureMySqlSpec property)
(databricks.ml_features.online_store_spec.AzureSqlServerSpec property)
databricks.feature_engineering.client
module
databricks.feature_engineering.upgrade_client
module
databricks.feature_store.client
module
databricks.ml_features.entities.feature_spec_info
module
databricks.ml_features.entities.feature_table
module
databricks.ml_features.online_store_spec
module
databricks.ml_features.training_set
module
DatabricksOnlineStore (class in databricks.ml_features.entities.online_store)
DatabricksOnlineStore.State (class in databricks.ml_features.entities.online_store)
dataframe (databricks.ml_features.entities.data_source.DataFrameSource property)
DATAFRAME (databricks.ml_features.entities.data_source.DataSourceTypes attribute)
DataFrameSource (class in databricks.ml_features.entities.data_source)
DataSource (class in databricks.ml_features.entities.data_source)
DataSourceTypes (class in databricks.ml_features.entities.data_source)
default_values (databricks.ml_features.entities.feature_lookup.FeatureLookup property)
delete_data_sources() (databricks.feature_store.client.FeatureStoreClient method)
delete_feature() (databricks.feature_engineering.client.FeatureEngineeringClient method)
delete_feature_serving_endpoint() (databricks.feature_engineering.client.FeatureEngineeringClient method)
(databricks.feature_store.client.FeatureStoreClient method)
delete_feature_spec() (databricks.feature_engineering.client.FeatureEngineeringClient method)
(databricks.feature_store.client.FeatureStoreClient method)
delete_feature_table_tag() (databricks.feature_engineering.client.FeatureEngineeringClient method)
(databricks.feature_store.client.FeatureStoreClient method)
delete_kafka_config() (databricks.feature_engineering.client.FeatureEngineeringClient method)
delete_materialized_feature() (databricks.feature_engineering.client.FeatureEngineeringClient method)
delete_online_store() (databricks.feature_engineering.client.FeatureEngineeringClient method)
DELETING (databricks.ml_features.entities.online_store.DatabricksOnlineStore.State attribute)
DELTA (databricks.ml_features.entities.data_source.DataSourceTypes attribute)
DeltaTableSource (class in databricks.ml_features.entities.data_source)
description (databricks.ml_features.entities.feature.Feature property)
driver (databricks.ml_features.online_store_spec.OnlineStoreSpec property)
drop_online_table() (databricks.feature_engineering.client.FeatureEngineeringClient method)
(databricks.feature_store.client.FeatureStoreClient method)
drop_table() (databricks.feature_engineering.client.FeatureEngineeringClient method)
(databricks.feature_store.client.FeatureStoreClient method)
duration (databricks.ml_features.entities.time_window.TimeWindow property)
E
end_time (databricks.ml_features.entities.feature_aggregations.FeatureAggregations property)
endpoint_url (databricks.ml_features.online_store_spec.AmazonDynamoDBSpec property)
EndpointCoreConfig (class in databricks.ml_features.entities.feature_serving_endpoint)
entity_columns (databricks.ml_features.entities.data_source.DataSource property)
extra_parameters() (databricks.ml_features.entities.function.ApproxCountDistinct method)
(databricks.ml_features.entities.function.ApproxPercentile method)
(databricks.ml_features.entities.function.Function method)
F
FAILING_OVER (databricks.ml_features.entities.online_store.DatabricksOnlineStore.State attribute)