Uses of Interface
software.amazon.awssdk.services.cleanroomsml.model.GetConfiguredModelAlgorithmAssociationRequest.Builder
-
Packages that use GetConfiguredModelAlgorithmAssociationRequest.Builder Package Description software.amazon.awssdk.services.cleanroomsml Welcome to the Amazon Web Services Clean Rooms ML API Reference.software.amazon.awssdk.services.cleanroomsml.model -
-
Uses of GetConfiguredModelAlgorithmAssociationRequest.Builder in software.amazon.awssdk.services.cleanroomsml
Method parameters in software.amazon.awssdk.services.cleanroomsml with type arguments of type GetConfiguredModelAlgorithmAssociationRequest.Builder Modifier and Type Method Description default CompletableFuture<GetConfiguredModelAlgorithmAssociationResponse>CleanRoomsMlAsyncClient. getConfiguredModelAlgorithmAssociation(Consumer<GetConfiguredModelAlgorithmAssociationRequest.Builder> getConfiguredModelAlgorithmAssociationRequest)Returns information about a configured model algorithm association.default GetConfiguredModelAlgorithmAssociationResponseCleanRoomsMlClient. getConfiguredModelAlgorithmAssociation(Consumer<GetConfiguredModelAlgorithmAssociationRequest.Builder> getConfiguredModelAlgorithmAssociationRequest)Returns information about a configured model algorithm association. -
Uses of GetConfiguredModelAlgorithmAssociationRequest.Builder in software.amazon.awssdk.services.cleanroomsml.model
Methods in software.amazon.awssdk.services.cleanroomsml.model that return GetConfiguredModelAlgorithmAssociationRequest.Builder Modifier and Type Method Description static GetConfiguredModelAlgorithmAssociationRequest.BuilderGetConfiguredModelAlgorithmAssociationRequest. builder()GetConfiguredModelAlgorithmAssociationRequest.BuilderGetConfiguredModelAlgorithmAssociationRequest.Builder. configuredModelAlgorithmAssociationArn(String configuredModelAlgorithmAssociationArn)The Amazon Resource Name (ARN) of the configured model algorithm association that you want to return information about.GetConfiguredModelAlgorithmAssociationRequest.BuilderGetConfiguredModelAlgorithmAssociationRequest.Builder. membershipIdentifier(String membershipIdentifier)The membership ID of the member that created the configured model algorithm association.GetConfiguredModelAlgorithmAssociationRequest.BuilderGetConfiguredModelAlgorithmAssociationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetConfiguredModelAlgorithmAssociationRequest.BuilderGetConfiguredModelAlgorithmAssociationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetConfiguredModelAlgorithmAssociationRequest.BuilderGetConfiguredModelAlgorithmAssociationRequest. toBuilder()Methods in software.amazon.awssdk.services.cleanroomsml.model that return types with arguments of type GetConfiguredModelAlgorithmAssociationRequest.Builder Modifier and Type Method Description static Class<? extends GetConfiguredModelAlgorithmAssociationRequest.Builder>GetConfiguredModelAlgorithmAssociationRequest. serializableBuilderClass()
-