-
Notifications
You must be signed in to change notification settings - Fork 1.2k
chore: Updated python documentation #5347
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,85 @@ | ||
| feast.api.registry.rest package | ||
| =============================== | ||
|
|
||
| Submodules | ||
| ---------- | ||
|
|
||
| feast.api.registry.rest.data\_sources module | ||
| -------------------------------------------- | ||
|
|
||
| .. automodule:: feast.api.registry.rest.data_sources | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| feast.api.registry.rest.entities module | ||
| --------------------------------------- | ||
|
|
||
| .. automodule:: feast.api.registry.rest.entities | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| feast.api.registry.rest.feature\_services module | ||
| ------------------------------------------------ | ||
|
|
||
| .. automodule:: feast.api.registry.rest.feature_services | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| feast.api.registry.rest.feature\_views module | ||
| --------------------------------------------- | ||
|
|
||
| .. automodule:: feast.api.registry.rest.feature_views | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| feast.api.registry.rest.permissions module | ||
| ------------------------------------------ | ||
|
|
||
| .. automodule:: feast.api.registry.rest.permissions | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| feast.api.registry.rest.projects module | ||
| --------------------------------------- | ||
|
|
||
| .. automodule:: feast.api.registry.rest.projects | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| feast.api.registry.rest.rest\_registry\_server module | ||
| ----------------------------------------------------- | ||
|
|
||
| .. automodule:: feast.api.registry.rest.rest_registry_server | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| feast.api.registry.rest.rest\_utils module | ||
| ------------------------------------------ | ||
|
|
||
| .. automodule:: feast.api.registry.rest.rest_utils | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| feast.api.registry.rest.saved\_datasets module | ||
| ---------------------------------------------- | ||
|
|
||
| .. automodule:: feast.api.registry.rest.saved_datasets | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| Module contents | ||
| --------------- | ||
|
|
||
| .. automodule:: feast.api.registry.rest | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| feast.api.registry package | ||
| ========================== | ||
|
|
||
| Subpackages | ||
| ----------- | ||
|
|
||
| .. toctree:: | ||
| :maxdepth: 4 | ||
|
|
||
| feast.api.registry.rest | ||
|
|
||
| Module contents | ||
| --------------- | ||
|
|
||
| .. automodule:: feast.api.registry | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| feast.api package | ||
| ================= | ||
|
|
||
| Subpackages | ||
| ----------- | ||
|
|
||
| .. toctree:: | ||
| :maxdepth: 4 | ||
|
|
||
| feast.api.registry | ||
|
|
||
| Module contents | ||
| --------------- | ||
|
|
||
| .. automodule:: feast.api | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,141 @@ | ||
| feast.cli package | ||
| ================= | ||
|
|
||
| Submodules | ||
| ---------- | ||
|
|
||
| feast.cli.cli module | ||
| -------------------- | ||
|
|
||
| .. automodule:: feast.cli.cli | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| feast.cli.cli\_options module | ||
| ----------------------------- | ||
|
|
||
| .. automodule:: feast.cli.cli_options | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| feast.cli.cli\_utils module | ||
| --------------------------- | ||
|
|
||
| .. automodule:: feast.cli.cli_utils | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| feast.cli.data\_sources module | ||
| ------------------------------ | ||
|
|
||
| .. automodule:: feast.cli.data_sources | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| feast.cli.entities module | ||
| ------------------------- | ||
|
|
||
| .. automodule:: feast.cli.entities | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| feast.cli.feature\_services module | ||
| ---------------------------------- | ||
|
|
||
| .. automodule:: feast.cli.feature_services | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| feast.cli.feature\_views module | ||
| ------------------------------- | ||
|
|
||
| .. automodule:: feast.cli.feature_views | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| feast.cli.features module | ||
| ------------------------- | ||
|
|
||
| .. automodule:: feast.cli.features | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| feast.cli.on\_demand\_feature\_views module | ||
| ------------------------------------------- | ||
|
|
||
| .. automodule:: feast.cli.on_demand_feature_views | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| feast.cli.permissions module | ||
| ---------------------------- | ||
|
|
||
| .. automodule:: feast.cli.permissions | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| feast.cli.projects module | ||
| ------------------------- | ||
|
|
||
| .. automodule:: feast.cli.projects | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| feast.cli.saved\_datasets module | ||
| -------------------------------- | ||
|
|
||
| .. automodule:: feast.cli.saved_datasets | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| feast.cli.serve module | ||
| ---------------------- | ||
|
|
||
| .. automodule:: feast.cli.serve | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| feast.cli.stream\_feature\_views module | ||
| --------------------------------------- | ||
|
|
||
| .. automodule:: feast.cli.stream_feature_views | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| feast.cli.ui module | ||
| ------------------- | ||
|
|
||
| .. automodule:: feast.cli.ui | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| feast.cli.validation\_references module | ||
| --------------------------------------- | ||
|
|
||
| .. automodule:: feast.cli.validation_references | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| Module contents | ||
| --------------- | ||
|
|
||
| .. automodule:: feast.cli | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,37 @@ | ||
| feast.infra.common package | ||
| ========================== | ||
|
|
||
| Submodules | ||
| ---------- | ||
|
|
||
| feast.infra.common.materialization\_job module | ||
| ---------------------------------------------- | ||
|
|
||
| .. automodule:: feast.infra.common.materialization_job | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| feast.infra.common.retrieval\_task module | ||
| ----------------------------------------- | ||
|
|
||
| .. automodule:: feast.infra.common.retrieval_task | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| feast.infra.common.serde module | ||
| ------------------------------- | ||
|
|
||
| .. automodule:: feast.infra.common.serde | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| Module contents | ||
| --------------- | ||
|
|
||
| .. automodule:: feast.infra.common | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: |
45 changes: 45 additions & 0 deletions
45
sdk/python/docs/source/feast.infra.compute_engines.local.backends.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,45 @@ | ||
| feast.infra.compute\_engines.local.backends package | ||
| =================================================== | ||
|
|
||
| Submodules | ||
| ---------- | ||
|
|
||
| feast.infra.compute\_engines.local.backends.base module | ||
| ------------------------------------------------------- | ||
|
|
||
| .. automodule:: feast.infra.compute_engines.local.backends.base | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| feast.infra.compute\_engines.local.backends.factory module | ||
| ---------------------------------------------------------- | ||
|
|
||
| .. automodule:: feast.infra.compute_engines.local.backends.factory | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| feast.infra.compute\_engines.local.backends.pandas\_backend module | ||
| ------------------------------------------------------------------ | ||
|
|
||
| .. automodule:: feast.infra.compute_engines.local.backends.pandas_backend | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| feast.infra.compute\_engines.local.backends.polars\_backend module | ||
| ------------------------------------------------------------------ | ||
|
|
||
| .. automodule:: feast.infra.compute_engines.local.backends.polars_backend | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: | ||
|
|
||
| Module contents | ||
| --------------- | ||
|
|
||
| .. automodule:: feast.infra.compute_engines.local.backends | ||
| :members: | ||
| :undoc-members: | ||
| :show-inheritance: |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.