| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
UserContext |
UserContext.clone() |
UserContext |
TrialComponentSummary.getCreatedBy()
Who created the component.
|
UserContext |
TrialComponentSimpleSummary.getCreatedBy() |
UserContext |
TrialComponent.getCreatedBy() |
UserContext |
DescribeTrialComponentResult.getCreatedBy()
Who created the component.
|
UserContext |
Trial.getCreatedBy() |
UserContext |
DescribeExperimentResult.getCreatedBy()
Who created the experiment.
|
UserContext |
DescribeTrialResult.getCreatedBy()
Who created the trial.
|
UserContext |
Experiment.getCreatedBy() |
UserContext |
TrialComponentSummary.getLastModifiedBy()
Who last modified the component.
|
UserContext |
TrialComponent.getLastModifiedBy() |
UserContext |
DescribeTrialComponentResult.getLastModifiedBy()
Who last modified the component.
|
UserContext |
Trial.getLastModifiedBy() |
UserContext |
DescribeExperimentResult.getLastModifiedBy()
Who last modified the experiment.
|
UserContext |
DescribeTrialResult.getLastModifiedBy()
Who last modified the trial.
|
UserContext |
Experiment.getLastModifiedBy() |
UserContext |
UserContext.withDomainId(String domainId)
The domain associated with the user.
|
UserContext |
UserContext.withUserProfileArn(String userProfileArn)
The Amazon Resource Name (ARN) of the user's profile.
|
UserContext |
UserContext.withUserProfileName(String userProfileName)
The name of the user's profile.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TrialComponentSummary.setCreatedBy(UserContext createdBy)
Who created the component.
|
void |
TrialComponentSimpleSummary.setCreatedBy(UserContext createdBy) |
void |
TrialComponent.setCreatedBy(UserContext createdBy) |
void |
DescribeTrialComponentResult.setCreatedBy(UserContext createdBy)
Who created the component.
|
void |
Trial.setCreatedBy(UserContext createdBy) |
void |
DescribeExperimentResult.setCreatedBy(UserContext createdBy)
Who created the experiment.
|
void |
DescribeTrialResult.setCreatedBy(UserContext createdBy)
Who created the trial.
|
void |
Experiment.setCreatedBy(UserContext createdBy) |
void |
TrialComponentSummary.setLastModifiedBy(UserContext lastModifiedBy)
Who last modified the component.
|
void |
TrialComponent.setLastModifiedBy(UserContext lastModifiedBy) |
void |
DescribeTrialComponentResult.setLastModifiedBy(UserContext lastModifiedBy)
Who last modified the component.
|
void |
Trial.setLastModifiedBy(UserContext lastModifiedBy) |
void |
DescribeExperimentResult.setLastModifiedBy(UserContext lastModifiedBy)
Who last modified the experiment.
|
void |
DescribeTrialResult.setLastModifiedBy(UserContext lastModifiedBy)
Who last modified the trial.
|
void |
Experiment.setLastModifiedBy(UserContext lastModifiedBy) |
TrialComponentSummary |
TrialComponentSummary.withCreatedBy(UserContext createdBy)
Who created the component.
|
TrialComponentSimpleSummary |
TrialComponentSimpleSummary.withCreatedBy(UserContext createdBy) |
TrialComponent |
TrialComponent.withCreatedBy(UserContext createdBy) |
DescribeTrialComponentResult |
DescribeTrialComponentResult.withCreatedBy(UserContext createdBy)
Who created the component.
|
Trial |
Trial.withCreatedBy(UserContext createdBy) |
DescribeExperimentResult |
DescribeExperimentResult.withCreatedBy(UserContext createdBy)
Who created the experiment.
|
DescribeTrialResult |
DescribeTrialResult.withCreatedBy(UserContext createdBy)
Who created the trial.
|
Experiment |
Experiment.withCreatedBy(UserContext createdBy) |
TrialComponentSummary |
TrialComponentSummary.withLastModifiedBy(UserContext lastModifiedBy)
Who last modified the component.
|
TrialComponent |
TrialComponent.withLastModifiedBy(UserContext lastModifiedBy) |
DescribeTrialComponentResult |
DescribeTrialComponentResult.withLastModifiedBy(UserContext lastModifiedBy)
Who last modified the component.
|
Trial |
Trial.withLastModifiedBy(UserContext lastModifiedBy) |
DescribeExperimentResult |
DescribeExperimentResult.withLastModifiedBy(UserContext lastModifiedBy)
Who last modified the experiment.
|
DescribeTrialResult |
DescribeTrialResult.withLastModifiedBy(UserContext lastModifiedBy)
Who last modified the trial.
|
Experiment |
Experiment.withLastModifiedBy(UserContext lastModifiedBy) |
Copyright © 2020. All rights reserved.