Package | Description |
---|---|
software.amazon.awssdk.services.sagemaker.model |
Modifier and Type | Method and Description |
---|---|
ExperimentSource |
ExperimentSummary.experimentSource()
Returns the value of the ExperimentSource property for this object.
|
ExperimentSource |
DescribeExperimentResponse.source()
The ARN of the source and, optionally, the type.
|
ExperimentSource |
Experiment.source()
Returns the value of the Source property for this object.
|
Modifier and Type | Method and Description |
---|---|
ExperimentSummary.Builder |
ExperimentSummary.Builder.experimentSource(ExperimentSource experimentSource)
Sets the value of the ExperimentSource property for this object.
|
DescribeExperimentResponse.Builder |
DescribeExperimentResponse.Builder.source(ExperimentSource source)
The ARN of the source and, optionally, the type.
|
Experiment.Builder |
Experiment.Builder.source(ExperimentSource source)
Sets the value of the Source property for this object.
|
Copyright © 2020. All rights reserved.