Uses of Class
software.amazon.awssdk.services.sagemaker.model.TrialComponentSummary
-
Packages that use TrialComponentSummary Package Description software.amazon.awssdk.services.sagemaker.model software.amazon.awssdk.services.sagemaker.paginators -
-
Uses of TrialComponentSummary in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type TrialComponentSummary Modifier and Type Method Description List<TrialComponentSummary>ListTrialComponentsResponse. trialComponentSummaries()A list of the summaries of your trial components.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type TrialComponentSummary Modifier and Type Method Description ListTrialComponentsResponse.BuilderListTrialComponentsResponse.Builder. trialComponentSummaries(TrialComponentSummary... trialComponentSummaries)A list of the summaries of your trial components.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type TrialComponentSummary Modifier and Type Method Description ListTrialComponentsResponse.BuilderListTrialComponentsResponse.Builder. trialComponentSummaries(Collection<TrialComponentSummary> trialComponentSummaries)A list of the summaries of your trial components. -
Uses of TrialComponentSummary in software.amazon.awssdk.services.sagemaker.paginators
Methods in software.amazon.awssdk.services.sagemaker.paginators that return types with arguments of type TrialComponentSummary Modifier and Type Method Description SdkIterable<TrialComponentSummary>ListTrialComponentsIterable. trialComponentSummaries()Returns an iterable to iterate through the paginatedListTrialComponentsResponse.trialComponentSummaries()member.SdkPublisher<TrialComponentSummary>ListTrialComponentsPublisher. trialComponentSummaries()Returns a publisher that can be used to get a stream of data.
-