Uses of Class
software.amazon.awssdk.services.sagemaker.model.InferenceComponentSpecification
-
Packages that use InferenceComponentSpecification Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of InferenceComponentSpecification in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return InferenceComponentSpecification Modifier and Type Method Description InferenceComponentSpecificationCreateInferenceComponentRequest. specification()Details about the resources to deploy with this inference component, including the model, container, and compute resources.InferenceComponentSpecificationUpdateInferenceComponentRequest. specification()Details about the resources to deploy with this inference component, including the model, container, and compute resources.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type InferenceComponentSpecification Modifier and Type Method Description CreateInferenceComponentRequest.BuilderCreateInferenceComponentRequest.Builder. specification(InferenceComponentSpecification specification)Details about the resources to deploy with this inference component, including the model, container, and compute resources.UpdateInferenceComponentRequest.BuilderUpdateInferenceComponentRequest.Builder. specification(InferenceComponentSpecification specification)Details about the resources to deploy with this inference component, including the model, container, and compute resources.
-