aligned API Documentation Modules Classes Names
Clear Help

For more information on the search, visit the help page.

Class Hierarchy

  • abc.ABC
    • aligned.data_source.stream_data_source.StreamDataSource - Used to determend if an API call should be created, or if we should listen to a stream.
      • aligned.HttpStreamSource - Undocumented
      • aligned.sources.kafka.KafkaTopicConfig - Undocumented
      • aligned.sources.redis.RedisStreamSource - Undocumented
    • aligned.feature_view.feature_view.FeatureView - A collection of features, and a way to combine them.
    • aligned.retrieval_job.RetrievalJob - No class docstring; 0/3 property, 4/43 methods, 0/4 static method documented
      • aligned.local.job.FileDateJob - Undocumented
      • aligned.local.job.FileFactualJob - No class docstring; 0/2 property, 0/4 class variable, 1/5 method documented
      • aligned.local.job.FileFullJob - Undocumented
      • aligned.local.job.LiteralRetrievalJob - Undocumented
      • aligned.psql.jobs.FactPsqlJob - Fetches features for defined facts within a postgres DB
      • aligned.psql.jobs.PostgreSqlJob - Undocumented
      • aligned.redis.job.FactualRedisJob - Undocumented
      • aligned.redshift.jobs.FactRedshiftJob - Fetches features for defined facts within a postgres DB
      • aligned.redshift.sql_job.RedshiftSqlJob - Undocumented
      • aligned.retrieval_job.AggregateJob - Undocumented
      • aligned.retrieval_job.CombineFactualJob - Computes features that depend on different retrical jobs
      • aligned.retrieval_job.CustomLazyPolarsJob - Undocumented
      • aligned.retrieval_job.CustomPolarsJob - Undocumented
      • aligned.retrieval_job.DerivedFeatureJob - Undocumented
      • aligned.retrieval_job.DropDuplicateEntities - Undocumented
      • aligned.retrieval_job.DropInvalidJob - Undocumented
      • aligned.retrieval_job.EncodeDatesJob - Undocumented
      • aligned.retrieval_job.EnsureTypesJob - Undocumented
      • aligned.retrieval_job.FileCachedJob - Undocumented
      • aligned.retrieval_job.FillMissingColumnsJob - Undocumented
      • aligned.retrieval_job.FilteredJob - Undocumented
      • aligned.retrieval_job.InMemoryCacheJob - Undocumented
      • aligned.retrieval_job.InMemorySplitCacheJob - Undocumented
      • aligned.retrieval_job.JoinAsofJob - Undocumented
      • aligned.retrieval_job.JoinJobs - Undocumented
      • aligned.retrieval_job.ListenForTriggers - Undocumented
      • aligned.retrieval_job.LiteralDictJob - Undocumented
      • aligned.retrieval_job.LoadedAtJob - Undocumented
      • aligned.retrieval_job.LogJob - Undocumented
      • aligned.retrieval_job.OnErrorJob - Undocumented
      • aligned.retrieval_job.OnLoadJob - Undocumented
      • aligned.retrieval_job.PredictionJob - Undocumented
      • aligned.retrieval_job.RawFileCachedJob - Undocumented
      • aligned.retrieval_job.RenameJob - Undocumented
      • aligned.retrieval_job.ReturnInvalidJob - Undocumented
      • aligned.retrieval_job.SelectColumnsJob - Undocumented
      • aligned.retrieval_job.SqlJob - Undocumented
      • aligned.retrieval_job.StackJob - Undocumented
      • aligned.retrieval_job.StreamAggregationJob - Undocumented
      • aligned.retrieval_job.SubsetJob - Undocumented
      • aligned.retrieval_job.TimeMetricLoggerJob - Undocumented
      • aligned.retrieval_job.UniqueRowsJob - Undocumented
      • aligned.retrieval_job.UnpackEmbedding - Undocumented
      • aligned.retrieval_job.UpdateVectorIndexJob - Undocumented
      • aligned.retrieval_job.ValidateEntitiesJob - Undocumented
      • aligned.retrieval_job.WithRequests - Undocumented
      • aligned.sources.databricks.UnityCatalogTableAllJob - Undocumented
  • aligned.checks.ContractStoreUpdateCheckReport - Undocumented
  • aligned.checks.ModelHaveNeededFeaturesCheck - Undocumented
  • aligned.checks.ModelsImpactedByTransformationChanges - Undocumented
  • aligned.checks.PotentialModelDistributionShift - Undocumented
  • aligned.checks.TransformationDifference - Undocumented
  • aligned.config_value.SupportedValueFactory - Undocumented
  • aligned.ContractStore - No class docstring; 0/2 property, 0/4 instance variable, 11/35 methods, 5/8 static methods documented
  • aligned.data_file.DataFileReference - A reference to a data file.
    • aligned.InMemorySource - Undocumented
    • aligned.sources.in_mem_source.RetrievalJobSource - Undocumented
    • aligned.sources.local.CsvFileSource - A source pointing to a CSV file
    • aligned.sources.local.DeltaFileSource - A source pointing to a Parquet file
    • aligned.sources.local.LiteralReference - A class containing a in mem pandas frame.
    • aligned.sources.local.ParquetFileSource - A source pointing to a Parquet file
    • aligned.sources.local.PartitionedParquetFileSource - A source pointing to a Parquet file
    • aligned.sources.random_source.RandomDataSource - The DummyDataBatchSource is a data source that generates random data for a given request. This can be useful for testing and development purposes.
  • aligned.data_source.batch_data_source.AsBatchSource - Undocumented
    • aligned.RedisConfig - Undocumented
  • aligned.data_source.batch_data_source.BatchDataSource - No class docstring; 5/19 methods, 0/1 class method documented
    • aligned.data_source.batch_data_source.CodableBatchDataSource - A definition to where a specific piece of data can be found. E.g: A database table, a file, a web service, etc.
      • aligned.CustomMethodDataSource - Undocumented
      • aligned.data_source.batch_data_source.FilteredDataSource - Undocumented
      • aligned.data_source.batch_data_source.JoinAsofDataSource - Undocumented
      • aligned.data_source.batch_data_source.JoinDataSource - Undocumented
      • aligned.data_source.batch_data_source.LoadedAtSource - Undocumented
      • aligned.data_source.batch_data_source.StackSource - Undocumented
      • aligned.data_source.batch_data_source.TransformSource - Undocumented
      • aligned.data_source.batch_data_source.UnknownDataSource - Undocumented
      • aligned.InMemorySource - Undocumented
      • aligned.sources.azure_blob_storage.AzureBlobCsvDataSource - Undocumented
      • aligned.sources.azure_blob_storage.AzureBlobDeltaDataSource - Undocumented
      • aligned.sources.azure_blob_storage.AzureBlobParquetDataSource - Undocumented
      • aligned.sources.azure_blob_storage.AzureBlobPartitionedParquetDataSource - Undocumented
      • aligned.sources.databricks.UCFeatureTableSource - No class docstring; 0/3 class variable, 2/10 methods, 0/1 class method documented
      • aligned.sources.databricks.UCSqlSource - No class docstring; 0/3 class variable, 2/6 methods, 0/1 class method documented
      • aligned.sources.databricks.UCTableSource - A source that connects to a Databricks Unity Catalog table
      • aligned.sources.lancedb.LanceDbTable - Undocumented
      • aligned.sources.local.CsvFileSource - A source pointing to a CSV file
      • aligned.sources.local.DeltaFileSource - A source pointing to a Parquet file
      • aligned.sources.local.ParquetFileSource - A source pointing to a Parquet file
      • aligned.sources.local.PartitionedParquetFileSource - A source pointing to a Parquet file
      • aligned.sources.psql.PostgreSQLDataSource - Undocumented
      • aligned.sources.random_source.RandomDataSource - The DummyDataBatchSource is a data source that generates random data for a given request. This can be useful for testing and development purposes.
      • aligned.sources.redis.RedisSource - No class docstring; 0/1 instance variable, 0/3 class variable, 1/7 method, 0/1 class method documented
      • aligned.sources.redshift.RedshiftSQLDataSource - Undocumented
      • aligned.sources.s3.AwsS3CsvDataSource - Undocumented
      • aligned.sources.s3.AwsS3ParquetDataSource - Undocumented
    • aligned.data_source.model_predictor.PredictModelSource - Undocumented
    • aligned.sources.in_mem_source.RetrievalJobSource - Undocumented
  • aligned.data_source.batch_data_source.BatchDataSourceFactory - Undocumented
  • aligned.data_source.batch_data_source.BatchSourceModification - Undocumented
  • aligned.data_source.batch_data_source.ColumnFeatureMappable - Undocumented
    • aligned.sources.azure_blob_storage.AzureBlobCsvDataSource - Undocumented
    • aligned.sources.azure_blob_storage.AzureBlobDataSource - Undocumented
    • aligned.sources.azure_blob_storage.AzureBlobDeltaDataSource - Undocumented
    • aligned.sources.azure_blob_storage.AzureBlobParquetDataSource - Undocumented
    • aligned.sources.azure_blob_storage.AzureBlobPartitionedParquetDataSource - Undocumented
    • aligned.sources.local.CsvFileSource - A source pointing to a CSV file
    • aligned.sources.local.DeltaFileSource - A source pointing to a Parquet file
    • aligned.sources.local.ParquetFileSource - A source pointing to a Parquet file
    • aligned.sources.local.PartitionedParquetFileSource - A source pointing to a Parquet file
    • aligned.sources.psql.PostgreSQLDataSource - Undocumented
    • aligned.sources.redis.RedisStreamSource - Undocumented
    • aligned.sources.redshift.RedshiftSQLDataSource - Undocumented
    • aligned.sources.s3.AwsS3CsvDataSource - Undocumented
    • aligned.sources.s3.AwsS3DataSource - Undocumented
    • aligned.sources.s3.AwsS3ParquetDataSource - Undocumented
  • aligned.data_source.stream_data_source.SinkableDataSource - Undocumented
    • aligned.sources.redis.RedisStreamSource - Undocumented
  • aligned.data_source.stream_data_source.StreamDataSourceFactory - Undocumented
  • aligned.exposed_model.interface.ExposedModel
    • aligned.exposed_model.langchain.LangChain - Undocumented
    • aligned.exposed_model.mlflow.InMemMLFlowAlias - Undocumented
    • aligned.exposed_model.mlflow.MLFlowServer - Describes a model exposed through a mlflow server.
    • aligned.exposed_model.multiple.MultipleModels - A model that runs multiple models in parallel and returns the result of one of them based on a weight and a random value.
    • aligned.exposed_model.ollama.OllamaEmbeddingPredictor - No class docstring; 0/3 property, 0/7 class variable, 1/5 method documented
    • aligned.exposed_model.ollama.OllamaEmbeddingPredictorWithRef - No class docstring; 0/3 property, 0/1 instance variable, 0/6 class variable, 1/6 method documented
    • aligned.exposed_model.ollama.OllamaGeneratePredictor - Undocumented
    • aligned.exposed_model.openai.OpenAiEmbeddingPredictor - Undocumented
    • aligned.exposed_model.openai.OpenAiExtractModel - Undocumented
    • aligned.exposed_model.openai.OpenAiPromptModel - Undocumented
    • aligned.exposed_model.partitioned.PartitionedModel - Returns an model that routes the inference request to a new model based on a partition key
    • aligned.exposed_model.sentence_transformer.SentenceTransformerPredictor - No class docstring; 0/3 property, 0/6 class variable, 1/5 method documented
  • aligned.exposed_model.interface.PredictorFactory - Undocumented
  • aligned.exposed_model.interface.PromptModel - No class docstring; 1/1 property documented
    • aligned.exposed_model.ollama.OllamaEmbeddingPredictor - No class docstring; 0/3 property, 0/7 class variable, 1/5 method documented
    • aligned.exposed_model.ollama.OllamaEmbeddingPredictorWithRef - No class docstring; 0/3 property, 0/1 instance variable, 0/6 class variable, 1/6 method documented
    • aligned.exposed_model.sentence_transformer.SentenceTransformerPredictor - No class docstring; 0/3 property, 0/6 class variable, 1/5 method documented
  • aligned.exposed_model.interface.StreamablePredictor - Undocumented
    • aligned.exposed_model.langchain.LangChain - Undocumented
  • aligned.exposed_model.interface.VersionedModel - Undocumented
    • aligned.exposed_model.interface.CodePredictor - Undocumented
    • aligned.exposed_model.interface.DillFunction - Undocumented
    • aligned.exposed_model.interface.DillPredictor - Undocumented
    • aligned.exposed_model.interface.PolarsExpression - Undocumented
    • aligned.exposed_model.openai.OpenAiEmbeddingPredictor - Undocumented
    • aligned.exposed_model.openai.OpenAiExtractModel - Undocumented
    • aligned.exposed_model.openai.OpenAiPromptModel - Undocumented
  • aligned.exposed_model.mlflow.MlflowConfig - Undocumented
  • aligned.exposed_model.ollama.OllamaGeneration - Undocumented
  • aligned.feature_source.FeatureSource - Undocumented
  • aligned.feature_source.FeatureSourceFactory - Undocumented
  • aligned.feature_source.RangeFeatureSource - Undocumented
  • aligned.feature_source.WritableFeatureSource - Undocumented
    • aligned.InMemorySource - Undocumented
    • aligned.sources.azure_blob_storage.AzureBlobDeltaDataSource - Undocumented
    • aligned.sources.azure_blob_storage.AzureBlobPartitionedParquetDataSource - Undocumented
    • aligned.sources.databricks.UCFeatureTableSource - No class docstring; 0/3 class variable, 2/10 methods, 0/1 class method documented
    • aligned.sources.databricks.UCTableSource - A source that connects to a Databricks Unity Catalog table
    • aligned.sources.in_mem_source.RetrievalJobSource - Undocumented
    • aligned.sources.lancedb.LanceDbTable - Undocumented
    • aligned.sources.local.CsvFileSource - A source pointing to a CSV file
    • aligned.sources.local.DeltaFileSource - A source pointing to a Parquet file
    • aligned.sources.local.PartitionedParquetFileSource - A source pointing to a Parquet file
    • aligned.sources.psql.PostgreSQLDataSource - Undocumented
    • aligned.sources.random_source.RandomDataSource - The DummyDataBatchSource is a data source that generates random data for a given request. This can be useful for testing and development purposes.
    • aligned.sources.redis.RedisSource - No class docstring; 0/1 instance variable, 0/3 class variable, 1/7 method, 0/1 class method documented
  • aligned.feature_store.FeatureViewStore - No class docstring; 0/5 property, 0/4 class variable, 2/17 methods documented
  • aligned.feature_store.RawStringFeatureRequest - Undocumented
  • aligned.feature_store.SourceRequest - Represent a request to a source. This can be used validate the sources.
  • aligned.feature_store.VectorIndexStore - Undocumented
  • aligned.feature_view.feature_view.FeatureViewMetadata - Undocumented
  • aligned.FileSource - A factory class, creating references to files.
  • aligned.KafkaConfig - Undocumented
  • aligned.lazy_imports.langchain_core.retriveres.BaseRetriever
    • aligned.exposed_model.langchain_retriever.AlignedRetriever - Undocumented
  • aligned.model_store.ModelFeatureStore - No class docstring; 0/3 property, 0/4 class variable, 9/27 methods documented
  • aligned.model_store.SupervisedModelFeatureStore - No class docstring; 0/4 class variable, 2/2 methods documented
  • aligned.psql.jobs.SqlColumn - Undocumented
  • aligned.psql.jobs.SqlJoin - Undocumented
  • aligned.psql.jobs.SQLQuery - Undocumented
  • aligned.psql.jobs.SqlValue - Undocumented
  • aligned.psql.jobs.TableFetch - Undocumented
  • aligned.redshift.jobs.SqlValue - Undocumented
  • aligned.redshift.sql_job.SqlColumn - Undocumented
  • aligned.redshift.sql_job.SqlJoin - Undocumented
  • aligned.redshift.sql_job.SQLQuery - Undocumented
  • aligned.redshift.sql_job.TableFetch - A configuration of an SQL query on a table
  • aligned.retrieval_job.DataLoaderJob - Undocumented
  • aligned.retrieval_job.ModificationJob - Undocumented
    • aligned.retrieval_job.AggregateJob - Undocumented
    • aligned.retrieval_job.CustomPolarsJob - Undocumented
    • aligned.retrieval_job.DerivedFeatureJob - Undocumented
    • aligned.retrieval_job.DropDuplicateEntities - Undocumented
    • aligned.retrieval_job.DropInvalidJob - Undocumented
    • aligned.retrieval_job.EncodeDatesJob - Undocumented
    • aligned.retrieval_job.EnsureTypesJob - Undocumented
    • aligned.retrieval_job.FileCachedJob - Undocumented
    • aligned.retrieval_job.FillMissingColumnsJob - Undocumented
    • aligned.retrieval_job.FilteredJob - Undocumented
    • aligned.retrieval_job.InMemoryCacheJob - Undocumented
    • aligned.retrieval_job.InMemorySplitCacheJob - Undocumented
    • aligned.retrieval_job.ListenForTriggers - Undocumented
    • aligned.retrieval_job.LoadedAtJob - Undocumented
    • aligned.retrieval_job.LogJob - Undocumented
    • aligned.retrieval_job.OnErrorJob - Undocumented
    • aligned.retrieval_job.OnLoadJob - Undocumented
    • aligned.retrieval_job.RawFileCachedJob - Undocumented
    • aligned.retrieval_job.RenameJob - Undocumented
    • aligned.retrieval_job.ReturnInvalidJob - Undocumented
    • aligned.retrieval_job.SelectColumnsJob - Undocumented
    • aligned.retrieval_job.StreamAggregationJob - Undocumented
    • aligned.retrieval_job.SubsetJob - Undocumented
    • aligned.retrieval_job.TimeMetricLoggerJob - Undocumented
    • aligned.retrieval_job.UniqueRowsJob - Undocumented
    • aligned.retrieval_job.UnpackEmbedding - Undocumented
    • aligned.retrieval_job.UpdateVectorIndexJob - Undocumented
    • aligned.retrieval_job.ValidateEntitiesJob - Undocumented
    • aligned.retrieval_job.WithRequests - Undocumented
  • aligned.retrieval_job.SplitConfig - Undocumented
  • aligned.retrieval_job.StackSourceColumn - Undocumented
  • aligned.retrieval_job.SupervisedJob - Undocumented
  • aligned.retrieval_job.TrainTestJob - Undocumented
  • aligned.retrieval_job.TrainTestValidateJob - Undocumented
  • aligned.schemas.codable.Codable
    • aligned.AwsS3Config - Undocumented
    • aligned.config_value.ConcatValue - Undocumented
    • aligned.config_value.ConfigValue - Undocumented
      • aligned.config_value.ConcatValue - Undocumented
      • aligned.config_value.EnvironmentValue - Undocumented
      • aligned.config_value.LiteralValue - Undocumented
      • aligned.config_value.NothingValue - Undocumented
      • aligned.config_value.PlaceholderValue - Undocumented
    • aligned.config_value.EnvironmentValue - Undocumented
    • aligned.config_value.LiteralValue - Undocumented
    • aligned.config_value.NothingValue - Undocumented
    • aligned.config_value.PathResolver - Undocumented
    • aligned.config_value.PlaceholderValue - Undocumented
    • aligned.CsvConfig - A config for how a CSV file should be loaded
    • aligned.data_source.batch_data_source.CodableBatchDataSource - A definition to where a specific piece of data can be found. E.g: A database table, a file, a web service, etc.
      • aligned.CustomMethodDataSource - Undocumented
      • aligned.data_source.batch_data_source.FilteredDataSource - Undocumented
      • aligned.data_source.batch_data_source.JoinAsofDataSource - Undocumented
      • aligned.data_source.batch_data_source.JoinDataSource - Undocumented
      • aligned.data_source.batch_data_source.LoadedAtSource - Undocumented
      • aligned.data_source.batch_data_source.StackSource - Undocumented
      • aligned.data_source.batch_data_source.TransformSource - Undocumented
      • aligned.data_source.batch_data_source.UnknownDataSource - Undocumented
      • aligned.InMemorySource - Undocumented
      • aligned.sources.azure_blob_storage.AzureBlobCsvDataSource - Undocumented
      • aligned.sources.azure_blob_storage.AzureBlobDeltaDataSource - Undocumented
      • aligned.sources.azure_blob_storage.AzureBlobParquetDataSource - Undocumented
      • aligned.sources.azure_blob_storage.AzureBlobPartitionedParquetDataSource - Undocumented
      • aligned.sources.databricks.UCFeatureTableSource - No class docstring; 0/3 class variable, 2/10 methods, 0/1 class method documented
      • aligned.sources.databricks.UCSqlSource - No class docstring; 0/3 class variable, 2/6 methods, 0/1 class method documented
      • aligned.sources.databricks.UCTableSource - A source that connects to a Databricks Unity Catalog table
      • aligned.sources.lancedb.LanceDbTable - Undocumented
      • aligned.sources.local.CsvFileSource - A source pointing to a CSV file
      • aligned.sources.local.DeltaFileSource - A source pointing to a Parquet file
      • aligned.sources.local.ParquetFileSource - A source pointing to a Parquet file
      • aligned.sources.local.PartitionedParquetFileSource - A source pointing to a Parquet file
      • aligned.sources.psql.PostgreSQLDataSource - Undocumented
      • aligned.sources.random_source.RandomDataSource - The DummyDataBatchSource is a data source that generates random data for a given request. This can be useful for testing and development purposes.
      • aligned.sources.redis.RedisSource - No class docstring; 0/1 instance variable, 0/3 class variable, 1/7 method, 0/1 class method documented
      • aligned.sources.redshift.RedshiftSQLDataSource - Undocumented
      • aligned.sources.s3.AwsS3CsvDataSource - Undocumented
      • aligned.sources.s3.AwsS3ParquetDataSource - Undocumented
    • aligned.data_source.batch_data_source.CodableFunction - Undocumented
    • aligned.data_source.batch_data_source.FunctionReference - Undocumented
    • aligned.data_source.stream_data_source.StreamDataSource - Used to determend if an API call should be created, or if we should listen to a stream.
      • aligned.HttpStreamSource - Undocumented
      • aligned.sources.kafka.KafkaTopicConfig - Undocumented
      • aligned.sources.redis.RedisStreamSource - Undocumented
    • aligned.DockerConfig - Undocumented
    • aligned.exposed_model.ExposedModel - No class docstring; 0/2 property, 0/1 class variable, 2/9 methods, 0/5 static method, 0/1 class method documented
      • aligned.exposed_model.interface.ABTestModel - A model that runs multiple models in parallel and returns the result of one of them based on a weight and a random value.
      • aligned.exposed_model.interface.CodePredictor - Undocumented
      • aligned.exposed_model.interface.DillFunction - Undocumented
      • aligned.exposed_model.interface.DillPredictor - Undocumented
      • aligned.exposed_model.interface.EnitityPredictor - Undocumented
      • aligned.exposed_model.interface.PolarsExpression - Undocumented
      • aligned.exposed_model.interface.ShadowModel - Undocumented
    • aligned.exposed_model.openai.OpenAiConfig - Undocumented
    • aligned.ParquetConfig - A config for how a CSV file should be loaded
    • aligned.PostgreSQLConfig - Undocumented
    • aligned.RedisConfig - Undocumented
    • aligned.RedshiftSQLConfig - Undocumented
    • aligned.sources.local.DeltaFileConfig - Undocumented
    • aligned.sources.local.FileDirectory - Undocumented
    • aligned.sources.local.StorageFileSource - Undocumented
    • aligned.sources.redshift.RedshiftListReference - A class representing a one to many relationship. This can simulate how a list datatype
  • aligned.schemas.vector_storage.VectorStorage
    • aligned.sources.redis.RedisVectorIndex - Undocumented
  • aligned.server.FastAPIServer - Undocumented
  • aligned.server.FeatureServer - Undocumented
  • aligned.server.TopicInfo - Undocumented
  • aligned.sources.azure_blob_storage.AzureConfigurable - Something that contains an azure config
    • aligned.sources.azure_blob_storage.AzureBlobCsvDataSource - Undocumented
    • aligned.sources.azure_blob_storage.AzureBlobDeltaDataSource - Undocumented
    • aligned.sources.azure_blob_storage.AzureBlobParquetDataSource - Undocumented
    • aligned.sources.azure_blob_storage.AzureBlobPartitionedParquetDataSource - Undocumented
  • aligned.sources.azure_blob_storage.AzurePath - Undocumented
  • aligned.sources.databricks.DatabricksAuthConfig - Undocumented
  • aligned.sources.databricks.DatabricksConnectionConfig - Undocumented
  • aligned.sources.databricks.DatabricksSource - A generic config making it easier to find all sources related to databricks.
    • aligned.sources.databricks.UCFeatureTableSource - No class docstring; 0/3 class variable, 2/10 methods, 0/1 class method documented
    • aligned.sources.databricks.UCSqlSource - No class docstring; 0/3 class variable, 2/6 methods, 0/1 class method documented
    • aligned.sources.databricks.UCTableSource - A source that connects to a Databricks Unity Catalog table
  • aligned.sources.databricks.SparkDataType - Undocumented
  • aligned.sources.databricks.UnityCatalog - Undocumented
  • aligned.sources.databricks.UnityCatalogSchema - Undocumented
  • aligned.sources.databricks.UnityCatalogTableConfig - Undocumented
  • aligned.sources.lancedb.LanceDBConfig - Undocumented
  • aligned.sources.local.AsRepoDefinition - Undocumented
    • aligned.sources.local.AlignedCloudSource - Undocumented
    • aligned.sources.local.DirectoryRepo - Undocumented
    • aligned.sources.local.StorageFileReference - A reference to a file that can be loaded as bytes.
      • aligned.sources.azure_blob_storage.AzureBlobDataSource - Undocumented
      • aligned.sources.local.StorageFileSource - Undocumented
      • aligned.sources.s3.AwsS3DataSource - Undocumented
  • aligned.sources.local.DataFileReference
    • aligned.sources.azure_blob_storage.AzureBlobCsvDataSource - Undocumented
    • aligned.sources.azure_blob_storage.AzureBlobDeltaDataSource - Undocumented
    • aligned.sources.azure_blob_storage.AzureBlobParquetDataSource - Undocumented
    • aligned.sources.azure_blob_storage.AzureBlobPartitionedParquetDataSource - Undocumented
    • aligned.sources.s3.AwsS3CsvDataSource - Undocumented
    • aligned.sources.s3.AwsS3ParquetDataSource - Undocumented
  • aligned.sources.local.Deletable - Undocumented
    • aligned.sources.azure_blob_storage.AzureBlobDeltaDataSource - Undocumented
    • aligned.sources.azure_blob_storage.AzureBlobPartitionedParquetDataSource - Undocumented
    • aligned.sources.lancedb.LanceDbTable - Undocumented
    • aligned.sources.local.CsvFileSource - A source pointing to a CSV file
    • aligned.sources.local.DeltaFileSource - A source pointing to a Parquet file
    • aligned.sources.local.ParquetFileSource - A source pointing to a Parquet file
    • aligned.sources.local.PartitionedParquetFileSource - A source pointing to a Parquet file
  • aligned.sources.local.Directory
    • aligned.sources.azure_blob_storage.AzureBlobDirectory - Undocumented
    • aligned.sources.s3.AwsS3Directory - Undocumented
  • aligned.sources.renamer.Renamer - Undocumented
    • aligned.sources.renamer.CamelToSnakeCase - Renames the columns from camel case to snake case
    • aligned.sources.renamer.NoopRenamer - Undocumented
    • aligned.sources.renamer.SnakeToPascalCase - Renames the columns from snake case to pascal case
  • aligned.sources.vector_index.VectorIndex - Undocumented
    • aligned.InMemorySource - Undocumented
    • aligned.sources.in_mem_source.RetrievalJobSource - Undocumented
    • aligned.sources.lancedb.LanceDbTable - Undocumented
  • aligned.storage.Storage - Undocumented
    • aligned.s3.storage.AwsS3Storage - Undocumented
    • aligned.s3.storage.FileStorage - Undocumented
    • aligned.s3.storage.HttpStorage - Undocumented
    • aligned.sources.azure_blob_storage.BlobStorage - Undocumented
  • aligned.streams.interface.ReadableStream - No class docstring; 1/1 method documented
    • aligned.streams.kafka.KafkaReadableStream - Undocumented
    • aligned.streams.redis.RedisStream - Undocumented
  • aligned.streams.interface.SinakableStream - No class docstring; 1/1 method documented
    • aligned.streams.redis.RedisStream - Undocumented
  • aligned.worker.StreamWorker - No class docstring; 0/4 instance variable, 0/3 class variable, 0/6 method, 1/2 static method documented
  • Exception
    • aligned.exceptions.CombinedFeatureViewQuerying - Undocumented
    • aligned.exceptions.ConfigurationError - Undocumented
    • aligned.exceptions.NotSupportedYet - Undocumented
    • aligned.exceptions.StreamWorkerNotFound - Undocumented
    • aligned.exceptions.UnableToFindFileException - Undocumented
  • mashumaro.types.SerializableType
    • aligned.config_value.ConfigValue - Undocumented
      • aligned.config_value.ConcatValue - Undocumented
      • aligned.config_value.EnvironmentValue - Undocumented
      • aligned.config_value.LiteralValue - Undocumented
      • aligned.config_value.NothingValue - Undocumented
      • aligned.config_value.PlaceholderValue - Undocumented
    • aligned.data_source.batch_data_source.CodableBatchDataSource - A definition to where a specific piece of data can be found. E.g: A database table, a file, a web service, etc.
      • aligned.CustomMethodDataSource - Undocumented
      • aligned.data_source.batch_data_source.FilteredDataSource - Undocumented
      • aligned.data_source.batch_data_source.JoinAsofDataSource - Undocumented
      • aligned.data_source.batch_data_source.JoinDataSource - Undocumented
      • aligned.data_source.batch_data_source.LoadedAtSource - Undocumented
      • aligned.data_source.batch_data_source.StackSource - Undocumented
      • aligned.data_source.batch_data_source.TransformSource - Undocumented
      • aligned.data_source.batch_data_source.UnknownDataSource - Undocumented
      • aligned.InMemorySource - Undocumented
      • aligned.sources.azure_blob_storage.AzureBlobCsvDataSource - Undocumented
      • aligned.sources.azure_blob_storage.AzureBlobDeltaDataSource - Undocumented
      • aligned.sources.azure_blob_storage.AzureBlobParquetDataSource - Undocumented
      • aligned.sources.azure_blob_storage.AzureBlobPartitionedParquetDataSource - Undocumented
      • aligned.sources.databricks.UCFeatureTableSource - No class docstring; 0/3 class variable, 2/10 methods, 0/1 class method documented
      • aligned.sources.databricks.UCSqlSource - No class docstring; 0/3 class variable, 2/6 methods, 0/1 class method documented
      • aligned.sources.databricks.UCTableSource - A source that connects to a Databricks Unity Catalog table
      • aligned.sources.lancedb.LanceDbTable - Undocumented
      • aligned.sources.local.CsvFileSource - A source pointing to a CSV file
      • aligned.sources.local.DeltaFileSource - A source pointing to a Parquet file
      • aligned.sources.local.ParquetFileSource - A source pointing to a Parquet file
      • aligned.sources.local.PartitionedParquetFileSource - A source pointing to a Parquet file
      • aligned.sources.psql.PostgreSQLDataSource - Undocumented
      • aligned.sources.random_source.RandomDataSource - The DummyDataBatchSource is a data source that generates random data for a given request. This can be useful for testing and development purposes.
      • aligned.sources.redis.RedisSource - No class docstring; 0/1 instance variable, 0/3 class variable, 1/7 method, 0/1 class method documented
      • aligned.sources.redshift.RedshiftSQLDataSource - Undocumented
      • aligned.sources.s3.AwsS3CsvDataSource - Undocumented
      • aligned.sources.s3.AwsS3ParquetDataSource - Undocumented
    • aligned.data_source.stream_data_source.StreamDataSource - Used to determend if an API call should be created, or if we should listen to a stream.
      • aligned.HttpStreamSource - Undocumented
      • aligned.sources.kafka.KafkaTopicConfig - Undocumented
      • aligned.sources.redis.RedisStreamSource - Undocumented
    • aligned.exposed_model.ExposedModel - No class docstring; 0/2 property, 0/1 class variable, 2/9 methods, 0/5 static method, 0/1 class method documented
      • aligned.exposed_model.interface.ABTestModel - A model that runs multiple models in parallel and returns the result of one of them based on a weight and a random value.
      • aligned.exposed_model.interface.CodePredictor - Undocumented
      • aligned.exposed_model.interface.DillFunction - Undocumented
      • aligned.exposed_model.interface.DillPredictor - Undocumented
      • aligned.exposed_model.interface.EnitityPredictor - Undocumented
      • aligned.exposed_model.interface.PolarsExpression - Undocumented
      • aligned.exposed_model.interface.ShadowModel - Undocumented
  • pydantic.BaseModel
    • aligned.server.APIFeatureRequest - Undocumented
  • types.ModuleType
    • aligned.lazy_imports._LazyModule - Module that can act both as a lazy-loader and as a proxy.
  • typing.Generic
    • aligned.feature_view.feature_view.FeatureViewWrapper - No class docstring; 0/2 property, 0/2 class variable, 4/20 methods documented
    • aligned.retrieval_job.OnErrorJob - Undocumented
    • aligned.split_strategy.SupervisedDataSet - Undocumented
  • typing.Protocol
    • aligned.Directory - Undocumented
      • aligned.AzureBlobConfig - Undocumented
      • aligned.sources.local.FileDirectory - Undocumented
API Documentation for aligned, generated by pydoctor 25.4.0 at 2025-06-16 08:41:00.