pub struct DeploymentConfig {
pub auto_rollback_configuration: Option<Value<AutoRollbackConfig>>,
pub blue_green_update_policy: Value<BlueGreenUpdatePolicy>,
}Expand description
The AWS::SageMaker::Endpoint.DeploymentConfig property type.
Fields§
§auto_rollback_configuration: Option<Value<AutoRollbackConfig>>Property AutoRollbackConfiguration.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
blue_green_update_policy: Value<BlueGreenUpdatePolicy>Property BlueGreenUpdatePolicy.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for DeploymentConfig
impl Debug for DeploymentConfig
Source§impl Default for DeploymentConfig
impl Default for DeploymentConfig
Source§fn default() -> DeploymentConfig
fn default() -> DeploymentConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DeploymentConfig
impl RefUnwindSafe for DeploymentConfig
impl Send for DeploymentConfig
impl Sync for DeploymentConfig
impl Unpin for DeploymentConfig
impl UnwindSafe for DeploymentConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more