Uses of Class
software.amazon.awssdk.services.sagemaker.model.InferenceComponentComputeResourceRequirements
-
Packages that use InferenceComponentComputeResourceRequirements Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of InferenceComponentComputeResourceRequirements in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return InferenceComponentComputeResourceRequirements Modifier and Type Method Description InferenceComponentComputeResourceRequirementsInferenceComponentSpecification. computeResourceRequirements()The compute resources allocated to run the model, plus any adapter models, that you assign to the inference component.InferenceComponentComputeResourceRequirementsInferenceComponentSpecificationSummary. computeResourceRequirements()The compute resources allocated to run the model, plus any adapter models, that you assign to the inference component.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type InferenceComponentComputeResourceRequirements Modifier and Type Method Description InferenceComponentSpecification.BuilderInferenceComponentSpecification.Builder. computeResourceRequirements(InferenceComponentComputeResourceRequirements computeResourceRequirements)The compute resources allocated to run the model, plus any adapter models, that you assign to the inference component.InferenceComponentSpecificationSummary.BuilderInferenceComponentSpecificationSummary.Builder. computeResourceRequirements(InferenceComponentComputeResourceRequirements computeResourceRequirements)The compute resources allocated to run the model, plus any adapter models, that you assign to the inference component.
-