We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18a4806 commit e284606Copy full SHA for e284606
doc/amazon_sagemaker_featurestore.rst
@@ -67,7 +67,7 @@ use the SageMaker default bucket and add a custom prefix to it.
67
offline_feature_store_bucket = 's3://*{}*/*{}*'.format(default_bucket, prefix)
68
69
sagemaker_client = boto_session.client(service_name='sagemaker', region_name=region)
70
- featurestore_runtime = boto_session.client(service_name='featurestore-runtime', region_name=region)
+ featurestore_runtime = boto_session.client(service_name='sagemaker-featurestore-runtime', region_name=region)
71
72
feature_store_session = Session(
73
boto_session=boto_session,
0 commit comments