Uses of Interface
software.amazon.awssdk.services.sagemaker.model.BlueGreenUpdatePolicy.Builder
-
Packages that use BlueGreenUpdatePolicy.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of BlueGreenUpdatePolicy.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return BlueGreenUpdatePolicy.Builder Modifier and Type Method Description static BlueGreenUpdatePolicy.BuilderBlueGreenUpdatePolicy. builder()BlueGreenUpdatePolicy.BuilderBlueGreenUpdatePolicy.Builder. maximumExecutionTimeoutInSeconds(Integer maximumExecutionTimeoutInSeconds)Maximum execution timeout for the deployment.BlueGreenUpdatePolicy.BuilderBlueGreenUpdatePolicy.Builder. terminationWaitInSeconds(Integer terminationWaitInSeconds)Additional waiting time in seconds after the completion of an endpoint deployment before terminating the old endpoint fleet.BlueGreenUpdatePolicy.BuilderBlueGreenUpdatePolicy. toBuilder()default BlueGreenUpdatePolicy.BuilderBlueGreenUpdatePolicy.Builder. trafficRoutingConfiguration(Consumer<TrafficRoutingConfig.Builder> trafficRoutingConfiguration)Defines the traffic routing strategy to shift traffic from the old fleet to the new fleet during an endpoint deployment.BlueGreenUpdatePolicy.BuilderBlueGreenUpdatePolicy.Builder. trafficRoutingConfiguration(TrafficRoutingConfig trafficRoutingConfiguration)Defines the traffic routing strategy to shift traffic from the old fleet to the new fleet during an endpoint deployment.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type BlueGreenUpdatePolicy.Builder Modifier and Type Method Description static Class<? extends BlueGreenUpdatePolicy.Builder>BlueGreenUpdatePolicy. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type BlueGreenUpdatePolicy.Builder Modifier and Type Method Description default DeploymentConfig.BuilderDeploymentConfig.Builder. blueGreenUpdatePolicy(Consumer<BlueGreenUpdatePolicy.Builder> blueGreenUpdatePolicy)Update policy for a blue/green deployment.
-