Uses of Class
software.amazon.awssdk.services.sagemaker.model.TrialSummary
-
Packages that use TrialSummary Package Description software.amazon.awssdk.services.sagemaker.model software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of TrialSummary in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type TrialSummary Modifier and Type Method Description List<TrialSummary>ListTrialsResponse. trialSummaries()A list of the summaries of your trials.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type TrialSummary Modifier and Type Method Description ListTrialsResponse.BuilderListTrialsResponse.Builder. trialSummaries(TrialSummary... trialSummaries)A list of the summaries of your trials.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type TrialSummary Modifier and Type Method Description ListTrialsResponse.BuilderListTrialsResponse.Builder. trialSummaries(Collection<TrialSummary> trialSummaries)A list of the summaries of your trials. -
Uses of TrialSummary in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type TrialSummary Modifier and Type Method Description SdkIterable<TrialSummary>ListTrialsIterable. trialSummaries()Returns an iterable to iterate through the paginatedListTrialsResponse.trialSummaries()member.SdkPublisher<TrialSummary>ListTrialsPublisher. trialSummaries()Returns a publisher that can be used to get a stream of data.
-