| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static UserContext.Builder |
UserContext.builder() |
UserContext.Builder |
UserContext.Builder.domainId(String domainId)
The domain associated with the user.
|
UserContext.Builder |
UserContext.toBuilder() |
UserContext.Builder |
UserContext.Builder.userProfileArn(String userProfileArn)
The Amazon Resource Name (ARN) of the user's profile.
|
UserContext.Builder |
UserContext.Builder.userProfileName(String userProfileName)
The name of the user's profile.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UserContext.Builder> |
UserContext.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Experiment.Builder |
Experiment.Builder.createdBy(Consumer<UserContext.Builder> createdBy)
Sets the value of the CreatedBy property for this object.
|
default DescribeTrialResponse.Builder |
DescribeTrialResponse.Builder.createdBy(Consumer<UserContext.Builder> createdBy)
Who created the trial.
|
default DescribeExperimentResponse.Builder |
DescribeExperimentResponse.Builder.createdBy(Consumer<UserContext.Builder> createdBy)
Who created the experiment.
|
default TrialComponent.Builder |
TrialComponent.Builder.createdBy(Consumer<UserContext.Builder> createdBy)
Sets the value of the CreatedBy property for this object.
|
default Trial.Builder |
Trial.Builder.createdBy(Consumer<UserContext.Builder> createdBy)
Sets the value of the CreatedBy property for this object.
|
default TrialComponentSummary.Builder |
TrialComponentSummary.Builder.createdBy(Consumer<UserContext.Builder> createdBy)
Who created the component.
|
default TrialComponentSimpleSummary.Builder |
TrialComponentSimpleSummary.Builder.createdBy(Consumer<UserContext.Builder> createdBy)
Sets the value of the CreatedBy property for this object.
|
default DescribeTrialComponentResponse.Builder |
DescribeTrialComponentResponse.Builder.createdBy(Consumer<UserContext.Builder> createdBy)
Who created the component.
|
default Experiment.Builder |
Experiment.Builder.lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
default DescribeTrialResponse.Builder |
DescribeTrialResponse.Builder.lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy)
Who last modified the trial.
|
default DescribeExperimentResponse.Builder |
DescribeExperimentResponse.Builder.lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy)
Who last modified the experiment.
|
default TrialComponent.Builder |
TrialComponent.Builder.lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
default Trial.Builder |
Trial.Builder.lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
default TrialComponentSummary.Builder |
TrialComponentSummary.Builder.lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy)
Who last modified the component.
|
default DescribeTrialComponentResponse.Builder |
DescribeTrialComponentResponse.Builder.lastModifiedBy(Consumer<UserContext.Builder> lastModifiedBy)
Who last modified the component.
|
Copyright © 2020. All rights reserved.