Package com.pulumi.aws.sagemaker.outputs
Class EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfiguration
- java.lang.Object
-
- com.pulumi.aws.sagemaker.outputs.EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfiguration
-
public final class EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfiguration extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfiguration.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfiguration.Builder
builder()
static EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfiguration.Builder
builder(EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfiguration defaults)
java.util.Optional<EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfigurationCanarySize>
canarySize()
java.util.Optional<EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfigurationLinearStepSize>
linearStepSize()
java.lang.String
type()
java.lang.Integer
waitIntervalInSeconds()
-
-
-
Method Detail
-
canarySize
public java.util.Optional<EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfigurationCanarySize> canarySize()
- Returns:
- Batch size for the first step to turn on traffic on the new endpoint fleet. Value must be less than or equal to 50% of the variant's total instance count. See Canary Size.
-
linearStepSize
public java.util.Optional<EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfigurationLinearStepSize> linearStepSize()
- Returns:
- Batch size for each step to turn on traffic on the new endpoint fleet. Value must be 10-50% of the variant's total instance count. See Linear Step Size.
-
type
public java.lang.String type()
- Returns:
- Traffic routing strategy type. Valid values are: `ALL_AT_ONCE`, `CANARY`, and `LINEAR`.
-
waitIntervalInSeconds
public java.lang.Integer waitIntervalInSeconds()
- Returns:
- The waiting time (in seconds) between incremental steps to turn on traffic on the new endpoint fleet. Valid values are between `0` and `3600`.
-
builder
public static EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfiguration.Builder builder()
-
builder
public static EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfiguration.Builder builder(EndpointDeploymentConfigBlueGreenUpdatePolicyTrafficRoutingConfiguration defaults)
-
-