| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| Modifier and Type | Method and Description |
|---|---|
default CreateFeatureGroupResponse |
SageMakerClient.createFeatureGroup(Consumer<CreateFeatureGroupRequest.Builder> createFeatureGroupRequest)
Create a new
FeatureGroup. |
default CreateFeatureGroupResponse |
SageMakerClient.createFeatureGroup(CreateFeatureGroupRequest createFeatureGroupRequest)
Create a new
FeatureGroup. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateFeatureGroupResponse> |
SageMakerAsyncClient.createFeatureGroup(Consumer<CreateFeatureGroupRequest.Builder> createFeatureGroupRequest)
Create a new
FeatureGroup. |
default CompletableFuture<CreateFeatureGroupResponse> |
SageMakerAsyncClient.createFeatureGroup(CreateFeatureGroupRequest createFeatureGroupRequest)
Create a new
FeatureGroup. |
Copyright © 2021. All rights reserved.