EndpointDeploymentConfig class

Constructors

EndpointDeploymentConfig({Input<EndpointDeploymentConfigAutoRollbackConfiguration?>? autoRollbackConfiguration, Input<EndpointDeploymentConfigBlueGreenUpdatePolicy?>? blueGreenUpdatePolicy, Input<EndpointDeploymentConfigRollingUpdatePolicy?>? rollingUpdatePolicy})
Creates a new EndpointDeploymentConfig. autoRollbackConfiguration Automatic rollback configuration for handling endpoint deployment failures and recovery. See Auto Rollback Configuration. blueGreenUpdatePolicy Update policy for a blue/green deployment. If this update policy is specified, SageMaker AI creates a new fleet during the deployment while maintaining the old fleet. SageMaker AI 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 AI uses a blue/green deployment strategy with all at once traffic shifting by default. See Blue Green Update Config. rollingUpdatePolicy Specifies a rolling deployment strategy for updating a SageMaker AI endpoint. See Rolling Update Policy.
const
EndpointDeploymentConfig.fromMap(Map<String, dynamic> map)
factory

Properties

autoRollbackConfiguration → Input<EndpointDeploymentConfigAutoRollbackConfiguration?>?
Automatic rollback configuration for handling endpoint deployment failures and recovery. See Auto Rollback Configuration.
final
blueGreenUpdatePolicy → Input<EndpointDeploymentConfigBlueGreenUpdatePolicy?>?
Update policy for a blue/green deployment. If this update policy is specified, SageMaker AI creates a new fleet during the deployment while maintaining the old fleet. SageMaker AI 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 AI uses a blue/green deployment strategy with all at once traffic shifting by default. See Blue Green Update Config.
final
hashCode int
The hash code for this object.
no setterinherited
rollingUpdatePolicy → Input<EndpointDeploymentConfigRollingUpdatePolicy?>?
Specifies a rolling deployment strategy for updating a SageMaker AI endpoint. See Rolling Update Policy.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited