pub struct MonitoringSchedule { /* private fields */ }Expand description
The AWS::SageMaker::MonitoringSchedule resource type.
Trait Implementations§
Source§impl Debug for MonitoringSchedule
impl Debug for MonitoringSchedule
Source§impl Default for MonitoringSchedule
impl Default for MonitoringSchedule
Source§fn default() -> MonitoringSchedule
fn default() -> MonitoringSchedule
Returns the “default value” for a type. Read more
Source§impl From<MonitoringScheduleProperties> for MonitoringSchedule
impl From<MonitoringScheduleProperties> for MonitoringSchedule
Source§fn from(properties: MonitoringScheduleProperties) -> MonitoringSchedule
fn from(properties: MonitoringScheduleProperties) -> MonitoringSchedule
Converts to this type from the input type.
Source§impl Resource for MonitoringSchedule
impl Resource for MonitoringSchedule
Source§const TYPE: &'static str = "AWS::SageMaker::MonitoringSchedule"
const TYPE: &'static str = "AWS::SageMaker::MonitoringSchedule"
Uniquely identifies the resource type.
Source§type Properties = MonitoringScheduleProperties
type Properties = MonitoringScheduleProperties
Type that represents the set of properties the resource can be configured with.
Source§fn properties(&self) -> &MonitoringScheduleProperties
fn properties(&self) -> &MonitoringScheduleProperties
Get a reference to the properties on the resource.
Source§fn properties_mut(&mut self) -> &mut MonitoringScheduleProperties
fn properties_mut(&mut self) -> &mut MonitoringScheduleProperties
Get a mutable reference to the properties on the resource.
Auto Trait Implementations§
impl Freeze for MonitoringSchedule
impl RefUnwindSafe for MonitoringSchedule
impl Send for MonitoringSchedule
impl Sync for MonitoringSchedule
impl Unpin for MonitoringSchedule
impl UnwindSafe for MonitoringSchedule
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