Uses of Class
software.amazon.awssdk.services.sagemaker.model.CreateFeatureGroupResponse
-
Packages that use CreateFeatureGroupResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of CreateFeatureGroupResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return CreateFeatureGroupResponse Modifier and Type Method Description default CreateFeatureGroupResponseSageMakerClient. createFeatureGroup(Consumer<CreateFeatureGroupRequest.Builder> createFeatureGroupRequest)Create a newFeatureGroup.default CreateFeatureGroupResponseSageMakerClient. createFeatureGroup(CreateFeatureGroupRequest createFeatureGroupRequest)Create a newFeatureGroup.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type CreateFeatureGroupResponse Modifier and Type Method Description default CompletableFuture<CreateFeatureGroupResponse>SageMakerAsyncClient. createFeatureGroup(Consumer<CreateFeatureGroupRequest.Builder> createFeatureGroupRequest)Create a newFeatureGroup.default CompletableFuture<CreateFeatureGroupResponse>SageMakerAsyncClient. createFeatureGroup(CreateFeatureGroupRequest createFeatureGroupRequest)Create a newFeatureGroup.
-