Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.ConfiguredModelAlgorithmSummary
-
Packages that use ConfiguredModelAlgorithmSummary Package Description software.amazon.awssdk.services.cleanroomsml.model software.amazon.awssdk.services.cleanroomsml.paginators -
-
Uses of ConfiguredModelAlgorithmSummary in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return types with arguments of type ConfiguredModelAlgorithmSummary Modifier and Type Method Description List<ConfiguredModelAlgorithmSummary>ListConfiguredModelAlgorithmsResponse. configuredModelAlgorithms()The list of configured model algorithms.Methods in software.amazon.awssdk.services.cleanroomsml.model with parameters of type ConfiguredModelAlgorithmSummary Modifier and Type Method Description ListConfiguredModelAlgorithmsResponse.BuilderListConfiguredModelAlgorithmsResponse.Builder. configuredModelAlgorithms(ConfiguredModelAlgorithmSummary... configuredModelAlgorithms)The list of configured model algorithms.Method parameters in software.amazon.awssdk.services.cleanroomsml.model with type arguments of type ConfiguredModelAlgorithmSummary Modifier and Type Method Description ListConfiguredModelAlgorithmsResponse.BuilderListConfiguredModelAlgorithmsResponse.Builder. configuredModelAlgorithms(Collection<ConfiguredModelAlgorithmSummary> configuredModelAlgorithms)The list of configured model algorithms. -
Uses of ConfiguredModelAlgorithmSummary in software.amazon.awssdk.services.cleanroomsml.paginators
Methods in software.amazon.awssdk.services.cleanroomsml.paginators that return types with arguments of type ConfiguredModelAlgorithmSummary Modifier and Type Method Description SdkIterable<ConfiguredModelAlgorithmSummary>ListConfiguredModelAlgorithmsIterable. configuredModelAlgorithms()Returns an iterable to iterate through the paginatedListConfiguredModelAlgorithmsResponse.configuredModelAlgorithms()member.SdkPublisher<ConfiguredModelAlgorithmSummary>ListConfiguredModelAlgorithmsPublisher. configuredModelAlgorithms()Returns a publisher that can be used to get a stream of data.
-