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