Uses of Class
software.amazon.awssdk.services.sagemaker.model.InferenceComponentContainerSpecificationSummary
-
Packages that use InferenceComponentContainerSpecificationSummary Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of InferenceComponentContainerSpecificationSummary in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return InferenceComponentContainerSpecificationSummary Modifier and Type Method Description InferenceComponentContainerSpecificationSummaryInferenceComponentSpecificationSummary. container()Details about the container that provides the runtime environment for the model that is deployed with the inference component.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type InferenceComponentContainerSpecificationSummary Modifier and Type Method Description InferenceComponentSpecificationSummary.BuilderInferenceComponentSpecificationSummary.Builder. container(InferenceComponentContainerSpecificationSummary container)Details about the container that provides the runtime environment for the model that is deployed with the inference component.
-