# aws-sagemaker-featureStore OpenAPI overview

> Below is an overview of the aws-sagemaker-featureStore openapi in simple language. This API contains 4 endpoints.

For more detailed information of an endpoint, visit https://oapis.org/summary/aws-sagemaker-featureStore/[idOrRoute]

Amazon SageMaker Feature Store Runtime v2020-07-01 - http://featurestore-runtime.sagemaker.{region}.amazonaws.com
<p>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.</p> <p>Use the following operations to configure your <code>OnlineStore</code> and <code>OfflineStore</code> features, and to create and manage feature groups:</p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateFeatureGroup.html">CreateFeatureGroup</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteFeatureGroup.html">DeleteFeatureGroup</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeFeatureGroup.html">DescribeFeatureGroup</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ListFeatureGroups.html">ListFeatureGroups</a> </p> </li> </ul>

## Other

- [BatchGetRecord](https://oapis.org/openapi/aws-sagemaker-featureStore/BatchGetRecord): POST http://featurestore-runtime.sagemaker.{region}.amazonaws.com/BatchGetRecord - 
- [DeleteRecord](https://oapis.org/openapi/aws-sagemaker-featureStore/DeleteRecord): DELETE http://featurestore-runtime.sagemaker.{region}.amazonaws.com/FeatureGroup/{FeatureGroupName}#RecordIdentifierValueAsString&EventTime?RecordIdentifierValueAsString=string&EventTime=string&TargetStores=array&DeletionMode=string - 
- [GetRecord](https://oapis.org/openapi/aws-sagemaker-featureStore/GetRecord): GET http://featurestore-runtime.sagemaker.{region}.amazonaws.com/FeatureGroup/{FeatureGroupName}#RecordIdentifierValueAsString?RecordIdentifierValueAsString=string&FeatureName=array - 
- [PutRecord](https://oapis.org/openapi/aws-sagemaker-featureStore/PutRecord): PUT http://featurestore-runtime.sagemaker.{region}.amazonaws.com/FeatureGroup/{FeatureGroupName} - 
