pub struct Builder { /* private fields */ }
Expand description
A builder for TrialComponentSourceDetail
.
Implementations§
source§impl Builder
impl Builder
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
.