File: doc.go

package info (click to toggle)
golang-github-aws-aws-sdk-go-v2 1.30.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 662,428 kB
  • sloc: java: 16,875; makefile: 432; sh: 175
file content (25 lines) | stat: -rw-r--r-- 1,113 bytes parent folder | download | duplicates (3)
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