| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
TrialComponentSource |
TrialComponentSource.clone() |
TrialComponentSource |
TrialComponent.getSource() |
TrialComponentSource |
DescribeTrialComponentResult.getSource()
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
|
TrialComponentSource |
TrialComponentSummary.getTrialComponentSource() |
TrialComponentSource |
TrialComponentSimpleSummary.getTrialComponentSource() |
TrialComponentSource |
TrialComponentSource.withSourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the source.
|
TrialComponentSource |
TrialComponentSource.withSourceType(String sourceType)
The source job type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TrialComponent.setSource(TrialComponentSource source) |
void |
DescribeTrialComponentResult.setSource(TrialComponentSource source)
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
|
void |
TrialComponentSummary.setTrialComponentSource(TrialComponentSource trialComponentSource) |
void |
TrialComponentSimpleSummary.setTrialComponentSource(TrialComponentSource trialComponentSource) |
TrialComponent |
TrialComponent.withSource(TrialComponentSource source) |
DescribeTrialComponentResult |
DescribeTrialComponentResult.withSource(TrialComponentSource source)
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
|
TrialComponentSummary |
TrialComponentSummary.withTrialComponentSource(TrialComponentSource trialComponentSource) |
TrialComponentSimpleSummary |
TrialComponentSimpleSummary.withTrialComponentSource(TrialComponentSource trialComponentSource) |
Copyright © 2020. All rights reserved.