pub struct JupyterServerAppSettings {
pub default_resource_spec: Option<ResourceSpec>,
}
Expand description
The JupyterServer app settings.
Fields§
§default_resource_spec: Option<ResourceSpec>
The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app.
Trait Implementations§
Source§impl Clone for JupyterServerAppSettings
impl Clone for JupyterServerAppSettings
Source§fn clone(&self) -> JupyterServerAppSettings
fn clone(&self) -> JupyterServerAppSettings
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 JupyterServerAppSettings
impl Debug for JupyterServerAppSettings
Source§impl Default for JupyterServerAppSettings
impl Default for JupyterServerAppSettings
Source§fn default() -> JupyterServerAppSettings
fn default() -> JupyterServerAppSettings
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for JupyterServerAppSettings
impl<'de> Deserialize<'de> for JupyterServerAppSettings
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 JupyterServerAppSettings
impl PartialEq for JupyterServerAppSettings
Source§impl Serialize for JupyterServerAppSettings
impl Serialize for JupyterServerAppSettings
impl StructuralPartialEq for JupyterServerAppSettings
Auto Trait Implementations§
impl Freeze for JupyterServerAppSettings
impl RefUnwindSafe for JupyterServerAppSettings
impl Send for JupyterServerAppSettings
impl Sync for JupyterServerAppSettings
impl Unpin for JupyterServerAppSettings
impl UnwindSafe for JupyterServerAppSettings
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