pub struct KernelGatewayImageConfig {
pub file_system_config: Option<Value<FileSystemConfig>>,
pub kernel_specs: ValueList<KernelSpec>,
}Expand description
The AWS::SageMaker::AppImageConfig.KernelGatewayImageConfig property type.
Fields§
§file_system_config: Option<Value<FileSystemConfig>>Property FileSystemConfig.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
kernel_specs: ValueList<KernelSpec>Property KernelSpecs.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for KernelGatewayImageConfig
impl Debug for KernelGatewayImageConfig
Source§impl Default for KernelGatewayImageConfig
impl Default for KernelGatewayImageConfig
Source§fn default() -> KernelGatewayImageConfig
fn default() -> KernelGatewayImageConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for KernelGatewayImageConfig
impl RefUnwindSafe for KernelGatewayImageConfig
impl Send for KernelGatewayImageConfig
impl Sync for KernelGatewayImageConfig
impl Unpin for KernelGatewayImageConfig
impl UnwindSafe for KernelGatewayImageConfig
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