Struct aws_sdk_sagemaker::types::KernelSpec
source · #[non_exhaustive]pub struct KernelSpec { /* private fields */ }
Expand description
The specification of a Jupyter kernel.
Implementations§
source§impl KernelSpec
impl KernelSpec
source§impl KernelSpec
impl KernelSpec
sourcepub fn builder() -> KernelSpecBuilder
pub fn builder() -> KernelSpecBuilder
Creates a new builder-style object to manufacture KernelSpec
.
Trait Implementations§
source§impl Clone for KernelSpec
impl Clone for KernelSpec
source§fn clone(&self) -> KernelSpec
fn clone(&self) -> KernelSpec
Returns a copy 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 KernelSpec
impl Debug for KernelSpec
source§impl PartialEq<KernelSpec> for KernelSpec
impl PartialEq<KernelSpec> for KernelSpec
source§fn eq(&self, other: &KernelSpec) -> bool
fn eq(&self, other: &KernelSpec) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.