We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c65dfcd commit 0b3fbe0Copy full SHA for 0b3fbe0
doc/amazon_sagemaker_featurestore.rst
@@ -467,11 +467,12 @@ be chained.
467
dataset_builder
468
.with_number_of_records_from_query_results(number_of_records=100)
469
.include_duplicated_records()
470
- .to_dataframe()
+ .with_number_of_recent_records_by_record_identifier(number_of_recent_records=1)
471
472
There are additional configurations that can be made for various use cases,
473
such as time travel and point-in-time join. These are outlined in the
474
-Feature Store DatasetBuilder API Reference.
+Feature Store `DatasetBuilder API Reference
475
+<https://sagemaker.readthedocs.io/en/stable/api/prep_data/feature_store.html#dataset-builder>`__.
476
477
.. rubric:: Delete a feature group
478
:name: bCe9CA61b78
0 commit comments