Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.ConfiguredModelAlgorithmAssociationSummary
-
Packages that use ConfiguredModelAlgorithmAssociationSummary Package Description software.amazon.awssdk.services.cleanroomsml.model software.amazon.awssdk.services.cleanroomsml.paginators -
-
Uses of ConfiguredModelAlgorithmAssociationSummary in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return types with arguments of type ConfiguredModelAlgorithmAssociationSummary Modifier and Type Method Description List<ConfiguredModelAlgorithmAssociationSummary>ListConfiguredModelAlgorithmAssociationsResponse. configuredModelAlgorithmAssociations()The list of configured model algorithm associations.Methods in software.amazon.awssdk.services.cleanroomsml.model with parameters of type ConfiguredModelAlgorithmAssociationSummary Modifier and Type Method Description ListConfiguredModelAlgorithmAssociationsResponse.BuilderListConfiguredModelAlgorithmAssociationsResponse.Builder. configuredModelAlgorithmAssociations(ConfiguredModelAlgorithmAssociationSummary... configuredModelAlgorithmAssociations)The list of configured model algorithm associations.Method parameters in software.amazon.awssdk.services.cleanroomsml.model with type arguments of type ConfiguredModelAlgorithmAssociationSummary Modifier and Type Method Description ListConfiguredModelAlgorithmAssociationsResponse.BuilderListConfiguredModelAlgorithmAssociationsResponse.Builder. configuredModelAlgorithmAssociations(Collection<ConfiguredModelAlgorithmAssociationSummary> configuredModelAlgorithmAssociations)The list of configured model algorithm associations. -
Uses of ConfiguredModelAlgorithmAssociationSummary in software.amazon.awssdk.services.cleanroomsml.paginators
Methods in software.amazon.awssdk.services.cleanroomsml.paginators that return types with arguments of type ConfiguredModelAlgorithmAssociationSummary Modifier and Type Method Description SdkIterable<ConfiguredModelAlgorithmAssociationSummary>ListConfiguredModelAlgorithmAssociationsIterable. configuredModelAlgorithmAssociations()Returns an iterable to iterate through the paginatedListConfiguredModelAlgorithmAssociationsResponse.configuredModelAlgorithmAssociations()member.SdkPublisher<ConfiguredModelAlgorithmAssociationSummary>ListConfiguredModelAlgorithmAssociationsPublisher. configuredModelAlgorithmAssociations()Returns a publisher that can be used to get a stream of data.
-