Uses of Class
software.amazon.awssdk.services.sagemaker.model.TrialSource
-
Packages that use TrialSource Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of TrialSource in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return TrialSource Modifier and Type Method Description TrialSourceDescribeTrialResponse. source()The Amazon Resource Name (ARN) of the source and, optionally, the job type.TrialSourceTrial. source()Returns the value of the Source property for this object.TrialSourceTrialSummary. trialSource()Returns the value of the TrialSource property for this object.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type TrialSource Modifier and Type Method Description DescribeTrialResponse.BuilderDescribeTrialResponse.Builder. source(TrialSource source)The Amazon Resource Name (ARN) of the source and, optionally, the job type.Trial.BuilderTrial.Builder. source(TrialSource source)Sets the value of the Source property for this object.TrialSummary.BuilderTrialSummary.Builder. trialSource(TrialSource trialSource)Sets the value of the TrialSource property for this object.
-