| 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 |
|---|---|
DescribeFeatureGroupResult |
AmazonSageMakerClient.describeFeatureGroup(DescribeFeatureGroupRequest request)
Use this operation to describe a
FeatureGroup. |
DescribeFeatureGroupResult |
AbstractAmazonSageMaker.describeFeatureGroup(DescribeFeatureGroupRequest request) |
DescribeFeatureGroupResult |
AmazonSageMaker.describeFeatureGroup(DescribeFeatureGroupRequest describeFeatureGroupRequest)
Use this operation to describe a
FeatureGroup. |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeFeatureGroupResult> |
AmazonSageMakerAsyncClient.describeFeatureGroupAsync(DescribeFeatureGroupRequest request,
AsyncHandler<DescribeFeatureGroupRequest,DescribeFeatureGroupResult> asyncHandler) |
Future<DescribeFeatureGroupResult> |
AmazonSageMakerAsync.describeFeatureGroupAsync(DescribeFeatureGroupRequest describeFeatureGroupRequest,
AsyncHandler<DescribeFeatureGroupRequest,DescribeFeatureGroupResult> asyncHandler)
Use this operation to describe a
FeatureGroup. |
Future<DescribeFeatureGroupResult> |
AbstractAmazonSageMakerAsync.describeFeatureGroupAsync(DescribeFeatureGroupRequest request,
AsyncHandler<DescribeFeatureGroupRequest,DescribeFeatureGroupResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeFeatureGroupResult |
DescribeFeatureGroupResult.clone() |
DescribeFeatureGroupResult |
DescribeFeatureGroupResult.withCreationTime(Date creationTime)
A timestamp indicating when SageMaker created the
FeatureGroup. |
DescribeFeatureGroupResult |
DescribeFeatureGroupResult.withDescription(String description)
A free form description of the feature group.
|
DescribeFeatureGroupResult |
DescribeFeatureGroupResult.withEventTimeFeatureName(String eventTimeFeatureName)
The name of the feature that stores the
EventTime of a Record in a FeatureGroup. |
DescribeFeatureGroupResult |
DescribeFeatureGroupResult.withFailureReason(String failureReason)
The reason that the
FeatureGroup failed to be replicated in the OfflineStore. |
DescribeFeatureGroupResult |
DescribeFeatureGroupResult.withFeatureDefinitions(Collection<FeatureDefinition> featureDefinitions)
A list of the
Features in the FeatureGroup. |
DescribeFeatureGroupResult |
DescribeFeatureGroupResult.withFeatureDefinitions(FeatureDefinition... featureDefinitions)
A list of the
Features in the FeatureGroup. |
DescribeFeatureGroupResult |
DescribeFeatureGroupResult.withFeatureGroupArn(String featureGroupArn)
The Amazon Resource Name (ARN) of the
FeatureGroup. |
DescribeFeatureGroupResult |
DescribeFeatureGroupResult.withFeatureGroupName(String featureGroupName)
he name of the
FeatureGroup. |
DescribeFeatureGroupResult |
DescribeFeatureGroupResult.withFeatureGroupStatus(FeatureGroupStatus featureGroupStatus)
The status of the feature group.
|
DescribeFeatureGroupResult |
DescribeFeatureGroupResult.withFeatureGroupStatus(String featureGroupStatus)
The status of the feature group.
|
DescribeFeatureGroupResult |
DescribeFeatureGroupResult.withLastModifiedTime(Date lastModifiedTime)
A timestamp indicating when the feature group was last updated.
|
DescribeFeatureGroupResult |
DescribeFeatureGroupResult.withLastUpdateStatus(LastUpdateStatus lastUpdateStatus)
A value indicating whether the update made to the feature group was successful.
|
DescribeFeatureGroupResult |
DescribeFeatureGroupResult.withNextToken(String nextToken)
A token to resume pagination of the list of
Features (FeatureDefinitions). |
DescribeFeatureGroupResult |
DescribeFeatureGroupResult.withOfflineStoreConfig(OfflineStoreConfig offlineStoreConfig)
The configuration of the offline store.
|
DescribeFeatureGroupResult |
DescribeFeatureGroupResult.withOfflineStoreStatus(OfflineStoreStatus offlineStoreStatus)
The status of the
OfflineStore. |
DescribeFeatureGroupResult |
DescribeFeatureGroupResult.withOnlineStoreConfig(OnlineStoreConfig onlineStoreConfig)
The configuration for the
OnlineStore. |
DescribeFeatureGroupResult |
DescribeFeatureGroupResult.withOnlineStoreTotalSizeBytes(Long onlineStoreTotalSizeBytes)
The size of the
OnlineStore in bytes. |
DescribeFeatureGroupResult |
DescribeFeatureGroupResult.withRecordIdentifierFeatureName(String recordIdentifierFeatureName)
The name of the
Feature used for RecordIdentifier, whose value uniquely identifies a
record stored in the feature store. |
DescribeFeatureGroupResult |
DescribeFeatureGroupResult.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.
|
DescribeFeatureGroupResult |
DescribeFeatureGroupResult.withThroughputConfig(ThroughputConfigDescription throughputConfig) |
Copyright © 2025. All rights reserved.