ThroughputConfigUpdate - Amazon SageMaker
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

ThroughputConfigUpdate

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.

Contents

ProvisionedReadCapacityUnits

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

Type: Integer

Valid Range: Minimum value of 0. Maximum value of 10000000.

Required: No

ProvisionedWriteCapacityUnits

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

Type: Integer

Valid Range: Minimum value of 0. Maximum value of 10000000.

Required: No

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.

Type: String

Valid Values: OnDemand | Provisioned

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: