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