| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
TrialComponentSourceDetail |
TrialComponentSourceDetail.clone() |
TrialComponentSourceDetail |
TrialComponent.getSourceDetail()
Details of the source of the component.
|
TrialComponentSourceDetail |
TrialComponentSourceDetail.withProcessingJob(ProcessingJob processingJob)
Information about a processing job that's the source of a trial component.
|
TrialComponentSourceDetail |
TrialComponentSourceDetail.withSourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the source.
|
TrialComponentSourceDetail |
TrialComponentSourceDetail.withTrainingJob(TrainingJob trainingJob)
Information about a training job that's the source of a trial component.
|
TrialComponentSourceDetail |
TrialComponentSourceDetail.withTransformJob(TransformJob transformJob)
Information about a transform job that's the source of a trial component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TrialComponent.setSourceDetail(TrialComponentSourceDetail sourceDetail)
Details of the source of the component.
|
TrialComponent |
TrialComponent.withSourceDetail(TrialComponentSourceDetail sourceDetail)
Details of the source of the component.
|
Copyright © 2023. All rights reserved.