Struct aws_sdk_sagemaker::model::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() -> Builder
pub fn builder() -> Builder
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 ==
.