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.

Used to set feature group throughput configuration. There are two modes: ON_DEMAND and PROVISIONED. With on-demand mode, you are charged for data reads and writes that your application performs on your feature group. You do not need to specify read and write throughput because Feature Store accommodates your workloads as they ramp up and down. You can switch a feature group to on-demand only once in a 24 hour period. With provisioned throughput mode, you specify the read and write capacity per second that you expect your application to require, and you are billed based on those limits. Exceeding provisioned throughput will result in your requests being throttled.

Note: PROVISIONED throughput mode is supported only for feature groups that are offline-only, or use the Standard tier online store.

Inheritance Hierarchy

System.Object
  Amazon.SageMaker.Model.ThroughputConfig

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

Syntax

C#
public class ThroughputConfig

The ThroughputConfig type exposes the following members

Constructors

NameDescription
Public Method ThroughputConfig()

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.

This field is not applicable for on-demand feature groups.

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.

This field is not applicable for on-demand feature groups.

Public Property ThroughputMode Amazon.SageMaker.ThroughputMode

Gets and sets the property ThroughputMode.

The mode used for your feature group throughput: ON_DEMAND or PROVISIONED.

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