| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ThroughputConfigUpdate |
ThroughputConfigUpdate.clone() |
ThroughputConfigUpdate |
UpdateFeatureGroupRequest.getThroughputConfig() |
ThroughputConfigUpdate |
ThroughputConfigUpdate.withProvisionedReadCapacityUnits(Integer provisionedReadCapacityUnits)
For provisioned feature groups with online store enabled, this indicates the read throughput you are billed for
and can consume without throttling.
|
ThroughputConfigUpdate |
ThroughputConfigUpdate.withProvisionedWriteCapacityUnits(Integer provisionedWriteCapacityUnits)
For provisioned feature groups, this indicates the write throughput you are billed for and can consume without
throttling.
|
ThroughputConfigUpdate |
ThroughputConfigUpdate.withThroughputMode(String throughputMode)
Target throughput mode of the feature group.
|
ThroughputConfigUpdate |
ThroughputConfigUpdate.withThroughputMode(ThroughputMode throughputMode)
Target throughput mode of the feature group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateFeatureGroupRequest.setThroughputConfig(ThroughputConfigUpdate throughputConfig) |
UpdateFeatureGroupRequest |
UpdateFeatureGroupRequest.withThroughputConfig(ThroughputConfigUpdate throughputConfig) |
Copyright © 2025. All rights reserved.