Uses of Class
software.amazon.awssdk.services.sagemaker.model.DescribeFeatureGroupResponse
-
Packages that use DescribeFeatureGroupResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of DescribeFeatureGroupResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return DescribeFeatureGroupResponse Modifier and Type Method Description default DescribeFeatureGroupResponseSageMakerClient. describeFeatureGroup(Consumer<DescribeFeatureGroupRequest.Builder> describeFeatureGroupRequest)Use this operation to describe aFeatureGroup.default DescribeFeatureGroupResponseSageMakerClient. describeFeatureGroup(DescribeFeatureGroupRequest describeFeatureGroupRequest)Use this operation to describe aFeatureGroup.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type DescribeFeatureGroupResponse Modifier and Type Method Description default CompletableFuture<DescribeFeatureGroupResponse>SageMakerAsyncClient. describeFeatureGroup(Consumer<DescribeFeatureGroupRequest.Builder> describeFeatureGroupRequest)Use this operation to describe aFeatureGroup.default CompletableFuture<DescribeFeatureGroupResponse>SageMakerAsyncClient. describeFeatureGroup(DescribeFeatureGroupRequest describeFeatureGroupRequest)Use this operation to describe aFeatureGroup.
-