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