Struct aws_sdk_sagemaker::types::AutoMlOutputDataConfig
source · #[non_exhaustive]pub struct AutoMlOutputDataConfig { /* private fields */ }
Expand description
The output data configuration.
Implementations§
source§impl AutoMlOutputDataConfig
impl AutoMlOutputDataConfig
sourcepub fn kms_key_id(&self) -> Option<&str>
pub fn kms_key_id(&self) -> Option<&str>
The Key Management Service (KMS) encryption key ID.
sourcepub fn s3_output_path(&self) -> Option<&str>
pub fn s3_output_path(&self) -> Option<&str>
The Amazon S3 output path. Must be 128 characters or less.
source§impl AutoMlOutputDataConfig
impl AutoMlOutputDataConfig
sourcepub fn builder() -> AutoMlOutputDataConfigBuilder
pub fn builder() -> AutoMlOutputDataConfigBuilder
Creates a new builder-style object to manufacture AutoMlOutputDataConfig
.
Trait Implementations§
source§impl Clone for AutoMlOutputDataConfig
impl Clone for AutoMlOutputDataConfig
source§fn clone(&self) -> AutoMlOutputDataConfig
fn clone(&self) -> AutoMlOutputDataConfig
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 AutoMlOutputDataConfig
impl Debug for AutoMlOutputDataConfig
source§impl PartialEq<AutoMlOutputDataConfig> for AutoMlOutputDataConfig
impl PartialEq<AutoMlOutputDataConfig> for AutoMlOutputDataConfig
source§fn eq(&self, other: &AutoMlOutputDataConfig) -> bool
fn eq(&self, other: &AutoMlOutputDataConfig) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AutoMlOutputDataConfig
Auto Trait Implementations§
impl RefUnwindSafe for AutoMlOutputDataConfig
impl Send for AutoMlOutputDataConfig
impl Sync for AutoMlOutputDataConfig
impl Unpin for AutoMlOutputDataConfig
impl UnwindSafe for AutoMlOutputDataConfig
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