#[non_exhaustive]pub struct KernelGatewayImageConfigBuilder { /* private fields */ }
Expand description
A builder for KernelGatewayImageConfig
.
Implementations§
source§impl KernelGatewayImageConfigBuilder
impl KernelGatewayImageConfigBuilder
sourcepub fn kernel_specs(self, input: KernelSpec) -> Self
pub fn kernel_specs(self, input: KernelSpec) -> Self
Appends an item to kernel_specs
.
To override the contents of this collection use set_kernel_specs
.
The specification of the Jupyter kernels in the image.
sourcepub fn set_kernel_specs(self, input: Option<Vec<KernelSpec>>) -> Self
pub fn set_kernel_specs(self, input: Option<Vec<KernelSpec>>) -> Self
The specification of the Jupyter kernels in the image.
sourcepub fn file_system_config(self, input: FileSystemConfig) -> Self
pub fn file_system_config(self, input: FileSystemConfig) -> Self
The Amazon Elastic File System (EFS) storage configuration for a SageMaker image.
sourcepub fn set_file_system_config(self, input: Option<FileSystemConfig>) -> Self
pub fn set_file_system_config(self, input: Option<FileSystemConfig>) -> Self
The Amazon Elastic File System (EFS) storage configuration for a SageMaker image.
sourcepub fn build(self) -> KernelGatewayImageConfig
pub fn build(self) -> KernelGatewayImageConfig
Consumes the builder and constructs a KernelGatewayImageConfig
.
Trait Implementations§
source§impl Clone for KernelGatewayImageConfigBuilder
impl Clone for KernelGatewayImageConfigBuilder
source§fn clone(&self) -> KernelGatewayImageConfigBuilder
fn clone(&self) -> KernelGatewayImageConfigBuilder
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 Default for KernelGatewayImageConfigBuilder
impl Default for KernelGatewayImageConfigBuilder
source§fn default() -> KernelGatewayImageConfigBuilder
fn default() -> KernelGatewayImageConfigBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<KernelGatewayImageConfigBuilder> for KernelGatewayImageConfigBuilder
impl PartialEq<KernelGatewayImageConfigBuilder> for KernelGatewayImageConfigBuilder
source§fn eq(&self, other: &KernelGatewayImageConfigBuilder) -> bool
fn eq(&self, other: &KernelGatewayImageConfigBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.