| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
TrialSource |
TrialSource.clone() |
TrialSource |
DescribeTrialResult.getSource()
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
|
TrialSource |
Trial.getSource() |
TrialSource |
TrialSummary.getTrialSource() |
TrialSource |
TrialSource.withSourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the source.
|
TrialSource |
TrialSource.withSourceType(String sourceType)
The source job type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeTrialResult.setSource(TrialSource source)
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
|
void |
Trial.setSource(TrialSource source) |
void |
TrialSummary.setTrialSource(TrialSource trialSource) |
DescribeTrialResult |
DescribeTrialResult.withSource(TrialSource source)
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
|
Trial |
Trial.withSource(TrialSource source) |
TrialSummary |
TrialSummary.withTrialSource(TrialSource trialSource) |
Copyright © 2024. All rights reserved.