Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.GetCollaborationConfiguredModelAlgorithmAssociationResponse
-
Packages that use GetCollaborationConfiguredModelAlgorithmAssociationResponse Package Description software.amazon.awssdk.services.cleanroomsml Welcome to the Amazon Web Services Clean Rooms ML API Reference. -
-
Uses of GetCollaborationConfiguredModelAlgorithmAssociationResponse in software.amazon.awssdk.services.cleanroomsml
Methods in software.amazon.awssdk.services.cleanroomsml that return GetCollaborationConfiguredModelAlgorithmAssociationResponse Modifier and Type Method Description default GetCollaborationConfiguredModelAlgorithmAssociationResponseCleanRoomsMlClient. getCollaborationConfiguredModelAlgorithmAssociation(Consumer<GetCollaborationConfiguredModelAlgorithmAssociationRequest.Builder> getCollaborationConfiguredModelAlgorithmAssociationRequest)Returns information about the configured model algorithm association in a collaboration.default GetCollaborationConfiguredModelAlgorithmAssociationResponseCleanRoomsMlClient. getCollaborationConfiguredModelAlgorithmAssociation(GetCollaborationConfiguredModelAlgorithmAssociationRequest getCollaborationConfiguredModelAlgorithmAssociationRequest)Returns information about the configured model algorithm association in a collaboration.Methods in software.amazon.awssdk.services.cleanroomsml that return types with arguments of type GetCollaborationConfiguredModelAlgorithmAssociationResponse Modifier and Type Method Description default CompletableFuture<GetCollaborationConfiguredModelAlgorithmAssociationResponse>CleanRoomsMlAsyncClient. getCollaborationConfiguredModelAlgorithmAssociation(Consumer<GetCollaborationConfiguredModelAlgorithmAssociationRequest.Builder> getCollaborationConfiguredModelAlgorithmAssociationRequest)Returns information about the configured model algorithm association in a collaboration.default CompletableFuture<GetCollaborationConfiguredModelAlgorithmAssociationResponse>CleanRoomsMlAsyncClient. getCollaborationConfiguredModelAlgorithmAssociation(GetCollaborationConfiguredModelAlgorithmAssociationRequest getCollaborationConfiguredModelAlgorithmAssociationRequest)Returns information about the configured model algorithm association in a collaboration.
-