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