Struct aws_sdk_sagemaker::model::CanvasAppSettings
source · [−]#[non_exhaustive]pub struct CanvasAppSettings { /* private fields */ }Expand description
The SageMaker Canvas app settings.
Implementations
sourceimpl CanvasAppSettings
impl CanvasAppSettings
sourcepub fn time_series_forecasting_settings(
&self
) -> Option<&TimeSeriesForecastingSettings>
pub fn time_series_forecasting_settings(
&self
) -> Option<&TimeSeriesForecastingSettings>
Time series forecast settings for the Canvas app.
sourceimpl CanvasAppSettings
impl CanvasAppSettings
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CanvasAppSettings.
Trait Implementations
sourceimpl Clone for CanvasAppSettings
impl Clone for CanvasAppSettings
sourcefn clone(&self) -> CanvasAppSettings
fn clone(&self) -> CanvasAppSettings
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for CanvasAppSettings
impl Debug for CanvasAppSettings
sourceimpl PartialEq<CanvasAppSettings> for CanvasAppSettings
impl PartialEq<CanvasAppSettings> for CanvasAppSettings
sourcefn eq(&self, other: &CanvasAppSettings) -> bool
fn eq(&self, other: &CanvasAppSettings) -> bool
impl StructuralPartialEq for CanvasAppSettings
Auto Trait Implementations
impl RefUnwindSafe for CanvasAppSettings
impl Send for CanvasAppSettings
impl Sync for CanvasAppSettings
impl Unpin for CanvasAppSettings
impl UnwindSafe for CanvasAppSettings
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more