Uses of Interface
software.amazon.awssdk.services.sagemaker.model.InferenceComponentComputeResourceRequirements.Builder
-
Packages that use InferenceComponentComputeResourceRequirements.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of InferenceComponentComputeResourceRequirements.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return InferenceComponentComputeResourceRequirements.Builder Modifier and Type Method Description static InferenceComponentComputeResourceRequirements.BuilderInferenceComponentComputeResourceRequirements. builder()InferenceComponentComputeResourceRequirements.BuilderInferenceComponentComputeResourceRequirements.Builder. maxMemoryRequiredInMb(Integer maxMemoryRequiredInMb)The maximum MB of memory to allocate to run a model that you assign to an inference component.InferenceComponentComputeResourceRequirements.BuilderInferenceComponentComputeResourceRequirements.Builder. minMemoryRequiredInMb(Integer minMemoryRequiredInMb)The minimum MB of memory to allocate to run a model that you assign to an inference component.InferenceComponentComputeResourceRequirements.BuilderInferenceComponentComputeResourceRequirements.Builder. numberOfAcceleratorDevicesRequired(Float numberOfAcceleratorDevicesRequired)The number of accelerators to allocate to run a model that you assign to an inference component.InferenceComponentComputeResourceRequirements.BuilderInferenceComponentComputeResourceRequirements.Builder. numberOfCpuCoresRequired(Float numberOfCpuCoresRequired)The number of CPU cores to allocate to run a model that you assign to an inference component.InferenceComponentComputeResourceRequirements.BuilderInferenceComponentComputeResourceRequirements. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type InferenceComponentComputeResourceRequirements.Builder Modifier and Type Method Description static Class<? extends InferenceComponentComputeResourceRequirements.Builder>InferenceComponentComputeResourceRequirements. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type InferenceComponentComputeResourceRequirements.Builder Modifier and Type Method Description default InferenceComponentSpecification.BuilderInferenceComponentSpecification.Builder. computeResourceRequirements(Consumer<InferenceComponentComputeResourceRequirements.Builder> computeResourceRequirements)The compute resources allocated to run the model, plus any adapter models, that you assign to the inference component.default InferenceComponentSpecificationSummary.BuilderInferenceComponentSpecificationSummary.Builder. computeResourceRequirements(Consumer<InferenceComponentComputeResourceRequirements.Builder> computeResourceRequirements)The compute resources allocated to run the model, plus any adapter models, that you assign to the inference component.
-