Uses of Interface
software.amazon.awssdk.services.sagemaker.model.ThroughputConfigUpdate.Builder
-
Packages that use ThroughputConfigUpdate.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ThroughputConfigUpdate.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ThroughputConfigUpdate.Builder Modifier and Type Method Description static ThroughputConfigUpdate.BuilderThroughputConfigUpdate. builder()ThroughputConfigUpdate.BuilderThroughputConfigUpdate.Builder. provisionedReadCapacityUnits(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.BuilderThroughputConfigUpdate.Builder. provisionedWriteCapacityUnits(Integer provisionedWriteCapacityUnits)For provisioned feature groups, this indicates the write throughput you are billed for and can consume without throttling.ThroughputConfigUpdate.BuilderThroughputConfigUpdate.Builder. throughputMode(String throughputMode)Target throughput mode of the feature group.ThroughputConfigUpdate.BuilderThroughputConfigUpdate.Builder. throughputMode(ThroughputMode throughputMode)Target throughput mode of the feature group.ThroughputConfigUpdate.BuilderThroughputConfigUpdate. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ThroughputConfigUpdate.Builder Modifier and Type Method Description static Class<? extends ThroughputConfigUpdate.Builder>ThroughputConfigUpdate. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ThroughputConfigUpdate.Builder Modifier and Type Method Description default UpdateFeatureGroupRequest.BuilderUpdateFeatureGroupRequest.Builder. throughputConfig(Consumer<ThroughputConfigUpdate.Builder> throughputConfig)Sets the value of the ThroughputConfig property for this object.
-