| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ExperimentSource |
ExperimentSource.clone() |
ExperimentSource |
ExperimentSummary.getExperimentSource() |
ExperimentSource |
Experiment.getSource() |
ExperimentSource |
DescribeExperimentResult.getSource()
The Amazon Resource Name (ARN) of the source and, optionally, the type.
|
ExperimentSource |
ExperimentSource.withSourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the source.
|
ExperimentSource |
ExperimentSource.withSourceType(String sourceType)
The source type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExperimentSummary.setExperimentSource(ExperimentSource experimentSource) |
void |
Experiment.setSource(ExperimentSource source) |
void |
DescribeExperimentResult.setSource(ExperimentSource source)
The Amazon Resource Name (ARN) of the source and, optionally, the type.
|
ExperimentSummary |
ExperimentSummary.withExperimentSource(ExperimentSource experimentSource) |
Experiment |
Experiment.withSource(ExperimentSource source) |
DescribeExperimentResult |
DescribeExperimentResult.withSource(ExperimentSource source)
The Amazon Resource Name (ARN) of the source and, optionally, the type.
|
Copyright © 2023. All rights reserved.