| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
CreateFeatureGroupResult |
AmazonSageMakerClient.createFeatureGroup(CreateFeatureGroupRequest request)
Create a new
FeatureGroup. |
CreateFeatureGroupResult |
AbstractAmazonSageMaker.createFeatureGroup(CreateFeatureGroupRequest request) |
CreateFeatureGroupResult |
AmazonSageMaker.createFeatureGroup(CreateFeatureGroupRequest createFeatureGroupRequest)
Create a new
FeatureGroup. |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateFeatureGroupResult> |
AmazonSageMakerAsyncClient.createFeatureGroupAsync(CreateFeatureGroupRequest request,
AsyncHandler<CreateFeatureGroupRequest,CreateFeatureGroupResult> asyncHandler) |
Future<CreateFeatureGroupResult> |
AmazonSageMakerAsync.createFeatureGroupAsync(CreateFeatureGroupRequest createFeatureGroupRequest,
AsyncHandler<CreateFeatureGroupRequest,CreateFeatureGroupResult> asyncHandler)
Create a new
FeatureGroup. |
Future<CreateFeatureGroupResult> |
AbstractAmazonSageMakerAsync.createFeatureGroupAsync(CreateFeatureGroupRequest request,
AsyncHandler<CreateFeatureGroupRequest,CreateFeatureGroupResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateFeatureGroupResult |
CreateFeatureGroupResult.clone() |
CreateFeatureGroupResult |
CreateFeatureGroupResult.withFeatureGroupArn(String featureGroupArn)
The Amazon Resource Name (ARN) of the
FeatureGroup. |
Copyright © 2024. All rights reserved.