Struct aws_sdk_sagemaker::types::builders::CanvasAppSettingsBuilder
source · #[non_exhaustive]pub struct CanvasAppSettingsBuilder { /* private fields */ }
Expand description
A builder for CanvasAppSettings
.
Implementations§
source§impl CanvasAppSettingsBuilder
impl CanvasAppSettingsBuilder
sourcepub fn time_series_forecasting_settings(
self,
input: TimeSeriesForecastingSettings
) -> Self
pub fn time_series_forecasting_settings( self, input: TimeSeriesForecastingSettings ) -> Self
Time series forecast settings for the Canvas application.
sourcepub fn set_time_series_forecasting_settings(
self,
input: Option<TimeSeriesForecastingSettings>
) -> Self
pub fn set_time_series_forecasting_settings( self, input: Option<TimeSeriesForecastingSettings> ) -> Self
Time series forecast settings for the Canvas application.
sourcepub fn get_time_series_forecasting_settings(
&self
) -> &Option<TimeSeriesForecastingSettings>
pub fn get_time_series_forecasting_settings( &self ) -> &Option<TimeSeriesForecastingSettings>
Time series forecast settings for the Canvas application.
sourcepub fn model_register_settings(self, input: ModelRegisterSettings) -> Self
pub fn model_register_settings(self, input: ModelRegisterSettings) -> Self
The model registry settings for the SageMaker Canvas application.
sourcepub fn set_model_register_settings(
self,
input: Option<ModelRegisterSettings>
) -> Self
pub fn set_model_register_settings( self, input: Option<ModelRegisterSettings> ) -> Self
The model registry settings for the SageMaker Canvas application.
sourcepub fn get_model_register_settings(&self) -> &Option<ModelRegisterSettings>
pub fn get_model_register_settings(&self) -> &Option<ModelRegisterSettings>
The model registry settings for the SageMaker Canvas application.
sourcepub fn workspace_settings(self, input: WorkspaceSettings) -> Self
pub fn workspace_settings(self, input: WorkspaceSettings) -> Self
The workspace settings for the SageMaker Canvas application.
sourcepub fn set_workspace_settings(self, input: Option<WorkspaceSettings>) -> Self
pub fn set_workspace_settings(self, input: Option<WorkspaceSettings>) -> Self
The workspace settings for the SageMaker Canvas application.
sourcepub fn get_workspace_settings(&self) -> &Option<WorkspaceSettings>
pub fn get_workspace_settings(&self) -> &Option<WorkspaceSettings>
The workspace settings for the SageMaker Canvas application.
sourcepub fn build(self) -> CanvasAppSettings
pub fn build(self) -> CanvasAppSettings
Consumes the builder and constructs a CanvasAppSettings
.
Trait Implementations§
source§impl Clone for CanvasAppSettingsBuilder
impl Clone for CanvasAppSettingsBuilder
source§fn clone(&self) -> CanvasAppSettingsBuilder
fn clone(&self) -> CanvasAppSettingsBuilder
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 CanvasAppSettingsBuilder
impl Debug for CanvasAppSettingsBuilder
source§impl Default for CanvasAppSettingsBuilder
impl Default for CanvasAppSettingsBuilder
source§fn default() -> CanvasAppSettingsBuilder
fn default() -> CanvasAppSettingsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CanvasAppSettingsBuilder> for CanvasAppSettingsBuilder
impl PartialEq<CanvasAppSettingsBuilder> for CanvasAppSettingsBuilder
source§fn eq(&self, other: &CanvasAppSettingsBuilder) -> bool
fn eq(&self, other: &CanvasAppSettingsBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CanvasAppSettingsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for CanvasAppSettingsBuilder
impl Send for CanvasAppSettingsBuilder
impl Sync for CanvasAppSettingsBuilder
impl Unpin for CanvasAppSettingsBuilder
impl UnwindSafe for CanvasAppSettingsBuilder
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