| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ThroughputConfig |
ThroughputConfig.clone() |
ThroughputConfig |
CreateFeatureGroupRequest.getThroughputConfig() |
ThroughputConfig |
ThroughputConfig.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.
|
ThroughputConfig |
ThroughputConfig.withProvisionedWriteCapacityUnits(Integer provisionedWriteCapacityUnits)
For provisioned feature groups, this indicates the write throughput you are billed for and can consume without
throttling.
|
ThroughputConfig |
ThroughputConfig.withThroughputMode(String throughputMode)
The mode used for your feature group throughput:
ON_DEMAND or PROVISIONED. |
ThroughputConfig |
ThroughputConfig.withThroughputMode(ThroughputMode throughputMode)
The mode used for your feature group throughput:
ON_DEMAND or PROVISIONED. |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateFeatureGroupRequest.setThroughputConfig(ThroughputConfig throughputConfig) |
CreateFeatureGroupRequest |
CreateFeatureGroupRequest.withThroughputConfig(ThroughputConfig throughputConfig) |
Copyright © 2024. All rights reserved.