| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
TrialComponentSource |
TrialComponentSource.clone() |
TrialComponentSource |
TrialComponent.getSource()
The Amazon Resource Name (ARN) and job type of the source of the component.
|
TrialComponentSource |
DescribeTrialComponentResult.getSource()
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
|
TrialComponentSource |
TrialComponentSimpleSummary.getTrialComponentSource() |
TrialComponentSource |
TrialComponentSummary.getTrialComponentSource() |
TrialComponentSource |
TrialComponentSource.withSourceArn(String sourceArn)
The source Amazon Resource Name (ARN).
|
TrialComponentSource |
TrialComponentSource.withSourceType(String sourceType)
The source job type.
|
| Modifier and Type | Method and Description |
|---|---|
List<TrialComponentSource> |
DescribeTrialComponentResult.getSources()
A list of ARNs and, if applicable, job types for multiple sources of an experiment run.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TrialComponent.setSource(TrialComponentSource source)
The Amazon Resource Name (ARN) and job type of the source of the component.
|
void |
DescribeTrialComponentResult.setSource(TrialComponentSource source)
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
|
void |
TrialComponentSimpleSummary.setTrialComponentSource(TrialComponentSource trialComponentSource) |
void |
TrialComponentSummary.setTrialComponentSource(TrialComponentSource trialComponentSource) |
TrialComponent |
TrialComponent.withSource(TrialComponentSource source)
The Amazon Resource Name (ARN) and job type of the source of the component.
|
DescribeTrialComponentResult |
DescribeTrialComponentResult.withSource(TrialComponentSource source)
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
|
DescribeTrialComponentResult |
DescribeTrialComponentResult.withSources(TrialComponentSource... sources)
A list of ARNs and, if applicable, job types for multiple sources of an experiment run.
|
TrialComponentSimpleSummary |
TrialComponentSimpleSummary.withTrialComponentSource(TrialComponentSource trialComponentSource) |
TrialComponentSummary |
TrialComponentSummary.withTrialComponentSource(TrialComponentSource trialComponentSource) |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeTrialComponentResult.setSources(Collection<TrialComponentSource> sources)
A list of ARNs and, if applicable, job types for multiple sources of an experiment run.
|
DescribeTrialComponentResult |
DescribeTrialComponentResult.withSources(Collection<TrialComponentSource> sources)
A list of ARNs and, if applicable, job types for multiple sources of an experiment run.
|
Copyright © 2023. All rights reserved.