Uses of Interface
software.amazon.awssdk.services.sagemaker.model.InferenceComponentDeploymentConfig.Builder
-
Packages that use InferenceComponentDeploymentConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of InferenceComponentDeploymentConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return InferenceComponentDeploymentConfig.Builder Modifier and Type Method Description default InferenceComponentDeploymentConfig.BuilderInferenceComponentDeploymentConfig.Builder. autoRollbackConfiguration(Consumer<AutoRollbackConfig.Builder> autoRollbackConfiguration)Sets the value of the AutoRollbackConfiguration property for this object.InferenceComponentDeploymentConfig.BuilderInferenceComponentDeploymentConfig.Builder. autoRollbackConfiguration(AutoRollbackConfig autoRollbackConfiguration)Sets the value of the AutoRollbackConfiguration property for this object.static InferenceComponentDeploymentConfig.BuilderInferenceComponentDeploymentConfig. builder()default InferenceComponentDeploymentConfig.BuilderInferenceComponentDeploymentConfig.Builder. rollingUpdatePolicy(Consumer<InferenceComponentRollingUpdatePolicy.Builder> rollingUpdatePolicy)Specifies a rolling deployment strategy for updating a SageMaker AI endpoint.InferenceComponentDeploymentConfig.BuilderInferenceComponentDeploymentConfig.Builder. rollingUpdatePolicy(InferenceComponentRollingUpdatePolicy rollingUpdatePolicy)Specifies a rolling deployment strategy for updating a SageMaker AI endpoint.InferenceComponentDeploymentConfig.BuilderInferenceComponentDeploymentConfig. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type InferenceComponentDeploymentConfig.Builder Modifier and Type Method Description static Class<? extends InferenceComponentDeploymentConfig.Builder>InferenceComponentDeploymentConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type InferenceComponentDeploymentConfig.Builder Modifier and Type Method Description default UpdateInferenceComponentRequest.BuilderUpdateInferenceComponentRequest.Builder. deploymentConfig(Consumer<InferenceComponentDeploymentConfig.Builder> deploymentConfig)The deployment configuration for the inference component.default DescribeInferenceComponentResponse.BuilderDescribeInferenceComponentResponse.Builder. lastDeploymentConfig(Consumer<InferenceComponentDeploymentConfig.Builder> lastDeploymentConfig)The deployment and rollback settings that you assigned to the inference component.
-