Uses of Class
software.amazon.awssdk.services.cleanroomsml.model.DeleteConfiguredModelAlgorithmAssociationResponse
-
Packages that use DeleteConfiguredModelAlgorithmAssociationResponse Package Description software.amazon.awssdk.services.cleanroomsml Welcome to the Amazon Web Services Clean Rooms ML API Reference. -
-
Uses of DeleteConfiguredModelAlgorithmAssociationResponse in software.amazon.awssdk.services.cleanroomsml
Methods in software.amazon.awssdk.services.cleanroomsml that return DeleteConfiguredModelAlgorithmAssociationResponse Modifier and Type Method Description default DeleteConfiguredModelAlgorithmAssociationResponseCleanRoomsMlClient. deleteConfiguredModelAlgorithmAssociation(Consumer<DeleteConfiguredModelAlgorithmAssociationRequest.Builder> deleteConfiguredModelAlgorithmAssociationRequest)Deletes a configured model algorithm association.default DeleteConfiguredModelAlgorithmAssociationResponseCleanRoomsMlClient. deleteConfiguredModelAlgorithmAssociation(DeleteConfiguredModelAlgorithmAssociationRequest deleteConfiguredModelAlgorithmAssociationRequest)Deletes a configured model algorithm association.Methods in software.amazon.awssdk.services.cleanroomsml that return types with arguments of type DeleteConfiguredModelAlgorithmAssociationResponse Modifier and Type Method Description default CompletableFuture<DeleteConfiguredModelAlgorithmAssociationResponse>CleanRoomsMlAsyncClient. deleteConfiguredModelAlgorithmAssociation(Consumer<DeleteConfiguredModelAlgorithmAssociationRequest.Builder> deleteConfiguredModelAlgorithmAssociationRequest)Deletes a configured model algorithm association.default CompletableFuture<DeleteConfiguredModelAlgorithmAssociationResponse>CleanRoomsMlAsyncClient. deleteConfiguredModelAlgorithmAssociation(DeleteConfiguredModelAlgorithmAssociationRequest deleteConfiguredModelAlgorithmAssociationRequest)Deletes a configured model algorithm association.
-