#[non_exhaustive]pub struct RSessionAppSettingsBuilder { /* private fields */ }
Expand description
A builder for RSessionAppSettings
.
Implementations§
source§impl RSessionAppSettingsBuilder
impl RSessionAppSettingsBuilder
sourcepub fn default_resource_spec(self, input: ResourceSpec) -> Self
pub fn default_resource_spec(self, input: ResourceSpec) -> Self
Specifies the ARN's of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
sourcepub fn set_default_resource_spec(self, input: Option<ResourceSpec>) -> Self
pub fn set_default_resource_spec(self, input: Option<ResourceSpec>) -> Self
Specifies the ARN's of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
sourcepub fn get_default_resource_spec(&self) -> &Option<ResourceSpec>
pub fn get_default_resource_spec(&self) -> &Option<ResourceSpec>
Specifies the ARN's of a SageMaker image and SageMaker image version, and the instance type that the version runs on.
sourcepub fn custom_images(self, input: CustomImage) -> Self
pub fn custom_images(self, input: CustomImage) -> Self
Appends an item to custom_images
.
To override the contents of this collection use set_custom_images
.
A list of custom SageMaker images that are configured to run as a RSession app.
sourcepub fn set_custom_images(self, input: Option<Vec<CustomImage>>) -> Self
pub fn set_custom_images(self, input: Option<Vec<CustomImage>>) -> Self
A list of custom SageMaker images that are configured to run as a RSession app.
sourcepub fn get_custom_images(&self) -> &Option<Vec<CustomImage>>
pub fn get_custom_images(&self) -> &Option<Vec<CustomImage>>
A list of custom SageMaker images that are configured to run as a RSession app.
sourcepub fn build(self) -> RSessionAppSettings
pub fn build(self) -> RSessionAppSettings
Consumes the builder and constructs a RSessionAppSettings
.
Trait Implementations§
source§impl Clone for RSessionAppSettingsBuilder
impl Clone for RSessionAppSettingsBuilder
source§fn clone(&self) -> RSessionAppSettingsBuilder
fn clone(&self) -> RSessionAppSettingsBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for RSessionAppSettingsBuilder
impl Debug for RSessionAppSettingsBuilder
source§impl Default for RSessionAppSettingsBuilder
impl Default for RSessionAppSettingsBuilder
source§fn default() -> RSessionAppSettingsBuilder
fn default() -> RSessionAppSettingsBuilder
source§impl PartialEq for RSessionAppSettingsBuilder
impl PartialEq for RSessionAppSettingsBuilder
source§fn eq(&self, other: &RSessionAppSettingsBuilder) -> bool
fn eq(&self, other: &RSessionAppSettingsBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.