Struct aws_sdk_sagemaker::model::labeling_job_input_config::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for LabelingJobInputConfig
.
Implementations§
source§impl 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
.