#[non_exhaustive]pub struct LabelingSetGenerationTaskRunProperties { /* private fields */ }Expand description
Specifies configuration properties for a labeling set generation task run.
Implementations§
source§impl LabelingSetGenerationTaskRunProperties
impl LabelingSetGenerationTaskRunProperties
sourcepub fn output_s3_path(&self) -> Option<&str>
pub fn output_s3_path(&self) -> Option<&str>
The Amazon Simple Storage Service (Amazon S3) path where you will generate the labeling set.
source§impl LabelingSetGenerationTaskRunProperties
impl LabelingSetGenerationTaskRunProperties
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LabelingSetGenerationTaskRunProperties.
Trait Implementations§
source§impl Clone for LabelingSetGenerationTaskRunProperties
impl Clone for LabelingSetGenerationTaskRunProperties
source§fn clone(&self) -> LabelingSetGenerationTaskRunProperties
fn clone(&self) -> LabelingSetGenerationTaskRunProperties
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<LabelingSetGenerationTaskRunProperties> for LabelingSetGenerationTaskRunProperties
impl PartialEq<LabelingSetGenerationTaskRunProperties> for LabelingSetGenerationTaskRunProperties
source§fn eq(&self, other: &LabelingSetGenerationTaskRunProperties) -> bool
fn eq(&self, other: &LabelingSetGenerationTaskRunProperties) -> bool
This method tests for
self and other values to be equal, and is used
by ==.