Struct aws_sdk_sagemaker::input::stop_labeling_job_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for StopLabelingJobInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn labeling_job_name(self, input: impl Into<String>) -> Self
pub fn labeling_job_name(self, input: impl Into<String>) -> Self
The name of the labeling job to stop.
sourcepub fn set_labeling_job_name(self, input: Option<String>) -> Self
pub fn set_labeling_job_name(self, input: Option<String>) -> Self
The name of the labeling job to stop.
sourcepub fn build(self) -> Result<StopLabelingJobInput, BuildError>
pub fn build(self) -> Result<StopLabelingJobInput, BuildError>
Consumes the builder and constructs a StopLabelingJobInput
.