| 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 |
|---|---|
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 |
|---|---|
CreateFeatureGroupRequest |
CreateFeatureGroupRequest.clone() |
CreateFeatureGroupRequest |
CreateFeatureGroupRequest.withDescription(String description)
A free-form description of a
FeatureGroup. |
CreateFeatureGroupRequest |
CreateFeatureGroupRequest.withEventTimeFeatureName(String eventTimeFeatureName)
The name of the feature that stores the
EventTime of a Record in a
FeatureGroup. |
CreateFeatureGroupRequest |
CreateFeatureGroupRequest.withFeatureDefinitions(Collection<FeatureDefinition> featureDefinitions)
A list of
Feature names and types. |
CreateFeatureGroupRequest |
CreateFeatureGroupRequest.withFeatureDefinitions(FeatureDefinition... featureDefinitions)
A list of
Feature names and types. |
CreateFeatureGroupRequest |
CreateFeatureGroupRequest.withFeatureGroupName(String featureGroupName)
The name of the
FeatureGroup. |
CreateFeatureGroupRequest |
CreateFeatureGroupRequest.withOfflineStoreConfig(OfflineStoreConfig offlineStoreConfig)
Use this to configure an
OfflineFeatureStore. |
CreateFeatureGroupRequest |
CreateFeatureGroupRequest.withOnlineStoreConfig(OnlineStoreConfig onlineStoreConfig)
You can turn the
OnlineStore on or off by specifying True for the
EnableOnlineStore flag in OnlineStoreConfig. |
CreateFeatureGroupRequest |
CreateFeatureGroupRequest.withRecordIdentifierFeatureName(String recordIdentifierFeatureName)
The name of the
Feature whose value uniquely identifies a Record defined in the
FeatureStore. |
CreateFeatureGroupRequest |
CreateFeatureGroupRequest.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM execution role used to persist data into the
OfflineStore
if an OfflineStoreConfig is provided. |
CreateFeatureGroupRequest |
CreateFeatureGroupRequest.withTags(Collection<Tag> tags)
Tags used to identify
Features in each FeatureGroup. |
CreateFeatureGroupRequest |
CreateFeatureGroupRequest.withTags(Tag... tags)
Tags used to identify
Features in each FeatureGroup. |
CreateFeatureGroupRequest |
CreateFeatureGroupRequest.withThroughputConfig(ThroughputConfig throughputConfig) |
Copyright © 2025. All rights reserved.