Uses of Class
software.amazon.awssdk.services.personalize.model.DescribeFeatureTransformationResponse
-
Packages that use DescribeFeatureTransformationResponse Package Description software.amazon.awssdk.services.personalize Amazon Personalize is a machine learning service that makes it easy to add individualized recommendations to customers. -
-
Uses of DescribeFeatureTransformationResponse in software.amazon.awssdk.services.personalize
Methods in software.amazon.awssdk.services.personalize that return DescribeFeatureTransformationResponse Modifier and Type Method Description default DescribeFeatureTransformationResponsePersonalizeClient. describeFeatureTransformation(Consumer<DescribeFeatureTransformationRequest.Builder> describeFeatureTransformationRequest)Describes the given feature transformation.default DescribeFeatureTransformationResponsePersonalizeClient. describeFeatureTransformation(DescribeFeatureTransformationRequest describeFeatureTransformationRequest)Describes the given feature transformation.Methods in software.amazon.awssdk.services.personalize that return types with arguments of type DescribeFeatureTransformationResponse Modifier and Type Method Description default CompletableFuture<DescribeFeatureTransformationResponse>PersonalizeAsyncClient. describeFeatureTransformation(Consumer<DescribeFeatureTransformationRequest.Builder> describeFeatureTransformationRequest)Describes the given feature transformation.default CompletableFuture<DescribeFeatureTransformationResponse>PersonalizeAsyncClient. describeFeatureTransformation(DescribeFeatureTransformationRequest describeFeatureTransformationRequest)Describes the given feature transformation.
-