github.com/aavshr/aws-sdk-go@v1.41.3/service/sagemakerfeaturestoreruntime/doc.go (about)

     1  // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
     2  
     3  // Package sagemakerfeaturestoreruntime provides the client and types for making API
     4  // requests to Amazon SageMaker Feature Store Runtime.
     5  //
     6  // Contains all data plane API operations and data types for the Amazon SageMaker
     7  // Feature Store. Use this API to put, delete, and retrieve (get) features from
     8  // a feature store.
     9  //
    10  // Use the following operations to configure your OnlineStore and OfflineStore
    11  // features, and to create and manage feature groups:
    12  //
    13  //    * CreateFeatureGroup (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateFeatureGroup.html)
    14  //
    15  //    * DeleteFeatureGroup (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DeleteFeatureGroup.html)
    16  //
    17  //    * DescribeFeatureGroup (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeFeatureGroup.html)
    18  //
    19  //    * ListFeatureGroups (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ListFeatureGroups.html)
    20  //
    21  // See https://docs.aws.amazon.com/goto/WebAPI/sagemaker-featurestore-runtime-2020-07-01 for more information on this service.
    22  //
    23  // See sagemakerfeaturestoreruntime package documentation for more information.
    24  // https://docs.aws.amazon.com/sdk-for-go/api/service/sagemakerfeaturestoreruntime/
    25  //
    26  // Using the Client
    27  //
    28  // To contact Amazon SageMaker Feature Store Runtime with the SDK use the New function to create
    29  // a new service client. With that client you can make API requests to the service.
    30  // These clients are safe to use concurrently.
    31  //
    32  // See the SDK's documentation for more information on how to use the SDK.
    33  // https://docs.aws.amazon.com/sdk-for-go/api/
    34  //
    35  // See aws.Config documentation for more information on configuring SDK clients.
    36  // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
    37  //
    38  // See the Amazon SageMaker Feature Store Runtime client SageMakerFeatureStoreRuntime for more
    39  // information on creating client for this service.
    40  // https://docs.aws.amazon.com/sdk-for-go/api/service/sagemakerfeaturestoreruntime/#New
    41  package sagemakerfeaturestoreruntime