1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
// Code generated by smithy-go-codegen DO NOT EDIT.
// Package sagemakerfeaturestoreruntime provides the API client, operations, and
// parameter types for 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]
//
// [DeleteFeatureGroup]
//
// [DescribeFeatureGroup]
//
// [ListFeatureGroups]
//
// [DescribeFeatureGroup]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeFeatureGroup.html
// [ListFeatureGroups]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ListFeatureGroups.html
// [CreateFeatureGroup]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateFeatureGroup.html
// [DeleteFeatureGroup]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteFeatureGroup.html
package sagemakerfeaturestoreruntime
|