Skip to content

Commit

Permalink
Merge branch 'master' into 2PR
Browse files Browse the repository at this point in the history
  • Loading branch information
samruds authored Mar 1, 2024
2 parents c93ea32 + 0b4faf9 commit 4847410
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
18 changes: 16 additions & 2 deletions doc/api/prep_data/feature_store.rst
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ Feature Definition
:members:
:show-inheritance:


Inputs
******

Expand Down Expand Up @@ -181,9 +182,13 @@ Feature Processor Data Source
:members:
:show-inheritance:

.. autoclass:: sagemaker.feature_store.feature_processor.PySparkDataSource
:members:
:show-inheritance:

Feature Processor Scheduler
***************************

Feature Processor Scheduler and Triggers
****************************************

.. automethod:: sagemaker.feature_store.feature_processor.to_pipeline

Expand All @@ -196,3 +201,12 @@ Feature Processor Scheduler
.. automethod:: sagemaker.feature_store.feature_processor.describe

.. automethod:: sagemaker.feature_store.feature_processor.list_pipelines

.. automethod:: sagemaker.feature_store.feature_processor.put_trigger

.. automethod:: sagemaker.feature_store.feature_processor.enable_trigger

.. automethod:: sagemaker.feature_store.feature_processor.disable_trigger

.. automethod:: sagemaker.feature_store.feature_processor.delete_trigger

5 changes: 0 additions & 5 deletions src/sagemaker/remote_function/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -694,11 +694,6 @@ def __init__(
encrypt_inter_container_traffic (bool): A flag that specifies whether traffic between
training containers is encrypted for the training job. Defaults to ``False``.
enable_network_isolation (bool): A flag that specifies whether container will run in
network isolation mode. Defaults to ``False``. Network isolation mode restricts the
container access to outside networks (such as the Internet). The container does not
make any inbound or outbound network calls. Also known as Internet-free mode.
spark_config (SparkConfig): Configurations to the Spark application that runs on
Spark image. If ``spark_config`` is specified, a SageMaker Spark image uri
will be used for training. Note that ``image_uri`` can not be specified at the
Expand Down

0 comments on commit 4847410

Please sign in to comment.