Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.CollaborationConfiguredModelAlgorithmAssociationSummary
-
Packages that use CollaborationConfiguredModelAlgorithmAssociationSummary Package Description software.amazon.awssdk.services.cleanroomsml.model software.amazon.awssdk.services.cleanroomsml.paginators -
-
Uses of CollaborationConfiguredModelAlgorithmAssociationSummary in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return types with arguments of type CollaborationConfiguredModelAlgorithmAssociationSummary Modifier and Type Method Description List<CollaborationConfiguredModelAlgorithmAssociationSummary>ListCollaborationConfiguredModelAlgorithmAssociationsResponse. collaborationConfiguredModelAlgorithmAssociations()The configured model algorithm associations that belong to this collaboration.Methods in software.amazon.awssdk.services.cleanroomsml.model with parameters of type CollaborationConfiguredModelAlgorithmAssociationSummary Modifier and Type Method Description ListCollaborationConfiguredModelAlgorithmAssociationsResponse.BuilderListCollaborationConfiguredModelAlgorithmAssociationsResponse.Builder. collaborationConfiguredModelAlgorithmAssociations(CollaborationConfiguredModelAlgorithmAssociationSummary... collaborationConfiguredModelAlgorithmAssociations)The configured model algorithm associations that belong to this collaboration.Method parameters in software.amazon.awssdk.services.cleanroomsml.model with type arguments of type CollaborationConfiguredModelAlgorithmAssociationSummary Modifier and Type Method Description ListCollaborationConfiguredModelAlgorithmAssociationsResponse.BuilderListCollaborationConfiguredModelAlgorithmAssociationsResponse.Builder. collaborationConfiguredModelAlgorithmAssociations(Collection<CollaborationConfiguredModelAlgorithmAssociationSummary> collaborationConfiguredModelAlgorithmAssociations)The configured model algorithm associations that belong to this collaboration. -
Uses of CollaborationConfiguredModelAlgorithmAssociationSummary in software.amazon.awssdk.services.cleanroomsml.paginators
Methods in software.amazon.awssdk.services.cleanroomsml.paginators that return types with arguments of type CollaborationConfiguredModelAlgorithmAssociationSummary Modifier and Type Method Description SdkIterable<CollaborationConfiguredModelAlgorithmAssociationSummary>ListCollaborationConfiguredModelAlgorithmAssociationsIterable. collaborationConfiguredModelAlgorithmAssociations()Returns an iterable to iterate through the paginatedListCollaborationConfiguredModelAlgorithmAssociationsResponse.collaborationConfiguredModelAlgorithmAssociations()member.SdkPublisher<CollaborationConfiguredModelAlgorithmAssociationSummary>ListCollaborationConfiguredModelAlgorithmAssociationsPublisher. collaborationConfiguredModelAlgorithmAssociations()Returns a publisher that can be used to get a stream of data.
-