#[non_exhaustive]pub struct StartMlLabelingSetGenerationTaskRunOutput { /* private fields */ }Implementations§
source§impl StartMlLabelingSetGenerationTaskRunOutput
impl StartMlLabelingSetGenerationTaskRunOutput
sourcepub fn task_run_id(&self) -> Option<&str>
pub fn task_run_id(&self) -> Option<&str>
The unique run identifier that is associated with this task run.
source§impl StartMlLabelingSetGenerationTaskRunOutput
impl StartMlLabelingSetGenerationTaskRunOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartMlLabelingSetGenerationTaskRunOutput.
Trait Implementations§
source§impl Clone for StartMlLabelingSetGenerationTaskRunOutput
impl Clone for StartMlLabelingSetGenerationTaskRunOutput
source§fn clone(&self) -> StartMlLabelingSetGenerationTaskRunOutput
fn clone(&self) -> StartMlLabelingSetGenerationTaskRunOutput
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 PartialEq<StartMlLabelingSetGenerationTaskRunOutput> for StartMlLabelingSetGenerationTaskRunOutput
impl PartialEq<StartMlLabelingSetGenerationTaskRunOutput> for StartMlLabelingSetGenerationTaskRunOutput
source§fn eq(&self, other: &StartMlLabelingSetGenerationTaskRunOutput) -> bool
fn eq(&self, other: &StartMlLabelingSetGenerationTaskRunOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.