Struct aws_sdk_sagemaker::output::StopLabelingJobOutput
source · #[non_exhaustive]pub struct StopLabelingJobOutput {}
Implementations§
source§impl StopLabelingJobOutput
impl StopLabelingJobOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StopLabelingJobOutput
.
Trait Implementations§
source§impl Clone for StopLabelingJobOutput
impl Clone for StopLabelingJobOutput
source§fn clone(&self) -> StopLabelingJobOutput
fn clone(&self) -> StopLabelingJobOutput
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 StopLabelingJobOutput
impl Debug for StopLabelingJobOutput
source§impl PartialEq<StopLabelingJobOutput> for StopLabelingJobOutput
impl PartialEq<StopLabelingJobOutput> for StopLabelingJobOutput
source§fn eq(&self, other: &StopLabelingJobOutput) -> bool
fn eq(&self, other: &StopLabelingJobOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.