| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
UserContext |
Experiment.createdBy()
Returns the value of the CreatedBy property for this object.
|
UserContext |
DescribeTrialResponse.createdBy()
Who created the trial.
|
UserContext |
DescribeExperimentResponse.createdBy()
Who created the experiment.
|
UserContext |
TrialComponent.createdBy()
Returns the value of the CreatedBy property for this object.
|
UserContext |
Trial.createdBy()
Returns the value of the CreatedBy property for this object.
|
UserContext |
TrialComponentSummary.createdBy()
Who created the component.
|
UserContext |
TrialComponentSimpleSummary.createdBy()
Returns the value of the CreatedBy property for this object.
|
UserContext |
DescribeTrialComponentResponse.createdBy()
Who created the component.
|
UserContext |
Experiment.lastModifiedBy()
Returns the value of the LastModifiedBy property for this object.
|
UserContext |
DescribeTrialResponse.lastModifiedBy()
Who last modified the trial.
|
UserContext |
DescribeExperimentResponse.lastModifiedBy()
Who last modified the experiment.
|
UserContext |
TrialComponent.lastModifiedBy()
Returns the value of the LastModifiedBy property for this object.
|
UserContext |
Trial.lastModifiedBy()
Returns the value of the LastModifiedBy property for this object.
|
UserContext |
TrialComponentSummary.lastModifiedBy()
Who last modified the component.
|
UserContext |
DescribeTrialComponentResponse.lastModifiedBy()
Who last modified the component.
|
| Modifier and Type | Method and Description |
|---|---|
Experiment.Builder |
Experiment.Builder.createdBy(UserContext createdBy)
Sets the value of the CreatedBy property for this object.
|
DescribeTrialResponse.Builder |
DescribeTrialResponse.Builder.createdBy(UserContext createdBy)
Who created the trial.
|
DescribeExperimentResponse.Builder |
DescribeExperimentResponse.Builder.createdBy(UserContext createdBy)
Who created the experiment.
|
TrialComponent.Builder |
TrialComponent.Builder.createdBy(UserContext createdBy)
Sets the value of the CreatedBy property for this object.
|
Trial.Builder |
Trial.Builder.createdBy(UserContext createdBy)
Sets the value of the CreatedBy property for this object.
|
TrialComponentSummary.Builder |
TrialComponentSummary.Builder.createdBy(UserContext createdBy)
Who created the component.
|
TrialComponentSimpleSummary.Builder |
TrialComponentSimpleSummary.Builder.createdBy(UserContext createdBy)
Sets the value of the CreatedBy property for this object.
|
DescribeTrialComponentResponse.Builder |
DescribeTrialComponentResponse.Builder.createdBy(UserContext createdBy)
Who created the component.
|
Experiment.Builder |
Experiment.Builder.lastModifiedBy(UserContext lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
DescribeTrialResponse.Builder |
DescribeTrialResponse.Builder.lastModifiedBy(UserContext lastModifiedBy)
Who last modified the trial.
|
DescribeExperimentResponse.Builder |
DescribeExperimentResponse.Builder.lastModifiedBy(UserContext lastModifiedBy)
Who last modified the experiment.
|
TrialComponent.Builder |
TrialComponent.Builder.lastModifiedBy(UserContext lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
Trial.Builder |
Trial.Builder.lastModifiedBy(UserContext lastModifiedBy)
Sets the value of the LastModifiedBy property for this object.
|
TrialComponentSummary.Builder |
TrialComponentSummary.Builder.lastModifiedBy(UserContext lastModifiedBy)
Who last modified the component.
|
DescribeTrialComponentResponse.Builder |
DescribeTrialComponentResponse.Builder.lastModifiedBy(UserContext lastModifiedBy)
Who last modified the component.
|
Copyright © 2020. All rights reserved.