Uses of Class
software.amazon.awssdk.services.sagemaker.model.InferenceComponentDeploymentConfig
-
Packages that use InferenceComponentDeploymentConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of InferenceComponentDeploymentConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return InferenceComponentDeploymentConfig Modifier and Type Method Description InferenceComponentDeploymentConfigUpdateInferenceComponentRequest. deploymentConfig()The deployment configuration for the inference component.InferenceComponentDeploymentConfigDescribeInferenceComponentResponse. lastDeploymentConfig()The deployment and rollback settings that you assigned to the inference component.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type InferenceComponentDeploymentConfig Modifier and Type Method Description UpdateInferenceComponentRequest.BuilderUpdateInferenceComponentRequest.Builder. deploymentConfig(InferenceComponentDeploymentConfig deploymentConfig)The deployment configuration for the inference component.DescribeInferenceComponentResponse.BuilderDescribeInferenceComponentResponse.Builder. lastDeploymentConfig(InferenceComponentDeploymentConfig lastDeploymentConfig)The deployment and rollback settings that you assigned to the inference component.
-