Package com.pulumi.aws.sagemaker.inputs
Class EndpointDeploymentConfigArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.sagemaker.inputs.EndpointDeploymentConfigArgs.Builder
-
- Enclosing class:
- EndpointDeploymentConfigArgs
public static final class EndpointDeploymentConfigArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(EndpointDeploymentConfigArgs defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(EndpointDeploymentConfigArgs defaults)
-
-
Method Detail
-
autoRollbackConfiguration
public EndpointDeploymentConfigArgs.Builder autoRollbackConfiguration(@Nullable com.pulumi.core.Output<EndpointDeploymentConfigAutoRollbackConfigurationArgs> autoRollbackConfiguration)
- Parameters:
autoRollbackConfiguration
- Automatic rollback configuration for handling endpoint deployment failures and recovery. See Auto Rollback Configuration.- Returns:
- builder
-
autoRollbackConfiguration
public EndpointDeploymentConfigArgs.Builder autoRollbackConfiguration(EndpointDeploymentConfigAutoRollbackConfigurationArgs autoRollbackConfiguration)
- Parameters:
autoRollbackConfiguration
- Automatic rollback configuration for handling endpoint deployment failures and recovery. See Auto Rollback Configuration.- Returns:
- builder
-
blueGreenUpdatePolicy
public EndpointDeploymentConfigArgs.Builder blueGreenUpdatePolicy(@Nullable com.pulumi.core.Output<EndpointDeploymentConfigBlueGreenUpdatePolicyArgs> blueGreenUpdatePolicy)
- Parameters:
blueGreenUpdatePolicy
- Update policy for a blue/green deployment. If this update policy is specified, SageMaker creates a new fleet during the deployment while maintaining the old fleet. SageMaker flips traffic to the new fleet according to the specified traffic routing configuration. Only one update policy should be used in the deployment configuration. If no update policy is specified, SageMaker uses a blue/green deployment strategy with all at once traffic shifting by default. See Blue Green Update Config.- Returns:
- builder
-
blueGreenUpdatePolicy
public EndpointDeploymentConfigArgs.Builder blueGreenUpdatePolicy(EndpointDeploymentConfigBlueGreenUpdatePolicyArgs blueGreenUpdatePolicy)
- Parameters:
blueGreenUpdatePolicy
- Update policy for a blue/green deployment. If this update policy is specified, SageMaker creates a new fleet during the deployment while maintaining the old fleet. SageMaker flips traffic to the new fleet according to the specified traffic routing configuration. Only one update policy should be used in the deployment configuration. If no update policy is specified, SageMaker uses a blue/green deployment strategy with all at once traffic shifting by default. See Blue Green Update Config.- Returns:
- builder
-
rollingUpdatePolicy
public EndpointDeploymentConfigArgs.Builder rollingUpdatePolicy(@Nullable com.pulumi.core.Output<EndpointDeploymentConfigRollingUpdatePolicyArgs> rollingUpdatePolicy)
- Parameters:
rollingUpdatePolicy
- Specifies a rolling deployment strategy for updating a SageMaker endpoint. See Rolling Update Policy.- Returns:
- builder
-
rollingUpdatePolicy
public EndpointDeploymentConfigArgs.Builder rollingUpdatePolicy(EndpointDeploymentConfigRollingUpdatePolicyArgs rollingUpdatePolicy)
- Parameters:
rollingUpdatePolicy
- Specifies a rolling deployment strategy for updating a SageMaker endpoint. See Rolling Update Policy.- Returns:
- builder
-
build
public EndpointDeploymentConfigArgs build()
-
-