Uses of Class
software.amazon.awssdk.services.sagemaker.model.TrialComponentSource
-
Packages that use TrialComponentSource Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of TrialComponentSource in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return TrialComponentSource Modifier and Type Method Description TrialComponentSourceDescribeTrialComponentResponse. source()The Amazon Resource Name (ARN) of the source and, optionally, the job type.TrialComponentSourceTrialComponent. source()The Amazon Resource Name (ARN) and job type of the source of the component.TrialComponentSourceTrialComponentSimpleSummary. trialComponentSource()Returns the value of the TrialComponentSource property for this object.TrialComponentSourceTrialComponentSummary. trialComponentSource()Returns the value of the TrialComponentSource property for this object.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type TrialComponentSource Modifier and Type Method Description List<TrialComponentSource>DescribeTrialComponentResponse. sources()A list of ARNs and, if applicable, job types for multiple sources of an experiment run.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type TrialComponentSource Modifier and Type Method Description DescribeTrialComponentResponse.BuilderDescribeTrialComponentResponse.Builder. source(TrialComponentSource source)The Amazon Resource Name (ARN) of the source and, optionally, the job type.TrialComponent.BuilderTrialComponent.Builder. source(TrialComponentSource source)The Amazon Resource Name (ARN) and job type of the source of the component.DescribeTrialComponentResponse.BuilderDescribeTrialComponentResponse.Builder. sources(TrialComponentSource... sources)A list of ARNs and, if applicable, job types for multiple sources of an experiment run.TrialComponentSimpleSummary.BuilderTrialComponentSimpleSummary.Builder. trialComponentSource(TrialComponentSource trialComponentSource)Sets the value of the TrialComponentSource property for this object.TrialComponentSummary.BuilderTrialComponentSummary.Builder. trialComponentSource(TrialComponentSource trialComponentSource)Sets the value of the TrialComponentSource property for this object.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type TrialComponentSource Modifier and Type Method Description DescribeTrialComponentResponse.BuilderDescribeTrialComponentResponse.Builder. sources(Collection<TrialComponentSource> sources)A list of ARNs and, if applicable, job types for multiple sources of an experiment run.
-