Struct aws_sdk_sagemaker::operation::create_labeling_job::builders::CreateLabelingJobOutputBuilder
source · #[non_exhaustive]pub struct CreateLabelingJobOutputBuilder { /* private fields */ }
Expand description
A builder for CreateLabelingJobOutput
.
Implementations§
source§impl CreateLabelingJobOutputBuilder
impl CreateLabelingJobOutputBuilder
sourcepub fn labeling_job_arn(self, input: impl Into<String>) -> Self
pub fn labeling_job_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the labeling job. You use this ARN to identify the labeling job.
sourcepub fn set_labeling_job_arn(self, input: Option<String>) -> Self
pub fn set_labeling_job_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the labeling job. You use this ARN to identify the labeling job.
sourcepub fn build(self) -> CreateLabelingJobOutput
pub fn build(self) -> CreateLabelingJobOutput
Consumes the builder and constructs a CreateLabelingJobOutput
.
Trait Implementations§
source§impl Clone for CreateLabelingJobOutputBuilder
impl Clone for CreateLabelingJobOutputBuilder
source§fn clone(&self) -> CreateLabelingJobOutputBuilder
fn clone(&self) -> CreateLabelingJobOutputBuilder
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 Default for CreateLabelingJobOutputBuilder
impl Default for CreateLabelingJobOutputBuilder
source§fn default() -> CreateLabelingJobOutputBuilder
fn default() -> CreateLabelingJobOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateLabelingJobOutputBuilder> for CreateLabelingJobOutputBuilder
impl PartialEq<CreateLabelingJobOutputBuilder> for CreateLabelingJobOutputBuilder
source§fn eq(&self, other: &CreateLabelingJobOutputBuilder) -> bool
fn eq(&self, other: &CreateLabelingJobOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.