pub struct MonitoringOutput {
pub s3_output: Value<S3Output>,
}Expand description
The AWS::SageMaker::ModelExplainabilityJobDefinition.MonitoringOutput property type.
Fields§
§s3_output: Value<S3Output>Property S3Output.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
Trait Implementations§
Source§impl Debug for MonitoringOutput
impl Debug for MonitoringOutput
Source§impl Default for MonitoringOutput
impl Default for MonitoringOutput
Source§fn default() -> MonitoringOutput
fn default() -> MonitoringOutput
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for MonitoringOutput
impl RefUnwindSafe for MonitoringOutput
impl Send for MonitoringOutput
impl Sync for MonitoringOutput
impl Unpin for MonitoringOutput
impl UnwindSafe for MonitoringOutput
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