Struct aws_sdk_sagemaker::model::labeling_job_input_config::Builder
source · [−]pub struct Builder { /* private fields */ }Expand description
A builder for LabelingJobInputConfig.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn data_source(self, input: LabelingJobDataSource) -> Self
pub fn data_source(self, input: LabelingJobDataSource) -> Self
The location of the input data.
sourcepub fn set_data_source(self, input: Option<LabelingJobDataSource>) -> Self
pub fn set_data_source(self, input: Option<LabelingJobDataSource>) -> Self
The location of the input data.
sourcepub fn data_attributes(self, input: LabelingJobDataAttributes) -> Self
pub fn data_attributes(self, input: LabelingJobDataAttributes) -> Self
Attributes of the data specified by the customer.
sourcepub fn set_data_attributes(
self,
input: Option<LabelingJobDataAttributes>
) -> Self
pub fn set_data_attributes(
self,
input: Option<LabelingJobDataAttributes>
) -> Self
Attributes of the data specified by the customer.
sourcepub fn build(self) -> LabelingJobInputConfig
pub fn build(self) -> LabelingJobInputConfig
Consumes the builder and constructs a LabelingJobInputConfig.
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more