1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
// 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 (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)
package sagemakerfeaturestoreruntime
|