Skip to content

Commit 8f6e085

Browse files
Amirosimaniamirahsan-z-khan
authored and
Talia Chopra
committed
fix: boto3 client param updated for feature store (aws#2283)
Co-authored-by: amir <[email protected]> Co-authored-by: Ahsan Khan <[email protected]>
1 parent 7be377e commit 8f6e085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/amazon_sagemaker_featurestore.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ use the SageMaker default bucket and add a custom prefix to it.
6767
offline_feature_store_bucket = 's3://*{}*/*{}*'.format(default_bucket, prefix)
6868
6969
sagemaker_client = boto_session.client(service_name='sagemaker', region_name=region)
70-
featurestore_runtime = boto_session.client(service_name='featurestore-runtime', region_name=region)
70+
featurestore_runtime = boto_session.client(service_name='sagemaker-featurestore-runtime', region_name=region)
7171
7272
feature_store_session = Session(
7373
    boto_session=boto_session,

0 commit comments

Comments
 (0)