Uses of Class
software.amazon.awssdk.services.sagemaker.model.ExperimentSource
-
Packages that use ExperimentSource Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ExperimentSource in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ExperimentSource Modifier and Type Method Description ExperimentSourceExperimentSummary. experimentSource()Returns the value of the ExperimentSource property for this object.ExperimentSourceDescribeExperimentResponse. source()The Amazon Resource Name (ARN) of the source and, optionally, the type.ExperimentSourceExperiment. source()Returns the value of the Source property for this object.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ExperimentSource Modifier and Type Method Description ExperimentSummary.BuilderExperimentSummary.Builder. experimentSource(ExperimentSource experimentSource)Sets the value of the ExperimentSource property for this object.DescribeExperimentResponse.BuilderDescribeExperimentResponse.Builder. source(ExperimentSource source)The Amazon Resource Name (ARN) of the source and, optionally, the type.Experiment.BuilderExperiment.Builder. source(ExperimentSource source)Sets the value of the Source property for this object.
-