#[non_exhaustive]pub struct TrialComponentSourceDetailBuilder { /* private fields */ }
Expand description
A builder for TrialComponentSourceDetail
.
Implementations§
source§impl TrialComponentSourceDetailBuilder
impl TrialComponentSourceDetailBuilder
sourcepub fn source_arn(self, input: impl Into<String>) -> Self
pub fn source_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the source.
sourcepub fn set_source_arn(self, input: Option<String>) -> Self
pub fn set_source_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the source.
sourcepub fn training_job(self, input: TrainingJob) -> Self
pub fn training_job(self, input: TrainingJob) -> Self
Information about a training job that's the source of a trial component.
sourcepub fn set_training_job(self, input: Option<TrainingJob>) -> Self
pub fn set_training_job(self, input: Option<TrainingJob>) -> Self
Information about a training job that's the source of a trial component.
sourcepub fn processing_job(self, input: ProcessingJob) -> Self
pub fn processing_job(self, input: ProcessingJob) -> Self
Information about a processing job that's the source of a trial component.
sourcepub fn set_processing_job(self, input: Option<ProcessingJob>) -> Self
pub fn set_processing_job(self, input: Option<ProcessingJob>) -> Self
Information about a processing job that's the source of a trial component.
sourcepub fn transform_job(self, input: TransformJob) -> Self
pub fn transform_job(self, input: TransformJob) -> Self
Information about a transform job that's the source of a trial component.
sourcepub fn set_transform_job(self, input: Option<TransformJob>) -> Self
pub fn set_transform_job(self, input: Option<TransformJob>) -> Self
Information about a transform job that's the source of a trial component.
sourcepub fn build(self) -> TrialComponentSourceDetail
pub fn build(self) -> TrialComponentSourceDetail
Consumes the builder and constructs a TrialComponentSourceDetail
.
Trait Implementations§
source§impl Clone for TrialComponentSourceDetailBuilder
impl Clone for TrialComponentSourceDetailBuilder
source§fn clone(&self) -> TrialComponentSourceDetailBuilder
fn clone(&self) -> TrialComponentSourceDetailBuilder
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 TrialComponentSourceDetailBuilder
impl Default for TrialComponentSourceDetailBuilder
source§fn default() -> TrialComponentSourceDetailBuilder
fn default() -> TrialComponentSourceDetailBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<TrialComponentSourceDetailBuilder> for TrialComponentSourceDetailBuilder
impl PartialEq<TrialComponentSourceDetailBuilder> for TrialComponentSourceDetailBuilder
source§fn eq(&self, other: &TrialComponentSourceDetailBuilder) -> bool
fn eq(&self, other: &TrialComponentSourceDetailBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.