Skip to content

Commit 046f818

Browse files
authored
Merge branch 'master' into 1.8.1_PT_containers
2 parents 187191b + e284606 commit 046f818

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)