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