Struct aws_sdk_sagemaker::model::EmrStepMetadata
source · #[non_exhaustive]pub struct EmrStepMetadata { /* private fields */ }
Expand description
The configurations and outcomes of an Amazon EMR step execution.
Implementations§
source§impl EmrStepMetadata
impl EmrStepMetadata
sourcepub fn cluster_id(&self) -> Option<&str>
pub fn cluster_id(&self) -> Option<&str>
The identifier of the EMR cluster.
sourcepub fn log_file_path(&self) -> Option<&str>
pub fn log_file_path(&self) -> Option<&str>
The path to the log file where the cluster step's failure root cause is recorded.
source§impl EmrStepMetadata
impl EmrStepMetadata
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EmrStepMetadata
.
Trait Implementations§
source§impl Clone for EmrStepMetadata
impl Clone for EmrStepMetadata
source§fn clone(&self) -> EmrStepMetadata
fn clone(&self) -> EmrStepMetadata
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 EmrStepMetadata
impl Debug for EmrStepMetadata
source§impl PartialEq<EmrStepMetadata> for EmrStepMetadata
impl PartialEq<EmrStepMetadata> for EmrStepMetadata
source§fn eq(&self, other: &EmrStepMetadata) -> bool
fn eq(&self, other: &EmrStepMetadata) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.