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.

The new throughput configuration for the feature group. You can switch between on-demand and provisioned modes or update the read / write capacity of provisioned feature groups. You can switch a feature group to on-demand only once in a 24 hour period.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.ThroughputConfigUpdate

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

Syntax

C#
public class ThroughputConfigUpdate

The ThroughputConfigUpdate type exposes the following members

Constructors

NameDescription
Public Method ThroughputConfigUpdate()

Properties

NameTypeDescription
Public Property ProvisionedReadCapacityUnits System.Int32

Gets and sets the property ProvisionedReadCapacityUnits.

For provisioned feature groups with online store enabled, this indicates the read throughput you are billed for and can consume without throttling.

Public Property ProvisionedWriteCapacityUnits System.Int32

Gets and sets the property ProvisionedWriteCapacityUnits.

For provisioned feature groups, this indicates the write throughput you are billed for and can consume without throttling.

Public Property ThroughputMode Amazon.SageMaker.ThroughputMode

Gets and sets the property ThroughputMode.

Target throughput mode of the feature group. Throughput update is an asynchronous operation, and the outcome should be monitored by polling LastUpdateStatus field in DescribeFeatureGroup response. You cannot update a feature group's throughput while another update is in progress.

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