Uses of Class
software.amazon.awssdk.services.sagemaker.model.InferenceComponentContainerSpecification
-
Packages that use InferenceComponentContainerSpecification Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of InferenceComponentContainerSpecification in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return InferenceComponentContainerSpecification Modifier and Type Method Description InferenceComponentContainerSpecificationInferenceComponentSpecification. container()Defines a container that provides the runtime environment for a model that you deploy with an inference component.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type InferenceComponentContainerSpecification Modifier and Type Method Description InferenceComponentSpecification.BuilderInferenceComponentSpecification.Builder. container(InferenceComponentContainerSpecification container)Defines a container that provides the runtime environment for a model that you deploy with an inference component.
-