Uses of Class
software.amazon.awssdk.services.sagemaker.model.TrialComponentSimpleSummary
-
Packages that use TrialComponentSimpleSummary Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of TrialComponentSimpleSummary in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type TrialComponentSimpleSummary Modifier and Type Method Description List<TrialComponentSimpleSummary>Trial. trialComponentSummaries()A list of the components associated with the trial.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type TrialComponentSimpleSummary Modifier and Type Method Description Trial.BuilderTrial.Builder. trialComponentSummaries(TrialComponentSimpleSummary... trialComponentSummaries)A list of the components associated with the trial.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type TrialComponentSimpleSummary Modifier and Type Method Description Trial.BuilderTrial.Builder. trialComponentSummaries(Collection<TrialComponentSimpleSummary> trialComponentSummaries)A list of the components associated with the trial.
-