| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static TrialSource.Builder |
TrialSource.builder() |
TrialSource.Builder |
TrialSource.Builder.sourceArn(String sourceArn)
The Amazon Resource Name (ARN) of the source.
|
TrialSource.Builder |
TrialSource.Builder.sourceType(String sourceType)
The source job type.
|
TrialSource.Builder |
TrialSource.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TrialSource.Builder> |
TrialSource.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Trial.Builder |
Trial.Builder.source(Consumer<TrialSource.Builder> source)
Sets the value of the Source property for this object.
|
default DescribeTrialResponse.Builder |
DescribeTrialResponse.Builder.source(Consumer<TrialSource.Builder> source)
The Amazon Resource Name (ARN) of the source and, optionally, the job type.
|
default TrialSummary.Builder |
TrialSummary.Builder.trialSource(Consumer<TrialSource.Builder> trialSource)
Sets the value of the TrialSource property for this object.
|
Copyright © 2022. All rights reserved.