| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TrialComponentSourceDetail.Builder> |
TrialComponentSourceDetail.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default TrialComponent.Builder |
TrialComponent.Builder.sourceDetail(Consumer<TrialComponentSourceDetail.Builder> sourceDetail)
Details of the source of the component.
|
Copyright © 2021. All rights reserved.