pub struct KernelGatewayAppSettings {
pub default_resource_spec: Option<ResourceSpec>,
}
Expand description
The kernel gateway app settings.
Fields§
§default_resource_spec: Option<ResourceSpec>
The default instance type and the Amazon Resource Name (ARN) of the SageMaker image created on the instance.
Trait Implementations§
Source§impl Clone for KernelGatewayAppSettings
impl Clone for KernelGatewayAppSettings
Source§fn clone(&self) -> KernelGatewayAppSettings
fn clone(&self) -> KernelGatewayAppSettings
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for KernelGatewayAppSettings
impl Debug for KernelGatewayAppSettings
Source§impl Default for KernelGatewayAppSettings
impl Default for KernelGatewayAppSettings
Source§fn default() -> KernelGatewayAppSettings
fn default() -> KernelGatewayAppSettings
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for KernelGatewayAppSettings
impl<'de> Deserialize<'de> for KernelGatewayAppSettings
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for KernelGatewayAppSettings
impl PartialEq for KernelGatewayAppSettings
Source§impl Serialize for KernelGatewayAppSettings
impl Serialize for KernelGatewayAppSettings
impl StructuralPartialEq for KernelGatewayAppSettings
Auto Trait Implementations§
impl Freeze for KernelGatewayAppSettings
impl RefUnwindSafe for KernelGatewayAppSettings
impl Send for KernelGatewayAppSettings
impl Sync for KernelGatewayAppSettings
impl Unpin for KernelGatewayAppSettings
impl UnwindSafe for KernelGatewayAppSettings
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