

****************************
SageMakerFeatureStoreRuntime
****************************



======
Client
======



.. py:class:: SageMakerFeatureStoreRuntime.Client

  A low-level client representing Amazon SageMaker Feature Store Runtime
  

  Contains all data plane API operations and data types for the Amazon SageMaker Feature Store. Use this API to put, delete, and retrieve (get) features from a feature store.

   

  Use the following operations to configure your ``OnlineStore`` and ``OfflineStore`` features, and to create and manage feature groups:

   

  
  * `CreateFeatureGroup <https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateFeatureGroup.html>`__
   
  * `DeleteFeatureGroup <https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteFeatureGroup.html>`__
   
  * `DescribeFeatureGroup <https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeFeatureGroup.html>`__
   
  * `ListFeatureGroups <https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ListFeatureGroups.html>`__
  

  ::

    
    import boto3
    
    client = boto3.client('sagemaker-featurestore-runtime')

  

These are the available methods:

.. toctree::
  :maxdepth: 1
  :titlesonly:

  sagemaker-featurestore-runtime/client/batch_get_record
  sagemaker-featurestore-runtime/client/can_paginate
  sagemaker-featurestore-runtime/client/close
  sagemaker-featurestore-runtime/client/delete_record
  sagemaker-featurestore-runtime/client/get_paginator
  sagemaker-featurestore-runtime/client/get_record
  sagemaker-featurestore-runtime/client/get_waiter
  sagemaker-featurestore-runtime/client/put_record
