| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static TrialComponentSimpleSummary.Builder |
TrialComponentSimpleSummary.builder() |
default TrialComponentSimpleSummary.Builder |
TrialComponentSimpleSummary.Builder.createdBy(Consumer<UserContext.Builder> createdBy)
Sets the value of the CreatedBy property for this object.
|
TrialComponentSimpleSummary.Builder |
TrialComponentSimpleSummary.Builder.createdBy(UserContext createdBy)
Sets the value of the CreatedBy property for this object.
|
TrialComponentSimpleSummary.Builder |
TrialComponentSimpleSummary.Builder.creationTime(Instant creationTime)
When the component was created.
|
TrialComponentSimpleSummary.Builder |
TrialComponentSimpleSummary.toBuilder() |
TrialComponentSimpleSummary.Builder |
TrialComponentSimpleSummary.Builder.trialComponentArn(String trialComponentArn)
The Amazon Resource Name (ARN) of the trial component.
|
TrialComponentSimpleSummary.Builder |
TrialComponentSimpleSummary.Builder.trialComponentName(String trialComponentName)
The name of the trial component.
|
default TrialComponentSimpleSummary.Builder |
TrialComponentSimpleSummary.Builder.trialComponentSource(Consumer<TrialComponentSource.Builder> trialComponentSource)
Sets the value of the TrialComponentSource property for this object.
|
TrialComponentSimpleSummary.Builder |
TrialComponentSimpleSummary.Builder.trialComponentSource(TrialComponentSource trialComponentSource)
Sets the value of the TrialComponentSource property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends TrialComponentSimpleSummary.Builder> |
TrialComponentSimpleSummary.serializableBuilderClass() |
Copyright © 2021. All rights reserved.