AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the UpdateFeatureGroup operation. Updates the feature group by either adding features or updating the online store configuration. Use one of the following request parameters at a time while using the UpdateFeatureGroup API.

You can add features for your feature group using the FeatureAdditions request parameter. Features cannot be removed from a feature group.

You can update the online store configuration by using the OnlineStoreConfig request parameter. If a TtlDuration is specified, the default TtlDuration applies for all records added to the feature group after the feature group is updated. If a record level TtlDuration exists from using the PutRecord API, the record level TtlDuration applies to that record instead of the default TtlDuration. To remove the default TtlDuration from an existing feature group, use the UpdateFeatureGroup API and set the TtlDuration Unit and Value to null.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SageMaker.AmazonSageMakerRequest
      Amazon.SageMaker.Model.UpdateFeatureGroupRequest

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateFeatureGroupRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The UpdateFeatureGroupRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateFeatureGroupRequest()

Properties

NameTypeDescription
Public Property FeatureAdditions System.Collections.Generic.List<Amazon.SageMaker.Model.FeatureDefinition>

Gets and sets the property FeatureAdditions.

Updates the feature group. Updating a feature group is an asynchronous operation. When you get an HTTP 200 response, you've made a valid request. It takes some time after you've made a valid request for Feature Store to update the feature group.

Public Property FeatureGroupName System.String

Gets and sets the property FeatureGroupName.

The name or Amazon Resource Name (ARN) of the feature group that you're updating.

Public Property OnlineStoreConfig Amazon.SageMaker.Model.OnlineStoreConfigUpdate

Gets and sets the property OnlineStoreConfig.

Updates the feature group online store configuration.

Public Property ThroughputConfig Amazon.SageMaker.Model.ThroughputConfigUpdate

Gets and sets the property ThroughputConfig.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5