static TrialComponentSourceDetail.Builder |
TrialComponentSourceDetail.builder() |
|
default TrialComponentSourceDetail.Builder |
TrialComponentSourceDetail.Builder.processingJob(Consumer<ProcessingJob.Builder> processingJob) |
Information about a processing job that's the source of a trial component.
|
TrialComponentSourceDetail.Builder |
TrialComponentSourceDetail.Builder.processingJob(ProcessingJob processingJob) |
Information about a processing job that's the source of a trial component.
|
TrialComponentSourceDetail.Builder |
TrialComponentSourceDetail.Builder.sourceArn(String sourceArn) |
The Amazon Resource Name (ARN) of the source.
|
TrialComponentSourceDetail.Builder |
TrialComponentSourceDetail.toBuilder() |
|
default TrialComponentSourceDetail.Builder |
TrialComponentSourceDetail.Builder.trainingJob(Consumer<TrainingJob.Builder> trainingJob) |
Information about a training job that's the source of a trial component.
|
TrialComponentSourceDetail.Builder |
TrialComponentSourceDetail.Builder.trainingJob(TrainingJob trainingJob) |
Information about a training job that's the source of a trial component.
|
default TrialComponentSourceDetail.Builder |
TrialComponentSourceDetail.Builder.transformJob(Consumer<TransformJob.Builder> transformJob) |
Information about a transform job that's the source of a trial component.
|
TrialComponentSourceDetail.Builder |
TrialComponentSourceDetail.Builder.transformJob(TransformJob transformJob) |
Information about a transform job that's the source of a trial component.
|