| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static TrialComponentSourceDetail.Builder |
TrialComponentSourceDetail.builder() |
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)
Sets the value of the TrainingJob property for this object.
|
TrialComponentSourceDetail.Builder |
TrialComponentSourceDetail.Builder.trainingJob(TrainingJob trainingJob)
Sets the value of the TrainingJob property for this object.
|
| 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)
The source of the trial component.>
|
Copyright © 2020. All rights reserved.