Skip to content

Commit 52f5da3

Browse files
author
amir
committed
boto3 clienbt param updated for feature store
1 parent 85321d3 commit 52f5da3

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)